@keyframes animation-form-field-fx-highlight-trace {
0% { left: 50%; transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(0deg); }
25% { left: min(50%, 2.5em); transform: translate3d(-50%, -50%, 0px) scaleY(1.5) scaleX(1) rotate(90deg); }
50% { transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(180deg); }
75% { left: calc(100% + max(-2.5em, -50%)); transform: translate3d(-50%, -50%, 0px) scaleY(1.5) scaleX(1) rotate(270deg); }
100% { left: 50%; transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(360deg); }
}
@keyframes animation-form-field-fx-highlight-double-trace {
0% { left: 50%; transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(0deg); }
25% { left: min(50%, 2.5em); transform: translate3d(-50%, -50%, 0px) scaleY(1.5) scaleX(1) rotate(90deg); }
50% { transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(180deg); }
75% { left: calc(100% + max(-2.5em, -50%)); transform: translate3d(-50%, -50%, 0px) scaleY(1.5) scaleX(1) rotate(270deg); }
100% { left: 50%; transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(360deg); }
}
@keyframes animation-form-field-fx-highlight-trace-bottom {
0% { left: calc(100% + 2.5em); transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(0deg); }
100% { left: -2.5em; transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(0deg); }
}
@keyframes animation-form-field-fx-highlight-double-trace-bottom {
0% { left: calc(100% + 2.5em); transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(0deg); }
100% { left: -2.5em; transform: translate3d(-50%, -50%, 0px) scaleY(1) scaleX(3) rotate(0deg); }
}
@keyframes animation-form-field-fx-highlight-glow {
0%, 100% { opacity: 0.1; }
50% { opacity: 1; }
}
@keyframes shake-three {
0%, 100% { transform: translate3d(0px, 0px, 0px); }
16.666%, 50%, 83.333% { transform: translate3d(0.333rem, 0px, 0px); }
33.333%, 66.666% { transform: translate3d(-0.333rem, 0px, 0px); }
}
@keyframes keyframes-spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes keyframes-spinner-check {
0% { transform: translate3d(-100%, 0px, 0px); }
100% { transform: translate3d(0px, 0px, 0px); }
}
@keyframes keyframes-circle {
0%, 100% { animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
0% { transform: rotateY(0deg); }
100% { transform: rotateY(1440deg); }
}
@keyframes keyframes-circle-check {
0% { transform: translate3d(0px, 0px, 0px); }
100% { transform: translate3d(100%, 0px, 0px); }
}
@keyframes keyframes-check {
0% { transform: translate3d(-100%, 0px, 0px); }
100% { transform: translate3d(0px, 0px, 0px); }
}
@keyframes keyframes-bar {
0% { transform: translate3d(-200%, 0px, 0px); }
100% { transform: translate3d(100%, 0px, 0px); }
}
@keyframes keyframes-ellipsis-grow {
0% { transform: scale(0); }
100% { transform: scale(1); }
}
@keyframes keyframes-ellipsis-shrink {
0% { transform: scale(1); }
100% { transform: scale(0); }
}
@keyframes keyframes-ellipsis-shift {
0% { transform: translate(0px); }
100% { transform: translate(calc(0.7em)); }
}
@keyframes anim-form-post-submit {
0% { opacity: 0; transform: translate3d(0px, 0.5rem, 0px); }
100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}
@keyframes hideContent {
0%, 99% { opacity: 0; }
}
@keyframes clipAnimation {
0% { clip-path: polygon(0px 0px, 10% 0px, 0px 100%, 0px 100%); }
100% { clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes loading-dot-2 {
0% { opacity: 0; }
25% { opacity: 1; }
}
@keyframes loading-dot-3 {
0% { opacity: 0; }
50% { opacity: 1; }
}
@keyframes cart-loader-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes gallery-image-enter-from-right {
0% { transform: translateX(101%); }
100% { transform: translateX(0px); }
}
@keyframes gallery-image-exit-to-left {
0% { transform: translateX(0px); }
100% { transform: translateX(-101%); }
}
@keyframes gallery-image-enter-from-left {
0% { transform: translateX(-101%); }
100% { transform: translateX(0px); }
}
@keyframes gallery-image-exit-to-right {
0% { transform: translateX(0px); }
100% { transform: translateX(101%); }
}
@keyframes product-reviews-loader-flip-square {
0%, 12.5% { transform: rotateY(0deg); }
50%, 62.5% { transform: rotateY(180deg); }
100% { transform: rotateZ(180deg); }
}
@media (hover: hover) {
  .image-button a:hover, .list-item-content__button:hover, .sqs-block-button-element:hover { opacity: 1; }
}
#siteWrapper.site-wrapper div#Tock_widget_container.Tock_widget_container-columnLayout > div.TockWidgetWrapper .TockInlineButton-container { border-radius: 3px; }
@media (hover: hover) {
  body.primary-button-style-solid .sqs-button-element--primary:hover, body.primary-button-style-solid .sqs-editable-button.sqs-button-element--primary:hover { opacity: 0.8; }
}
@media (hover: hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .image-button a:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .ma-pricing-toggle-wrapper .ma-pricing-option-button:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-add-to-cart-button:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-button-element.sqs-block-button-element--primary:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-editable-button:not(input):hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline [data-animation-role="header-element"] .btn:hover { background-color: transparent !important; }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple:hover { background-color: transparent; }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow, .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel, .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple, .tweak-global-animations-animation-type-flex.secondary-button-style-outline .sqs-button-element--secondary:hover, .tweak-global-animations-animation-type-flex.tertiary-button-style-outline .sqs-button-element--tertiary:hover { background: 0px 0px; }
}
div#Tock_widget_container > div.TockWidgetWrapper .InlineWidgetDropDown-NoRightBorder { border-right: 1px solid rgb(231, 231, 231); }
.sqs-block-form { border-color: var(--tweak-form-block-stroke-color); }
.form-use-theme-colors .sqs-modal-lightbox-content .lightbox-inner .lightbox-content.lightbox-form-content-background, .sqs-block-form.sqs-background-enabled { background-color: var(--tweak-form-block-background-color); }
.form-use-theme-colors .sqs-modal-lightbox-content .lightbox-inner .lightbox-content.lightbox-form-content-background .sqs-block-form { background-color: transparent; }
.form-use-theme-colors .sqs-modal-lightbox-content .lightbox-inner .lightbox-content.lightbox-form-content-background .form-title, .form-use-theme-colors .sqs-modal-lightbox-content .lightbox-inner .lightbox-content.lightbox-form-content-background .lightbox-close { color: var(--tweak-form-block-title-color-on-background); }
.form-use-theme-colors .sqs-modal-lightbox-content .lightbox-inner .lightbox-content.lightbox-form-content-background .lightbox-close { top: 18px; right: 18px; }
body:not(.form-use-theme-colors) .sqs-modal-lightbox-content .lightbox-inner .sqs-block-form { --tweak-form-block-title-color-on-background: #000; --tweak-form-block-description-color-on-background: #000; --tweak-form-block-caption-color-on-background: #000; --tweak-form-block-option-color-on-background: #000; --tweak-form-block-survey-title-color-on-background: #000; --tweak-form-block-button-text-color-on-background: #fff; --tweak-form-block-button-background-color-on-background: #000; background-color: rgb(255, 255, 255); }
.sqs-block-image .sqs-block-image-figure { margin: 0px; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 a.image-inset, .sqs-block-image .image-block-outer-wrapper.image-block-v2 a.image-title-wrapper, .sqs-block-image .sqs-block-image-link { display: block; }
.sqs-block-image .sqs-block-image-button { display: block; width: 100%; border: 0px; padding: 0px; background: 0px 0px; }
.sqs-block-image .design-layout-fluid, .sqs-block-image .design-layout-fluid .fluid-image-animation-wrapper { width: 100%; height: 100%; }
.sqs-block-image .design-layout-fluid img { width: 100%; height: 100%; position: absolute; display: block; }
.sqs-block-image .design-layout-fluid button.lightbox { appearance: none; }
.sqs-block-image .design-layout-fluid .sqs-image { display: flex; }
.sqs-block-image .design-layout-fluid.image-position-left .sqs-image { justify-content: flex-start; }
.sqs-block-image .design-layout-fluid.image-position-center .sqs-image { justify-content: center; }
.sqs-block-image .design-layout-fluid.image-position-right .sqs-image { justify-content: flex-end; }
.sqs-block-image .design-layout-fluid .fluid-image-container .content-fill { display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; }
.sqs-block-image .design-layout-fluid .fluid-image-container .content-fill img { position: absolute !important; top: 0px !important; left: 0px !important; width: 100% !important; height: 100% !important; }
.sqs-block-image.sqs-stretched .sqs-block-content { height: 100%; width: 100%; }
.sqs-image-min-height { min-height: 1px; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper { position: relative; overflow: hidden; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper img { position: absolute; width: 100%; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper.lightbox { cursor: pointer; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-card-wrapper { display: none; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-below .image-caption-wrapper.sqs-editing { padding-top: 17px; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-hidden .image-caption-wrapper { height: 0px; overflow: hidden; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .intrinsic, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .intrinsic { position: relative; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .image-caption-wrapper, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption-wrapper { position: absolute; inset: auto 0px 0px; padding: 17px; background: rgba(0, 0, 0, 0.7); max-height: 100%; box-sizing: border-box; overflow-y: auto; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .image-caption-wrapper h1, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .image-caption-wrapper h2, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .image-caption-wrapper h3, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .image-caption-wrapper strong, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption-wrapper h1, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption-wrapper h2, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption-wrapper h3, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption-wrapper strong { color: rgb(238, 238, 238); }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .image-caption-wrapper p, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption-wrapper p { color: rgb(187, 187, 187); line-height: 1.68em; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay .image-caption-wrapper p a, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption-wrapper p a { color: rgb(187, 187, 187); text-decoration: underline; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption-wrapper { opacity: 0; transition: opacity 0.1s ease-out; visibility: hidden; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover .image-caption { transition: margin-bottom 0.1s ease-out; margin-bottom: -5px; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover :focus + .image-caption-wrapper, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover:hover .image-caption-wrapper { max-height: 75%; opacity: 1; visibility: visible; }
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover :focus + .image-caption-wrapper .image-caption, .sqs-block-image .image-block-outer-wrapper:not(.image-block-v2).layout-caption-overlay-hover:hover .image-caption-wrapper .image-caption { margin-bottom: 0px; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .intrinsic { position: relative; max-width: initial !important; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2, .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-inset { position: relative; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .intrinsic img { display: block; width: 100%; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-overlay, .sqs-block-image .image-block-outer-wrapper.image-block-v2 .sqs-image-content::after { content: ""; display: block; position: absolute; z-index: 1; inset: 0px; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card-wrapper { z-index: 2; pointer-events: none; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card, .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card .sqs-editing, body.sqs-tweak-overlays-active .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card-wrapper { pointer-events: auto; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 a.image-inset:hover, .sqs-block-image .image-block-outer-wrapper.image-block-v2 a.image-title-wrapper:hover { text-decoration: none; }
.sqs-announcement-bar-text p, .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-title * { margin: 0px; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-subtitle :first-child { margin-top: 0px; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-subtitle :last-child { margin-bottom: 0px; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .sqs-image.stretch { margin: 0px !important; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-caption-wrapper, .sqs-block-image .image-block-outer-wrapper.image-block-v2 + .image-caption-wrapper { display: none; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .sqs-editing-overlay { z-index: 1; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2 .upload-indicator { display: none !important; }
.sqs-block-image .image-block-outer-wrapper.image-block-v2:not(.design-layout-poster) ~ .yui3-resize-handles-wrapper { display: none; }
.sqs-block-image .design-layout-poster .image-card-wrapper { display: flex; align-items: center; justify-content: center; position: absolute; inset: 0px; pointer-events: none !important; }
.sqs-block-image .design-layout-poster .image-card { pointer-events: none !important; width: var(--image-block-poster-image-content-width); }
body.sqs-tweak-overlays-active .sqs-block-image .design-layout-poster .image-card, body.sqs-tweak-overlays-active .sqs-block-image .design-layout-poster .image-card-wrapper { pointer-events: auto !important; }
.sqs-block-image .design-layout-poster .image-card-wrapper a { pointer-events: auto; display: inline-block; }
.sqs-block-image .design-layout-poster .intrinsic img { display: block; position: absolute; top: 0px; left: 0px; width: 100%; }
.sqs-block-image .design-layout-stack .intrinsic img { display: block; top: 0px; left: 0px; }
.sqs-block-image .design-layout-poster .image-title-wrapper + .image-subtitle-wrapper .image-subtitle { margin-top: var(--image-block-poster-image-title-separation); }
.sqs-block-image .design-layout-poster .image-button { margin-top: var(--image-block-poster-image-button-separation); }
.sqs-block-image .design-layout-inline .intrinsic { margin: 0px auto; }
.sqs-block-image .design-layout-card .image-title-wrapper + .image-subtitle-wrapper .image-subtitle { margin-top: var(--image-block-card-image-title-separation); }
.sqs-block-image .design-layout-card .image-button { margin-top: var(--image-block-card-image-button-separation); }
.sqs-block-image .design-layout-card.sqs-narrow-width .image-card-wrapper { margin-top: var(--image-block-card-image-card-separation); }
.sqs-block-image .design-layout-card:not(.sqs-narrow-width) { display: flex; justify-content: space-between; }
.sqs-block-image .design-layout-card:not(.sqs-narrow-width).image-position-right { flex-direction: row-reverse; }
.sqs-block-image .design-layout-card:not(.sqs-narrow-width) > div:first-child { width: calc(var(--image-block-card-image-width) - var(--image-block-card-image-card-separation)/2); }
.sqs-block-image .design-layout-card:not(.sqs-narrow-width) .image-card-wrapper { position: relative; width: calc(100% - var(--image-block-card-image-width) - var(--image-block-card-image-card-separation)/2); display: flex; align-items: center; justify-content: center; min-height: 100%; }
.sqs-block-image .design-layout-card:not(.sqs-narrow-width) .image-card { position: relative; width: 100%; }
.sqs-block-image .design-layout-card:not(.sqs-narrow-width).image-position-left .image-card-wrapper { margin-left: var(--image-block-card-image-card-separation); }
.sqs-block-image .design-layout-card:not(.sqs-narrow-width).image-position-right .image-card-wrapper { margin-right: var(--image-block-card-image-card-separation); }
.sqs-block-image .design-layout-card:not(.sqs-narrow-width)::after { content: ""; display: block; clear: both; }
.sqs-block-image .design-layout-overlap .image-card-wrapper { position: relative; }
.sqs-block-image .design-layout-overlap .image-subtitle * { margin-bottom: 0px; }
.sqs-block-image .design-layout-overlap .image-title-wrapper + .image-subtitle-wrapper .image-subtitle { margin-top: var(--image-block-overlap-image-title-separation); }
.sqs-block-image .design-layout-overlap .image-button { margin-top: var(--image-block-overlap-image-button-separation); }
.sqs-block-image .design-layout-overlap.sqs-narrow-width .image-card-wrapper { padding: 0px 4%; }
.sqs-block-image .design-layout-overlap.sqs-narrow-width .image-card { width: calc(100% - var(--image-block-overlap-image-content-offset)/2); }
.sqs-block-image .design-layout-overlap.sqs-narrow-width .image-title { margin-top: calc(-1em - var(--image-block-overlap-image-title-separation)/2); }
.sqs-block-image .design-layout-overlap.sqs-narrow-width .image-subtitle-wrapper, .sqs-block-image .design-layout-overlap.sqs-narrow-width .image-title-wrapper { width: calc(100% + tan(atan2(var(--image-block-overlap-image-content-offset)/2,100% - var(--image-block-overlap-image-content-offset)/2))*100%); }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) { display: flex; --overlap-image-width-flex-offset: calc((var(--image-block-overlap-image-width) - 50%) * 2); --overlap-title-width-offset: calc(tan(atan2(var(--image-block-overlap-image-width), 100% - var(--image-block-overlap-image-width))) * var(--image-block-overlap-image-content-offset)); }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-card-wrapper, .sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) > div:first-child { width: 50%; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-card-wrapper { display: flex; align-items: center; justify-content: flex-end; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width).image-position-right { flex-direction: row-reverse; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width).image-position-right .image-card-wrapper { justify-content: flex-start; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width).image-position-left .image-card { margin-left: -100%; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width).image-position-right .image-card { margin-right: -100%; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-button-wrapper, .sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-subtitle-wrapper, .sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-title-wrapper { box-sizing: border-box; padding: 0px 5%; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-subtitle-wrapper { padding-top: 0px; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-subtitle { width: 100%; }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) > div:first-child > div { width: calc(100% + var(--overlap-image-width-flex-offset)); }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-card { width: calc(100% - var(--overlap-image-width-flex-offset)); }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width) .image-title-wrapper { width: calc(100% + var(--overlap-title-width-offset)); }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width).image-position-left .image-title-wrapper { margin-left: calc(-1*var(--overlap-title-width-offset)); }
.sqs-block-image .design-layout-overlap:not(.sqs-narrow-width).image-position-right > div:first-child > div { left: calc(-1*var(--overlap-image-width-flex-offset)); }
.sqs-block-image .design-layout-collage .image-card { padding: var(--image-block-collage-image-content-padding); box-sizing: border-box; }
.sqs-block-image .design-layout-collage .image-subtitle-wrapper { width: 100%; }
.sqs-block-image .design-layout-collage .image-title-wrapper + .image-subtitle-wrapper .image-subtitle { margin-top: var(--image-block-collage-image-title-separation); }
.sqs-block-image .design-layout-collage .image-button { margin-top: var(--image-block-collage-image-button-separation); }
.sqs-block-image .design-layout-collage.sqs-narrow-width .intrinsic { width: 90%; }
.sqs-block-image .design-layout-collage.sqs-narrow-width .image-card-wrapper { width: 90%; margin-top: calc(-10% - var(--image-block-collage-image-content-padding)); position: relative; }
.sqs-block-image .design-layout-collage.sqs-narrow-width.image-position-left::after { content: " "; display: block; clear: both; }
.sqs-block-image .design-layout-collage.sqs-narrow-width.image-position-left .image-card-wrapper { float: right; }
.sqs-block-image .design-layout-collage.sqs-narrow-width.image-position-right .intrinsic { left: 10%; }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) { display: flex; --collage-image-width-flex-offset: calc((var(--image-block-collage-image-width) - 50%) * 2); --collage-content-width-flex-offset: calc((var(--image-block-collage-image-content-width) - 50%) * 2); }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-right { flex-direction: row-reverse; }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card-wrapper, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width) > div:first-child { width: 50%; }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .intrinsic { overflow: visible; }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .sqs-intrinsic { width: 100%; }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-inset, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .sqs-image-content { position: relative !important; }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card-wrapper { display: flex; align-items: flex-start; justify-content: flex-start; }
.image-block-collage-content-position-top .sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card { margin-top: calc(var(--image-block-collage-image-content-offset)*2); }
.image-block-collage-content-position-bottom .sqs-block-image .design-layout-collage:not(.sqs-narrow-width) .image-card { margin-bottom: calc(var(--image-block-collage-image-content-offset)*2); }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-left > div:first-child > a, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-left > div:first-child > div { width: calc(100% + var(--collage-image-width-flex-offset)); }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-left .image-card { width: calc(100% + var(--collage-content-width-flex-offset)); margin-left: calc(-1*var(--collage-content-width-flex-offset)); }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-right > div:first-child > a, .sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-right > div:first-child > div { width: calc(100% + var(--collage-image-width-flex-offset)); left: calc(-1*var(--collage-image-width-flex-offset)); }
.sqs-block-image .design-layout-collage:not(.sqs-narrow-width).image-position-right .image-card { width: calc(100% + var(--collage-content-width-flex-offset)); margin-right: calc(-1*var(--collage-content-width-flex-offset)); }
.sqs-block-image .design-layout-stack .image-card-wrapper { margin-top: var(--image-block-stack-image-content-separation); }
.sqs-block-image .design-layout-stack .image-title-wrapper + .image-subtitle-wrapper .image-subtitle { margin-top: var(--image-block-stack-image-title-separation); }
.sqs-block-image .design-layout-stack .image-button { margin-top: var(--image-block-stack-image-button-separation); }
.sqs-block-image .design-layout-card .intrinsic img, .sqs-block-image .design-layout-collage .intrinsic img, .sqs-block-image .design-layout-overlap .intrinsic img, .sqs-block-image .design-layout-stack .intrinsic img { width: 100% !important; height: auto !important; position: static !important; }
.sqs-block-image .design-layout-card .sqs-image:not(.sqs-empty) .sqs-image-content, .sqs-block-image .design-layout-collage .sqs-image:not(.sqs-empty) .sqs-image-content, .sqs-block-image .design-layout-overlap .sqs-image:not(.sqs-empty) .sqs-image-content, .sqs-block-image .design-layout-stack .sqs-image:not(.sqs-empty) .sqs-image-content { padding-bottom: 0px !important; }
.image-block-outer-wrapper.animation-disabled, .image-block-outer-wrapper.animation-loaded, .image-block-outer-wrapper.combination-animation-custom { transform: translateZ(0px); }
.image-block-outer-wrapper.animation-disabled .image-block-wrapper, .image-block-outer-wrapper.animation-disabled .image-caption-wrapper, .image-block-outer-wrapper.animation-disabled .image-inset, .image-block-outer-wrapper.animation-disabled .sqs-dynamic-text-container, .image-block-outer-wrapper.animation-disabled .sqs-image-content { transition: none !important; }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-fade-in.animation-loaded.sqs-text-ready .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-slide-up .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 0, 20); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip .sqs-image-content { transition: clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: -webkit-clip-path, clip-path; clip-path: polygon(0px 50%, 0px 100%, 0px 100%, 0px 50%, 100% 50%, 100% 0px, 100% 0px, 100% 50%, 100% 50%, 100% 50%); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { clip-path: polygon(0px 50%, 0px 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0px, 0px 0px, 0px 50%, 100% 50%, 100% 50%); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap .sqs-dynamic-text-container { clip-path: none; transition: none; will-change: auto; }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap .image-button-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap .image-subtitle-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap .image-title-wrapper { transition: clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: -webkit-clip-path, clip-path; clip-path: polygon(0px 50%, 0px 100%, 0px 100%, 0px 50%, 100% 50%, 100% 0px, 100% 0px, 100% 50%, 100% 50%, 100% 50%); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { clip-path: none; }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap.animation-loaded.sqs-text-ready .image-button-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap.animation-loaded.sqs-text-ready .image-subtitle-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap.animation-loaded.sqs-text-ready .image-title-wrapper { clip-path: polygon(0px 50%, 0px 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0px, 0px 0px, 0px 50%, 100% 50%, 100% 50%); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap.animation-disabled .image-button-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap.animation-disabled .image-subtitle-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-horizontal-clip.design-layout-overlap.animation-disabled .image-title-wrapper { transition: none !important; }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip .sqs-image-content { transition: clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: -webkit-clip-path, clip-path; clip-path: polygon(50% 0px, 100% 0px, 100% 0px, 50% 0px, 50% 100%, 0px 100%, 0px 100%, 50% 100%, 50% 100%, 50% 100%); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { clip-path: polygon(50% 0px, 100% 0px, 100% 100%, 50% 100%, 50% 100%, 0px 100%, 0px 0px, 50% 0px, 50% 100%, 50% 100%); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap .sqs-dynamic-text-container { clip-path: none; transition: none; will-change: auto; }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap .image-button-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap .image-subtitle-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap .image-title-wrapper { transition: clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: -webkit-clip-path, clip-path; clip-path: polygon(50% 0px, 100% 0px, 100% 0px, 50% 0px, 50% 100%, 0px 100%, 0px 100%, 50% 100%, 50% 100%, 50% 100%); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { clip-path: none; }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap.animation-loaded.sqs-text-ready .image-button-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap.animation-loaded.sqs-text-ready .image-subtitle-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap.animation-loaded.sqs-text-ready .image-title-wrapper { clip-path: polygon(50% 0px, 100% 0px, 100% 100%, 50% 100%, 50% 100%, 0px 100%, 0px 0px, 50% 0px, 50% 100%, 50% 100%); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap.animation-disabled .image-button-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap.animation-disabled .image-subtitle-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-vertical-clip.design-layout-overlap.animation-disabled .image-title-wrapper { transition: none !important; }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(0.92, 0.03, 0, 0.92, 0, 20); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down.animation-loaded.sqs-text-ready .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-up.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-tilt-down .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(0.92, -0.03, 0, 0.92, 0, -20); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, -20, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.image-position-right .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.image-position-right .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.image-position-right .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 20, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.image-position-right .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.image-position-right .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal .sqs-dynamic-text-container { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, -20, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-collide.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.image-position-right .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.image-position-right .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.image-position-right .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, -20, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.image-position-right .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.image-position-right .sqs-dynamic-text-container { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 20, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in.animation-loaded.sqs-text-ready .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.animation-loaded .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.animation-loaded .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.animation-loaded .sqs-image-content, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-reveal.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in .image-block-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in .image-caption-wrapper, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in .image-inset, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in .sqs-dynamic-text-container, .image-block-outer-wrapper:not(.design-layout-fluid).combination-animation-focus-in .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(0.92, 0, 0, 0.92, 0, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-fade-in .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-fade-in .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-fade-in .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-fade-in.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-fade-in.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-fade-in.animation-loaded .sqs-image-content, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-down.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-down.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-down.animation-loaded .sqs-image-content, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-left.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-left.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-left.animation-loaded .sqs-image-content, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-right.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-right.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-right.animation-loaded .sqs-image-content, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-up.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-up.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-up.animation-loaded .sqs-image-content { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-up .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-up .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-up .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 0, 20); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-down .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-down .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-down .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 0, -20); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-left .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-left .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-left .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, -20, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-right .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-right .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-slide-from-right .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 20, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-horizontal-clip .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-horizontal-clip .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-horizontal-clip .sqs-image-content { transition: clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: -webkit-clip-path, clip-path; clip-path: polygon(0px 50%, 0px 100%, 0px 100%, 0px 50%, 100% 50%, 100% 0px, 100% 0px, 100% 50%, 100% 50%, 100% 50%); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-horizontal-clip.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-horizontal-clip.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-horizontal-clip.animation-loaded .sqs-image-content { clip-path: polygon(0px 50%, 0px 100%, 100% 100%, 100% 50%, 100% 50%, 100% 0px, 0px 0px, 0px 50%, 100% 50%, 100% 50%); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-vertical-clip .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-vertical-clip .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-vertical-clip .sqs-image-content { transition: clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: -webkit-clip-path, clip-path; clip-path: polygon(50% 0px, 100% 0px, 100% 0px, 50% 0px, 50% 100%, 0px 100%, 0px 100%, 50% 100%, 50% 100%, 50% 100%); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-vertical-clip.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-vertical-clip.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-vertical-clip.animation-loaded .sqs-image-content { clip-path: polygon(50% 0px, 100% 0px, 100% 100%, 50% 100%, 50% 100%, 0px 100%, 0px 0px, 50% 0px, 50% 100%, 50% 100%); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-down .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-down .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-down .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(0.92, -0.03, 0, 0.92, 0, -20); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-focus-in.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-focus-in.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-focus-in.animation-loaded .sqs-image-content, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-down.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-down.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-down.animation-loaded .sqs-image-content, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-up.animation-loaded .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-up.animation-loaded .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-up.animation-loaded .sqs-image-content, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-fade-in.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-fade-in.animation-loaded.sqs-text-ready .sqs-dynamic-text-container, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-focus-in.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-focus-in.animation-loaded.sqs-text-ready .sqs-dynamic-text-container, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-down.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-down.animation-loaded.sqs-text-ready .sqs-dynamic-text-container, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-from-left.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-from-left.animation-loaded.sqs-text-ready .sqs-dynamic-text-container, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-from-right.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-from-right.animation-loaded.sqs-text-ready .sqs-dynamic-text-container, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-up.animation-loaded .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-up.animation-loaded.sqs-text-ready .sqs-dynamic-text-container { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-up .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-up .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-tilt-up .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(0.92, 0.03, 0, 0.92, 0, 20); }
.image-block-outer-wrapper.combination-animation-custom.individual-animation-focus-in .image-block-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-animation-focus-in .image-inset, .image-block-outer-wrapper.combination-animation-custom.individual-animation-focus-in .sqs-image-content { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(0.92, 0, 0, 0.92, 0, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-text-animation-fade-in .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-fade-in .sqs-dynamic-text-container { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 0, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-up .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-up .sqs-dynamic-text-container { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 0, 20); }
.image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-down .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-down .sqs-dynamic-text-container { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 0, -20); }
.image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-from-left .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-from-left .sqs-dynamic-text-container { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, -20, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-from-right .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-slide-from-right .sqs-dynamic-text-container { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(1, 0, 0, 1, 20, 0); }
.image-block-outer-wrapper.combination-animation-custom.individual-text-animation-focus-in .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-custom.individual-text-animation-focus-in .sqs-dynamic-text-container { transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1); will-change: opacity, transform; opacity: 0; transform: matrix(0.92, 0, 0, 0.92, 0, 0); }
.image-block-poster-text-alignment-left .sqs-block-image .design-layout-poster .image-card > * { text-align: left !important; }
.image-block-poster-text-alignment-center .sqs-block-image .design-layout-poster .image-card > * { text-align: center !important; }
.image-block-poster-text-alignment-match .sqs-block-image .design-layout-poster.image-position-right .image-card > *, .image-block-poster-text-alignment-opposite .sqs-block-image .design-layout-poster.image-position-left .image-card > *, .image-block-poster-text-alignment-right .sqs-block-image .design-layout-poster .image-card > * { text-align: right !important; }
.image-block-card-text-alignment-left .sqs-block-image .design-layout-card .image-card > * { text-align: left !important; }
.image-block-card-text-alignment-center .sqs-block-image .design-layout-card .image-card > * { text-align: center !important; }
.image-block-card-text-alignment-match .sqs-block-image .design-layout-card.image-position-right .image-card > *, .image-block-card-text-alignment-opposite .sqs-block-image .design-layout-card.image-position-left .image-card > *, .image-block-card-text-alignment-right .sqs-block-image .design-layout-card .image-card > * { text-align: right !important; }
.image-block-overlap-text-alignment-left .sqs-block-image .design-layout-overlap .image-card > * { text-align: left !important; }
.image-block-overlap-text-alignment-center .sqs-block-image .design-layout-overlap .image-card > * { text-align: center !important; }
.image-block-overlap-text-alignment-match .sqs-block-image .design-layout-overlap.image-position-right .image-card > *, .image-block-overlap-text-alignment-opposite .sqs-block-image .design-layout-overlap.image-position-left .image-card > *, .image-block-overlap-text-alignment-right .sqs-block-image .design-layout-overlap .image-card > * { text-align: right !important; }
.image-block-collage-text-alignment-left .sqs-block-image .design-layout-collage .image-card > * { text-align: left !important; }
.image-block-collage-text-alignment-center .sqs-block-image .design-layout-collage .image-card > * { text-align: center !important; }
.image-block-collage-text-alignment-match .sqs-block-image .design-layout-collage.image-position-right .image-card > *, .image-block-collage-text-alignment-opposite .sqs-block-image .design-layout-collage.image-position-left .image-card > *, .image-block-collage-text-alignment-right .sqs-block-image .design-layout-collage .image-card > * { text-align: right !important; }
.image-block-stack-text-alignment-left .sqs-block-image .design-layout-stack .image-card > * { text-align: left !important; }
.image-block-stack-text-alignment-center .sqs-block-image .design-layout-stack .image-card > * { text-align: center !important; }
.image-block-stack-text-alignment-match .sqs-block-image .design-layout-stack.image-position-right .image-card > *, .image-block-stack-text-alignment-opposite .sqs-block-image .design-layout-stack.image-position-left .image-card > *, .image-block-stack-text-alignment-right .sqs-block-image .design-layout-stack .image-card > * { text-align: right !important; }
.sqs-dynamic-text { min-width: 100%; line-height: 1em; }
.image-block-v2:not([class*="-animation-"]) { opacity: 0; transition: opacity 1s ease-out 1s; }
.sqs-text-ready .image-block-v2:not([class*="-animation-"]), .sqs-text-ready.image-block-v2:not([class*="-animation-"]) { opacity: 1; }
.image-block-card-content-position-top .sqs-block-image .design-layout-card .image-card-wrapper { align-items: flex-start; }
.image-block-card-content-position-center .sqs-block-image .design-layout-card .image-card-wrapper { align-items: center; }
.image-block-card-content-position-bottom .sqs-block-image .design-layout-card .image-card-wrapper { align-items: flex-end; }
.image-block-overlap-content-position-top .sqs-block-image .design-layout-overlap .image-card-wrapper { align-items: flex-start; }
.image-block-overlap-content-position-center .sqs-block-image .design-layout-overlap .image-card-wrapper { align-items: center; }
.image-block-overlap-content-position-bottom .sqs-block-image .design-layout-overlap .image-card-wrapper { align-items: flex-end; }
.image-block-collage-content-position-top .sqs-block-image .design-layout-collage .image-card-wrapper { align-items: flex-start; }
.image-block-collage-content-position-center .sqs-block-image .design-layout-collage .image-card-wrapper { align-items: center; }
.image-block-collage-content-position-bottom .sqs-block-image .design-layout-collage .image-card-wrapper { align-items: flex-end; }
body .sqs-site-style-form { --fallback-white-hsl: 0,0%,98%; --fallback-black-hsl: 0,0%,0%; --solid-alpha-modifier: 1; --solid-hover-alpha-modifier: 0.6; --outline-hover-alpha-modifier: 0.4; --inverted-solid-hover-alpha-modifier: var(--solid-hover-alpha-modifier); --inverted-outline-hover-alpha-modifier: var(--outline-hover-alpha-modifier); --solid-focus-alpha-modifier: 1; --outline-focus-alpha-modifier: 0.4; --fill-hover-transition: 0.15s background-color cubic-bezier(0.33, 1, 0.68, 1); --form-post-submit-animation-duration: 0.25s; --form-post-submit-animation-delay: 0.25s; }
body.form-use-theme-colors .sqs-site-style-form { --dynamic-fill-color: var(--tweak-form-block-field-fill-color); --dynamic-fill-color-hsl: var(--tweak-form-block-field-fill-color-hsl); --dynamic-fill-color-a: var(--tweak-form-block-field-fill-color-a); --dynamic-border-color: var(--tweak-form-block-field-border-color); --dynamic-border-color-hsl: var(--tweak-form-block-field-border-color-hsl); --dynamic-border-color-a: var(--tweak-form-block-field-border-color-a); --dynamic-input-text-color: var(--tweak-form-block-field-input-color); --dynamic-input-text-color-hsl: var(--tweak-form-block-field-input-color-hsl); --dynamic-input-text-color-a: var(--tweak-form-block-field-input-color-a); --dynamic-accessory-color: var(--tweak-form-block-field-accessory-color); }
body.form-use-theme-colors .sqs-background-enabled .sqs-site-style-form { --dynamic-fill-color: var(--tweak-form-block-field-fill-color-on-background); --dynamic-fill-color-hsl: var(--tweak-form-block-field-fill-color-on-background-hsl); --dynamic-fill-color-a: var(--tweak-form-block-field-fill-color-on-background-a); --dynamic-border-color: var(--tweak-form-block-field-border-color-on-background); --dynamic-border-color-hsl: var(--tweak-form-block-field-border-color-on-background-hsl); --dynamic-border-color-a: var(--tweak-form-block-field-border-color-on-background-a); --dynamic-input-text-color: var(--tweak-form-block-field-input-color-on-background); --dynamic-input-text-color-hsl: var(--tweak-form-block-field-input-color-on-background-hsl); --dynamic-input-text-color-a: var(--tweak-form-block-field-input-color-a); --dynamic-accessory-color: var(--tweak-form-block-field-accessory-color-on-background); }
.sqs-site-style-form .form-item .custom-form-element, .sqs-site-style-form .form-item .file-display, .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .sqs-site-style-form .form-item select, .sqs-site-style-form .form-item textarea { padding-top: var(--form-field-padding-top, var(--form-field-padding-vertical)); padding-right: var(--form-field-padding-right, var(--form-field-padding-horizontal)); padding-bottom: var(--form-field-padding-bottom, var(--form-field-padding-vertical)); padding-left: var(--form-field-padding-left, var(--form-field-padding-horizontal)); }
.sqs-site-style-form .form-item select { padding-right: calc(var(--form-field-padding-right, var(--form-field-padding-horizontal)) + var(--form-field-dropdown-icon-size) + 4px); }
.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element, .form-field-style-solid .sqs-site-style-form .form-item .file-display, .form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-style-solid .sqs-site-style-form .form-item select, .form-field-style-solid .sqs-site-style-form .form-item textarea { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--solid-alpha-modifier))); transition: var(--fill-hover-transition); }
@media (hover: hover) {
  .form-field-style-solid .sqs-site-style-form .form-item .custom-form-element:hover, .form-field-style-solid .sqs-site-style-form .form-item .file-display:hover, .form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):hover, .form-field-style-solid .sqs-site-style-form .form-item select:hover, .form-field-style-solid .sqs-site-style-form .form-item textarea:hover { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--solid-hover-alpha-modifier))); }
}
.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element:focus, .form-field-style-solid .sqs-site-style-form .form-item .file-display:focus, .form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):focus, .form-field-style-solid .sqs-site-style-form .form-item select:focus, .form-field-style-solid .sqs-site-style-form .form-item textarea:focus { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--solid-focus-alpha-modifier))); }
.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element, .form-field-style-outline .sqs-site-style-form .form-item .file-display, .form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-style-outline .sqs-site-style-form .form-item select, .form-field-style-outline .sqs-site-style-form .form-item textarea { border-color: var(--dynamic-border-color, #A9A9A9); background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),0); transition: var(--fill-hover-transition); }
@media (hover: hover) {
  .form-field-style-outline .sqs-site-style-form .form-item .custom-form-element:hover, .form-field-style-outline .sqs-site-style-form .form-item .file-display:hover, .form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):hover, .form-field-style-outline .sqs-site-style-form .form-item select:hover, .form-field-style-outline .sqs-site-style-form .form-item textarea:hover { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--outline-hover-alpha-modifier))); }
}
.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element:focus, .form-field-style-outline .sqs-site-style-form .form-item .file-display:focus, .form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):focus, .form-field-style-outline .sqs-site-style-form .form-item select:focus, .form-field-style-outline .sqs-site-style-form .form-item textarea:focus { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--outline-focus-alpha-modifier))); }
.form-field-shape-square.form-field-border-none .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-square.form-field-border-none .sqs-site-style-form .form-item .file-display, .form-field-shape-square.form-field-border-none .sqs-site-style-form .form-item input, .form-field-shape-square.form-field-border-none .sqs-site-style-form .form-item select, .form-field-shape-square.form-field-border-none .sqs-site-style-form .form-item textarea { border: 1px solid transparent; box-shadow: transparent 0px 0px 0px 1px; }
.form-field-shape-square.form-field-border-all .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-square.form-field-border-all .sqs-site-style-form .form-item .file-display, .form-field-shape-square.form-field-border-all .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-square.form-field-border-all .sqs-site-style-form .form-item select, .form-field-shape-square.form-field-border-all .sqs-site-style-form .form-item textarea { border: solid var(--form-field-border-thickness) var(--dynamic-border-color, #A9A9A9); border-radius: 0px; box-shadow: transparent 0px 0px 0px 1px; }
.form-field-shape-square.form-field-border-bottom .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-square.form-field-border-bottom .sqs-site-style-form .form-item .file-display, .form-field-shape-square.form-field-border-bottom .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-square.form-field-border-bottom .sqs-site-style-form .form-item select, .form-field-shape-square.form-field-border-bottom .sqs-site-style-form .form-item textarea { border-bottom: var(--form-field-border-thickness) solid var(--dynamic-border-color, #A9A9A9); border-top: 0px; border-right: 0px; border-left: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.form-field-shape-rounded .sqs-site-style-form .custom-form-element, .form-field-shape-rounded .sqs-site-style-form .file-display, .form-field-shape-rounded .sqs-site-style-form .file-upload, .form-field-shape-rounded .sqs-site-style-form .form-field-error, .form-field-shape-rounded .sqs-site-style-form input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-rounded .sqs-site-style-form select, .form-field-shape-rounded .sqs-site-style-form textarea { border-radius: 0.4rem; }
.form-field-shape-rounded .sqs-site-style-form .form-input-effects { --fx-input-border-radius: 0.4rem; }
.form-field-shape-rounded.form-field-border-none .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-rounded.form-field-border-none .sqs-site-style-form .form-item .file-display, .form-field-shape-rounded.form-field-border-none .sqs-site-style-form .form-item input, .form-field-shape-rounded.form-field-border-none .sqs-site-style-form .form-item select, .form-field-shape-rounded.form-field-border-none .sqs-site-style-form .form-item textarea { border: 1px solid transparent; box-shadow: transparent 0px 0px 0px 1px; }
.form-field-shape-rounded.form-field-border-all .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-rounded.form-field-border-all .sqs-site-style-form .form-item .file-display, .form-field-shape-rounded.form-field-border-all .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-rounded.form-field-border-all .sqs-site-style-form .form-item select, .form-field-shape-rounded.form-field-border-all .sqs-site-style-form .form-item textarea { border: solid var(--form-field-border-thickness) var(--dynamic-border-color, #A9A9A9); box-shadow: transparent 0px 0px 0px 1px; }
.form-field-shape-rounded.form-field-border-bottom .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-rounded.form-field-border-bottom .sqs-site-style-form .form-item .file-display, .form-field-shape-rounded.form-field-border-bottom .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-rounded.form-field-border-bottom .sqs-site-style-form .form-item select, .form-field-shape-rounded.form-field-border-bottom .sqs-site-style-form .form-item textarea { border-bottom: var(--form-field-border-thickness) solid var(--dynamic-border-color, #A9A9A9); border-top: 0px; border-right: 0px; border-left: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.form-field-shape-pill { --pill-border-radius: calc(var(--form-field-padding-top, var(--form-field-padding-vertical)) + var(--form-block-input-text-font-line-height) * 0.66); }
.form-field-shape-pill .sqs-site-style-form .custom-form-element, .form-field-shape-pill .sqs-site-style-form .file-display, .form-field-shape-pill .sqs-site-style-form .file-upload, .form-field-shape-pill .sqs-site-style-form .form-field-error, .form-field-shape-pill .sqs-site-style-form input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-pill .sqs-site-style-form select, .form-field-shape-pill .sqs-site-style-form textarea { border-radius: var(--pill-border-radius); }
.form-field-shape-pill .sqs-site-style-form .form-input-effects { --fx-input-border-radius: var(--pill-border-radius); }
.form-field-shape-pill.form-field-border-none .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-pill.form-field-border-none .sqs-site-style-form .form-item .file-display, .form-field-shape-pill.form-field-border-none .sqs-site-style-form .form-item input, .form-field-shape-pill.form-field-border-none .sqs-site-style-form .form-item select, .form-field-shape-pill.form-field-border-none .sqs-site-style-form .form-item textarea { border: 1px solid transparent; box-shadow: transparent 0px 0px 0px 1px; }
.form-field-shape-pill.form-field-border-all .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-pill.form-field-border-all .sqs-site-style-form .form-item .file-display, .form-field-shape-pill.form-field-border-all .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-pill.form-field-border-all .sqs-site-style-form .form-item select, .form-field-shape-pill.form-field-border-all .sqs-site-style-form .form-item textarea { border: solid var(--form-field-border-thickness) var(--dynamic-border-color, #A9A9A9); box-shadow: transparent 0px 0px 0px 1px; }
.form-field-shape-pill.form-field-border-bottom .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-pill.form-field-border-bottom .sqs-site-style-form .form-item .file-display, .form-field-shape-pill.form-field-border-bottom .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-pill.form-field-border-bottom .sqs-site-style-form .form-item select, .form-field-shape-pill.form-field-border-bottom .sqs-site-style-form .form-item textarea { border-bottom: var(--form-field-border-thickness) solid var(--dynamic-border-color, #A9A9A9); border-top: 0px; border-right: 0px; border-left: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.form-field-shape-custom .sqs-site-style-form .custom-form-element, .form-field-shape-custom .sqs-site-style-form .file-display, .form-field-shape-custom .sqs-site-style-form .file-upload, .form-field-shape-custom .sqs-site-style-form .form-field-error, .form-field-shape-custom .sqs-site-style-form input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-custom .sqs-site-style-form select, .form-field-shape-custom .sqs-site-style-form textarea { border-top-left-radius: var(--form-field-shape-border-top-left-radius); border-top-right-radius: var(--form-field-shape-border-top-right-radius); border-bottom-right-radius: var(--form-field-shape-border-bottom-right-radius); border-bottom-left-radius: var(--form-field-shape-border-bottom-left-radius); }
.form-field-shape-custom .sqs-site-style-form .form-input-effects { --fx-input-border-radius: var(--form-field-shape-border-top-left-radius) var(--form-field-shape-border-top-right-radius) var(--form-field-shape-border-bottom-right-radius) var(--form-field-shape-border-bottom-left-radius); }
.form-field-shape-custom.form-field-border-none .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-custom.form-field-border-none .sqs-site-style-form .form-item .file-display, .form-field-shape-custom.form-field-border-none .sqs-site-style-form .form-item input, .form-field-shape-custom.form-field-border-none .sqs-site-style-form .form-item select, .form-field-shape-custom.form-field-border-none .sqs-site-style-form .form-item textarea { border: 1px solid transparent; box-shadow: transparent 0px 0px 0px 1px; }
.form-field-shape-custom.form-field-border-all .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-custom.form-field-border-all .sqs-site-style-form .form-item .file-display, .form-field-shape-custom.form-field-border-all .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-custom.form-field-border-all .sqs-site-style-form .form-item select, .form-field-shape-custom.form-field-border-all .sqs-site-style-form .form-item textarea { border: solid var(--form-field-border-thickness) var(--dynamic-border-color, #A9A9A9); box-shadow: transparent 0px 0px 0px 1px; }
.form-field-shape-custom.form-field-border-bottom .sqs-site-style-form .form-item .custom-form-element, .form-field-shape-custom.form-field-border-bottom .sqs-site-style-form .form-item .file-display, .form-field-shape-custom.form-field-border-bottom .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-shape-custom.form-field-border-bottom .sqs-site-style-form .form-item select, .form-field-shape-custom.form-field-border-bottom .sqs-site-style-form .form-item textarea { border-bottom: var(--form-field-border-thickness) solid var(--dynamic-border-color, #A9A9A9); border-top: 0px; border-right: 0px; border-left: 0px; }
.form-field-border-all .sqs-site-style-form .form-item .form-input-prefix { border-width: var(--form-field-border-thickness)0; left: var(--form-field-border-thickness); }
.form-field-border-all .sqs-site-style-form .form-item .form-input-prefix, .form-field-border-bottom .sqs-site-style-form .form-item .form-input-prefix, .form-field-border-none .sqs-site-style-form .form-item .form-input-prefix { padding-top: var(--form-field-padding-top, var(--form-field-padding-vertical)); padding-right: 10px; padding-bottom: var(--form-field-padding-bottom, var(--form-field-padding-vertical)); padding-left: var(--form-field-padding-left, var(--form-field-padding-horizontal)); }
.form-field-border-bottom .sqs-site-style-form .form-item .form-input-prefix { border-width: 0 0 var(--form-field-border-thickness)0; left: 0px; }
.form-field-border-none .sqs-site-style-form .form-item .form-input-prefix { border-width: 1px 0px; left: 1px; }
.sqs-site-style-form .form-item.date svg path, .sqs-site-style-form .form-item.select svg path, .sqs-site-style-form .form-item.time svg path { fill: var(--dynamic-accessory-color, #000); }
.sqs-site-style-form .form-item.date input ~ div, .sqs-site-style-form .form-item.select select ~ div, .sqs-site-style-form .form-item.time input ~ div { right: var(--form-field-padding-right, var(--form-field-padding-horizontal)); }
.form-field-border-all .sqs-site-style-form .form-item select ~ div { right: calc(var(--form-field-border-thickness) + var(--form-field-padding-right, var(--form-field-padding-horizontal))); }
.form-field-checkbox-shape-square .sqs-site-style-form .form-item.checkbox input[type="checkbox"], .form-field-checkbox-shape-square .sqs-site-style-form .form-item.cover-the-fees input[type="checkbox"], .form-field-checkbox-shape-square .sqs-site-style-form .form-item.email input[type="checkbox"], .form-field-checkbox-shape-square .sqs-site-style-form .form-item.phone input[type="checkbox"] { border-radius: 0px; }
.form-field-checkbox-shape-pill .sqs-site-style-form .form-item.checkbox input[type="checkbox"], .form-field-checkbox-shape-pill .sqs-site-style-form .form-item.cover-the-fees input[type="checkbox"], .form-field-checkbox-shape-pill .sqs-site-style-form .form-item.email input[type="checkbox"], .form-field-checkbox-shape-pill .sqs-site-style-form .form-item.phone input[type="checkbox"] { border-radius: 300px; }
.form-field-checkbox-shape-rounded .sqs-site-style-form .form-item.checkbox input[type="checkbox"], .form-field-checkbox-shape-rounded .sqs-site-style-form .form-item.cover-the-fees input[type="checkbox"], .form-field-checkbox-shape-rounded .sqs-site-style-form .form-item.email input[type="checkbox"], .form-field-checkbox-shape-rounded .sqs-site-style-form .form-item.phone input[type="checkbox"] { border-radius: 25%; }
.form-field-checkbox-shape-custom .sqs-site-style-form .form-item.checkbox input[type="checkbox"], .form-field-checkbox-shape-custom .sqs-site-style-form .form-item.checkbox label span, .form-field-checkbox-shape-custom .sqs-site-style-form .form-item.cover-the-fees input[type="checkbox"], .form-field-checkbox-shape-custom .sqs-site-style-form .form-item.cover-the-fees label span, .form-field-checkbox-shape-custom .sqs-site-style-form .form-item.email input[type="checkbox"], .form-field-checkbox-shape-custom .sqs-site-style-form .form-item.email label span, .form-field-checkbox-shape-custom .sqs-site-style-form .form-item.phone input[type="checkbox"], .form-field-checkbox-shape-custom .sqs-site-style-form .form-item.phone label span { border-top-left-radius: var(--form-field-checkbox-shape-border-top-left-radius); border-top-right-radius: var(--form-field-checkbox-shape-border-top-right-radius); border-bottom-right-radius: var(--form-field-checkbox-shape-border-bottom-right-radius); border-bottom-left-radius: var(--form-field-checkbox-shape-border-bottom-left-radius); }
.form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.cover-the-fees, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.email, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.phone, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: var(--dynamic-fill-color-a, 1); --checked-background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --checked-background-color-alpha: var(--dynamic-fill-color-a, 1); --checked-background-color-alpha-default: var(--dynamic-fill-color-a, 1); --checked-foreground-color: var(--dynamic-border-color, #000); --hover-alpha-modifier: var(--solid-hover-alpha-modifier); }
.form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.cover-the-fees label, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email label, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.phone label, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.cover-the-fees label, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.email label, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.phone label, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.cover-the-fees label, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.email label, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.phone label, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.cover-the-fees label, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.email label, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.phone label, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label { column-gap: var(--form-field-checkbox-space-between-icon-and-text); cursor: pointer; }
.form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"], .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"], .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"], .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"] { cursor: pointer; transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-checkbox-border-thickness) solid var(--dynamic-border-color, #A9A9A9); width: var(--form-field-checkbox-size); height: var(--form-field-checkbox-size); flex-shrink: 0; margin-right: 0px; }
.form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"]::before, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]::before, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"]::before, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]::before, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"]::before, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"]::before, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"]::before, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]::before, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"]::before, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]::before, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"]::before, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]::before, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"]::before, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"]::before, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"]::before, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]::before { width: 75%; height: 75%; background-color: var(--checked-foreground-color) !important; }
@media (hover: hover) {
  .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"]:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"]:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"]:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:hover { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
}
.form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"]:checked, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"]:checked, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"]:checked, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked:hover { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.cover-the-fees, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.email, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.phone, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: var(--dynamic-fill-color-a, 1); --checked-background-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --checked-background-color-alpha: var(--dynamic-border-color-a, 1); --checked-background-color-alpha-default: var(--dynamic-border-color-a, 1); --checked-foreground-color: var(--dynamic-fill-color, #FAFAFA); --hover-alpha-modifier: var(--solid-hover-alpha-modifier); --checked-hover-alpha-modifier: var(--inverted-solid-hover-alpha-modifier); }
.form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"], .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"], .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"], .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"] { cursor: pointer; transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-checkbox-border-thickness) solid var(--dynamic-border-color, #A9A9A9); width: var(--form-field-checkbox-size); height: var(--form-field-checkbox-size); flex-shrink: 0; margin-right: 0px; }
@media (hover: hover) {
  .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"]:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"]:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:hover { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
}
.form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"]:checked, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]:checked, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"]:checked, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-solid.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked:hover { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.cover-the-fees, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.email, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.phone, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox, .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: 0; --checked-background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --checked-background-color-alpha: var(--dynamic-fill-color-a, 1); --checked-background-color-alpha-default: 0; --checked-foreground-color: var(--dynamic-border-color, #000); --hover-alpha-modifier: var(--outline-hover-alpha-modifier); }
.form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"], .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"], .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"], .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"] { cursor: pointer; transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-checkbox-border-thickness) solid var(--dynamic-border-color, #A9A9A9); width: var(--form-field-checkbox-size); height: var(--form-field-checkbox-size); flex-shrink: 0; margin-right: 0px; }
@media (hover: hover) {
  .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"]:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"]:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"]:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:hover { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
}
.form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"]:checked, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"]:checked, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"]:checked, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.cover-the-fees label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.email label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .form-item.phone label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-normal .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked:hover { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.cover-the-fees, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.phone, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox, .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: 0; --checked-background-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --checked-background-color-alpha: var(--dynamic-border-color-a, 1); --checked-background-color-alpha-default: var(--dynamic-border-color-a, 1); --checked-foreground-color: var(--dynamic-fill-color, #FAFAFA); --hover-alpha-modifier: var(--outline-hover-alpha-modifier); --checked-hover-alpha-modifier: var(--inverted-outline-hover-alpha-modifier); }
.form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"], .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"], .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"], .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"] { cursor: pointer; transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-checkbox-border-thickness) solid var(--dynamic-border-color, #A9A9A9); width: var(--form-field-checkbox-size); height: var(--form-field-checkbox-size); flex-shrink: 0; margin-right: 0px; }
@media (hover: hover) {
  .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"]:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"]:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:hover { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
}
.form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"]:checked, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]:checked, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"]:checked, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.cover-the-fees label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.email label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .form-item.phone label input[type="checkbox"]:checked:hover, .form-field-checkbox-fill-outline.form-field-checkbox-color-inverted .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked:hover { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-checkbox-type-button.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: var(--dynamic-fill-color-a, 1); --foreground-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --foreground-color-alpha: var(--dynamic-border-color-a, 1); --checked-foreground-color: var(--dynamic-fill-color, #FAFAFA); --hover-alpha-modifier: var(--solid-hover-alpha-modifier); --checked-hover-alpha-modifier: var(--inverted-solid-hover-alpha-modifier); }
.form-field-checkbox-type-button.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox input[type="checkbox"], .form-field-checkbox-type-button.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; }
.form-field-checkbox-type-button.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox label, .form-field-checkbox-type-button.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox label { cursor: pointer; user-select: none; display: inline-flex; }
.form-field-checkbox-type-button.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox label span, .form-field-checkbox-type-button.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox label span { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); color: hsla(var(--foreground-color-hsl),var(--foreground-color-alpha)); padding-top: var(--form-field-checkbox-padding-top, var(--form-field-checkbox-padding-vertical)); padding-right: var(--form-field-checkbox-padding-right, var(--form-field-checkbox-padding-horizontal)); padding-bottom: var(--form-field-checkbox-padding-bottom, var(--form-field-checkbox-padding-vertical)); padding-left: var(--form-field-checkbox-padding-left, var(--form-field-checkbox-padding-horizontal)); border: var(--form-field-checkbox-border-thickness) solid hsla(var(--foreground-color-hsl),var(--foreground-color-alpha)); }
@media (hover: hover) {
  .form-field-checkbox-type-button.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox label span:hover { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
}
.form-field-checkbox-type-button.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked ~ span, .form-field-checkbox-type-button.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked ~ span, .form-field-radio-type-button.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ span, .form-field-radio-type-button.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ span { background-color: hsla(var(--foreground-color-hsl),var(--foreground-color-alpha)); color: var(--checked-foreground-color); border-color: hsla(var(--foreground-color-hsl),var(--foreground-color-alpha)); }
@media (hover: hover) {
  .form-field-checkbox-type-button.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked ~ span:hover { background-color: hsla(var(--foreground-color-hsl),calc(var(--foreground-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))); }
}
.form-field-checkbox-type-button.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: 0; --foreground-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --foreground-color-alpha: var(--dynamic-border-color-a, 1); --checked-foreground-color: var(--dynamic-fill-color, #FAFAFA); --hover-alpha-modifier: var(--outline-hover-alpha-modifier); --checked-hover-alpha-modifier: var(--inverted-outline-hover-alpha-modifier); }
@media (hover: hover) {
  .form-field-checkbox-type-button.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox label span:hover { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
}
@media (hover: hover) {
  .form-field-checkbox-type-button.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox label input[type="checkbox"]:checked ~ span:hover { background-color: hsla(var(--foreground-color-hsl),calc(var(--foreground-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))); }
}
.form-field-checkbox-type-button.form-field-checkbox-shape-square .sqs-site-style-form .form-item.checkbox label span, .form-field-radio-shape-square .sqs-site-style-form .form-item.radio .radio-label, .form-field-radio-shape-square .sqs-site-style-form .form-item.radio .radio-mark, .form-field-radio-shape-square .sqs-site-style-form .form-item.radio .radio-mark::after, .form-field-radio-shape-square .sqs-site-style-form .form-item.radio .radio-outline { border-radius: 0px; }
.form-field-checkbox-type-button.form-field-checkbox-shape-pill { --checkbox-pill-border-radius: calc(var(--form-field-checkbox-padding-top, var(--form-field-checkbox-padding-vertical)) + var(--form-block-option-text-font-line-height) * 0.66); }
.form-field-checkbox-type-button.form-field-checkbox-shape-pill .sqs-site-style-form .form-item.checkbox label span { border-radius: var(--checkbox-pill-border-radius); }
.form-field-checkbox-type-button.form-field-checkbox-shape-rounded .sqs-site-style-form .form-item.checkbox label span { border-radius: 0.4rem; }
.form-field-checkbox-layout-fit .sqs-site-style-form .form-item.checkbox, .form-field-checkbox-layout-stack .sqs-site-style-form .form-item.checkbox { display: flex; flex-flow: column wrap; gap: var(--form-field-checkbox-row-gap) var(--form-field-checkbox-column-gap); }
.form-field-checkbox-layout-fit .sqs-site-style-form .form-item.checkbox { flex-direction: row; }
.form-field-radio-shape-pill .sqs-site-style-form .form-item.radio .radio-label, .form-field-radio-shape-pill .sqs-site-style-form .form-item.radio .radio-mark, .form-field-radio-shape-pill .sqs-site-style-form .form-item.radio .radio-mark::after, .form-field-radio-shape-pill .sqs-site-style-form .form-item.radio .radio-outline { border-radius: 300px; }
.form-field-radio-shape-custom .sqs-site-style-form .form-item.radio .radio-label, .form-field-radio-shape-custom .sqs-site-style-form .form-item.radio .radio-mark, .form-field-radio-shape-custom .sqs-site-style-form .form-item.radio .radio-mark::after, .form-field-radio-shape-custom .sqs-site-style-form .form-item.radio .radio-outline { border-top-left-radius: var(--form-field-radio-shape-border-top-left-radius); border-top-right-radius: var(--form-field-radio-shape-border-top-right-radius); border-bottom-right-radius: var(--form-field-radio-shape-border-bottom-right-radius); border-bottom-left-radius: var(--form-field-radio-shape-border-bottom-left-radius); }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label, .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label { column-gap: var(--form-field-radio-space-between-icon-and-text); }
.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label input[type="radio"] { width: var(--form-field-radio-size); height: var(--form-field-radio-size); margin-right: 0px; cursor: pointer; flex-shrink: 0; }
.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label .radio-mark { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-radio-border-thickness) solid var(--dynamic-border-color, #000); width: var(--form-field-radio-size); height: var(--form-field-radio-size); }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label .radio-mark::after, .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label .radio-mark::after, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label .radio-mark::after, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label .radio-mark::after { background-color: var(--checked-foreground-color) !important; position: absolute; width: 50%; height: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0); }
.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label .radio-outline { width: var(--form-field-radio-size); height: var(--form-field-radio-size); }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ .radio-mark::after, .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ .radio-mark::after, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ .radio-mark::after, .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ .radio-mark::after { transform: translate(-50%, -50%) scale(1); }
@media (hover: hover) {
  .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label:hover input[type="radio"] ~ .radio-mark { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label:hover input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label input[type="radio"] { width: var(--form-field-radio-size); height: var(--form-field-radio-size); margin-right: 0px; cursor: pointer; flex-shrink: 0; }
.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label .radio-mark { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-radio-border-thickness) solid var(--dynamic-border-color, #000); width: var(--form-field-radio-size); height: var(--form-field-radio-size); }
.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label .radio-outline { width: var(--form-field-radio-size); height: var(--form-field-radio-size); }
.form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label:hover input[type="radio"] ~ .radio-mark { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-radio-type-icon.form-field-radio-fill-solid.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label:hover input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label input[type="radio"] { width: var(--form-field-radio-size); height: var(--form-field-radio-size); margin-right: 0px; cursor: pointer; flex-shrink: 0; }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label .radio-mark { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-radio-border-thickness) solid var(--dynamic-border-color, #000); width: var(--form-field-radio-size); height: var(--form-field-radio-size); }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label .radio-outline { width: var(--form-field-radio-size); height: var(--form-field-radio-size); }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label:hover input[type="radio"] ~ .radio-mark { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-normal .sqs-site-style-form .form-item.radio label:hover input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label input[type="radio"] { width: var(--form-field-radio-size); height: var(--form-field-radio-size); margin-right: 0px; cursor: pointer; flex-shrink: 0; }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label .radio-mark { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-radio-border-thickness) solid var(--dynamic-border-color, #000); width: var(--form-field-radio-size); height: var(--form-field-radio-size); }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label .radio-outline { width: var(--form-field-radio-size); height: var(--form-field-radio-size); }
.form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label:hover input[type="radio"] ~ .radio-mark { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-radio-type-icon.form-field-radio-fill-outline.form-field-radio-color-inverted .sqs-site-style-form .form-item.radio label:hover input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-radio-type-icon.form-field-radio-shape-rounded .sqs-site-style-form .form-item.radio .radio-label, .form-field-radio-type-icon.form-field-radio-shape-rounded .sqs-site-style-form .form-item.radio .radio-mark, .form-field-radio-type-icon.form-field-radio-shape-rounded .sqs-site-style-form .form-item.radio .radio-mark::after, .form-field-radio-type-icon.form-field-radio-shape-rounded .sqs-site-style-form .form-item.radio .radio-outline { border-radius: 25%; }
.form-field-radio-type-button.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: var(--dynamic-fill-color-a, 1); --foreground-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --foreground-color-alpha: var(--dynamic-border-color-a, 1); --checked-foreground-color: var(--dynamic-fill-color, #FAFAFA); --hover-alpha-modifier: var(--solid-hover-alpha-modifier); --checked-hover-alpha-modifier: var(--inverted-solid-hover-alpha-modifier); }
.form-field-radio-type-button.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio input[type="radio"], .form-field-radio-type-button.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio input[type="radio"] { position: absolute; opacity: 0; cursor: pointer; }
@media (hover: hover) {
  .form-field-radio-type-button.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio input[type="radio"]:hover ~ span { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-radio-type-button.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio input[type="radio"]:checked:hover ~ span { background-color: hsla(var(--foreground-color-hsl),calc(var(--foreground-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))); }
}
.form-field-radio-type-button.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio label span:empty, .form-field-radio-type-button.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio label span:empty { display: none; }
.form-field-radio-type-button.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio label, .form-field-radio-type-button.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio label { cursor: pointer; user-select: none; display: inline-flex; align-items: center; justify-content: center; }
.form-field-radio-type-button.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio label span, .form-field-radio-type-button.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio label span { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); color: hsla(var(--foreground-color-hsl),var(--foreground-color-alpha)); padding-top: var(--form-field-radio-padding-top, var(--form-field-radio-padding-vertical)); padding-right: var(--form-field-radio-padding-right, var(--form-field-radio-padding-horizontal)); padding-bottom: var(--form-field-radio-padding-bottom, var(--form-field-radio-padding-vertical)); padding-left: var(--form-field-radio-padding-left, var(--form-field-radio-padding-horizontal)); border: var(--form-field-radio-border-thickness) solid hsla(var(--foreground-color-hsl),var(--foreground-color-alpha)); }
.form-field-radio-type-button.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: 0; --foreground-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --foreground-color-alpha: var(--dynamic-border-color-a, 1); --checked-foreground-color: var(--dynamic-fill-color, #FAFAFA); --hover-alpha-modifier: var(--outline-hover-alpha-modifier); --checked-hover-alpha-modifier: var(--inverted-outline-hover-alpha-modifier); }
@media (hover: hover) {
  .form-field-radio-type-button.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio input[type="radio"]:hover ~ span { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-radio-type-button.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio input[type="radio"]:checked:hover ~ span { background-color: hsla(var(--foreground-color-hsl),calc(var(--foreground-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))); }
}
.form-field-radio-type-button.form-field-radio-shape-rounded .sqs-site-style-form .form-item.radio .radio-label, .form-field-radio-type-button.form-field-radio-shape-rounded .sqs-site-style-form .form-item.radio .radio-mark, .form-field-radio-type-button.form-field-radio-shape-rounded .sqs-site-style-form .form-item.radio .radio-mark::after, .form-field-radio-type-button.form-field-radio-shape-rounded .sqs-site-style-form .form-item.radio .radio-outline { border-radius: 0.4rem; }
.form-field-radio-type-button.form-field-radio-shape-pill .sqs-site-style-form .form-item.radio { --radio-pill-border-radius: calc(var(--form-field-radio-padding-top, var(--form-field-radio-padding-vertical)) + var(--form-block-option-text-font-line-height) * 0.66); }
.form-field-radio-type-button.form-field-radio-shape-pill .sqs-site-style-form .form-item.radio .radio-label, .form-field-radio-type-button.form-field-radio-shape-pill .sqs-site-style-form .form-item.radio .radio-mark, .form-field-radio-type-button.form-field-radio-shape-pill .sqs-site-style-form .form-item.radio .radio-mark::after, .form-field-radio-type-button.form-field-radio-shape-pill .sqs-site-style-form .form-item.radio .radio-outline { border-radius: var(--radio-pill-border-radius); }
.form-field-radio-layout-fit .sqs-site-style-form .form-item.radio, .form-field-radio-layout-stack .sqs-site-style-form .form-item.radio { display: flex; flex-flow: column wrap; gap: var(--form-field-radio-row-gap) var(--form-field-radio-column-gap); }
.form-field-radio-layout-fit .sqs-site-style-form .form-item.radio .radio-mark, .form-field-radio-layout-stack .sqs-site-style-form .form-item.radio .radio-mark { left: unset; }
.form-field-radio-layout-fit .sqs-site-style-form .form-item.radio { flex-direction: row; }
.form-field-survey-shape-square .sqs-site-style-form .form-item.likert .radio-label, .form-field-survey-shape-square .sqs-site-style-form .form-item.likert .radio-mark, .form-field-survey-shape-square .sqs-site-style-form .form-item.likert .radio-mark::after, .form-field-survey-shape-square .sqs-site-style-form .form-item.likert .radio-outline { border-radius: 0px; }
.form-field-survey-shape-rounded .sqs-site-style-form .form-item.likert .radio-label, .form-field-survey-shape-rounded .sqs-site-style-form .form-item.likert .radio-mark, .form-field-survey-shape-rounded .sqs-site-style-form .form-item.likert .radio-mark::after, .form-field-survey-shape-rounded .sqs-site-style-form .form-item.likert .radio-outline { border-radius: 25%; }
.form-field-survey-shape-pill .sqs-site-style-form .form-item.likert .radio-label, .form-field-survey-shape-pill .sqs-site-style-form .form-item.likert .radio-mark, .form-field-survey-shape-pill .sqs-site-style-form .form-item.likert .radio-mark::after, .form-field-survey-shape-pill .sqs-site-style-form .form-item.likert .radio-outline { border-radius: 300px; }
.form-field-survey-shape-custom .sqs-site-style-form .form-item.likert .radio-label, .form-field-survey-shape-custom .sqs-site-style-form .form-item.likert .radio-mark, .form-field-survey-shape-custom .sqs-site-style-form .form-item.likert .radio-mark::after, .form-field-survey-shape-custom .sqs-site-style-form .form-item.likert .radio-outline { border-top-left-radius: var(--form-field-survey-shape-border-top-left-radius); border-top-right-radius: var(--form-field-survey-shape-border-top-right-radius); border-bottom-right-radius: var(--form-field-survey-shape-border-bottom-right-radius); border-bottom-left-radius: var(--form-field-survey-shape-border-bottom-left-radius); }
.form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: var(--dynamic-fill-color-a, 1); --checked-background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --checked-background-color-alpha: var(--dynamic-fill-color-a, 1); --checked-background-color-alpha-default: var(--dynamic-fill-color-a, 1); --checked-foreground-color: var(--dynamic-border-color, #000); --hover-alpha-modifier: var(--solid-hover-alpha-modifier); }
.form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"], .form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"], .form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"], .form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"] { width: var(--form-field-survey-size); height: var(--form-field-survey-size); margin-right: 0px; cursor: pointer; }
.form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) .radio-mark { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-survey-border-thickness) solid var(--dynamic-border-color, #000); width: var(--form-field-survey-size); height: var(--form-field-survey-size); }
.form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) .radio-mark::after, .form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) .radio-mark::after, .form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) .radio-mark::after, .form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) .radio-mark::after { background-color: var(--checked-foreground-color) !important; position: absolute; width: 50%; height: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0); }
.form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) .radio-outline { width: var(--form-field-survey-size); height: var(--form-field-survey-size); }
.form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
.form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"]:checked ~ .radio-mark::after, .form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"]:checked ~ .radio-mark::after, .form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"]:checked ~ .radio-mark::after, .form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"]:checked ~ .radio-mark::after { transform: translate(-50%, -50%) scale(1); }
@media (hover: hover) {
  .form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title):hover input[type="radio"] ~ .radio-mark { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-survey-fill-solid.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title):hover input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: var(--dynamic-fill-color-a, 1); --checked-background-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --checked-background-color-alpha: var(--dynamic-border-color-a, 1); --checked-background-color-alpha-default: var(--dynamic-border-color-a, 1); --checked-foreground-color: var(--dynamic-fill-color, #FAFAFA); --hover-alpha-modifier: var(--solid-hover-alpha-modifier); --checked-hover-alpha-modifier: var(--inverted-solid-hover-alpha-modifier); }
.form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) .radio-mark { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-survey-border-thickness) solid var(--dynamic-border-color, #000); width: var(--form-field-survey-size); height: var(--form-field-survey-size); }
.form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) .radio-outline { width: var(--form-field-survey-size); height: var(--form-field-survey-size); }
.form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title):hover input[type="radio"] ~ .radio-mark { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-survey-fill-solid.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title):hover input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: 0; --checked-background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --checked-background-color-alpha: var(--dynamic-fill-color-a, 1); --checked-background-color-alpha-default: 0; --checked-foreground-color: var(--dynamic-border-color, #000); --hover-alpha-modifier: var(--outline-hover-alpha-modifier); }
.form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) .radio-mark { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-survey-border-thickness) solid var(--dynamic-border-color, #000); width: var(--form-field-survey-size); height: var(--form-field-survey-size); }
.form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) .radio-outline { width: var(--form-field-survey-size); height: var(--form-field-survey-size); }
.form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title):hover input[type="radio"] ~ .radio-mark { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-survey-fill-outline.form-field-survey-color-normal .sqs-site-style-form .form-item.likert label:not(.title):hover input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert { --background-color-hsl: var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)); --background-color-alpha: var(--dynamic-fill-color-a, 1); --background-color-alpha-default: 0; --checked-background-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --checked-background-color-alpha: var(--dynamic-border-color-a, 1); --checked-background-color-alpha-default: var(--dynamic-border-color-a, 1); --checked-foreground-color: var(--dynamic-fill-color, #FAFAFA); --hover-alpha-modifier: var(--outline-hover-alpha-modifier); --checked-hover-alpha-modifier: var(--inverted-outline-hover-alpha-modifier); }
.form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) .radio-mark { transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); border: var(--form-field-survey-border-thickness) solid var(--dynamic-border-color, #000); width: var(--form-field-survey-size); height: var(--form-field-survey-size); }
.form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) .radio-outline { width: var(--form-field-survey-size); height: var(--form-field-survey-size); }
.form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title) input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
@media (hover: hover) {
  .form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title):hover input[type="radio"] ~ .radio-mark { background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha)*var(--hover-alpha-modifier))); }
  .form-field-survey-fill-outline.form-field-survey-color-inverted .sqs-site-style-form .form-item.likert label:not(.title):hover input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),calc(var(--checked-background-color-alpha)*var(--checked-hover-alpha-modifier, var(--hover-alpha-modifier)))) !important; }
}
.sqs-site-style-form .react-form-contents .field-list .title { padding-bottom: var(--form-label-spacing-bottom); }
.sqs-site-style-form .react-form-contents .field-list p.description { margin-bottom: var(--form-description-spacing-bottom) !important; }
.sqs-site-style-form .react-form-contents .field-list .description.required { padding: 0px; }
.sqs-site-style-form .react-form-contents .field-list .caption-text:not(:empty) { padding-bottom: var(--form-caption-spacing-bottom); margin-top: 4px; }
.sqs-site-style-form .react-form-contents .field-list .address .field .caption-text { padding-top: 0px; }
.sqs-site-style-form .react-form-contents .field-list .address .field:first-of-type .caption-text { padding-top: 4px; }
.sqs-site-style-form .react-form-contents .field-list .field { margin: 0 0 var(--form-field-spacing-bottom) !important; }
.sqs-site-style-form .react-form-contents .field-list .field.likert { margin-bottom: 0px !important; padding-bottom: 12px; }
.sqs-site-style-form .react-form-contents .field-list .field.likert .item { margin: var(--form-field-spacing-bottom)0; }
.sqs-site-style-form .react-form-contents .field-list .field.likert .item:first-of-type { margin: calc(var(--form-field-spacing-bottom)/2)0; }
.sqs-site-style-form .react-form-contents .field-list .field.likert .question { margin-bottom: 4px; }
.sqs-site-style-form .react-form-contents .field-list .field .option { margin-top: 4px; }
.sqs-site-style-form .react-form-contents .field-list .field .option label { padding: 0px 4px 0px 0px; }
.sqs-site-style-form .react-form-contents .field-list .field.checkbox .option, .sqs-site-style-form .react-form-contents .field-list .field.radio .option { margin-bottom: 0px; }
.sqs-site-style-form .react-form-contents .field-list .line-field { margin: calc(var(--form-field-spacing-bottom) + 12px)0 !important; }
.sqs-site-style-form .react-form-contents .field-list .section { padding-bottom: 0px; margin: 0px; }
.sqs-site-style-form .react-form-contents .field-list .fields { column-gap: var(--form-field-column-gap); }
.sqs-site-style-form .react-form-contents .field-list fieldset { row-gap: 0px; }
.sqs-site-style-form .react-form-contents .field-list legend { padding: 0px !important; }
.sqs-site-style-form .custom-form-element:focus, .sqs-site-style-form .form-field-checkbox-type-button .field.checkbox input[type="checkbox"]:focus-visible + span, .sqs-site-style-form .form-field-radio-type-button input[type="radio"]:focus-visible + .radio-label, .sqs-site-style-form input:focus, .sqs-site-style-form input[type="radio"]:focus-visible ~ .radio-outline, .sqs-site-style-form select:focus, .sqs-site-style-form textarea:focus { outline-style: solid; outline-color: var(--dynamic-border-color, var(--navigationLinkColor)); outline-width: 2px; outline-offset: 2px !important; }
.sqs-site-style-form .field-list .custom-form-element, .sqs-site-style-form .field-list input:not([type="checkbox"]):not([type="radio"]), .sqs-site-style-form .field-list select, .sqs-site-style-form .field-list textarea { color: var(--dynamic-input-text-color, #000); }
.sqs-site-style-form .field-list .custom-form-element::placeholder, .sqs-site-style-form .field-list input::placeholder, .sqs-site-style-form .field-list select.show-placeholder, .sqs-site-style-form .field-list textarea::placeholder { color: hsla(var(--dynamic-input-text-color-hsl, var(--fallback-black-hsl)),calc(var(--dynamic-input-text-color-a, 1)*.55)); }
.sqs-site-style-form .field-list .form-input-prefix { color: var(--dynamic-input-text-color, #000); opacity: 0.55; pointer-events: none; }
.sqs-site-style-form .form-item.likert .option, .sqs-site-style-form .form-item.line-field { border-color: var(--dynamic-border-color) !important; }
.sqs-site-style-form * { }
.sqs-site-style-form textarea { height: 4em; }
.sqs-site-style-form .field-list .title, .sqs-site-style-form .form-submission-text { color: var(--tweak-form-block-title-color); }
.sqs-site-style-form .field-list .description { color: var(--tweak-form-block-description-color); }
.sqs-site-style-form .field-list .caption-text { color: var(--tweak-form-block-caption-color); }
.sqs-site-style-form .field-list ::placeholder { color: rgb(115, 115, 115); opacity: 1; }
.sqs-site-style-form .field-list .option { color: var(--tweak-form-block-option-color); }
.sqs-site-style-form .field-list .question { color: var(--tweak-form-block-survey-title-color); }
.sqs-site-style-form .sqs-editable-button { background: var(--tweak-form-block-button-background-color); color: var(--tweak-form-block-button-text-color); }
.primary-button-style-outline .sqs-site-style-form .sqs-editable-button.sqs-button-element--primary, .secondary-button-style-outline .sqs-site-style-form .sqs-editable-button.sqs-button-element--secondary, .tertiary-button-style-outline .sqs-site-style-form .sqs-editable-button.sqs-button-element--tertiary { color: var(--tweak-form-block-button-background-color); border-color: var(--tweak-form-block-button-background-color); }
@media (hover: hover) {
  .primary-button-style-outline .sqs-site-style-form .sqs-editable-button.sqs-button-element--primary:hover, .secondary-button-style-outline .sqs-site-style-form .sqs-editable-button.sqs-button-element--secondary:hover, .tertiary-button-style-outline .sqs-site-style-form .sqs-editable-button.sqs-button-element--tertiary:hover { background: var(--tweak-form-block-button-background-color); color: var(--tweak-form-block-button-text-color); }
}
.primary-button-style-outline.primary-button-shape-underline .sqs-site-style-form .sqs-editable-button.sqs-button-element--primary:hover, .secondary-button-style-outline.secondary-button-shape-underline .sqs-site-style-form .sqs-editable-button.sqs-button-element--secondary:hover, .tertiary-button-style-outline.tertiary-button-shape-underline .sqs-site-style-form .sqs-editable-button.sqs-button-element--tertiary:hover { border-color: var(--tweak-form-block-button-text-color); }
.primary-button-style-solid.primary-button-shape-underline .sqs-site-style-form .sqs-editable-button.sqs-button-element--primary, .secondary-button-style-solid.secondary-button-shape-underline .sqs-site-style-form .sqs-editable-button.sqs-button-element--secondary, .tertiary-button-style-solid.tertiary-button-shape-underline .sqs-site-style-form .sqs-editable-button.sqs-button-element--tertiary { background: var(--tweak-form-block-button-text-color); color: var(--tweak-form-block-button-background-color); border-color: var(--tweak-form-block-button-background-color); }
.sqs-background-enabled .sqs-site-style-form .field-list .title, .sqs-background-enabled .sqs-site-style-form .form-submission-text { color: var(--tweak-form-block-title-color-on-background); }
.sqs-background-enabled .sqs-site-style-form .field-list .description { color: var(--tweak-form-block-description-color-on-background); }
.sqs-background-enabled .sqs-site-style-form .field-list .caption-text { color: var(--tweak-form-block-caption-color-on-background); }
.sqs-background-enabled .sqs-site-style-form .field-list .option { color: var(--tweak-form-block-option-color-on-background); }
.sqs-background-enabled .sqs-site-style-form .field-list .question { color: var(--tweak-form-block-survey-title-color-on-background); }
.sqs-background-enabled .sqs-site-style-form .sqs-editable-button { background: var(--tweak-form-block-button-background-color-on-background); color: var(--tweak-form-block-button-text-color-on-background); }
.primary-button-style-outline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--primary, .secondary-button-style-outline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--secondary, .tertiary-button-style-outline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--tertiary { color: var(--tweak-form-block-button-background-color-on-background); border-color: var(--tweak-form-block-button-background-color-on-background); }
@media (hover: hover) {
  .primary-button-style-outline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--primary:hover, .secondary-button-style-outline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--secondary:hover, .tertiary-button-style-outline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--tertiary:hover { background: var(--tweak-form-block-button-background-color-on-background); color: var(--tweak-form-block-button-text-color-on-background); }
}
.primary-button-style-outline.primary-button-shape-underline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--primary:hover, .secondary-button-style-outline.secondary-button-shape-underline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--secondary:hover, .tertiary-button-style-outline.tertiary-button-shape-underline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--tertiary:hover { border-color: var(--tweak-form-block-button-text-color-on-background); }
.primary-button-style-solid.primary-button-shape-underline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--primary, .secondary-button-style-solid.secondary-button-shape-underline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--secondary, .tertiary-button-style-solid.tertiary-button-shape-underline .sqs-background-enabled .sqs-site-style-form .sqs-editable-button.sqs-button-element--tertiary { background: var(--tweak-form-block-button-text-color-on-background); color: var(--tweak-form-block-button-background-color-on-background); border-color: var(--tweak-form-block-button-background-color-on-background); }
.sqs-site-style-form .field-list .field:not(.checkbox, .radio, .likert) { display: grid; align-content: flex-start; align-items: flex-start; grid-auto-flow: row; grid-template-columns: min-content auto; grid-template-rows: auto; }
.sqs-site-style-form .field-list .field:not(.checkbox, .radio, .likert) > * { grid-column: 1 / span 2; }
.sqs-site-style-form .field-list .field:not(.checkbox, .radio, .likert) .form-input-effects, .sqs-site-style-form .field-list .field:not(.checkbox, .radio, .likert) .form-input-prefix { grid-row: 2 / span 1; }
.sqs-site-style-form .field-list .field:not(.checkbox, .radio, .likert) .description ~ .form-input-effects, .sqs-site-style-form .field-list .field:not(.checkbox, .radio, .likert) .description ~ .form-input-prefix { grid-row: 3 / span 1; }
.sqs-site-style-form .field-list .caption, .sqs-site-style-form .field-list .caption > * { display: block; height: auto; word-break: break-word; }
.sqs-site-style-form .field-list .caption .caption-text:empty { display: none; }
.sqs-site-style-form .field-list .radio-label, .sqs-site-style-form .field-list .radio-mark, .sqs-site-style-form .field-list .radio-outline { pointer-events: none; }
.sqs-site-style-form { --fx-ease-out: cubic-bezier(0.33, 1, 0.68, 1); --fx-input-border-width: 0px; --fx-input-border-width-increase: 1px; --fx-input-border-width-active: 0px; --fx-input-border-radius: 0px; --fx-border-color-hsl: var(--dynamic-border-color-hsl, var(--fallback-black-hsl)); --fx-border-color-a: var(--dynamic-border-color-a, 1); --fx-border-color-accent-hsl: var(--tweak-form-block-field-accent-color-hsl); --fx-border-color-accent-a: var(--tweak-form-block-field-accent-color-a); --fx-radio-border-width-default: var(--form-field-radio-border-thickness); --fx-radio-border-width: var(--fx-radio-border-width-default); --fx-radio-border-width-active: var(--fx-radio-border-width-default); --fx-checkbox-border-width-default: var(--form-field-checkbox-border-thickness); --fx-checkbox-border-width: var(--fx-checkbox-border-width-default); --fx-checkbox-border-width-active: var(--fx-checkbox-border-width-default); --fx-border-transition-duration-border-width: 0.075s; --fx-border-transition-transform: transform 0.15s var(--fx-ease-out); --fx-border-transition-border-width: border-width var(--fx-border-transition-duration-border-width) var(--fx-ease-out); --fx-border-transition-border-color: border-color 0.2s var(--fx-ease-out); --fx-border-transition-opacity: opacity 0.2s var(--fx-ease-out); --fx-radio-transition-transform: transform 0.1s 0.1s var(--fx-ease-out); --fx-checkbox-transition-mask-position: mask-position 0.2s 0.1s var(--fx-ease-out),
    -webkit-mask-position 0.2s 0.1s var(--fx-ease-out); --fx-highlight-input-border-width-increase: 1px; --fx-highlight-input-border-width: calc(var(--form-field-border-thickness) + var(--fx-highlight-input-border-width-increase)); --fx-highlight-input-color: var(--dynamic-border-color, var(--navigationLinkColor)); --fx-highlight-input-single-trace-animation-duration: 5s; --fx-highlight-input-double-trace-animation-duration: 6s; --fx-highlight-input-border-bottom-single-trace-animation-duration: 3s; --fx-highlight-input-border-bottom-double-trace-animation-duration: 4s; --fx-highlight-input-glow-animation-duration: 2.5s; }
.sqs-background-enabled .sqs-site-style-form { --fx-border-color-accent-hsl: var(--tweak-form-block-field-accent-color-on-background-hsl); --fx-border-color-accent-a: var(--tweak-form-block-field-accent-color-on-background-a); }
.sqs-site-style-form .form-item .form-input-effects { position: absolute; inset: 0px !important; pointer-events: none; content-visibility: auto; display: block; }
.form-field-border-all .sqs-site-style-form { --fx-input-border-width: var(--form-field-border-thickness); --fx-input-border-width-active: var(--form-field-border-thickness); }
.form-field-border-bottom .sqs-site-style-form { --fx-input-border-width: 0 0 var(--form-field-border-thickness) 0; --fx-input-border-width-active: 0 0 var(--form-field-border-thickness) 0; }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-hover-focus-accent .sqs-site-style-form .form-item select, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-hover-focus-opacity .sqs-site-style-form .form-item select, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea { z-index: 1; background: 0px 0px !important; }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element, .form-field-hover-focus-accent .sqs-site-style-form .form-item input, .form-field-hover-focus-accent .sqs-site-style-form .form-item select, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea { border-color: transparent !important; }
@media (hover: hover) {
  .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:hover ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item input:hover[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:hover[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:hover ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item select:hover[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:hover[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:hover ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:hover[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:hover[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:hover ~ :not(.option), .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:hover ~ :not(.option), .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:hover[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:hover[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:hover ~ :not(.option), .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:hover[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:hover[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:hover ~ :not(.option), .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:hover[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:hover[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:hover ~ :not(.option), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover ~ :not(.option), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover ~ :not(.option), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover ~ :not(.option), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover ~ :not(.option) { --fx-input-border-width: var(--fx-input-border-width-active); --fx-radio-border-width: var(--fx-radio-border-width-active); --fx-checkbox-border-width: var(--fx-checkbox-border-width-active); }
  .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:hover[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:hover[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:hover[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:hover[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:hover[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:hover[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:hover[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:hover[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:hover[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:hover[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:hover[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:hover[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:hover[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:hover[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:hover[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:hover[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:hover[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:hover[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:hover[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:hover[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border { --fx-border-alpha: var(--fx-border-alpha-hover, 1); }
}
.form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus-visible, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus-visible[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus-visible, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus-visible[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus-visible, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus-visible[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus-visible, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus-visible[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus-visible, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus-visible[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus-visible, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus-visible[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus-visible, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus-visible[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus-visible, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus-visible[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus-visible, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus-visible[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus-visible, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus-visible[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus-visible, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus-visible[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus-visible, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus-visible[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus-visible[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus[type="radio"] ~ * { outline-color: transparent !important; }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus ~ :not(.option), .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus ~ :not(.option), .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus ~ :not(.option), .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus ~ :not(.option), .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus ~ :not(.option), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus ~ :not(.option), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus ~ :not(.option), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus ~ :not(.option), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus ~ :not(.option) { --fx-input-border-width: var(--fx-input-border-width-active); --fx-radio-border-width: var(--fx-radio-border-width-active); --fx-checkbox-border-width: var(--fx-checkbox-border-width-active); }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus[type="radio"] ~ *, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus[type="radio"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border { --fx-border-alpha: var(--fx-border-alpha-focus, 1); }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .radio-mark, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .radio-mark, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .radio-mark { border-width: var(--fx-radio-border-width-active) !important; border-color: transparent !important; }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .radio-mark::before, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .radio-mark::before, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .radio-mark::before { position: absolute; border-style: solid; border-width: var(--fx-radio-border-width); border-color: hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); border-radius: inherit; content: ""; inset: calc(var(--fx-radio-border-width-active)*-1); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fx-border-transition-transform); }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .radio-mark::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .radio-mark::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .radio-mark::after { transition: var(--fx-radio-transition-transform); }
.form-field-hover-focus-accent .sqs-site-style-form .form-item input[type="checkbox"], .form-field-hover-focus-opacity .sqs-site-style-form .form-item input[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input[type="checkbox"] { border-width: var(--fx-checkbox-border-width-active) !important; overflow: visible; }
.form-field-hover-focus-accent .sqs-site-style-form .form-item input[type="checkbox"]::before, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input[type="checkbox"]::before, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input[type="checkbox"]::before { mask-image: linear-gradient(90deg, transparent 0px, transparent 50%, rgb(255, 255, 255) 50%); mask-position: 0px 0px; mask-size: 200% 100%; transform: scale(1); transition: var(--fx-checkbox-transition-mask-position); }
.form-field-hover-focus-accent .sqs-site-style-form .form-item input[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input[type="checkbox"]::after { position: absolute; border: solid var(--fx-checkbox-border-width) hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); border-radius: inherit; content: ""; inset: calc(var(--fx-checkbox-border-width-active)*-1); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fx-border-transition-transform); }
.form-field-hover-focus-accent .sqs-site-style-form .form-item input[type="checkbox"]:checked::before, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input[type="checkbox"]:checked::before, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input[type="checkbox"]:checked::before { mask-position: -100% 0px; }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .form-input-effects-border { position: absolute; border-radius: var(--fx-input-border-radius); inset: 0px; border-width: var(--fx-input-border-width); border-style: solid; border-color: hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fill-hover-transition); }
.form-field-hover-focus-accent.form-field-checkbox-type-button .sqs-site-style-form .form-item.checkbox label span, .form-field-hover-focus-accent.form-field-radio-type-button .sqs-site-style-form .form-item .radio-label, .form-field-hover-focus-opacity.form-field-checkbox-type-button .sqs-site-style-form .form-item.checkbox label span, .form-field-hover-focus-opacity.form-field-radio-type-button .sqs-site-style-form .form-item .radio-label, .form-field-hover-focus-scale-up.form-field-checkbox-type-button .sqs-site-style-form .form-item.checkbox label span, .form-field-hover-focus-scale-up.form-field-radio-type-button .sqs-site-style-form .form-item .radio-label { position: relative; border-color: transparent !important; }
.form-field-hover-focus-accent.form-field-radio-type-button .sqs-site-style-form .form-item .radio-label::before, .form-field-hover-focus-opacity.form-field-radio-type-button .sqs-site-style-form .form-item .radio-label::before, .form-field-hover-focus-scale-up.form-field-radio-type-button .sqs-site-style-form .form-item .radio-label::before { position: absolute; border: solid var(--fx-radio-border-width) hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); border-radius: inherit; content: ""; inset: calc(var(--fx-radio-border-width-default)*-1); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fx-border-transition-transform); }
.form-field-hover-focus-accent.form-field-checkbox-type-button .sqs-site-style-form .form-item.checkbox label span::before, .form-field-hover-focus-opacity.form-field-checkbox-type-button .sqs-site-style-form .form-item.checkbox label span::before, .form-field-hover-focus-scale-up.form-field-checkbox-type-button .sqs-site-style-form .form-item.checkbox label span::before { position: absolute; border: solid var(--fx-checkbox-border-width) hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); border-radius: inherit; content: ""; inset: calc(var(--fx-checkbox-border-width-default)*-1); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fx-border-transition-transform); }
.form-field-hover-focus-accent.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox, .form-field-hover-focus-accent.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.email, .form-field-hover-focus-accent.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.phone, .form-field-hover-focus-accent.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio, .form-field-hover-focus-accent.form-field-survey-fill-outline .sqs-site-style-form .form-item.likert, .form-field-hover-focus-opacity.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox, .form-field-hover-focus-opacity.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.email, .form-field-hover-focus-opacity.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.phone, .form-field-hover-focus-opacity.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio, .form-field-hover-focus-opacity.form-field-survey-fill-outline .sqs-site-style-form .form-item.likert, .form-field-hover-focus-scale-up.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.checkbox, .form-field-hover-focus-scale-up.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.email, .form-field-hover-focus-scale-up.form-field-checkbox-fill-outline .sqs-site-style-form .form-item.phone, .form-field-hover-focus-scale-up.form-field-radio-fill-outline .sqs-site-style-form .form-item.radio, .form-field-hover-focus-scale-up.form-field-survey-fill-outline .sqs-site-style-form .form-item.likert { --outline-hover-alpha-modifier: 0; --outline-focus-alpha-modifier: 0; }
.form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--solid-alpha-modifier))); }
@media (hover: hover) {
  .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--solid-hover-alpha-modifier))); }
}
.form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--solid-focus-alpha-modifier))); }
.form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border { --outline-hover-alpha-modifier: 0; --outline-focus-alpha-modifier: 0; background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),0); }
@media (hover: hover) {
  .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item select:hover ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects .form-input-effects-border { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--outline-hover-alpha-modifier))); }
}
.form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-outline .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-outline .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]):focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item select:focus ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-outline .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects .form-input-effects-border { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--outline-focus-alpha-modifier))); }
.form-field-hover-focus-accent .sqs-site-style-form, .form-field-hover-focus-opacity .sqs-site-style-form { --fx-input-border-width-active: var(--fx-input-border-width-increase); --fx-radio-border-width-active: calc(var(--fx-radio-border-width-default) + var(--fx-input-border-width-increase)); --fx-checkbox-border-width-active: calc(var(--fx-checkbox-border-width-default) + var(--fx-input-border-width-increase)); }
.form-field-hover-focus-accent.form-field-border-all .sqs-site-style-form, .form-field-hover-focus-opacity.form-field-border-all .sqs-site-style-form { --fx-input-border-width-active: calc(var(--form-field-border-thickness) + var(--fx-input-border-width-increase)); }
.form-field-hover-focus-accent.form-field-border-bottom .sqs-site-style-form, .form-field-hover-focus-opacity.form-field-border-bottom .sqs-site-style-form { --fx-input-border-width-active: 0 0 calc(var(--form-field-border-thickness) + var(--fx-input-border-width-increase)) 0; }
.form-field-hover-focus-opacity .sqs-site-style-form .form-item .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input[type="checkbox"]::after, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input[type="checkbox"] ~ *, .form-field-hover-focus-opacity .sqs-site-style-form .form-item input[type="radio"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input[type="checkbox"]::after, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input[type="checkbox"] ~ *, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input[type="radio"] ~ * { --fx-border-alpha: 0.55; --fx-border-alpha-hover: 0.55; --fx-border-alpha-focus: 1; }
.form-field-hover-focus-opacity.form-field-border-none .sqs-site-style-form .form-item .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-border-none .sqs-site-style-form .form-item .form-input-effects-border { --fx-border-alpha: 0; --fx-border-alpha-hover: 0.55; --fx-border-alpha-focus: 1; }
.form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-style-solid .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-style-solid .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border { --solid-alpha-modifier: 0.8; --solid-hover-alpha-modifier: 1; }
.form-field-hover-focus-opacity.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox, .form-field-hover-focus-opacity.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.email, .form-field-hover-focus-opacity.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.phone, .form-field-hover-focus-opacity.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio, .form-field-hover-focus-opacity.form-field-survey-fill-solid .sqs-site-style-form .form-item.likert, .form-field-hover-focus-scale-up.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox, .form-field-hover-focus-scale-up.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.email, .form-field-hover-focus-scale-up.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.phone, .form-field-hover-focus-scale-up.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio, .form-field-hover-focus-scale-up.form-field-survey-fill-solid .sqs-site-style-form .form-item.likert { --solid-alpha-modifier: 0.8; --solid-hover-alpha-modifier: 1; }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item .custom-form-element:focus ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item input:focus ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item select:focus ~ :not(.option), .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus[type="checkbox"]::after, .form-field-hover-focus-accent .sqs-site-style-form .form-item textarea:focus ~ :not(.option) { --fx-border-color-hsl: var(--fx-border-color-accent-hsl); --fx-border-color-a: var(--fx-border-color-accent-a); }
.form-field-hover-focus-accent.form-field-border-none .sqs-site-style-form .form-item .form-input-effects-border { --fx-border-alpha: 0; }
.form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item .custom-form-element ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item input:not([type="checkbox"]):not([type="radio"]) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item select ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-style-solid .sqs-site-style-form .form-item textarea ~ .form-input-effects .form-input-effects-border { --solid-alpha-modifier: 1; --solid-hover-alpha-modifier: 1; }
.form-field-hover-focus-accent.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.checkbox, .form-field-hover-focus-accent.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.email, .form-field-hover-focus-accent.form-field-checkbox-fill-solid .sqs-site-style-form .form-item.phone, .form-field-hover-focus-accent.form-field-radio-fill-solid .sqs-site-style-form .form-item.radio, .form-field-hover-focus-accent.form-field-survey-fill-solid .sqs-site-style-form .form-item.likert { --solid-alpha-modifier: 1; --solid-hover-alpha-modifier: 1; }
.form-field-hover-focus-scale-up .sqs-site-style-form .form-item { --inverted-solid-hover-alpha-modifier: 1; --inverted-outline-hover-alpha-modifier: 1; }
.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .form-input-effects { transition: var(--fx-border-transition-transform); }
.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea, .form-field-hover-focus-scale-up.form-field-radio-type-button .sqs-site-style-form .form-item input[type="radio"] ~ .radio-label { transition: var(--fill-hover-transition),var(--fx-border-transition-transform) !important; }
@media (hover: hover) {
  .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover ~ .form-input-effects, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover ~ .form-input-effects, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover ~ .form-input-effects, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover ~ .form-input-effects { transform: scale(1.025); }
  .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:hover ~ .radio-mark, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:hover ~ .radio-mark, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:hover ~ .radio-mark, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:hover ~ .radio-mark { transform: scale(1.1); }
}
.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus ~ .form-input-effects, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus ~ .form-input-effects, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus ~ .form-input-effects, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus ~ .form-input-effects { transform: scale(1.025); }
.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus-visible[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .custom-form-element:focus-visible ~ .radio-mark, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus-visible[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item input:focus-visible ~ .radio-mark, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus-visible[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item select:focus-visible ~ .radio-mark, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus-visible[type="checkbox"], .form-field-hover-focus-scale-up .sqs-site-style-form .form-item textarea:focus-visible ~ .radio-mark { transform: scale(1.1); }
.form-field-hover-focus-scale-up.form-field-checkbox-type-button .sqs-site-style-form .form-item:not(.email) input[type="checkbox"] ~ span { transition: var(--fill-hover-transition),var(--fx-border-transition-transform) !important; }
@media (hover: hover) {
  .form-field-hover-focus-scale-up.form-field-checkbox-type-button .sqs-site-style-form .form-item:not(.email) input[type="checkbox"]:hover ~ span { transform: scale(1.05); }
}
.form-field-hover-focus-scale-up.form-field-checkbox-type-button .sqs-site-style-form .form-item:not(.email) input[type="checkbox"]:focus-visible ~ span { transform: scale(1.05); }
@media (hover: hover) {
  .form-field-hover-focus-scale-up.form-field-radio-type-button .sqs-site-style-form .form-item input[type="radio"]:hover ~ .radio-label { transform: scale(1.05); }
}
.form-field-hover-focus-scale-up.form-field-radio-type-button .sqs-site-style-form .form-item input[type="radio"]:focus-visible ~ .radio-label { transform: scale(1.05); }
.sqs-site-style-form .field-list .form-input-effects-highlight { position: absolute; display: none; border-radius: var(--fx-input-border-radius); inset: 0px; transition: var(--fx-border-transition-opacity); }
.sqs-site-style-form .field-list > .form-item.field:first-child input[value=""] ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.field:first-child select.show-placeholder ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.field:first-child textarea:empty ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.fields.address:first-child > .field:nth-of-type(3) input[value=""] ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.fields.name:first-child > .field:first-of-type input[value=""] ~ .form-input-effects .form-input-effects-highlight { display: block; --fx-highlight-input-animation-play-state: running; }
@media (prefers-reduced-motion) {
  .sqs-site-style-form .field-list > .form-item.field:first-child input[value=""] ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.field:first-child select.show-placeholder ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.field:first-child textarea:empty ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.fields.address:first-child > .field:nth-of-type(3) input[value=""] ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.fields.name:first-child > .field:first-of-type input[value=""] ~ .form-input-effects .form-input-effects-highlight { display: none; --fx-highlight-input-animation-play-state: paused; }
}
.sqs-site-style-form .field-list > .form-item.field:first-child input[value=""]:focus ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.field:first-child select.show-placeholder:focus ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.field:first-child textarea:empty:focus ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.fields.address:first-child > .field:nth-of-type(3) input[value=""]:focus ~ .form-input-effects .form-input-effects-highlight, .sqs-site-style-form .field-list > .form-item.fields.name:first-child > .field:first-of-type input[value=""]:focus ~ .form-input-effects .form-input-effects-highlight { opacity: 0; }
.form-field-border-all .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace, .form-field-border-all .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-single-trace, .form-field-border-none .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace, .form-field-border-none .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-single-trace { --fx-animation-form-field-fx-highlight-trace: animation-form-field-fx-highlight-trace; --fx-animation-form-field-fx-highlight-double-trace: animation-form-field-fx-highlight-double-trace; overflow: hidden; padding: var(--fx-highlight-input-border-width); border: 0px solid transparent; inset: 0px; mask-mode: match-source, match-source; mask-repeat: repeat, repeat; mask-clip: content-box, border-box; mask-origin: content-box, border-box; mask-position: 0% 0%, 0% 0%; mask-size: auto, auto; mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px); mask-composite: exclude; transition: padding var(--fx-border-transition-duration-border-width) var(--fx-ease-out),var(--fx-border-transition-opacity); }
.form-field-border-bottom .sqs-site-style-form { --fx-highlight-input-single-trace-animation-duration: var(--fx-highlight-input-border-bottom-single-trace-animation-duration); --fx-highlight-input-double-trace-animation-duration: var(--fx-highlight-input-border-bottom-double-trace-animation-duration); }
.form-field-border-bottom .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace, .form-field-border-bottom .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-single-trace { --fx-animation-form-field-fx-highlight-trace: animation-form-field-fx-highlight-trace-bottom; --fx-animation-form-field-fx-highlight-double-trace: animation-form-field-fx-highlight-double-trace-bottom; overflow: hidden; clip-path: polygon(0% calc(100% - var(--fx-highlight-input-border-width)),100% calc(100% - var(--fx-highlight-input-border-width)),100% 100%,0% 100%); inset: 0px; transition: clip-path var(--fx-border-transition-duration-border-width) var(--fx-ease-out),var(--fx-border-transition-opacity); }
.form-field-border-bottom .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace::after, .form-field-border-bottom .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace::before, .form-field-border-bottom .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-single-trace::after, .form-field-border-bottom .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-single-trace::before { animation-direction: reverse; }
.sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-single-trace::before { animation-name: ; animation-duration: ; animation-timing-function: ; animation-delay: ; animation-iteration-count: ; animation-direction: ; animation-fill-mode: ; animation-play-state: var(--fx-highlight-input-animation-play-state, paused); }
.sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace::after, .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace::before, .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-single-trace::before { position: absolute; top: 50%; left: 50%; height: max(20em, 300%); aspect-ratio: 1 / 1; background: conic-gradient(from 0deg at 50% 50%,transparent 40%,var(--fx-highlight-input-color),transparent 60%); content: ""; mask-image: linear-gradient(to right,transparent 40%,var(--fx-highlight-input-color),transparent 60%); transform: translate3d(-50%, -50%, 0px) rotate(0deg); transform-origin: 50% 50% 0px; }
.sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace::before { animation-name: ; animation-duration: ; animation-timing-function: ; animation-delay: ; animation-iteration-count: ; animation-direction: ; animation-fill-mode: ; animation-play-state: var(--fx-highlight-input-animation-play-state, paused); }
.sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-double-trace::after { animation-name: ; animation-duration: ; animation-timing-function: ; animation-delay: ; animation-iteration-count: ; animation-direction: ; animation-fill-mode: ; animation-play-state: var(--fx-highlight-input-animation-play-state, paused); }
.sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-glow::before { position: absolute; border: solid var(--fx-highlight-input-border-width) var(--fx-highlight-input-color); border-radius: inherit; animation-name: ; animation-duration: ; animation-timing-function: ; animation-delay: ; animation-iteration-count: ; animation-direction: ; animation-fill-mode: ; animation-play-state: var(--fx-highlight-input-animation-play-state, paused); content: ""; inset: 0px; }
.form-field-border-bottom .sqs-site-style-form .form-item .form-input-effects-highlight.form-field-highlight-glow::before { border-width: 0 0 var(--fx-highlight-input-border-width); }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-label, .form-submit-button-style-circle .sqs-site-style-form .form-submit-button-label, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-label, .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-label, .sqs-site-style-form .form-submit-button-state { display: none; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button.error, .form-submit-button-style-circle .sqs-site-style-form .form-submit-button.error, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button.error, .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button.error { animation: 0.4s cubic-bezier(0.37, 0, 0.63, 1) forwards shake-three; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button.error .form-submit-button-state > :nth-child(1), .form-submit-button-style-bar .sqs-site-style-form .form-submit-button.none .form-submit-button-state > :nth-child(1), .form-submit-button-style-bar .sqs-site-style-form .form-submit-button.submitted .form-submit-button-state > :nth-child(3), .form-submit-button-style-bar .sqs-site-style-form .form-submit-button.submitting .form-submit-button-state > :nth-child(2), .form-submit-button-style-circle .sqs-site-style-form .form-submit-button.error .form-submit-button-state > :nth-child(1), .form-submit-button-style-circle .sqs-site-style-form .form-submit-button.none .form-submit-button-state > :nth-child(1), .form-submit-button-style-circle .sqs-site-style-form .form-submit-button.submitted .form-submit-button-state > :nth-child(3), .form-submit-button-style-circle .sqs-site-style-form .form-submit-button.submitting .form-submit-button-state > :nth-child(2), .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button.error .form-submit-button-state > :nth-child(1), .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button.none .form-submit-button-state > :nth-child(1), .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button.submitted .form-submit-button-state > :nth-child(3), .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button.submitting .form-submit-button-state > :nth-child(2), .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button.error .form-submit-button-state > :nth-child(1), .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button.none .form-submit-button-state > :nth-child(1), .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button.submitted .form-submit-button-state > :nth-child(3), .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button.submitting .form-submit-button-state > :nth-child(2) { animation-play-state: running; opacity: 1; visibility: visible; transition-delay: 0.1s; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state, .form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state, .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state { display: grid; align-items: center; justify-content: center; grid-template-areas: "state"; pointer-events: none; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state > span, .form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state > span, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state > span, .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state > span { display: flex; align-items: center; justify-content: center; animation-play-state: paused; place-self: center; grid-area: state; opacity: 0; visibility: hidden; transition: opacity 0.2s cubic-bezier(0.61, 1, 0.88, 1), visibility 0.2s cubic-bezier(0.61, 1, 0.88, 1); }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state > span span, .form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state > span span, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state > span span, .form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state > span span { animation-play-state: inherit; }
.form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state { --thickness: 0.12em; }
.form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state :nth-child(2) span { position: relative; width: 1.3em; height: 1.3em; border-radius: 50%; animation-name: keyframes-spinner; animation-duration: 0.75s; animation-timing-function: linear; animation-delay: 0s; animation-iteration-count: infinite; animation-direction: normal; animation-fill-mode: none; animation-play-state: inherit; background: conic-gradient(from 0.25turn, transparent, currentcolor 75%); mask-image: radial-gradient(closest-side,transparent 0% calc(100% - var(--thickness) - 1px),currentcolor calc(100% - var(--thickness))); pointer-events: none !important; }
.form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state :nth-child(3) { position: relative; width: 1.3em; height: 1.3em; }
.form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state :nth-child(3)::before { position: absolute; border: solid var(--thickness) currentcolor; border-radius: 50%; content: ""; inset: 0px; }
.form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state :nth-child(3) span { position: absolute; border-radius: 50%; inset: 0px; mask-image: url("2bf7fc12c3c84bac6cbc2e39281710dbafa2e154.svg"); mask-size: 100% auto; }
.form-submit-button-style-spinner .sqs-site-style-form .form-submit-button-state :nth-child(3) span::before { position: absolute; animation-name: keyframes-spinner-check; animation-duration: 0.25s; animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1); animation-delay: 0.15s; animation-iteration-count: 1; animation-direction: normal; animation-fill-mode: forwards; animation-play-state: inherit; background-color: currentcolor; content: ""; inset: 0px; transform: translate3d(-100%, 0px, 0px); }
.form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state :nth-child(2) span { width: 1.3em; height: 1.3em; border-radius: 50%; animation-name: keyframes-circle; animation-duration: 2.4s; animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1); animation-delay: 0s; animation-iteration-count: infinite; animation-direction: normal; animation-fill-mode: none; animation-play-state: inherit; background: currentcolor; }
.form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state :nth-child(3) span { position: relative; overflow: hidden; width: 1.3em; height: 1.3em; border-radius: 50%; }
.form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state :nth-child(3) span::before { position: absolute; content: ""; inset: 0px; }
.form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state :nth-child(3) span::after { position: absolute; content: ""; }
.form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state :nth-child(3) span::before { animation-name: keyframes-circle-check; animation-duration: 0.25s; animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1); animation-delay: 0.15s; animation-iteration-count: 1; animation-direction: normal; animation-fill-mode: forwards; animation-play-state: inherit; background-color: currentcolor; }
.form-submit-button-style-circle .sqs-site-style-form .form-submit-button-state :nth-child(3) span::after { background-color: currentcolor; inset: 0px; mask-image: url("c204bf430d8b8607eefd1cd657a25f1d83429849.svg"); mask-size: 100% auto; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state :nth-child(3) span, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(3) span { position: relative; width: 1.3em; height: 1.3em; mask-image: url("32deac08ba8870bf8beeb7ede26757a313cca92c.svg"); mask-size: 100% auto; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state :nth-child(3) span::before, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(3) span::before { position: absolute; animation-name: keyframes-check; animation-duration: 0.25s; animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1); animation-delay: 0.15s; animation-iteration-count: 1; animation-direction: normal; animation-fill-mode: forwards; animation-play-state: inherit; background-color: currentcolor; content: ""; inset: 0px; transform: translate3d(-100%, 0px, 0px); }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state :nth-child(2) { width: 100%; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state :nth-child(2) span { position: relative; overflow: hidden; width: 100%; height: max(2px, 0.12em); border-radius: 1em; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state :nth-child(2) span::before { position: absolute; border-radius: inherit; background: currentcolor; content: ""; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state :nth-child(2) span::after { border-radius: inherit; background: currentcolor; content: ""; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state :nth-child(2) span::before { inset: 0px; opacity: 0.5; }
.form-submit-button-style-bar .sqs-site-style-form .form-submit-button-state :nth-child(2) span::after { position: absolute; top: 0px; bottom: 0px; left: 50%; width: 50%; animation-name: keyframes-bar; animation-duration: 0.75s; animation-timing-function: linear; animation-delay: 0s; animation-iteration-count: infinite; animation-direction: normal; animation-fill-mode: none; animation-play-state: inherit; }
.form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2) { position: relative; display: flex; width: calc(1.75em); justify-content: space-between; }
.form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2) span { position: absolute; inset: 0px; }
.form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2)::before { animation: 0.75s infinite keyframes-ellipsis-grow; }
.form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2)::after { animation: 0.75s infinite keyframes-ellipsis-shrink; }
.form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2) span::after, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2) span::before { position: absolute; animation: 0.75s infinite keyframes-ellipsis-shift; }
.form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2) span::after, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2) span::before, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2)::after, .form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2)::before { display: block; width: 0.35em; height: 0.35em; border-radius: 50%; animation-play-state: inherit; background: currentcolor; content: ""; }
.form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2) span::before { left: 0px; }
.form-submit-button-style-ellipsis .sqs-site-style-form .form-submit-button-state :nth-child(2) span::after { right: calc(0.7em); }
.sqs-site-style-form .form-submission-html, .sqs-site-style-form .form-submission-text { opacity: 0; transform: translate3d(0px, 0.5rem, 0px); animation: anim-form-post-submit var(--form-post-submit-animation-duration) var(--form-post-submit-animation-delay) cubic-bezier(.61,1,.88,1) forwards; }
@media (prefers-reduced-motion: reduce) {
  .sqs-site-style-form .form-submission-html, .sqs-site-style-form .form-submission-text { opacity: 1; transform: initial; animation: none; }
}
.sqs-edit-dialog-open .sqs-site-style-form .form-submission-html, .sqs-edit-dialog-open .sqs-site-style-form .form-submission-text { opacity: 1; transform: initial; animation: none; }
@supports selector(:has(*)) {
  :not(.form-field-hover-focus-accent):not(.form-field-hover-focus-opacity):not(.form-field-hover-focus-scale-up) .sqs-site-style-form .product-quantity-input.custom-form-element button:focus:not(:focus-visible), :not(.form-field-hover-focus-accent):not(.form-field-hover-focus-opacity):not(.form-field-hover-focus-scale-up) .sqs-site-style-form .product-quantity-input.custom-form-element input:focus { outline: 0px; }
  :not(.form-field-hover-focus-accent):not(.form-field-hover-focus-opacity):not(.form-field-hover-focus-scale-up) .sqs-site-style-form .product-quantity-input.custom-form-element:has(button:focus:not(:focus-visible)), :not(.form-field-hover-focus-accent):not(.form-field-hover-focus-opacity):not(.form-field-hover-focus-scale-up) .sqs-site-style-form .product-quantity-input.custom-form-element:has(input:focus) { outline-style: solid; outline-color: var(--dynamic-border-color, var(--navigationLinkColor)); outline-width: 2px; outline-offset: 2px; }
  :not(.form-field-hover-focus-accent):not(.form-field-hover-focus-opacity):not(.form-field-hover-focus-scale-up) .sqs-site-style-form .product-quantity-input.custom-form-element button:focus-visible { outline-style: solid; outline-color: var(--dynamic-border-color, var(--navigationLinkColor)); outline-width: 2px; outline-offset: 2px; }
}
.form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus:not(:focus-visible)), .form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus), .form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus:not(:focus-visible)), .form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus:not(:focus-visible)), .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) { outline: 0px !important; }
.form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element button:focus-visible, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element button:focus-visible, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element button:focus-visible { outline-style: solid; outline-color: var(--dynamic-border-color, var(--navigationLinkColor)); outline-width: 2px; outline-offset: 2px; }
@supports selector(:has(*)) {
  .form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border { --fx-input-border-width: var(--fx-input-border-width-active); --fx-border-alpha: var(--fx-border-alpha-focus, 1); }
}
@supports selector(:has(*)) {
  .form-field-hover-focus-accent .sqs-site-style-form .form-item.form-field-style-solid .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item.form-field-style-solid .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item.form-field-style-solid .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item.form-field-style-solid .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item.form-field-style-solid .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item.form-field-style-solid .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--solid-focus-alpha-modifier))); }
  .form-field-hover-focus-accent .sqs-site-style-form .form-item.form-field-style-outline .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent .sqs-site-style-form .form-item.form-field-style-outline .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item.form-field-style-outline .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity .sqs-site-style-form .form-item.form-field-style-outline .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item.form-field-style-outline .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up .sqs-site-style-form .form-item.form-field-style-outline .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border { background-color: hsla(var(--dynamic-fill-color-hsl, var(--fallback-white-hsl)),calc(var(--dynamic-fill-color-a, 1)*var(--outline-focus-alpha-modifier))); }
}
@supports selector(:has(*)) {
  .form-field-hover-focus-accent.form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-hover-focus-opacity .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-hover-focus-scale-up .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border { --fx-input-border-width: var(--fx-input-border-width-active); --fx-border-alpha: 1; }
}
@supports selector(:has(*)) {
  .form-field-hover-focus-accent.form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-accent.form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-opacity.form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(button:focus) ~ .form-input-effects .form-input-effects-border, .form-field-hover-focus-scale-up.form-field-hover-focus-accent .sqs-site-style-form .form-item .product-quantity-input.custom-form-element:has(input:focus) ~ .form-input-effects .form-input-effects-border { --fx-border-color-hsl: var(--fx-border-color-accent-hsl); --fx-border-color-a: var(--fx-border-color-accent-a); }
}
.page-section > .content-wrapper { max-width: var(--maxPageWidth); margin: 0px auto; box-sizing: border-box; }
.page-section.full-bleed-section > .content-wrapper { max-width: 100%; }
.page-section:not(.full-bleed-section) > .content-wrapper { padding-right: var(--pagePadding); padding-left: var(--pagePadding); margin: 0px auto; box-sizing: content-box; }
.page-section .collection-content-wrapper, .page-section .gallery-content-wrapper { width: 100%; padding-right: var(--pagePadding); padding-left: var(--pagePadding); margin: 0px auto; box-sizing: border-box; }
@media screen and (max-width: 767px) {
  .page-section:not(.full-bleed-section) > .content-wrapper { padding-right: 6vw; padding-left: 6vw; box-sizing: border-box; }
  .page-section .collection-content-wrapper, .page-section .gallery-content-wrapper { padding-right: 6vw; padding-left: 6vw; }
}
.sqs-events-collection-item.events, .tweak-events-stacked-height-large .events, .tweak-events-stacked-width-full .sqs-events-collection-list { box-sizing: border-box; }
.image-position-left .image-title h1, .image-position-left .image-title h2, .image-position-left .image-title h3, .image-position-left .image-title h4, .image-position-left .image-title p, .image-position-right .image-title h1, .image-position-right .image-title h2, .image-position-right .image-title h3, .image-position-right .image-title h4, .image-position-right .image-title p { display: inline; }
.sqs-block-image .design-layout-stack .image-card-wrapper .image-subtitle-wrapper div.image-subtitle.sqs-dynamic-text { margin-top: 1.5rem; }
.sqs-block-image .design-layout-stack div.image-card-wrapper { margin-top: 2rem; }
.sqs-block-button-container { text-align: center; }
.sqs-block-button.sqs-stretched .sqs-block-button-element, .sqs-block-button.sqs-stretched .sqs-block-content { height: 100%; display: flex; }
.sqs-block-button.sqs-stretched .sqs-block-button-container { flex: 1 1 0%; }
.sqs-block-button.sqs-stretched .sqs-block-button-element { align-items: center; box-sizing: border-box; justify-content: center; }
.sqs-block-button:not(.sqs-stretched) .sqs-block-button-container { display: flex; }
.sqs-block-button:not(.sqs-stretched) .sqs-block-button-container--left { justify-content: flex-start; }
.sqs-block-button:not(.sqs-stretched) .sqs-block-button-container--center { justify-content: center; }
.sqs-block-button:not(.sqs-stretched) .sqs-block-button-container--right { justify-content: flex-end; }
.image-button a, .list-item-content__button, .sqs-block-button-element { display: inline-block; -moz-osx-font-smoothing: grayscale; line-height: normal; }
@media (hover: hover) {
  .image-button a:hover, .list-item-content__button:hover, .sqs-block-button-element:hover { opacity: 1; }
}
.sqs-button-element--primary[disabled], .sqs-button-element--secondary[disabled], .sqs-button-element--tertiary[disabled] { pointer-events: none !important; opacity: 0.8 !important; }
#siteWrapper.site-wrapper .sqs-button-element--primary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--primary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--primary { padding-top: var(--primary-button-padding-top, var(--primary-button-padding-y)); padding-right: var(--primary-button-padding-right, var(--primary-button-padding-x)); padding-bottom: var(--primary-button-padding-bottom, var(--primary-button-padding-y)); padding-left: var(--primary-button-padding-left, var(--primary-button-padding-x)); }
#siteWrapper.site-wrapper .sqs-button-element--primary, #siteWrapper.site-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--primary, .sqs-modal-lightbox .sqs-modal-lightbox-content .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--primary, body .sqs-block-form-lightbox .form-button-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary { border-width: var(--primary-button-stroke); }
#siteWrapper.site-wrapper .sqs-button-element--secondary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--secondary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--secondary { padding-top: var(--secondary-button-padding-top, var(--secondary-button-padding-y)); padding-right: var(--secondary-button-padding-right, var(--secondary-button-padding-x)); padding-bottom: var(--secondary-button-padding-bottom, var(--secondary-button-padding-y)); padding-left: var(--secondary-button-padding-left, var(--secondary-button-padding-x)); }
#siteWrapper.site-wrapper .sqs-button-element--secondary, #siteWrapper.site-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--secondary, .sqs-modal-lightbox .sqs-modal-lightbox-content .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--secondary, body .sqs-block-form-lightbox .form-button-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { border-width: var(--secondary-button-stroke); }
#siteWrapper.site-wrapper .sqs-button-element--tertiary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--tertiary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--tertiary { padding-top: var(--tertiary-button-padding-top, var(--tertiary-button-padding-y)); padding-right: var(--tertiary-button-padding-right, var(--tertiary-button-padding-x)); padding-bottom: var(--tertiary-button-padding-bottom, var(--tertiary-button-padding-y)); padding-left: var(--tertiary-button-padding-left, var(--tertiary-button-padding-x)); }
#siteWrapper.site-wrapper .sqs-button-element--tertiary, #siteWrapper.site-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--tertiary, .sqs-modal-lightbox .sqs-modal-lightbox-content .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--tertiary, body .sqs-block-form-lightbox .form-button-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { border-width: var(--tertiary-button-stroke); }
#siteWrapper.site-wrapper .sqs-button-element--primary, #siteWrapper.site-wrapper .sqs-button-element--secondary, #siteWrapper.site-wrapper .sqs-button-element--tertiary, #siteWrapper.site-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary, #siteWrapper.site-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary, #siteWrapper.site-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--primary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--secondary, .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--tertiary, .sqs-modal-lightbox .sqs-modal-lightbox-content .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary, .sqs-modal-lightbox .sqs-modal-lightbox-content .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary, .sqs-modal-lightbox .sqs-modal-lightbox-content .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--primary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--secondary, body .sqs-block-form-lightbox .form-button-wrapper .sqs-button-element--tertiary, body .sqs-block-form-lightbox .form-button-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary, body .sqs-block-form-lightbox .form-button-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary, body .sqs-block-form-lightbox .form-button-wrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { line-height: normal; border-style: solid; }
#siteWrapper.site-wrapper div#Tock_widget_container > div.TockWidgetWrapper .TockButton { height: auto; line-height: 0; }
#siteWrapper.site-wrapper div#Tock_widget_container > div.TockWidgetWrapper .TockButton-buttonContainer, #siteWrapper.site-wrapper div#Tock_widget_container > div.TockWidgetWrapper .TockButtonWidgetContainer, #siteWrapper.site-wrapper div#Tock_widget_container > div.TockWidgetWrapper .TockInlineButton-container { width: auto; }
#siteWrapper.site-wrapper div#Tock_widget_container > div.TockWidgetWrapper .TockSearchBar-container { align-items: center; }
#siteWrapper.site-wrapper div#Tock_widget_container > div.TockWidgetWrapper .TockInlineButton-container { overflow: hidden; display: flex; align-items: center; justify-content: center; height: 49px; min-width: 180px; padding: 0px; border-radius: 0px 3px 3px 0px; }
body.primary-button-style-solid .sqs-button-element--primary, body.primary-button-style-solid .sqs-editable-button.sqs-button-element--primary { transition: opacity 0.1s linear; backface-visibility: hidden; }
@media (hover: hover) {
  body.primary-button-style-solid .sqs-button-element--primary:hover, body.primary-button-style-solid .sqs-editable-button.sqs-button-element--primary:hover { opacity: 0.8; }
}
.primary-button-style-outline .header-menu-cta .btn.sqs-button-element--primary, .primary-button-style-outline .list-item .sqs-block-button-element.list-item-content__button.sqs-button-element--primary, .primary-button-style-outline .list-item[data-is-card-enabled="true"] .sqs-block-button-element.list-item-content__button.sqs-button-element--primary, .primary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--primary, .primary-button-style-outline .sqs-button-element--primary, .primary-button-style-outline .sqs-modal-lightbox-content .sqs-button-element--primary, .primary-button-style-outline .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary { transition: background-color 0.1s linear, color 0.1s linear; }
.primary-button-style-outline .header-menu-cta .btn.sqs-button-element--primary:not(:hover), .primary-button-style-outline .list-item .sqs-block-button-element.list-item-content__button.sqs-button-element--primary:not(:hover), .primary-button-style-outline .list-item[data-is-card-enabled="true"] .sqs-block-button-element.list-item-content__button.sqs-button-element--primary:not(:hover), .primary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--primary:not(:hover), .primary-button-style-outline .sqs-button-element--primary:not(:hover), .primary-button-style-outline .sqs-modal-lightbox-content .sqs-button-element--primary:not(:hover), .primary-button-style-outline .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary:not(:hover) { background: 0px 0px; }
.primary-button-style-outline .newsletter-form-button.sqs-system-button.sqs-button-element--primary:not(:hover) { background: 0px 0px !important; }
.primary-button-shape-square #Tock_widget_container .sqs-button-element--primary.TockButton-blue, .primary-button-shape-square .sqs-button-element--primary { border-radius: 0px; }
.primary-button-shape-rounded #Tock_widget_container .sqs-button-element--primary.TockButton-blue, .primary-button-shape-rounded .sqs-button-element--primary { border-radius: 0.4rem; }
.primary-button-shape-pill #Tock_widget_container .sqs-button-element--primary.TockButton-blue, .primary-button-shape-pill .sqs-button-element--primary { border-radius: 300px; }
.primary-button-shape-oval #Tock_widget_container .sqs-button-element--primary.TockButton-blue, .primary-button-shape-oval .sqs-button-element--primary { border-radius: 100%; }
.primary-button-shape-petal #Tock_widget_container .sqs-button-element--primary.TockButton-blue, .primary-button-shape-petal .sqs-button-element--primary { border-radius: 16px 0px; }
body.primary-button-shape-underline #siteWrapper .comment-btn-wrapper .comment-btn.sqs-button-element--primary, body.primary-button-shape-underline #siteWrapper .sqs-button-element--primary:not(.ma-pricing-option-button), body.primary-button-shape-underline #siteWrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary, body.primary-button-shape-underline .sqs-block-form-lightbox .comment-btn-wrapper .comment-btn.sqs-button-element--primary, body.primary-button-shape-underline .sqs-block-form-lightbox .sqs-button-element--primary:not(.ma-pricing-option-button), body.primary-button-shape-underline .sqs-block-form-lightbox .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary { border-top: medium; border-right: medium; border-left: medium; border-style: none none solid; border-radius: 0px; border-bottom-width: var(--primary-button-stroke); }
.primary-button-shape-custom .sqs-button-element--primary, .primary-button-shape-custom .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary { border-top-left-radius: var(--primary-button-rounded-border-top-left-radius); border-top-right-radius: var(--primary-button-rounded-border-top-right-radius); border-bottom-left-radius: var(--primary-button-rounded-border-bottom-left-radius); border-bottom-right-radius: var(--primary-button-rounded-border-bottom-right-radius); }
.secondary-button-style-solid .sqs-button-element--secondary, .secondary-button-style-solid .sqs-editable-button.sqs-button-element--secondary, .secondary-button-style-solid .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { transition: opacity 0.1s linear; backface-visibility: hidden; }
.secondary-button-style-solid .sqs-button-element--secondary:hover, .secondary-button-style-solid .sqs-editable-button.sqs-button-element--secondary:hover, .secondary-button-style-solid .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary:hover { opacity: 0.8; }
.secondary-button-style-outline .header-menu-cta .btn.sqs-button-element--secondary, .secondary-button-style-outline .list-item .sqs-block-button-element.list-item-content__button.sqs-button-element--secondary, .secondary-button-style-outline .list-item[data-is-card-enabled="true"] .sqs-block-button-element.list-item-content__button.sqs-button-element--secondary, .secondary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--secondary, .secondary-button-style-outline .sqs-button-element--secondary, .secondary-button-style-outline .sqs-modal-lightbox-content .sqs-button-element--secondary, .secondary-button-style-outline .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { transition: background-color 0.1s linear, color 0.1s linear; }
.secondary-button-style-outline .header-menu-cta .btn.sqs-button-element--secondary:not(:hover), .secondary-button-style-outline .list-item .sqs-block-button-element.list-item-content__button.sqs-button-element--secondary:not(:hover), .secondary-button-style-outline .list-item[data-is-card-enabled="true"] .sqs-block-button-element.list-item-content__button.sqs-button-element--secondary:not(:hover), .secondary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--secondary:not(:hover), .secondary-button-style-outline .sqs-button-element--secondary:not(:hover), .secondary-button-style-outline .sqs-modal-lightbox-content .sqs-button-element--secondary:not(:hover), .secondary-button-style-outline .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary:not(:hover) { background: 0px 0px; }
.secondary-button-style-outline .newsletter-form-button.sqs-system-button.sqs-button-element--secondary { background: 0px 0px !important; }
.secondary-button-shape-square .sqs-button-element--secondary, .secondary-button-shape-square .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { border-radius: 0px; }
.secondary-button-shape-rounded .sqs-button-element--secondary, .secondary-button-shape-rounded .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { border-radius: 0.4rem; }
.secondary-button-shape-pill .sqs-button-element--secondary, .secondary-button-shape-pill .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { border-radius: 300px; }
.secondary-button-shape-oval .sqs-button-element--secondary, .secondary-button-shape-oval .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { border-radius: 100%; }
body.secondary-button-shape-underline #siteWrapper .sqs-button-element--secondary, body.secondary-button-shape-underline #siteWrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary, body.secondary-button-shape-underline .sqs-block-form-lightbox .sqs-button-element--secondary, body.secondary-button-shape-underline .sqs-block-form-lightbox .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { border-top: medium; border-right: medium; border-left: medium; border-style: none none solid; border-radius: 0px; border-bottom-width: var(--secondary-button-stroke); }
.secondary-button-shape-petal .sqs-button-element--secondary, .secondary-button-shape-petal .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { border-radius: 16px 0px; }
.secondary-button-shape-custom .sqs-button-element--secondary, .secondary-button-shape-custom .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary { border-top-left-radius: var(--secondary-button-rounded-border-top-left-radius); border-top-right-radius: var(--secondary-button-rounded-border-top-right-radius); border-bottom-left-radius: var(--secondary-button-rounded-border-bottom-left-radius); border-bottom-right-radius: var(--secondary-button-rounded-border-bottom-right-radius); }
.tertiary-button-style-solid .sqs-button-element--tertiary, .tertiary-button-style-solid .sqs-editable-button.sqs-button-element--tertiary, .tertiary-button-style-solid .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { transition: opacity 0.1s linear; backface-visibility: hidden; }
.tertiary-button-style-solid .sqs-button-element--tertiary:hover, .tertiary-button-style-solid .sqs-editable-button.sqs-button-element--tertiary:hover, .tertiary-button-style-solid .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary:hover { opacity: 0.8; }
.tertiary-button-style-outline .header-menu-cta .btn.sqs-button-element--tertiary, .tertiary-button-style-outline .list-item .sqs-block-button-element.list-item-content__button.sqs-button-element--tertiary, .tertiary-button-style-outline .list-item[data-is-card-enabled="true"] .sqs-block-button-element.list-item-content__button.sqs-button-element--tertiary, .tertiary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--tertiary, .tertiary-button-style-outline .sqs-button-element--tertiary, .tertiary-button-style-outline .sqs-modal-lightbox-content .sqs-button-element--tertiary, .tertiary-button-style-outline .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { transition: background-color 0.1s linear, color 0.1s linear; }
.tertiary-button-style-outline .header-menu-cta .btn.sqs-button-element--tertiary:not(:hover), .tertiary-button-style-outline .list-item .sqs-block-button-element.list-item-content__button.sqs-button-element--tertiary:not(:hover), .tertiary-button-style-outline .list-item[data-is-card-enabled="true"] .sqs-block-button-element.list-item-content__button.sqs-button-element--tertiary:not(:hover), .tertiary-button-style-outline .sqs-block-form .sqs-editable-button.sqs-button-element--tertiary:not(:hover), .tertiary-button-style-outline .sqs-button-element--tertiary:not(:hover), .tertiary-button-style-outline .sqs-modal-lightbox-content .sqs-button-element--tertiary:not(:hover), .tertiary-button-style-outline .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary:not(:hover) { background: 0px 0px; }
.tertiary-button-style-outline .newsletter-form-button.sqs-system-button.sqs-button-element--tertiary { background: 0px 0px !important; }
.tertiary-button-shape-square .sqs-button-element--tertiary, .tertiary-button-shape-square .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { border-radius: 0px; }
.tertiary-button-shape-rounded .sqs-button-element--tertiary, .tertiary-button-shape-rounded .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { border-radius: 0.4rem; }
.tertiary-button-shape-pill .sqs-button-element--tertiary, .tertiary-button-shape-pill .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { border-radius: 300px; }
.tertiary-button-shape-oval .sqs-button-element--tertiary, .tertiary-button-shape-oval .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { border-radius: 100%; }
body.tertiary-button-shape-underline #siteWrapper .sqs-button-element--tertiary, body.tertiary-button-shape-underline #siteWrapper .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary, body.tertiary-button-shape-underline .sqs-block-form-lightbox .sqs-button-element--tertiary, body.tertiary-button-shape-underline .sqs-block-form-lightbox .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { border-top: medium; border-right: medium; border-left: medium; border-style: none none solid; border-radius: 0px; border-bottom-width: var(--tertiary-button-stroke); }
.tertiary-button-shape-petal .sqs-button-element--tertiary, .tertiary-button-shape-petal .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { border-radius: 16px 0px; }
.tertiary-button-shape-custom .sqs-button-element--tertiary, .tertiary-button-shape-custom .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary { border-top-left-radius: var(--tertiary-button-rounded-border-top-left-radius); border-top-right-radius: var(--tertiary-button-rounded-border-top-right-radius); border-bottom-left-radius: var(--tertiary-button-rounded-border-bottom-left-radius); border-bottom-right-radius: var(--tertiary-button-rounded-border-bottom-right-radius); }
@media (hover: hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .image-button a:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .ma-pricing-toggle-wrapper .ma-pricing-option-button:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-add-to-cart-button:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-button-element.sqs-block-button-element--primary:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-editable-button:not(input):hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline [data-animation-role="header-element"] .btn:hover { background-color: transparent !important; }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel:hover, .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple:hover { background-color: transparent; }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow, .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel, .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple, .tweak-global-animations-animation-type-flex.secondary-button-style-outline .sqs-button-element--secondary:hover, .tweak-global-animations-animation-type-flex.tertiary-button-style-outline .sqs-button-element--tertiary:hover { background: 0px 0px; }
}
.product-detail .product-meta .product-subs-otp .subs-and-otp-option select, .sqs-announcement-bar .sqs-announcement-bar-close { background: 0px 0px; }
[data-animation-role="image"] { min-height: 1px; }
.clipIn, .preClip { transform: translateZ(0px); }
.preClip { clip-path: ellipse(0px 100% at 0px 0px); transition-property: clip-path, clip-path; }
.clipIn { animation: forwards clipAnimation; }
@supports not (clip-path:ellipse(0 100%at 0 0)) {
  .preClip { opacity: 0; transition-property: opacity; }
  .clipIn:not([data-override-initial-global-animation]) { opacity: 1 !important; }
}
.preFade { opacity: 0; transition-property: opacity; }
.fadeIn:not([data-override-initial-global-animation]), .scaleIn:not([data-override-initial-global-animation]), .slideIn:not([data-override-initial-global-animation]) { opacity: 1 !important; }
.preScale { opacity: 0; transform: scale(0.9); transition-property: transform, opacity; }
.scaleIn { transform: scale(1) !important; }
.preSlide { opacity: 0; transform: translate(0px, 30%); transition-property: transform, opacity; }
.slideIn { transform: translate(0px) !important; }
.tweak-global-animations-animation-type-clip footer, .tweak-global-animations-animation-type-clip header, .tweak-global-animations-animation-type-clip section > .content-wrapper, .tweak-global-animations-animation-type-fade footer, .tweak-global-animations-animation-type-fade header, .tweak-global-animations-animation-type-fade section > .content-wrapper, .tweak-global-animations-animation-type-flex footer, .tweak-global-animations-animation-type-flex header, .tweak-global-animations-animation-type-flex section > .content-wrapper, .tweak-global-animations-animation-type-scale footer, .tweak-global-animations-animation-type-scale header, .tweak-global-animations-animation-type-scale section > .content-wrapper, .tweak-global-animations-animation-type-slide footer, .tweak-global-animations-animation-type-slide header, .tweak-global-animations-animation-type-slide section > .content-wrapper { animation: 2s hideContent; }
.tweak-global-animations-animation-type-clip[data-animation-state="booted"] footer, .tweak-global-animations-animation-type-clip[data-animation-state="booted"] header, .tweak-global-animations-animation-type-clip[data-animation-state="booted"] section > .content-wrapper, .tweak-global-animations-animation-type-fade[data-animation-state="booted"] footer, .tweak-global-animations-animation-type-fade[data-animation-state="booted"] header, .tweak-global-animations-animation-type-fade[data-animation-state="booted"] section > .content-wrapper, .tweak-global-animations-animation-type-flex[data-animation-state="booted"] footer, .tweak-global-animations-animation-type-flex[data-animation-state="booted"] header, .tweak-global-animations-animation-type-flex[data-animation-state="booted"] section > .content-wrapper, .tweak-global-animations-animation-type-scale[data-animation-state="booted"] footer, .tweak-global-animations-animation-type-scale[data-animation-state="booted"] header, .tweak-global-animations-animation-type-scale[data-animation-state="booted"] section > .content-wrapper, .tweak-global-animations-animation-type-slide[data-animation-state="booted"] footer, .tweak-global-animations-animation-type-slide[data-animation-state="booted"] header, .tweak-global-animations-animation-type-slide[data-animation-state="booted"] section > .content-wrapper { opacity: 1; animation: none; }
.tweak-global-animations-animation-type-flex .preFlex { opacity: 0; transition-property: transform, opacity, clip-path; transform: translate(0px, 2vh); }
.tweak-global-animations-animation-type-flex .flexIn { opacity: 1; transform: translate(0px); }
.tweak-global-animations-animation-type-flex [data-animation-role="image"].preFlex { transform: none; clip-path: polygon(0px 100%, 100% 100%, 100% 100%, 0px 100%); }
.tweak-global-animations-animation-type-flex [data-animation-role="image"].flexIn { transform: none; clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); }
.tweak-global-animations-animation-type-flex .image-position-right [data-animation-role="image"].preFlex { clip-path: polygon(101% 0px, 99.9% 0px, 101% 100%, calc(125%) 100%); }
.tweak-global-animations-animation-type-flex .image-position-right [data-animation-role="image"].flexIn { clip-path: polygon(0px 0px, 101% 0px, 101% 101%, 0px 101%); }
.tweak-global-animations-animation-type-flex .image-position-left [data-animation-role="image"].preFlex { clip-path: polygon(-1% 0px, 0.1% 0px, -25% 100%, 0px 100%); }
.tweak-global-animations-animation-type-flex .image-position-left [data-animation-role="image"].flexIn { clip-path: polygon(0px 0px, 101% 0px, 101% 101%, 0px 101%); }
.tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper, .tweak-global-animations-animation-type-flex.primary-button-style-solid .header-actions-action--cta, .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper, .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"], .tweak-global-animations-animation-type-flex.secondary-button-style-solid [data-button-type="secondary"], .tweak-global-animations-animation-type-flex.tertiary-button-styled-solid [data-button-type="tertiary"] { overflow: hidden; }
.tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper.preFlex .image-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper.preFlex .sqs-add-to-cart-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper.preFlex .sqs-button-element--primary, .tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper.preFlex .sqs-editable-button:not(input), .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper.preFlex .image-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper.preFlex .sqs-add-to-cart-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper.preFlex .sqs-button-element--primary, .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper.preFlex .sqs-editable-button:not(input), .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"].preFlex .image-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"].preFlex .sqs-add-to-cart-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"].preFlex .sqs-button-element--primary, .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"].preFlex .sqs-editable-button:not(input) { transition: inherit; transform: translate(0px, 100%); }
.tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper.flexIn .image-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper.flexIn .sqs-add-to-cart-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper.flexIn .sqs-button-element--primary, .tweak-global-animations-animation-type-flex.primary-button-style-solid .add-to-cart-button-wrapper.flexIn .sqs-editable-button:not(input), .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper.flexIn .image-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper.flexIn .sqs-add-to-cart-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper.flexIn .sqs-button-element--primary, .tweak-global-animations-animation-type-flex.primary-button-style-solid .image-button-wrapper.flexIn .sqs-editable-button:not(input), .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"].flexIn .image-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"].flexIn .sqs-add-to-cart-button, .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"].flexIn .sqs-button-element--primary, .tweak-global-animations-animation-type-flex.primary-button-style-solid [data-button-type="primary"].flexIn .sqs-editable-button:not(input) { transform: translate(0px); }
.tweak-global-animations-animation-type-flex.primary-button-style-solid .header-actions-action--cta.preFlex .btn { transition: inherit; transform: translate(0px, 100%); }
.tweak-global-animations-animation-type-flex.primary-button-style-solid .header-actions-action--cta.flexIn .btn { transform: translate(0px); }
.tweak-global-animations-animation-type-flex.secondary-button-style-solid [data-button-type="secondary"].preFlex .sqs-button-element--secondary { transition: inherit; transform: translate(0px, 100%); }
.tweak-global-animations-animation-type-flex.secondary-button-style-solid [data-button-type="secondary"].flexIn .sqs-button-element--secondary { transform: translate(0px); }
.tweak-global-animations-animation-type-flex.tertiary-button-styled-solid [data-button-type="tertiary"].preFlex .sqs-button-element--tertiary { transition: inherit; transform: translate(0px, 100%); }
.tweak-global-animations-animation-type-flex.tertiary-button-styled-solid [data-button-type="tertiary"].flexIn .sqs-button-element--tertiary { transform: translate(0px); }
@media (hover: hover) {
  .tweak-global-animations-animation-type-flex a[data-animation-role="image"] { overflow: hidden; }
  .tweak-global-animations-animation-type-flex a[data-animation-role="image"] img { transition: inherit; transform: translate(0px); transform-origin: center top 0px; }
  .tweak-global-animations-animation-type-flex a[data-animation-role="image"]:hover img { transform: scale(1.05) translate(0px, -2.5%); }
  .tweak-global-animations-animation-type-flex .sqs-button-element--primary:not(input), .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input), .tweak-global-animations-animation-type-flex .sqs-button-element--tertiary:not(input) { transform: scaleY(1); transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1); position: relative; }
  .tweak-global-animations-animation-type-flex .sqs-button-element--primary:not(input)::before, .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input)::before, .tweak-global-animations-animation-type-flex .sqs-button-element--tertiary:not(input)::before { z-index: -1; position: absolute; content: ""; inset: 0px; border-style: solid; border-width: 2px; transition: clip-path 0.6s cubic-bezier(0.19, 1, 0.22, 1); clip-path: polygon(-2% 102%, 102% 102%, 102% 102%, -2% 102%); transform: translateZ(0px); }
  .tweak-global-animations-animation-type-flex .sqs-button-element--primary:not(input):hover, .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input):hover, .tweak-global-animations-animation-type-flex .sqs-button-element--tertiary:not(input):hover { opacity: 1; }
  .tweak-global-animations-animation-type-flex .sqs-button-element--primary:not(input):hover::before, .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input):hover::before, .tweak-global-animations-animation-type-flex .sqs-button-element--tertiary:not(input):hover::before { clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%); }
  .tweak-global-animations-animation-type-flex .sqs-button-element--primary:not(input).ma-pricing-option-button.right-button::before { border-radius: 0px 300px 300px 0px; border-width: var(--primary-button-stroke); }
  .tweak-global-animations-animation-type-flex .sqs-button-element--primary:not(input).ma-pricing-option-button.left-button::before { border-radius: 300px 0px 0px 300px; border-width: var(--primary-button-stroke); }
  .tweak-global-animations-animation-type-flex .has-background .sqs-button-element--primary:not(input)::before, .tweak-global-animations-animation-type-flex .has-background .sqs-button-element--secondary:not(input)::before, .tweak-global-animations-animation-type-flex .has-background .sqs-button-element--tertiary:not(input)::before { border-width: 0px; }
  .tweak-global-animations-animation-type-flex .has-background .sqs-button-element--primary:not(input)::before { inset: calc(-1*var(--primary-button-stroke)); }
  .tweak-global-animations-animation-type-flex .has-background .sqs-button-element--secondary:not(input)::before { inset: calc(-1*var(--secondary-button-stroke)); }
  .tweak-global-animations-animation-type-flex .has-background .sqs-button-element--tertiary:not(input)::before { inset: calc(-1*var(--tertiary-button-stroke)); }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid .tock-block div#Tock_widget_container > div.TockWidgetWrapper .TockInlineButton-container.sqs-button-element--primary .MainLabelSpan { background: 0px 0px !important; }
  .tweak-global-animations-animation-type-flex.primary-button-shape-rounded .sqs-button-element--primary:not(.ma-pricing-option-button)::before { border-radius: 0.4rem; }
  .tweak-global-animations-animation-type-flex.secondary-button-shape-rounded .sqs-button-element--secondary::before, .tweak-global-animations-animation-type-flex.tertiary-button-shape-rounded .sqs-button-element--tertiary::before { border-radius: 0.4rem; }
  .tweak-global-animations-animation-type-flex.primary-button-shape-pill .sqs-button-element--primary:not(.ma-pricing-option-button)::before { border-radius: 300px; }
  .tweak-global-animations-animation-type-flex.secondary-button-shape-pill .sqs-button-element--secondary::before, .tweak-global-animations-animation-type-flex.tertiary-button-shape-pill .sqs-button-element--tertiary::before { border-radius: 300px; }
  .tweak-global-animations-animation-type-flex.primary-button-shape-oval .sqs-button-element--primary:not(.ma-pricing-option-button)::before { border-radius: 100%; }
  .tweak-global-animations-animation-type-flex.secondary-button-shape-oval .sqs-button-element--secondary::before, .tweak-global-animations-animation-type-flex.tertiary-button-shape-oval .sqs-button-element--tertiary::before { border-radius: 100%; }
  .tweak-global-animations-animation-type-flex.primary-button-shape-petal .sqs-button-element--primary:not(.ma-pricing-option-button)::before { border-radius: 16px 0px; }
  .tweak-global-animations-animation-type-flex.secondary-button-shape-petal .sqs-button-element--secondary::before, .tweak-global-animations-animation-type-flex.tertiary-button-shape-petal .sqs-button-element--tertiary::before { border-radius: 16px 0px; }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline:not(.primary-button-shape-underline) .image-button a::before, .tweak-global-animations-animation-type-flex.primary-button-style-outline:not(.primary-button-shape-underline) .sqs-add-to-cart-button::before, .tweak-global-animations-animation-type-flex.primary-button-style-outline:not(.primary-button-shape-underline) .sqs-button-element--primary:not(.ma-pricing-option-button)::before, .tweak-global-animations-animation-type-flex.primary-button-style-outline:not(.primary-button-shape-underline) .sqs-editable-button:not(input):not(.ma-pricing-option-button)::before, .tweak-global-animations-animation-type-flex.primary-button-style-outline:not(.primary-button-shape-underline) [data-animation-role="header-element"] .btn::before, .tweak-global-animations-animation-type-flex.secondary-button-style-outline .sqs-button-element--secondary:not(input)::before, .tweak-global-animations-animation-type-flex.tertiary-button-style-outline .sqs-button-element--tertiary:not(input)::before { border-width: 0px; inset: -2px; }
  .tweak-global-animations-animation-type-flex.primary-button-shape-custom .sqs-button-element--primary:not(.ma-pricing-option-button)::before { border-top-left-radius: var(--primary-button-rounded-border-top-left-radius); border-top-right-radius: var(--primary-button-rounded-border-top-right-radius); border-bottom-left-radius: var(--primary-button-rounded-border-bottom-left-radius); border-bottom-right-radius: var(--primary-button-rounded-border-bottom-right-radius); }
  .tweak-global-animations-animation-type-flex.secondary-button-shape-custom .sqs-button-element--secondary::before { border-top-left-radius: var(--secondary-button-rounded-border-top-left-radius); border-top-right-radius: var(--secondary-button-rounded-border-top-right-radius); border-bottom-left-radius: var(--secondary-button-rounded-border-bottom-left-radius); border-bottom-right-radius: var(--secondary-button-rounded-border-bottom-right-radius); }
  .tweak-global-animations-animation-type-flex.tertiary-button-shape-custom .sqs-button-element--tertiary::before { border-top-left-radius: var(--tertiary-button-rounded-border-top-left-radius); border-top-right-radius: var(--tertiary-button-rounded-border-top-right-radius); border-bottom-left-radius: var(--tertiary-button-rounded-border-bottom-left-radius); border-bottom-right-radius: var(--tertiary-button-rounded-border-bottom-right-radius); }
}
.tweak-global-animations-animation-type-flex .animation-segment-parent-hidden { opacity: 0; }
.tweak-global-animations-animation-type-flex .animation-segment-wrapper { display: inline-flex; overflow: hidden; }
.tweak-global-animations-animation-type-flex .animation-segment-wrapper .animation-segment-interior { display: inline-block; }
.tweak-global-animations-animation-type-flex .animation-segmented-flex-primed .animation-segment-interior { opacity: 0; transition-property: transform, opacity, clip-path; transform: translate(0px, 100%); }
.tweak-global-animations-animation-type-flex .animation-segmented-flex-fired .animation-segment-interior { opacity: 1; transform: translate(0px); }
.sqs-announcement-bar { position: relative; top: 0px; left: 0px; z-index: 10000; text-align: center; }
.sqs-announcement-bar-url { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.sqs-announcement-bar-text { padding: 0.8em 3em; }
.sqs-announcement-bar-text a { position: relative; text-decoration: underline !important; }
.sqs-announcement-bar-close { cursor: pointer; position: absolute; top: 0px; right: 0px; width: 2.8em; height: 2.78em; background: rgba(0, 0, 0, 0.15); }
.sqs-announcement-bar-close::after { content: "×"; display: block; font-family: helvetica, arial, sans-serif; font-size: 1em; font-weight: 100; line-height: 2.7em; letter-spacing: normal; padding: 0px; }
.sqs-announcement-bar-hidden { display: none; }
@media screen and (max-width: 1024px) {
  .sqs-announcement-bar-text, .sqs-announcement-bar-text p { font-size: 13px; }
}
.gdpr-cookie-banner, .manage-cookies-bar, .manage-cookies-overlay { background-color: var(--siteBackgroundColor); }
.gdpr-cookie-banner p, .manage-cookies-bar .manage-bar-action, .manage-cookies-bar p, .manage-cookies-overlay p { color: var(--paragraphSmallColor); }
.gdpr-cookie-banner .close-icon svg > path, .manage-cookies-bar .close-icon svg > path, .manage-cookies-overlay .close-icon svg > path { fill: var(--paragraphSmallColor); }
.gdpr-cookie-banner hr, .manage-cookies-bar hr, .manage-cookies-overlay hr { background-color: var(--paragraphSmallColor); }
.fluid-engine .sqs-block-button.sqs-stretched .sqs-block-button-element, .fluid-engine [data-definition-name="website.components.button"] .sqs-stretched .sqs-block-button-element { padding-top: 0px !important; padding-bottom: 0px !important; }
.product-list { display: grid; padding-top: var(--product-list-section-vertical-padding-top); padding-bottom: var(--product-list-section-vertical-padding-bottom); padding-left: var(--sqs-site-gutter); padding-right: var(--sqs-site-gutter); }
.product-list > * { margin-bottom: 10px; }
.product-list > :last-child { margin-bottom: 0px; }
@media screen and (max-width: 767px) {
  .product-list { padding-left: var(--sqs-mobile-site-gutter); padding-right: var(--sqs-mobile-site-gutter); }
}
.product-list .hidden { display: none !important; }
@media screen and (min-width: 768px) {
  .product-list .hidden-up-md { display: none !important; }
}
@media screen and (max-width: 767px) {
  .product-list .hidden-down-md { display: none !important; }
}
.product-list .sr-only:not(:focus):not(:active) { clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
@media screen and (min-width: 768px) {
  .product-list .sr-only-up-md:not(:focus):not(:active) { clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
}
@media screen and (max-width: 767px) {
  .product-list .sr-only-down-md:not(:focus):not(:active) { clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
}
.product-list[data-section-width="inset"] { max-width: var(--sqs-site-max-width); margin: 0px auto; }
@media screen and (min-width: 768px) {
  .product-list[data-header-text-alignment="left"] .nested-category-breadcrumb, .product-list[data-header-text-alignment="left"] .nested-category-title { text-align: left; }
  .product-list[data-header-text-alignment="center"] .nested-category-breadcrumb, .product-list[data-header-text-alignment="center"] .nested-category-title { justify-content: center; text-align: center; }
  .product-list[data-header-text-alignment="right"] .nested-category-breadcrumb, .product-list[data-header-text-alignment="right"] .nested-category-title { text-align: right; justify-content: right; }
}
@media screen and (max-width: 767px) {
  .product-list[data-header-text-alignment-mobile="left"] .nested-category-breadcrumb, .product-list[data-header-text-alignment-mobile="left"] .nested-category-title { text-align: left; }
  .product-list[data-header-text-alignment-mobile="center"] .nested-category-breadcrumb, .product-list[data-header-text-alignment-mobile="center"] .nested-category-title { justify-content: center; text-align: center; }
  .product-list[data-header-text-alignment-mobile="right"] .nested-category-breadcrumb, .product-list[data-header-text-alignment-mobile="right"] .nested-category-title { text-align: right; justify-content: right; }
  .product-list { grid-template-areas: "product-list-header product-list-header" "product-list-category-subnav-container product-list-category-subnav-container" "product-list-category-select-container product-list-filters-drawer-open-button-container" "product-list-result-count-container product-list-result-count-container" "product-list-container product-list-container" "product-list-pagination product-list-pagination"; grid-template-columns: 1fr auto; }
  [data-has-categories="false"].product-list { grid-template-columns: min-content 1fr; grid-template-areas: "product-list-header product-list-header" "product-list-category-subnav-container product-list-category-subnav-container" "product-list-result-count-container product-list-filters-drawer-open-button-container" "product-list-container product-list-container" "product-list-pagination product-list-pagination" "product-list-category-select-container product-list-category-select-container"; }
  [data-has-categories="false"].product-list .product-list-result-count-container .product-list-clear-filters-button { display: flex; align-items: center; }
  [data-has-categories="false"].product-list .product-list-result-count-container .product-list-clear-filters-button::before { content: "|"; }
  .product-list .product-list-result-count-container { justify-content: space-between; }
  .product-list #product-categories-filter-dropdown-select, .product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button { height: 48px !important; }
  .product-list .product-list-filters-drawer-open-button-container { flex-direction: row; justify-content: end; }
}
@media screen and (min-width: 768px) {
  .product-list[data-nav-and-filters-position="top"] { grid-template-areas: "product-list-header product-list-header" "product-list-category-subnav-container product-list-category-subnav-container" "product-list-category-select-container product-list-filters-drawer-open-button-container" "product-list-result-count-container product-list-result-count-container" "product-list-container product-list-container" "product-list-pagination product-list-pagination"; grid-template-columns: 1fr auto; }
  [data-has-categories="false"].product-list[data-nav-and-filters-position="top"] { grid-template-columns: min-content 1fr; grid-template-areas: "product-list-header product-list-header" "product-list-category-subnav-container product-list-category-subnav-container" "product-list-result-count-container product-list-filters-drawer-open-button-container" "product-list-container product-list-container" "product-list-pagination product-list-pagination" "product-list-category-select-container product-list-category-select-container"; }
  .product-list[data-nav-and-filters-position="top"][data-category-interface-type="subnav"] .product-list-result-count-container .product-list-clear-filters-button, [data-has-categories="false"].product-list[data-nav-and-filters-position="top"] .product-list-result-count-container .product-list-clear-filters-button { display: flex; align-items: center; }
  .product-list[data-nav-and-filters-position="top"][data-category-interface-type="subnav"] .product-list-result-count-container .product-list-clear-filters-button::before, [data-has-categories="false"].product-list[data-nav-and-filters-position="top"] .product-list-result-count-container .product-list-clear-filters-button::before { content: "|"; }
  .product-list[data-nav-and-filters-position="top"] .product-list-result-count-container { justify-content: space-between; }
  .product-list[data-nav-and-filters-position="top"] #product-categories-filter-dropdown-select, .product-list[data-nav-and-filters-position="top"] .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button { height: 55px !important; }
  .product-list[data-nav-and-filters-position="top"] .product-list-filters-drawer-open-button-container { flex-direction: row; justify-content: end; }
  .product-list[data-nav-and-filters-position="top"][data-category-interface-type="subnav"] { grid-template-columns: min-content 1fr; grid-template-areas: "product-list-header product-list-header" "product-list-category-subnav-container product-list-category-subnav-container" "product-list-result-count-container product-list-filters-drawer-open-button-container" "product-list-container product-list-container" "product-list-pagination product-list-pagination" "product-list-category-select-container product-list-category-select-container"; }
  .product-list[data-nav-and-filters-position="sidebar"] { grid-template-areas: "product-list-header product-list-header" "product-list-result-count-container product-list-result-count-container" "product-list-category-subnav-container product-list-container" "product-list-category-select-container product-list-container" "product-list-filters-container product-list-container" "product-list-filters-drawer-open-button-container product-list-container" "product-list-pagination product-list-pagination"; grid-template-columns: fit-content(300px) 1fr; grid-template-rows: repeat(5, min-content) 1fr min-content; column-gap: 40px; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-header { margin-bottom: 30px; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-result-count-container { justify-content: end; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-result-count-container .product-list-clear-filters-button[data-position="result-count"] { display: none; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-filters-container { min-width: 220px; margin-bottom: 0px; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-filters-container .product-list-filters { flex-direction: column; align-items: stretch; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-filters-container .product-list-filters .product-filter-dropdown-container fieldset { flex-direction: column !important; gap: 3px !important; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-filters-container .product-list-filters .product-filter-dropdown-container .product-filter-dropdown-select, .product-list[data-nav-and-filters-position="sidebar"] .product-list-filters-container .product-list-filters .product-list-filter-button, .product-list[data-nav-and-filters-position="sidebar"] .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button { width: 100%; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-category-subnav-container { margin-bottom: 20px; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-category-select-container { min-width: 220px; margin-bottom: 20px; }
  [data-category-interface-type="buttons"].product-list[data-nav-and-filters-position="sidebar"] .product-list-category-select-container:not(:has(.product-list-category-button)) { display: none; }
  [data-category-interface-type="buttons"].product-list[data-nav-and-filters-position="sidebar"][data-is-filters-interface-hidden="true"] .product-list-filters-container { display: none; }
  [data-category-interface-type="buttons"].product-list[data-nav-and-filters-position="sidebar"][data-is-filters-interface-hidden="true"]:not(:has(.product-list-category-button)) { column-gap: 0px; }
  .product-list[data-nav-and-filters-position="sidebar"] .product-list-filters-drawer-open-button-container { flex-direction: column; align-items: start; min-width: 220px; }
}
[data-is-filters-interface-hidden="true"].product-list .product-list-filters-interface-component { display: none !important; }
.product-list .product-list-header { grid-area: product-list-header; }
.product-list .product-list-result-count-container { grid-area: product-list-result-count-container; display: flex; gap: 7px; align-items: center; }
.product-list .product-list-result-count-container .product-list-result-count { white-space: nowrap; }
.product-list .product-list-category-subnav-container { grid-area: product-list-category-subnav-container; }
:not([data-category-interface-type="subnav"]).product-list .product-list-category-subnav-container, [data-has-categories="false"].product-list .product-list-category-subnav-container { display: none; }
@media screen and (max-width: 767px) {
  .product-list .product-list-category-subnav-container { display: none; }
}
[data-category-alignment="left"].product-list .product-list-category-subnav-container .nested-category-children { justify-content: start; }
[data-category-alignment="center"].product-list .product-list-category-subnav-container .nested-category-children .nested-category-breadcrumb-list-item:first-child .nested-category-breadcrumb-link, [data-category-alignment="left"].product-list .product-list-category-subnav-container .nested-category-children .nested-category-breadcrumb-list-item:first-child .nested-category-breadcrumb-link { margin-left: 0px; }
[data-category-alignment="center"].product-list .product-list-category-subnav-container .nested-category-children { justify-content: center; }
[data-category-alignment="center"].product-list .product-list-category-subnav-container .nested-category-children .nested-category-breadcrumb-list-item:last-child .nested-category-breadcrumb-link, [data-category-alignment="right"].product-list .product-list-category-subnav-container .nested-category-children .nested-category-breadcrumb-list-item:last-child .nested-category-breadcrumb-link { margin-right: 0px; }
[data-category-alignment="right"].product-list .product-list-category-subnav-container .nested-category-children { justify-content: end; }
.product-list .product-list-category-select-container { grid-area: product-list-category-select-container; }
[data-has-categories="false"].product-list .product-list-category-select-container { display: none; }
@media screen and (min-width: 768px) {
  [data-category-interface-type="subnav"].product-list .product-list-category-select-container { display: none; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  [data-nav-and-filters-position="sidebar"].product-list .product-list-category-select-container { max-width: 220px; }
}
@media screen and (min-width: 768px) {
  [data-nav-and-filters-position="top"].product-list .product-list-category-select-container .dropdown-wrapper { max-width: 237px; }
  [data-nav-and-filters-position="top"].product-list .product-list-category-select-container[data-category-label-position="side"] fieldset { flex-flow: row !important; align-items: center !important; }
  [data-nav-and-filters-position="sidebar"].product-list .product-list-category-select-container fieldset, [data-nav-and-filters-position="top"].product-list .product-list-category-select-container[data-category-label-position="stack"] fieldset { flex-direction: column !important; gap: 3px !important; }
}
@media screen and (max-width: 767px) {
  .product-list .product-list-category-select-container fieldset { flex-flow: row !important; align-items: center !important; }
}
@media screen and (min-width: 768px) {
  [data-sticky-top-bar-desktop="true"].product-list .product-list-sticky-top-element { position: sticky; top: var(--filter-drawer-height-offset); padding: 8px 0px; background-color: var(--siteBackgroundColor); }
  [data-sticky-top-bar-desktop="true"].product-list .product-list-sticky-top-element.product-list-category-select-container, [data-sticky-top-bar-desktop="true"].product-list .product-list-sticky-top-element.product-list-result-count-container { z-index: 998; }
  [data-sticky-top-bar-desktop="true"].product-list .product-list-sticky-top-element.product-list-filters-drawer-open-button-container { z-index: 997; }
}
@media screen and (max-width: 767px) {
  .product-list .product-list-sticky-top-element:not(.product-list-sticky-desktop-only) { position: sticky; top: var(--filter-drawer-height-offset); padding: 8px 0px; background-color: var(--siteBackgroundColor); }
  .product-list .product-list-sticky-top-element:not(.product-list-sticky-desktop-only).product-list-category-select-container, .product-list .product-list-sticky-top-element:not(.product-list-sticky-desktop-only).product-list-result-count-container { z-index: 998; }
  .product-list .product-list-sticky-top-element:not(.product-list-sticky-desktop-only).product-list-filters-drawer-open-button-container { z-index: 997; }
}
.product-list .product-list-sidebar-divider { border: 0px; background-color: var(--tweak-product-grid-text-below-list-category-nav-color); color: var(--tweak-product-grid-text-below-list-category-nav-color); height: 1px; margin: 15px 0px 0px; }
@media screen and (max-width: 767px) {
  .product-list .product-list-sidebar-divider { display: none; }
}
.product-list .product-list-filters-sidebar-title { margin: 0px; color: var(--tweak-product-grid-text-below-list-category-nav-color); }
@media screen and (max-width: 767px) {
  .product-list .product-list-category-subnav-container .product-list-nav { display: none; }
}
.product-list .product-list-category-subnav-container .product-list-nav .nested-category-children { display: flex; padding: 0px; margin: 10px 0px; }
.product-list .product-list-filters-container { grid-area: product-list-filters-container; display: flex; flex-direction: column; gap: 20px; }
.product-list .product-list-filters-container .product-list-filter-button-container { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.product-list .product-list-filters-container .product-list-filter-button-container .product-list-filter-button { display: flex; align-items: center; justify-content: center; padding: 0px 1rem !important; height: 55px; }
.product-list .product-list-filters-container .product-list-filters { display: flex; flex-direction: row; align-items: center; gap: 15px; }
.product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header { display: none; }
.product-list .product-list-filters-container .product-list-filters .product-filter-label { color: var(--tweak-form-block-title-color); }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters { flex-direction: column; align-items: stretch; box-sizing: border-box; overflow-y: auto; z-index: 1000; position: fixed; bottom: 0px; right: 0px; height: calc(100vh - var(--filter-drawer-height-offset)); width: 433px; padding: 0px; background-color: var(--product-list-filters-drawer-background-color); color: var(--product-list-filters-drawer-text-color); transform: translateX(100%); }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-filter-dropdown-container fieldset { flex-direction: column !important; gap: 3px !important; }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-filter-dropdown-container .product-filter-dropdown-select, [data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-list-filter-button { width: 100%; }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters[data-is-shown="true"] { transform: translateX(0px); }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters[data-is-transitioning="true"] { transition: transform 300ms; }
@media (prefers-reduced-motion: reduce) {
  [data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters[data-is-transitioning="true"] { transition: none; }
}
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters > * { padding-left: 30px; padding-right: 30px; }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header { position: sticky; top: 0px; z-index: 10; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 30px; padding-bottom: 15px; background-color: var(--product-list-filters-drawer-background-color); }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header .product-list-filters-drawer-title { margin: 0px; transition: none !important; color: var(--product-list-filters-drawer-text-color); }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header .product-list-filters-drawer-close-button { appearance: none; border: 0px; border-radius: 0px; padding: 0px; background: 0px 0px; display: flex; align-items: center; }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header .product-list-filters-drawer-close-button svg { stroke: var(--product-list-filters-drawer-text-color); width: 20px; height: 20px; }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-filter-dropdown { transition: none !important; }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-list-filter-button-container { position: sticky; bottom: 0px; z-index: 10; padding-top: 15px; padding-bottom: 30px; background-color: var(--product-list-filters-drawer-background-color); transition: none !important; }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters .product-list-clear-filters-button { color: var(--product-list-filters-drawer-text-color); }
@media screen and (max-width: 767px) {
  .product-list .product-list-filters-container .product-list-filters, [data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters { width: 100vw !important; height: auto !important; max-height: calc(100vh - var(--filter-drawer-height-offset)) !important; transform: translateY(100%) !important; }
  [data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-container .product-list-filters[data-is-shown="true"] { transform: translateY(0px) !important; }
  .product-list .product-list-filters-container .product-list-filters { flex-direction: column; align-items: stretch; box-sizing: border-box; overflow-y: auto; z-index: 1000; position: fixed; bottom: 0px; right: 0px; height: calc(100vh - var(--filter-drawer-height-offset)); width: 433px; padding: 0px; background-color: var(--product-list-filters-drawer-background-color); color: var(--product-list-filters-drawer-text-color); transform: translateX(100%); }
  .product-list .product-list-filters-container .product-list-filters .product-filter-dropdown-container fieldset { flex-direction: column !important; gap: 3px !important; }
  .product-list .product-list-filters-container .product-list-filters .product-filter-dropdown-container .product-filter-dropdown-select, .product-list .product-list-filters-container .product-list-filters .product-list-filter-button { width: 100%; }
  .product-list .product-list-filters-container .product-list-filters[data-is-shown="true"] { transform: translateX(0px); }
  .product-list .product-list-filters-container .product-list-filters[data-is-transitioning="true"] { transition: transform 300ms; }
  .product-list .product-list-filters-container .product-list-filters > * { padding-left: 30px; padding-right: 30px; }
  .product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header { position: sticky; top: 0px; z-index: 10; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 30px; padding-bottom: 15px; background-color: var(--product-list-filters-drawer-background-color); }
  .product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header .product-list-filters-drawer-title { margin: 0px; transition: none !important; color: var(--product-list-filters-drawer-text-color); }
  .product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header .product-list-filters-drawer-close-button { appearance: none; border: 0px; border-radius: 0px; padding: 0px; background: 0px 0px; display: flex; align-items: center; }
  .product-list .product-list-filters-container .product-list-filters .product-list-filters-drawer-header .product-list-filters-drawer-close-button svg { stroke: var(--product-list-filters-drawer-text-color); width: 20px; height: 20px; }
  .product-list .product-list-filters-container .product-list-filters .product-filter-dropdown { transition: none !important; }
  .product-list .product-list-filters-container .product-list-filters .product-list-filter-button-container { position: sticky; bottom: 0px; z-index: 10; padding-top: 15px; padding-bottom: 30px; background-color: var(--product-list-filters-drawer-background-color); transition: none !important; }
  .product-list .product-list-filters-container .product-list-filters .product-list-clear-filters-button { color: var(--product-list-filters-drawer-text-color); }
  .product-list .product-list-filters-container .product-list-filters[data-is-shown="true"] { transform: translateY(0px) !important; }
}
@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .product-list .product-list-filters-container .product-list-filters[data-is-transitioning="true"] { transition: none; }
}
.product-list .product-list-filters-container .product-list-filters-drawer-overlay { z-index: 999; position: fixed; inset: 0px; }
.product-list .product-list-filters-drawer-open-button-container { grid-area: product-list-filters-drawer-open-button-container; align-content: center; display: none; align-items: center; }
[data-is-filters-drawer-mode-enabled="true"].product-list .product-list-filters-drawer-open-button-container { display: flex; }
@media screen and (max-width: 767px) {
  .product-list .product-list-filters-drawer-open-button-container { display: flex; }
}
.product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button { padding: 0px 1rem !important; height: 55px; display: flex; align-items: center; justify-content: center; position: relative; }
[data-has-categories="true"].product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button { margin-left: 10px; }
@media screen and (max-width: 767px) {
  .product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button { width: 100%; height: 48px; }
  [data-has-categories="true"].product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-filters-drawer-open-button-text { display: none; }
  [data-has-categories="true"].product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-filters-drawer-open-button-icon { display: flex; }
}
.product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-filters-drawer-open-button-text { display: flex; }
.product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-filters-drawer-open-button-icon { display: none; }
.product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-filters-drawer-open-button-icon svg { fill: currentcolor; }
.product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-applied-filter-count { position: absolute; top: var(--button-badge-offset-top); right: var(--button-badge-offset-right); width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; line-height: 1; padding: 0px 4px; border-width: 1px; border-style: solid; border-image: none; box-sizing: border-box; pointer-events: none; background-color: var(--filter-drawer-open-button-text-color); color: var(--filter-drawer-open-button-background-color); border-color: var(--filter-drawer-open-button-background-color); }
.primary-button-style-outline .product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-applied-filter-count, .primary-button-style-solid.primary-button-shape-underline .product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-applied-filter-count, .secondary-button-style-outline .product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-applied-filter-count, .secondary-button-style-solid.secondary-button-shape-underline .product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-applied-filter-count, .tertiary-button-style-outline .product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-applied-filter-count, .tertiary-button-style-solid.tertiary-button-shape-underline .product-list .product-list-filters-drawer-open-button-container .product-list-filters-drawer-open-button .product-list-applied-filter-count { background-color: var(--filter-drawer-open-button-background-color); color: var(--filter-drawer-open-button-text-color); border-color: var(--filter-drawer-open-button-text-color); }
.product-list .product-list-container { grid-area: product-list-container; min-width: 0px; }
[data-no-results="true"].product-list .product-list-container { display: block; }
[data-no-results="true"].product-list .product-list-container .product-list-no-results { display: flex; }
.product-list .product-list-container .product-list-no-results { display: none; flex-direction: column; align-items: center; text-align: center; gap: 10px; width: 100%; margin-top: 30px; }
.product-list .product-list-container .product-list-no-results > * { margin: 0px; }
.product-list .product-list-container .product-list-no-results h4 { transform: scale(0.9); }
.product-list .list-pagination { grid-area: product-list-pagination; }
.product-list .product-list-clear-filters-button { appearance: none; border: 0px; border-radius: 0px; padding: 0px; background: 0px 0px; cursor: pointer; color: var(--paragraphMediumColor); }
.product-list .product-list-clear-filters-button[data-position="result-count"] { display: inline-flex; gap: 7px; }
.product-list .product-list-clear-filters-button .product-list-clear-filters-button-text { text-decoration: underline; }
.product-list .product-list-no-results-title { display: flex; justify-content: center; margin: 0px; line-height: var(--product-grid-text-below-title-font-line-height); color: var(--tweak-product-grid-text-below-list-title-color); }
@media screen and (min-width: 768px) {
  .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-view-options-button { min-height: 55px !important; max-height: 55px !important; height: 55px !important; padding: 0px 20px !important; box-sizing: border-box; }
  .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner, .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-view-options-button-inner, .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-add-to-cart-button-inner, .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-view-options-button-inner { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; overflow: hidden; }
  .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner .add-to-cart-text, .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-view-options-button-inner .add-to-cart-text, .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-add-to-cart-button-inner .add-to-cart-text, .product-list .product-list-layout-container .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-view-options-button-inner .add-to-cart-text { font-size: min(1em, 22px); line-height: 1.2; overflow: hidden; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; text-overflow: ellipsis; }
}
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container .sqs-add-to-cart-button, .product-list .product-list-layout-container .sqs-view-options-button { width: 100%; min-height: 55px !important; max-height: 55px !important; height: 55px !important; box-sizing: border-box !important; padding: 0px 20px !important; }
  .product-list .product-list-layout-container .sqs-add-to-cart-button .sqs-add-to-cart-button-inner, .product-list .product-list-layout-container .sqs-add-to-cart-button .sqs-view-options-button-inner, .product-list .product-list-layout-container .sqs-view-options-button .sqs-add-to-cart-button-inner, .product-list .product-list-layout-container .sqs-view-options-button .sqs-view-options-button-inner { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; overflow: hidden; }
  .product-list .product-list-layout-container .sqs-add-to-cart-button .sqs-add-to-cart-button-inner .add-to-cart-text, .product-list .product-list-layout-container .sqs-add-to-cart-button .sqs-view-options-button-inner .add-to-cart-text, .product-list .product-list-layout-container .sqs-view-options-button .sqs-add-to-cart-button-inner .add-to-cart-text, .product-list .product-list-layout-container .sqs-view-options-button .sqs-view-options-button-inner .add-to-cart-text { font-size: min(1em, 22px); line-height: 1.2; overflow: hidden; hyphens: none !important; word-break: normal !important; overflow-wrap: normal !important; white-space: normal !important; text-align: center; display: -webkit-box !important; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
}
.product-list .product-list-layout-container[data-product-list-layout="grid"] { padding: 0px; display: grid; }
@media screen and (min-width: 768px) {
  .product-list .product-list-layout-container[data-product-list-layout="grid"] { grid-template-columns: repeat(var(--product-list-num-columns-desktop),minmax(0,1fr)); row-gap: var(--product-list-row-spacing); column-gap: var(--product-list-column-spacing); }
  .product-list .product-list-layout-container[data-product-list-layout="grid"]:not([data-stroke-type="none"]) .product-list-item, .product-list .product-list-layout-container[data-product-list-layout="grid"][data-show-background="true"] .product-list-item { padding: 22px; }
}
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container[data-product-list-layout="grid"] { grid-template-columns: repeat(var(--product-list-num-columns-mobile),minmax(0,1fr)); gap: 30px; }
  .product-list .product-list-layout-container[data-product-list-layout="grid"]:not([data-stroke-type="none"]) .product-list-item, .product-list .product-list-layout-container[data-product-list-layout="grid"][data-show-background="true"] .product-list-item { padding: 12px; }
}
.product-list .product-list-layout-container[data-product-list-layout="grid"] .product-list-item { position: relative; display: flex; flex-direction: column; justify-content: space-between; }
@media screen and (min-width: 768px) {
  .product-list .product-list-layout-container[data-product-list-layout="grid"] .product-list-item { min-width: 100px; }
}
.product-list .product-list-layout-container[data-product-list-layout="grid"] .product-list-item-link { display: flex; flex-direction: column; gap: 1vw; }
.product-list .product-list-layout-container[data-product-list-layout="grid"] .product-list-item-meta { margin-top: var(--product-list-image-text-spacing); overflow-wrap: break-word; word-break: break-word; }
.product-list .product-list-layout-container[data-product-list-layout="grid"] .product-list-title-price .product-list-item-price { margin-top: 0.5rem; }
.product-list .product-list-layout-container[data-product-list-layout="grid"][data-meta-text-alignment="left"] .product-list-item-meta { flex-direction: row; justify-content: space-between; text-align: left; }
.product-list .product-list-layout-container[data-product-list-layout="grid"][data-meta-text-alignment="center"] .product-list-item-meta { flex-direction: column; align-items: center; text-align: center; }
.product-list .product-list-layout-container[data-product-list-layout="grid"][data-meta-text-alignment="right"] .product-list-item-meta { flex-direction: row-reverse; justify-content: space-between; text-align: right; }
.product-list .product-list-layout-container[data-product-list-layout="list"] { padding: 0px; display: flex; flex-direction: column; gap: var(--product-list-row-spacing); }
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] { gap: 20px; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 30px 20px 20px; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 1.5vw; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link .stretched-link { position: absolute; inset: 0px; z-index: 1; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link :is(.product-list-description a, .sqs-product-quick-view-button, .product-list-item-add-to-cart) { position: relative; z-index: 2; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-image-wrapper { display: flex; flex: 0 1 auto; height: 160px; max-width: 300px; grid-column: 1; }
@media screen and (max-width: 1199px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-image-wrapper { margin-right: 10px; max-width: 175px; }
}
@media screen and (max-width: 1099px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-image-wrapper { margin-right: 10px; max-width: 150px; height: 110px; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-image-wrapper .grid-image-wrapper, .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-image-wrapper .product-list-item-image { height: 100%; width: 100%; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-meta { grid-column: 2; flex: 1 1 0%; }
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-title-price { margin: 0px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-title-price .product-list-item-add-to-cart { width: 150px !important; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-title { color: var(--tweak-product-grid-text-below-list-title-color); line-height: var(--product-grid-text-below-title-font-line-height); margin-top: 0.5rem; }
@media screen and (min-width: 768px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description { max-width: 750px; text-align: inherit; }
}
@media screen and (min-width: 992px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description { max-width: none; }
}
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description { display: none; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .product-list-description-rich-text { display: -webkit-box; -webkit-line-clamp: 4; -moz-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .product-list-description-rich-text h1, .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .product-list-description-rich-text h2, .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .product-list-description-rich-text h3, .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .product-list-description-rich-text ol, .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .product-list-description-rich-text p, .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .product-list-description-rich-text ul { margin: 0px; overflow-wrap: break-word; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .product-list-description-rich-text.added-margin-top { margin-top: 12px; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description .learn-more-block { margin: 0px; text-decoration: underline; font-weight: 700; white-space: nowrap; letter-spacing: initial; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description * { font-size: var(--normal-text-size-value) !important; color: var(--tweak-product-list-description-text-color) !important; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta { min-width: 120px; }
@media screen and (min-width: 768px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta { text-align: right; margin-left: auto; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta .product-list-item-price { color: var(--tweak-product-grid-text-below-list-price-color); }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta .product-list-item-price .original-price { text-decoration: line-through; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta .product-list-item-status { color: var(--tweak-product-grid-text-below-list-status-color); }
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta .product-list-item-status { margin-top: 0.5rem; row-gap: 0px; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta .product-list-item-status .product-mark.sale { color: var(--tweak-product-grid-text-below-list-sale-price-color); }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta .product-list-item-status .product-scarcity { color: var(--tweak-product-grid-text-below-list-scarcity-color); }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link { grid-template-columns: auto 1fr minmax(8ch, auto); grid-template-rows: auto auto; align-items: start; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-price { line-height: var(--product-grid-text-below-title-font-line-height); }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-meta, .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-title-price { display: contents; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-image-wrapper { grid-area: 1 / 1; margin-right: 0px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-title { word-break: break-word; grid-area: 1 / 2; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta { grid-area: 1 / 3; justify-self: end; margin-left: auto; max-width: 150px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description { grid-area: 2 / 1 / auto / -1; display: block; max-width: none; }
  .product-list .product-list-layout-container[data-product-list-layout="list"][data-show-price="false"] .product-list-item .product-list-item-link .product-list-image-wrapper { min-width: 100% !important; max-width: none !important; }
}
@media screen and (min-width: 992px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link { display: flex; flex-direction: row; align-items: center; gap: 1.5vw; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-image-wrapper { max-width: min(300px, 25%); margin-right: 0px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-meta { flex: 1 1 0%; min-width: 0px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-meta .product-list-title-price { display: flex; flex-direction: row; align-items: center; gap: 16px; width: 100%; min-width: 0px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-title { flex: 0 1 20%; min-width: 80px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-description { flex: 1 1 0px; margin-top: 0px; overflow: hidden; margin-left: auto; min-width: 0px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-list-layout-price-meta { flex: 0 1 auto; min-width: 0px; max-width: 150px; white-space: normal; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-add-to-cart { flex: 0 0 auto; justify-self: end; min-width: fit-content; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-add-to-cart .sqs-add-to-cart-button, .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-add-to-cart .sqs-view-options-button { flex-shrink: 0; max-width: 150px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"][data-show-product-description="false"] .product-list-item .product-list-item-meta .product-list-title-price { justify-content: space-between; gap: 0px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"][data-show-product-description="false"] .product-list-item .product-list-item-meta .product-list-item-title { flex: 1 1 150px; max-width: 200px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"][data-show-product-description="false"] .product-list-item .product-list-item-meta .product-list-list-layout-price-meta { flex: 0 1 120px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"][data-show-price="false"] .product-list-item .product-list-item-meta .product-list-title-price .product-list-description { flex: 6 1 100px; }
  .product-list .product-list-layout-container[data-product-list-layout="list"][data-show-price="false"] .product-list-item .product-list-item-meta .product-list-title-price .product-list-list-layout-price-meta { flex: 0 0 0px; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] .product-list-image-wrapper { aspect-ratio: var(--product-list-image-aspect-ratio); min-width: 0px; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] .product-list-item-title--standin { white-space: normal; overflow: visible; }
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] .product-list-item-meta { flex: 1 1 0%; min-width: 0px; }
@media screen and (min-width: 992px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] { display: flex !important; flex-direction: row; align-items: center; gap: var(--product-list-image-text-spacing); }
}
@media screen and (min-width: 768px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] .product-list-item-title--standin { min-width: 300px; flex: 1 1 300px; }
}
@media screen and (max-width: 1199px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] .product-list-image-wrapper { margin-right: 10px; max-width: 175px; }
}
@media screen and (max-width: 1099px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] .product-list-image-wrapper { margin-right: 10px; max-width: 150px; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] .product-list-image-wrapper { min-height: fit-content; aspect-ratio: auto; }
}
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] { display: flex; flex-direction: column; align-items: start; }
  .product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-item .product-list-item-link[data-has-no-image="true"] .product-list-image-wrapper { height: fit-content; aspect-ratio: auto; width: 300px; max-width: 100%; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"] .product-list-divider { display: none; }
.product-list .product-list-layout-container[data-product-list-layout="list"][data-stroke-position="divider"] .product-list-item { border: 0px; }
.product-list .product-list-layout-container[data-product-list-layout="list"][data-stroke-position="divider"] .product-list-divider { border-block-style: unset; border-inline: unset; border-end-end-radius: unset; border-end-start-radius: unset; border-start-end-radius: unset; border-start-start-radius: unset; border-block-width: unset; border-block-color: unset; overflow-block: unset; overflow-inline: unset; overscroll-behavior-block: unset; overscroll-behavior-inline: unset; margin-inline: unset; scroll-margin-block: unset; scroll-margin-inline: unset; padding-block: unset; padding-inline: unset; scroll-padding-block: unset; scroll-padding-inline: unset; contain-intrinsic-block-size: unset; contain-intrinsic-inline-size: unset; max-block-size: unset; max-inline-size: unset; inset-block: unset; inset-inline: unset; block-size: unset; inline-size: unset; min-block-size: unset; min-inline-size: unset; background: unset; background-blend-mode: unset; border-image: unset; box-decoration-break: unset; -moz-float-edge: unset; border-bottom-style: unset; border-left-style: unset; border-right: unset; border-radius: unset; border-bottom-width: unset; border-left-width: unset; border-bottom-color: unset; border-left-color: unset; vertical-align: unset; backface-visibility: unset; break-inside: unset; clear: unset; contain: unset; container: unset; content-visibility: unset; float: unset; isolation: unset; -moz-orient: unset; overflow-anchor: unset; position: unset; resize: unset; scroll-behavior: unset; scroll-snap-align: unset; scroll-snap-stop: unset; scroll-snap-type: unset; scrollbar-gutter: unset; touch-action: unset; transform-box: unset; transform-style: unset; appearance: unset; break-after: unset; break-before: unset; overflow: unset; overscroll-behavior: unset; anchor-name: unset; offset: unset; perspective: unset; rotate: unset; scale: unset; shape-outside: unset; transform-origin: unset; translate: unset; will-change: unset; zoom: unset; -webkit-line-clamp: unset; perspective-origin: unset; anchor-scope: unset; transform: unset; shape-image-threshold: unset; shape-margin: unset; column-fill: unset; column-span: unset; column-rule: unset; columns: unset; content: unset; counter-increment: unset; counter-reset: unset; counter-set: unset; mix-blend-mode: unset; backdrop-filter: unset; box-shadow: unset; clip: unset; filter: unset; opacity: unset; font: unset; font-synthesis: unset; math-shift: unset; math-style: unset; -moz-osx-font-smoothing: unset; font-palette: unset; math-depth: unset; dominant-baseline: unset; image-orientation: unset; image-rendering: unset; print-color-adjust: unset; text-orientation: unset; visibility: unset; writing-mode: unset; color-interpolation: unset; color-interpolation-filters: unset; paint-order: unset; shape-rendering: unset; stroke-linecap: unset; stroke-linejoin: unset; text-anchor: unset; clip-rule: unset; fill-rule: unset; stroke-dasharray: unset; stroke-dashoffset: unset; stroke-width: unset; fill: unset; stroke: unset; fill-opacity: unset; stroke-opacity: unset; marker: unset; stroke-miterlimit: unset; border-collapse: unset; caption-side: unset; empty-cells: unset; border-spacing: unset; forced-color-adjust: unset; hyphens: unset; line-break: unset; -moz-text-size-adjust: unset; overflow-wrap: unset; ruby-align: unset; ruby-position: unset; text-align: unset; text-align-last: unset; text-autospace: unset; text-box: unset; text-combine-upright: unset; text-decoration-skip-ink: unset; text-emphasis-position: unset; text-justify: unset; text-rendering: unset; text-transform: unset; text-underline-position: unset; text-wrap: unset; -webkit-text-security: unset; white-space: unset; word-break: unset; color: unset; hyphenate-character: unset; hyphenate-limit-chars: unset; letter-spacing: unset; tab-size: unset; text-emphasis: unset; text-indent: unset; text-shadow: unset; text-underline-offset: unset; -webkit-text-stroke: unset; word-spacing: unset; -webkit-text-fill-color: unset; pointer-events: unset; accent-color: unset; caret-color: unset; color-scheme: unset; cursor: unset; scrollbar-color: unset; list-style: unset; quotes: unset; overflow-clip-margin: unset; margin: unset; scroll-margin: unset; outline: unset; outline-offset: unset; padding: unset; scroll-padding: unset; page: unset; place-items: unset; box-sizing: unset; flex-flow: unset; grid: unset; object-fit: unset; position-area: unset; position-try: unset; position-visibility: unset; place-content: unset; place-self: unset; aspect-ratio: unset; flex: unset; position-anchor: unset; z-index: unset; object-position: unset; gap: unset; order: unset; contain-intrinsic-size: unset; grid-area: unset; max-height: unset; max-width: unset; inset: unset; height: unset; min-height: unset; min-width: unset; width: unset; mask-type: unset; vector-effect: unset; clip-path: unset; d: unset; mask: unset; cx: unset; cy: unset; x: unset; y: unset; flood-opacity: unset; stop-opacity: unset; r: unset; rx: unset; ry: unset; flood-color: unset; lighting-color: unset; stop-color: unset; table-layout: unset; text-decoration: unset; text-decoration-inset: unset; text-overflow: unset; field-sizing: unset; ime-mode: unset; scrollbar-width: unset; user-select: unset; -moz-force-broken-image-icon: unset; animation-composition: unset; animation: unset; transition: unset; view-transition-class: unset; view-transition-name: unset; -moz-box-align: unset; -moz-box-direction: unset; -moz-box-orient: unset; -moz-box-pack: unset; -moz-box-ordinal-group: unset; -moz-box-flex: unset; display: block; border-top: var(--product-list-item-stroke-thickness) var(--product-list-item-stroke-type) var(--product-list-item-stroke-color); margin-block: calc(var(--product-list-row-spacing)/-2); }
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container[data-product-list-layout="list"][data-stroke-position="divider"] .product-list-divider { margin-block: -10px; }
}
.product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="top"] .product-list-item-link, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="top"] .product-list-item-meta, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="top"] .product-list-title-price { align-items: start; }
.product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="top"] .product-list-description, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="top"] .product-list-item-title, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="top"] .product-list-list-layout-price-meta { align-self: start; }
.product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="middle"] .product-list-item-link, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="middle"] .product-list-item-meta, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="middle"] .product-list-title-price { align-items: center; }
.product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="middle"] .product-list-description, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="middle"] .product-list-item-title, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="middle"] .product-list-list-layout-price-meta { align-self: center; }
.product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="bottom"] .product-list-item-link, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="bottom"] .product-list-item-meta, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="bottom"] .product-list-title-price { align-items: end; }
.product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="bottom"] .product-list-description, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="bottom"] .product-list-item-title, .product-list .product-list-layout-container[data-product-list-layout="list"][data-meta-vertical-alignment="bottom"] .product-list-list-layout-price-meta { align-self: end; }
.product-list .product-list-item-add-to-cart { margin-top: 8px !important; }
@media screen and (min-width: 768px) {
  .product-list .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-list .sqs-add-to-cart-button-wrapper .sqs-view-options-button { min-height: 55px !important; max-height: 55px !important; height: 55px !important; padding: 0px 20px !important; box-sizing: border-box; }
  .product-list .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner, .product-list .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-view-options-button-inner, .product-list .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-add-to-cart-button-inner, .product-list .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-view-options-button-inner { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; overflow: hidden; }
  .product-list .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner .add-to-cart-text, .product-list .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-view-options-button-inner .add-to-cart-text, .product-list .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-add-to-cart-button-inner .add-to-cart-text, .product-list .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-view-options-button-inner .add-to-cart-text { font-size: min(1em, 22px); line-height: 1.2; overflow: hidden; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; text-overflow: ellipsis; }
}
@media screen and (max-width: 767px) {
  .product-list .sqs-add-to-cart-button, .product-list .sqs-view-options-button { width: 100%; min-height: 48px !important; max-height: 48px !important; height: 48px !important; box-sizing: border-box !important; padding: 0px 20px !important; }
  .product-list .sqs-add-to-cart-button .sqs-add-to-cart-button-inner, .product-list .sqs-add-to-cart-button .sqs-view-options-button-inner, .product-list .sqs-view-options-button .sqs-add-to-cart-button-inner, .product-list .sqs-view-options-button .sqs-view-options-button-inner { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; overflow: hidden; }
  .product-list .sqs-add-to-cart-button .sqs-add-to-cart-button-inner .add-to-cart-text, .product-list .sqs-add-to-cart-button .sqs-view-options-button-inner .add-to-cart-text, .product-list .sqs-view-options-button .sqs-add-to-cart-button-inner .add-to-cart-text, .product-list .sqs-view-options-button .sqs-view-options-button-inner .add-to-cart-text { font-size: min(1em, 19px); line-height: 1.2; overflow: hidden; hyphens: none !important; word-break: normal !important; overflow-wrap: normal !important; white-space: normal !important; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
}
.product-list .category-navigation--mobile, .product-list .dropdown-icon svg { display: block; }
@media screen and (min-width: 768px) {
  .product-list .category-navigation--mobile { display: none; }
}
.product-list .category-navigation--desktop { display: none; }
.product-list .category-navigation--desktop .nested-category-title { margin-bottom: 22px; }
@media screen and (min-width: 768px) {
  .product-list .category-navigation--desktop { display: block; }
}
.product-list .nested-category-tree-wrapper ul { padding-inline-start: 20px; margin-top: 0px; }
.product-list .nested-category-tree-wrapper > ul { padding-left: 0px; }
.product-list .nested-category-tree-wrapper > ul > li:first-child a { padding-top: 0px; }
.product-list .nested-category-tree-wrapper li { list-style: none; }
.product-list .nested-category-tree-wrapper .category-link { position: relative; display: block; padding: 6px 0px; color: var(--tweak-product-grid-text-below-list-category-nav-color); }
.product-list .nested-category-tree-wrapper .category-link.active, .product-list .nested-category-tree-wrapper .category-link.activeParent { font-weight: 700; }
.product-list .product-filter-dropdown { display: flex; flex-direction: column; gap: 11px; width: var(--product-content-form-width, "100%"); margin-top: 0px; }
.product-list .product-filter-dropdown .product-filter-dropdown-container .product-filter-dropdown-fieldset { display: flex; flex-direction: row; align-items: baseline; gap: 8px; margin: 0px; padding: 0px; border: 0px; width: 100%; }
.product-list .product-filter-dropdown .product-filter-dropdown-container .product-filter-dropdown-fieldset .product-filter-label { flex: 0 0 auto; margin: 0px; padding: 0px; font-weight: 500; font-size: 1rem; line-height: 1.4; }
.product-list .product-filter-dropdown .product-filter-dropdown-container .product-filter-dropdown-fieldset.form-item.field.select { width: 100%; min-width: 0px; }
.product-list .product-filter-dropdown .product-filter-dropdown-container .product-filter-dropdown-fieldset .dropdown-wrapper { width: 100%; flex: 1 1 0%; min-width: 0px; }
.product-list .product-filter-dropdown .product-filter-dropdown-container .product-filter-dropdown-fieldset .dropdown-select { min-width: 0px; max-width: 100%; padding-left: 1rem; }
.product-list .product-filter-dropdown .product-filter-dropdown-select { padding: 8px calc(34px + 0.5rem) 8px 0px; height: 55px; font-size: 1rem; transition: border-color 0.3s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-list .product-filter-dropdown .product-filter-dropdown-select:focus { outline-offset: -2px; }
.product-list .product-filter-dropdown .product-filter-dropdown-icon { position: absolute; right: 0px !important; height: 12px; width: 18px; color: var(--tweak-product-grid-text-below-list-category-nav-color); pointer-events: none; }
[data-nav-and-filters-position="top"].product-list .product-list-category-buttons { display: flex; align-items: center; height: 100%; }
.product-list .product-list-category-buttons .title { display: flex; align-items: center; flex: 0 0 auto; margin: 0px; padding: 0px; font-weight: 500; font-size: 1rem; line-height: 1.4; }
.product-list .product-list-category-buttons fieldset { flex-flow: column !important; }
.product-list .product-list-category-buttons .product-list-category-buttons-list { column-gap: 4px; flex-direction: row !important; }
.form-field-radio-shape-pill .product-list .product-list-category-buttons .product-list-category-buttons-list .radio-label { border-radius: 300px; }
.form-field-radio-shape-rounded .product-list .product-list-category-buttons .product-list-category-buttons-list .radio-label { border-radius: 0.4rem; }
.form-field-radio-type-button .product-list .product-list-category-buttons .product-list-category-buttons-list .product-list-category-button.active:hover .radio-label, .form-field-radio-type-icon .product-list .product-list-category-buttons .product-list-category-buttons-list .product-list-category-button.active:hover .radio-label { background-color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),.6); color: var(--dynamic-fill-color, #fafafa); border-color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),.6) !important; }
.form-field-radio-type-button .product-list .product-list-category-buttons .product-list-category-buttons-list .product-list-category-button.active .radio-label, .form-field-radio-type-button .product-list .product-list-category-buttons .product-list-category-buttons-list .product-list-category-button:hover .radio-label, .form-field-radio-type-icon .product-list .product-list-category-buttons .product-list-category-buttons-list .product-list-category-button.active .radio-label, .form-field-radio-type-icon .product-list .product-list-category-buttons .product-list-category-buttons-list .product-list-category-button:hover .radio-label { background-color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),var(--dynamic-border-color-a, 1)); color: var(--dynamic-fill-color, #fafafa); border-color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),var(--dynamic-border-color-a, 1)) !important; }
.product-list .product-list-category-buttons .product-list-category-buttons-list .radio-button-outer-label { cursor: pointer; user-select: none; display: inline-flex; align-items: center; justify-content: center; }
.product-list .product-list-category-buttons .product-list-category-buttons-list .radio-button-input { position: absolute; opacity: 0; cursor: pointer; }
.product-list .product-list-category-buttons .product-list-category-buttons-list .radio-label { display: flex; column-gap: 11px; transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),var(--dynamic-border-color-a, 1)); padding-top: var(--form-field-radio-padding-vertical) !important; padding-bottom: var(--form-field-radio-padding-vertical) !important; padding-left: var(--form-field-radio-padding-horizontal) !important; padding-right: var(--form-field-radio-padding-horizontal) !important; border-top-width: ; border-top-style: ; border-right-width: ; border-right-style: ; border-bottom-width: ; border-bottom-style: ; border-left-width: ; border-left-style: ; border-image-outset: ; border-image-repeat: ; border-image-slice: ; border-image-source: ; border-image-width: ; position: relative; border-color: transparent !important; }
.product-list .product-list-category-buttons .product-list-category-buttons-list .radio-label::before { position: absolute; border: solid var(--fx-radio-border-width) hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); border-radius: inherit; content: ""; inset: calc(var(--fx-radio-border-width-default)*-1); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fx-border-transition-transform); }
.product-list .category-list { display: none; }
@media screen and (min-width: 768px) {
  .product-list .category-list { display: block; }
}
.product-list .dropdown-wrapper { position: relative; display: flex; align-items: center; }
.product-list .dropdown-wrapper select, .product-list .variant-dropdown select { font-size: 1rem !important; line-height: normal !important; }
.product-list .dropdown-select { appearance: none; cursor: pointer; border: 1px solid rgb(169, 169, 169); color: rgb(0, 0, 0); background-color: rgb(250, 250, 250); width: 100%; height: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; outline-offset: -2px; padding: 0px 16px; font-size: 1rem; transition: border-color 0.3s; }
.product-list .dropdown-icon { cursor: pointer; pointer-events: none; position: absolute; height: 12px; width: 18px; padding-right: 1rem; padding-top: 0.5px; }
.product-list .product-list-item { transform: translateY(-15px); transition: opacity 1s, transform 1s; opacity: 0; background-color: var(--product-list-background-color); border-style: var(--product-list-item-stroke-type); border-width: var(--product-list-item-stroke-thickness); border-color: var(--product-list-item-stroke-color); border-top-left-radius: clamp(0px,var(--product-list-item-border-radius-top-left),50px); border-top-right-radius: clamp(0px,var(--product-list-item-border-radius-top-right),50px); border-bottom-right-radius: clamp(0px,var(--product-list-item-border-radius-bottom-right),50px); border-bottom-left-radius: clamp(0px,var(--product-list-item-border-radius-bottom-left),50px); }
.product-list .product-list-item.is-loaded { opacity: 1; transform: translateY(0px); }
.product-list .product-list-item .product-list-item-link .product-list-image-wrapper { position: relative; }
.product-list .product-list-item .product-list-item-link .product-list-image-wrapper:hover .sqs-product-quick-view-button { opacity: 1; }
.product-list .product-list-item .product-list-item-link .product-list-image-wrapper .sqs-product-quick-view-button-wrapper { display: flex; position: absolute; inset: 0px; width: 100%; height: 100%; text-align: center; z-index: auto; padding-bottom: 12px; align-items: flex-end; justify-content: center; }
.sqs-tweak-overlays-active .product-list .product-list-item .product-list-item-link { pointer-events: none; }
.product-list .product-list-item .product-list-item-link .product-list-item-image .grid-image-wrapper { position: relative; aspect-ratio: var(--product-list-image-aspect-ratio); }
.product-list .product-list-item .product-list-item-link .product-list-item-image .grid-item-image { height: 100%; width: 100%; object-fit: cover; position: absolute; top: 0px; left: 0px; transition: opacity 1s, transform 1s; }
.product-list .product-list-item .product-list-item-link .product-list-item-image .grid-item-additional-image { opacity: 0; }
.product-list .product-list-item .product-list-item-link .product-list-item-image .grid-image-selected { opacity: 1 !important; }
.product-list .product-list-item .product-list-item-link .product-list-item-image .grid-image-not-selected { opacity: 0 !important; }
.product-list .product-list-item .product-list-item-link .product-list-item-image .grid-image-cover { opacity: 1; }
.product-list .product-list-item .product-list-item-link .product-list-item-image .grid-image-hover { opacity: 0; }
@media (hover: hover) {
  .product-list .product-list-item .product-list-item-link .product-list-item-image:hover .has-hover-img .grid-image-cover { opacity: 0; }
  .product-list .product-list-item .product-list-item-link .product-list-item-image:hover .grid-image-hover.loaded { opacity: 1; }
}
.product-list .product-list-item .product-list-item-link .product-list-item-meta { display: flex; flex-wrap: wrap; gap: 4px 16px; }
@media screen and (max-width: 767px) {
  .product-list .product-list-item .product-list-item-link .product-list-item-meta { overflow-wrap: break-word; word-break: break-word; }
}
.product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-title { color: var(--tweak-product-grid-text-below-list-title-color); }
.product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-price { color: var(--tweak-product-grid-text-below-list-price-color); margin-top: 0.5rem; }
.product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-price .original-price { text-decoration: line-through; }
.product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-status { display: flex; flex-direction: column; row-gap: 4px; color: var(--tweak-product-grid-text-below-list-status-color); }
.product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-status .product-mark.sale { color: var(--tweak-product-grid-text-below-list-sale-price-color); }
.product-list .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-status .product-scarcity { color: var(--tweak-product-grid-text-below-list-scarcity-color); }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper { width: var(--product-content-form-width, "100%"); display: flex; flex-direction: column; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-view-options-button { width: 100%; align-items: center; padding-left: 1.2rem !important; padding-right: 1.2rem !important; cursor: pointer; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner, .product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-view-options-button .sqs-view-options-button-inner { display: flex; justify-content: center; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader { border-width: 3px; border-style: solid; border-color: currentcolor transparent transparent; border-image: none; border-radius: 50%; animation: 1s linear infinite spin; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.sqs-button-element--primary .cart-loader { width: calc((var(--primary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); height: calc((var(--primary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.sqs-button-element--secondary .cart-loader { width: calc((var(--secondary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); height: calc((var(--secondary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.sqs-button-element--tertiary .cart-loader { width: calc((var(--tertiary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); height: calc((var(--tertiary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .add-to-cart-text { display: -webkit-box !important; -moz-box-orient: vertical; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-added-text, .product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader { display: none; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-adding .add-to-cart-text { display: none !important; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-adding .cart-loader { display: block !important; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-added .add-to-cart-text, .product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-added .cart-loader, .product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-adding .cart-added-text { display: none !important; }
.product-list .product-list-item .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-added .cart-added-text { display: block !important; }
@media screen and (max-width: 767px) {
  .product-list:not(.product-related-products) .product-list-item-image .grid-image-wrapper { aspect-ratio: var(--product-list-image-aspect-ratio-mobile) !important; }
}
.product-list [data-add-to-cart-button-alignment="left"] .sqs-add-to-cart-button-wrapper { width: fit-content; justify-self: flex-start; }
.product-list [data-add-to-cart-button-alignment="center"] .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-list [data-add-to-cart-button-alignment="center"] .sqs-add-to-cart-button-wrapper .sqs-view-options-button, .product-list [data-add-to-cart-button-alignment="left"] .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-list [data-add-to-cart-button-alignment="left"] .sqs-add-to-cart-button-wrapper .sqs-view-options-button, .product-list [data-add-to-cart-button-alignment="right"] .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-list [data-add-to-cart-button-alignment="right"] .sqs-add-to-cart-button-wrapper .sqs-view-options-button, .product-list [data-add-to-cart-button-alignment="stretch"] .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-list [data-add-to-cart-button-alignment="stretch"] .sqs-add-to-cart-button-wrapper .sqs-view-options-button { width: 100% !important; }
.product-list [data-add-to-cart-button-alignment="center"] .sqs-add-to-cart-button-wrapper { width: fit-content; justify-self: center; }
.product-list [data-add-to-cart-button-alignment="right"] .sqs-add-to-cart-button-wrapper { width: fit-content; justify-self: flex-end; }
.product-list .product-list-item .product-list-item-image .grid-image-wrapper { border-top-left-radius: clamp(0px,var(--product-list-item-image-border-radius-top-left),100px); border-top-right-radius: clamp(0px,var(--product-list-item-image-border-radius-top-right),100px); border-bottom-right-radius: clamp(0px,var(--product-list-item-image-border-radius-bottom-right),100px); border-bottom-left-radius: clamp(0px,var(--product-list-item-image-border-radius-bottom-left),100px); overflow: hidden; }
@media screen and (max-width: 767px) {
  .product-list .category-filter-container { height: 35px; overflow: hidden; margin-bottom: 10px; width: calc(100% + (var(--sqs-site-gutter)*2)); position: relative; left: calc(-1*var(--sqs-site-gutter)); }
}
.product-list .category-filter-wrapper { padding-bottom: 6vw; }
@media screen and (max-width: 767px) {
  .product-list .category-filter-wrapper { height: 60px; position: relative; width: 100%; overflow-x: scroll; }
  .product-list .category-filter-wrapper::before { content: ""; display: block; width: var(--sqs-site-gutter); height: 1px; position: relative; float: left; }
}
.product-list .category-filter-list { display: flex; flex-direction: row; place-content: center; }
@media screen and (min-width: 768px) {
  .product-list .category-filter-list { flex-wrap: wrap; }
}
@media screen and (max-width: 767px) {
  .product-list .category-filter-list { justify-content: left; }
}
.product-list .category-filter-item { padding: 0px 1.5vw; text-transform: capitalize; }
.product-list .category-filter-item:first-child { padding-left: 0px; }
@media screen and (max-width: 767px) {
  .product-list .category-filter-item { padding: 0px 20px; }
}
.product-list .category-filter-delimiter { color: var(--tweak-product-grid-text-below-list-category-nav-color); opacity: 0; }
.product-list .category-filter-delimiter.has-category { opacity: 1; }
.product-list .category-filter-link { position: relative; transition: opacity 0.3s; white-space: nowrap; }
.product-list .category-filter-link::after { content: ""; position: absolute; width: 0px; height: 1px; left: 50%; bottom: -2px; transition: 0.3s; background: var(--tweak-product-grid-text-below-list-category-nav-color); }
.product-list .category-filter-link.active, .product-list .category-filter-link.category-filter-link-all, .product-list .category-filter-link:hover, .product-list .category-filter-list.other-active .category-filter-link.active, .product-list .category-filter-list.other-active .category-filter-link:hover { opacity: 1; color: var(--tweak-product-grid-text-below-list-category-nav-color); }
.product-list .category-filter-list.other-active .category-filter-link { opacity: 0.3; color: var(--tweak-product-grid-text-below-list-category-nav-color); }
.product-list .category-filter-list.other-active .category-filter-link.category-filter-link-all::after { width: 0px; left: 50%; }
.product-list .category-filter-link.active::after, .product-list .category-filter-link.category-filter-link-all::after, .product-list .category-filter-link:hover::after, .product-list .category-filter-list.other-active .category-filter-link.active::after, .product-list .category-filter-list.other-active .category-filter-link:hover::after { width: 100%; left: 0px; }
.product-list .nested-category-children { text-align: center; display: flex; flex-flow: wrap; align-content: center; position: relative; }
.product-list .nested-category-children .active { text-decoration: underline; font-weight: 700; }
.product-list .nested-category-title { margin-top: 0px; margin-bottom: 0px; }
.product-list .nested-category-breadcrumb { position: relative; z-index: 1; }
.product-list .nested-category-breadcrumb-list-item { display: flex; }
.product-list .nested-category-breadcrumb-list-item .nested-category-breadcrumb-link { color: var(--tweak-product-grid-text-below-list-category-nav-color); margin: 0px 1.5vw; }
.product-list .nested-category-breadcrumb-list-item .nested-category-breadcrumb-link.bold { font-weight: 700; }
.product-list .nested-category-breadcrumb-list-item:last-child .breadcrumb-separator { display: none; }
.product-list .products-flex-container { display: flex; flex-direction: column; }
.product-list .breadcrumb-separator { opacity: 0.2; }
.product-list .tweak-global-animations-animation-type-flex .products .nested-category-breadcrumb-link, .product-list .tweak-global-animations-animation-type-flex .products .nested-category-tree-wrapper .category-link { position: relative; display: inline-block; text-decoration: none; }
.product-list .tweak-global-animations-animation-type-flex .products .nested-category-breadcrumb-link::after { content: ""; position: absolute; width: 100%; height: 1px; left: 0px; bottom: 0px; background-color: currentcolor; transform: scaleX(0); transform-origin: right center 0px; transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
@media (hover: hover) {
  .product-list .tweak-global-animations-animation-type-flex .products .nested-category-breadcrumb-link:hover::after { transform: scaleX(1); transform-origin: left center 0px; }
}
.product-list .tweak-global-animations-animation-type-flex .products .nested-category-tree-wrapper .category-link::after { content: ""; position: absolute; width: 100%; height: 1px; left: 0px; bottom: 6px; background-color: currentcolor; transform: scaleX(0); transform-origin: right center 0px; transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
@media (hover: hover) {
  .product-list .tweak-global-animations-animation-type-flex .products .nested-category-tree-wrapper .category-link:hover::after { transform: scaleX(1); transform-origin: left center 0px; }
}
.product-list .tweak-global-animations-animation-type-flex .products .nested-category-tree-wrapper .category-link.active::after, .product-list .tweak-global-animations-animation-type-flex .products .nested-category-tree-wrapper .category-link.activeParent::after { transform: scaleX(1); }
.product-list .list-pagination { padding-top: 6vw; width: 100%; display: flex; justify-content: space-between; }
.product-list .list-pagination a { display: flex; flex: 1 0 50%; }
.product-list .list-pagination a.list-pagination-next { justify-content: flex-end; }
.product-list .list-pagination-nested-categories { text-transform: uppercase; }
.product-list .list-pagination-nested-categories .product-list-pagination-icon { height: 15px; width: 15px; }
.product-list .list-pagination-nested-categories .product-list-pagination-icon svg { stroke: var(--tweak-product-grid-text-below-list-pagination-color); }
.product-list .list-pagination-nested-categories .list-pagination-next { text-align: right; align-items: center; }
.product-list .list-pagination-nested-categories .list-pagination-prev { align-items: center; }
.mixin-clear-input-styles { appearance: none; border: 0px; border-radius: 0px; padding: 0px; background: 0px 0px; }
.mixin-pdp-height-and-padding { height: 55px !important; min-height: 55px !important; max-height: 55px !important; padding: 0px 20px !important; box-sizing: border-box; }
@media screen and (max-width: 767px) {
  .mixin-pdp-height-and-padding { height: 48px !important; min-height: 48px !important; max-height: 48px !important; }
}
.mixin-pdp-add-to-cart-button-styles { height: 55px !important; min-height: 55px !important; max-height: 55px !important; padding: 0px 20px !important; box-sizing: border-box; }
@media screen and (max-width: 767px) {
  .mixin-pdp-add-to-cart-button-styles { height: 48px !important; min-height: 48px !important; max-height: 48px !important; }
}
.mixin-pdp-add-to-cart-button-styles .sqs-add-to-cart-button-inner { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; overflow: hidden; }
@media screen and (min-width: 768px) {
  .mixin-pdp-add-to-cart-button-styles .sqs-add-to-cart-button-inner .add-to-cart-text { font-size: min(1em, 22px); line-height: 1.2; overflow: hidden; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; text-overflow: ellipsis; }
}
@media screen and (max-width: 767px) {
  .mixin-pdp-add-to-cart-button-styles .sqs-add-to-cart-button-inner .add-to-cart-text { font-size: min(1em, 19px); line-height: 1.2; overflow: hidden; hyphens: none !important; word-break: normal !important; overflow-wrap: normal !important; white-space: normal !important; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
}
@media screen and (min-width: 768px) {
  .mixin-pdp-add-to-cart-button-styles .cart-loader { width: 18px; height: 18px; }
}
@media screen and (max-width: 767px) {
  .mixin-pdp-add-to-cart-button-styles .cart-loader { width: 16px; height: 16px; }
}
.mixin-add-on-button-dimensions { height: 42px !important; min-height: 42px !important; max-height: 42px !important; }
.product-detail#product-quick-view .product-meta { --product-content-form-width: 100%; }
.product-detail#product-quick-view .product-description { display: -webkit-box; overflow: hidden; -moz-box-orient: vertical; -webkit-line-clamp: 5; }
.product-detail [hidden] { display: none !important; }
@media screen and (min-width: 576px) {
  .product-detail .hidden-up-sm { display: none !important; }
}
@media screen and (max-width: 575px) {
  .product-detail .hidden-down-sm { display: none !important; }
}
@media screen and (min-width: 768px) {
  .product-detail .hidden-up-md { display: none !important; }
}
@media screen and (max-width: 767px) {
  .product-detail .hidden-down-md { display: none !important; }
}
.product-detail .sr-only:not(:focus):not(:active) { clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.product-detail > [data-product-detail-layout="simple"] { display: flex; flex-direction: column; gap: 22px; padding: 3vw var(--sqs-site-gutter); }
@media screen and (max-width: 767px) {
  .product-detail > [data-product-detail-layout="simple"] { padding-left: var(--sqs-mobile-site-gutter); padding-right: var(--sqs-mobile-site-gutter); padding-top: 24px; }
  .product-detail > [data-product-detail-layout="simple"] .product-content-wrapper { display: flex; flex-direction: column; gap: 22px; }
}
@media screen and (min-width: 768px) {
  .product-detail > [data-product-detail-layout="simple"] .product-content-wrapper { display: flex; flex-direction: row; align-items: start; gap: var(--product-content-horizontal-spacing); }
  .product-detail > [data-product-detail-layout="simple"] .product-content-wrapper .product-meta { flex: 1 1 0%; }
}
.product-detail > [data-product-detail-layout="simple"][data-section-width="inset"] { max-width: var(--sqs-site-max-width); margin: 0px auto; }
@media screen and (min-width: 768px) {
  .product-detail > [data-product-detail-layout="simple"][data-gallery-placement="right"] .product-content-wrapper { flex-direction: row-reverse; }
  .product-detail > [data-product-detail-layout="simple"][data-gallery-design="stacked"] .product-meta { position: sticky; top: calc(var(--header-fixed-top-offset, 0px) + 20px); }
  .product-detail > [data-product-detail-layout="simple"][data-content-vertical-alignment="center"]:not([data-gallery-design="stacked"]) .product-content-wrapper { align-items: center; }
}
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="left"] .product-meta { text-align: left; }
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="left"] .product-add-to-cart, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="left"] .product-variants, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="left"] .quick-view-item-link { align-self: start; }
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="left"] .product-add-to-cart-layout-wrapper, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="left"] .product-review-summary, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="left"] .variant-radiobtn-wrapper, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="left"] .view-plan-wrapper { justify-content: start; }
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="center"] .product-meta { text-align: center; }
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="center"] .product-add-to-cart, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="center"] .product-variants, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="center"] .quick-view-item-link { align-self: center; }
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="center"] .product-add-to-cart-layout-wrapper, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="center"] .product-review-summary, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="center"] .variant-radiobtn-wrapper, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="center"] .view-plan-wrapper { justify-content: center; }
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="right"] .product-meta { text-align: right; }
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="right"] .product-add-to-cart, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="right"] .product-variants, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="right"] .quick-view-item-link { align-self: end; }
.product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="right"] .product-add-to-cart-layout-wrapper, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="right"] .product-review-summary, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="right"] .variant-radiobtn-wrapper, .product-detail > [data-product-detail-layout="simple"][data-content-horizontal-alignment="right"] .view-plan-wrapper { justify-content: end; }
.product-detail > [data-product-detail-layout="simple"] .quick-view-item-link { width: fit-content; opacity: 0.6; margin-top: 22px; border-bottom: 1px solid rgb(179, 179, 179); display: inline-block; }
.product-detail > [data-product-detail-layout="half"] { display: flex; flex-direction: row; width: 100%; }
@media screen and (max-width: 767px) {
  .product-detail > [data-product-detail-layout="half"] { flex-direction: column; }
  .product-detail > [data-product-detail-layout="half"] > * { width: 100% !important; }
}
.product-detail > [data-product-detail-layout="half"] > * { width: 50%; }
.product-detail > [data-product-detail-layout="half"] .product-content-wrapper { display: flex; flex-direction: column; gap: 22px; padding: 22px 2rem; box-sizing: border-box; }
@media screen and (max-width: 767px) {
  .product-detail > [data-product-detail-layout="half"] .product-content-wrapper { padding: var(--sqs-mobile-site-gutter); }
}
.product-detail > [data-product-detail-layout="full"] .product-meta { display: flex; flex-direction: row; justify-content: space-between; padding: var(--sqs-site-gutter); }
@media screen and (max-width: 767px) {
  .product-detail > [data-product-detail-layout="full"] .product-meta { flex-direction: column; padding: var(--sqs-mobile-site-gutter); }
}
.product-detail > [data-product-detail-layout="full"] .product-meta .product-meta-section { display: flex; flex-direction: column; gap: 11px; }
.product-detail > [data-product-detail-layout="full"] .product-meta .product-meta-section:first-child { width: 50%; }
@media screen and (max-width: 767px) {
  .product-detail > [data-product-detail-layout="full"] .product-meta .product-meta-section:first-child { width: 100%; }
}
@media screen and (min-width: 768px) {
  .product-detail > [data-product-detail-layout="full"] .product-meta .product-meta-section:last-child { padding-left: 2rem; }
}
@media screen and (min-width: 992px) {
  .product-detail > [data-product-detail-layout="full"] .product-meta .product-meta-section:last-child { min-width: 450px; }
}
.product-detail > [data-product-detail-layout="wrap"][data-is-mobile] .pdp-form-wrapper { padding: var(--sqs-mobile-site-gutter); }
.product-detail > [data-product-detail-layout="wrap"] .product-nav { margin: 22px 0px; }
.product-detail .product-meta, .product-detail > [data-product-detail-layout="wrap"] .pdp-form-wrapper { display: flex; flex-direction: column; }
.product-detail .product-meta { gap: 11px; box-sizing: border-box; }
.product-detail .product-meta .product-review-summary { display: flex; align-items: center; gap: 9px; }
.product-detail .product-meta .product-review-summary .avgStars { display: flex; gap: 6px; }
.product-detail .product-meta .product-review-summary .summaryLink { font-size: 1rem; padding: 0px; margin: 0px; text-decoration: underline; text-transform: capitalize; white-space: nowrap; }
.product-detail .product-meta .product-review-summary .summaryText, .product-reviews .reviewTitle p { margin: 0px; }
.product-detail .product-meta .product-title { color: var(--tweak-product-basic-item-title-color); margin: 0px; }
.product-detail .product-meta .product-payment-method-messaging { color: var(--tweak-product-basic-item-description-color); background-color: var(--siteBackgroundColor); margin-top: 11px; }
.product-detail .product-meta .product-price { color: var(--tweak-product-basic-item-price-color); margin-bottom: 5px; }
.product-detail .product-meta .product-price .original-price { text-decoration: line-through; }
.product-detail .product-meta .product-scarcity { margin-bottom: 5px; color: var(--tweak-product-basic-item-scarcity-color); }
.product-detail .product-meta .product-status { color: var(--tweak-product-basic-item-description-color); font-weight: 700; text-transform: uppercase; }
.product-detail .product-meta .product-description { color: var(--tweak-product-basic-item-description-color); margin-bottom: 5px; }
.product-detail .product-meta .product-description > :first-child { margin-top: 0px; }
.product-detail .product-meta .product-description > :last-child { margin-bottom: 0px; }
.product-detail .product-meta .product-description-spacing { margin-bottom: 11px; margin-top: 11px; }
.product-detail .product-meta .product-description-spacing-mobile { margin-bottom: 5px; margin-top: 5px; }
.product-detail .product-meta .product-restock-notification { display: flex; flex-direction: column; gap: 11px; margin-bottom: 5px; }
.product-detail .product-meta .product-restock-notification:not([hidden]) ~ .product-add-to-cart { display: none !important; }
.product-detail .product-meta .product-restock-notification .product-restock-cta { line-height: 1; font-size: 1rem; }
.product-detail .product-meta .product-restock-notification .product-restock-mailing-list { line-height: normal; font-size: 0.75rem; }
.product-detail .product-meta .product-restock-notification .product-restock-mailing-list input { margin-right: 0.3rem; vertical-align: text-bottom; }
.product-detail .product-meta .product-restock-notification .product-restock-error-message { font-size: 1rem; line-height: normal; color: rgb(240, 82, 61); }
.product-detail .product-meta .product-restock-notification .captcha-container:empty { display: none; }
.product-detail .product-meta .product-add-ons[data-add-ons-style="borders"] .add-on-card { border: 1px solid gray; border-top-left-radius: clamp(0px,var(--add-on-border-radius-top-left),100px); border-top-right-radius: clamp(0px,var(--add-on-border-radius-top-right),100px); border-bottom-right-radius: clamp(0px,var(--add-on-border-radius-bottom-right),100px); border-bottom-left-radius: clamp(0px,var(--add-on-border-radius-bottom-left),100px); padding: 10px; overflow: hidden; }
.product-detail .product-meta .product-add-ons[data-add-ons-style="divider"] { gap: 0px; }
.product-detail .product-meta .product-add-ons[data-add-ons-style="divider"] .add-on-card { border-bottom: 1px solid gray; padding: 10px 0px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-ons[data-add-ons-style="divider"] .add-on-card { padding: 20px 0px; }
}
.product-detail .product-meta .product-add-ons[data-add-ons-style="divider"] .add-on-card:last-child { border-bottom: medium; }
.product-detail .product-meta .product-add-ons[data-add-ons-style="none"] .add-on-card { border: 0px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-ons[data-add-ons-style="none"] .add-on-card { padding: 10px 0px 20px; }
}
.product-detail .product-meta .product-add-ons { display: flex; flex-direction: column; gap: 6px; margin: 5px 0px; }
.product-detail .product-meta .product-add-ons .add-ons-label { margin-top: 6px; color: var(--product-basic-item-add-ons-title-color); line-height: 22px; letter-spacing: 0.5px; }
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-ons .add-ons-label { margin-bottom: 6px; }
}
.product-detail .product-meta .product-add-ons .add-on-card { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.product-detail .product-meta .product-add-ons .add-on-details { flex: 1 1 0%; text-align: start; }
.product-detail .product-meta .product-add-ons .add-on-details .add-on-title-link { display: block; }
.product-detail .product-meta .product-add-ons .add-on-details .add-on-title { font-size: 18px; margin-bottom: 6px; color: var(--tweak-product-basic-item-description-color); }
.product-detail .product-meta .product-add-ons .add-on-details .product-price { font-size: 15px; color: var(--tweak-product-basic-item-description-color); margin: 0px; }
.product-detail .product-meta .product-add-ons .add-on-thumbnail { width: 66px; height: 66px; object-fit: cover; border-top-left-radius: clamp(0px,var(--add-on-image-radius-top-left),100px); border-top-right-radius: clamp(0px,var(--add-on-image-radius-top-right),100px); border-bottom-right-radius: clamp(0px,var(--add-on-image-radius-bottom-right),100px); border-bottom-left-radius: clamp(0px,var(--add-on-image-radius-bottom-left),100px); }
.product-detail .product-meta .product-add-ons .add-on-thumbnail.add-on-thumbnail-not-selected { display: none !important; }
.product-detail .product-meta .product-add-ons .sqs-add-to-cart-button-wrapper { margin: auto; width: auto; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper.hidden, .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper::before { display: none; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button { border-radius: 50%; padding: 0px !important; height: 43px; width: 43px; display: flex; align-items: center; justify-content: center; min-height: 0px; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .icons-container, .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner { display: flex; align-items: center; justify-content: center; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .icons-container > :not(.add-icon) { display: none; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button.cart-adding .add-icon { display: none; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button.cart-adding .loading-icon { display: flex; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button.cart-added .add-icon { display: none; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button.cart-added .complete-icon { display: block; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .complete-icon { margin-left: 2px; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .loading-icon { flex-direction: row; justify-content: center; align-items: center; gap: 4px; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .loading-icon .loading-dot { background: var(--primaryButtonTextColor); width: 5px; height: 5px; border-radius: 50%; position: relative; }
.primary-button-style-outline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .loading-icon .loading-dot, .primary-button-style-solid.primary-button-shape-underline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .loading-icon .loading-dot { background: var(--primaryButtonBackgroundColor); }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .loading-icon .loading-dot:nth-child(2) { animation: 2.1s steps(1) infinite loading-dot-2; }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button .loading-icon .loading-dot:nth-child(3) { animation: 2.1s steps(1) infinite loading-dot-3; }
.primary-button-style-outline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button:hover .loading-dot { background: var(--primaryButtonTextColor); }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button svg { border-radius: 100%; width: 15px; height: 15px; fill: var(--primaryButtonTextColor); }
.primary-button-style-outline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button svg, .primary-button-style-solid.primary-button-shape-underline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button svg { fill: var(--primaryButtonBackgroundColor); }
.product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button svg.add-icon { stroke: var(--primaryButtonTextColor); stroke-width: 2px; }
.primary-button-style-outline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button svg.add-icon, .primary-button-style-solid.primary-button-shape-underline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button svg.add-icon { stroke: var(--primaryButtonBackgroundColor); }
.primary-button-style-outline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button:hover svg { fill: var(--primaryButtonTextColor); }
.primary-button-style-outline .product-detail .product-meta .product-add-ons .add-on-add-to-cart-wrapper .sqs-add-to-cart-button:hover svg.add-icon { stroke: var(--primaryButtonTextColor); }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper { height: 42px !important; min-height: 42px !important; max-height: 42px !important; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper { max-width: 100%; }
@media screen and (max-width: 575px) {
  .product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper { flex: 1 1 0%; max-width: unset; width: 100%; }
}
.product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper .sqs-view-options-button, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper .sqs-view-options-button { box-sizing: border-box; padding: 6px 16px !important; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper .sqs-add-to-cart-button { padding: 0px 16px !important; height: 42px !important; min-height: 42px !important; max-height: 42px !important; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button, .product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper .sqs-view-options-button, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper .sqs-add-to-cart-button, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper .sqs-view-options-button { width: 100%; overflow: hidden !important; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader, .product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper .sqs-view-options-button .cart-loader, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper .sqs-add-to-cart-button .cart-loader, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper .sqs-view-options-button .cart-loader { width: 0.8rem; height: 0.8rem; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper .cart-added-text, .product-detail .product-meta .product-add-ons .add-on-card .sqs-add-to-cart-button-wrapper .select-option-text, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper .cart-added-text, .product-detail .product-meta .product-add-ons .add-on-card .sqs-view-options-button-wrapper .select-option-text { font-size: 10px !important; line-height: 9px !important; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--primary { border-width: min(5px,var(--primary-button-stroke, 5px)) !important; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--primary .add-to-cart-text, .product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--primary .cart-added-text { font-size: min(1rem,var(--primary-button-font-font-size, 1rem)); letter-spacing: min(.03em,var(--primary-button-font-letter-spacing, 0.03em)); }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--secondary { border-width: min(5px,var(--secondary-button-stroke, 5px)) !important; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--secondary .add-to-cart-text, .product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--secondary .cart-added-text { font-size: min(1rem,var(--secondary-button-font-font-size, 1rem)); letter-spacing: min(.03em,var(--secondary-button-font-letter-spacing, 0.03em)); }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--tertiary { border-width: min(5px,var(--tertiary-button-stroke, 5px)) !important; }
.product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--tertiary .add-to-cart-text, .product-detail .product-meta .product-add-ons .add-on-card .sqs-button-element--tertiary .cart-added-text { font-size: min(1rem,var(--tertiary-button-font-font-size, 1rem)); letter-spacing: min(.03em,var(--tertiary-button-font-letter-spacing, 0.03em)); }
.product-detail .product-meta .product-add-ons .add-on-variant-select-wrapper { display: flex; align-items: center; gap: 11px; flex: 1 1 0%; width: 100%; }
.product-detail .product-meta .product-add-ons .add-on-variant-select-wrapper .product-variants { min-width: 0px; }
@media screen and (max-width: 575px) {
  .product-detail .product-meta .product-add-ons .add-on-variant-select-wrapper { flex-wrap: wrap; flex: unset; }
}
.product-detail .product-meta .product-restock-form { display: flex; flex-direction: row; align-items: center; gap: 1rem; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-restock-form { display: flex; flex-direction: column; }
  .product-detail .product-meta .product-restock-form input[type="submit"] { width: 100%; }
}
.product-detail .product-meta .product-restock-form .sqs-site-style-form { flex: 3 1 0%; min-width: 0px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-restock-form .sqs-site-style-form { flex: 0 0 auto; width: 100%; }
}
.product-detail .product-meta .product-restock-form .form-item { position: relative; }
.product-detail .product-meta .product-restock-form .form-item input[type="text"] { position: relative; z-index: 2; color: var(--dynamic-input-text-color, #000); }
.product-detail .product-meta .product-restock-form .form-item input[type="text"]::placeholder { color: var(--dynamic-input-text-color, #000); opacity: 0.5; }
.product-detail .product-meta .product-restock-form .form-item .form-input-effects { z-index: 1; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-restock-form .effects-positioning-wrapper { height: 49px; }
}
.product-detail .product-meta .product-restock-form input { height: 55px !important; min-height: 55px !important; max-height: 55px !important; padding: 0px 20px !important; box-sizing: border-box; font-size: 1rem; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-restock-form input { height: 48px !important; min-height: 48px !important; max-height: 48px !important; }
}
.product-detail .product-meta .product-restock-form input[type="text"] { width: 100%; padding: 0px 10px; }
.product-detail .product-meta .product-restock-form input[type="submit"] { flex: 1 1 0%; }
.product-detail .product-meta .product-restock-cta { color: var(--product-basic-item-restock-notification-color); }
.product-detail .product-meta .product-restock-success-message { padding: 14px; font-size: 1rem; overflow-wrap: break-word; color: var(--product-basic-item-restock-notification-color); }
.product-detail .product-meta .product-subs-otp, .product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-icon svg { display: block; }
.product-detail .product-meta .product-subs-otp .frequency-label { margin-bottom: 6px; color: var(--tweak-product-basic-item-variant-fields-color); }
.product-detail .product-meta .product-subs-otp .subs-otp-radio-wrapper { display: flex; flex-direction: column; gap: 10px; }
.product-detail .product-meta .product-subs-otp .subs-effects-positioning-wrapper { position: relative; }
.product-detail .product-meta .product-subs-otp .subs-and-otp-option { display: flex; column-gap: 6px; align-items: center; height: 50px; padding: 6px 22px; position: relative; justify-content: space-between; box-sizing: border-box; color: var(--tweak-product-basic-item-variant-fields-color); cursor: pointer; }
.product-detail .product-meta .product-subs-otp .subs-and-otp-option .subs-and-otp-label { display: flex; flex: 1 1 0%; align-items: center; color: var(--product-detail-subscriptions-title-color); }
.product-detail .product-meta .product-subs-otp .subs-and-otp-option .radio-button-outer-label { column-gap: clamp(10px,var(--form-field-radio-space-between-icon-and-text),20px) !important; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-subs-otp .subs-and-otp-option .radio-button-outer-label { column-gap: clamp(5px,var(--form-field-radio-space-between-icon-and-text),10px) !important; }
}
.product-detail .product-meta .product-subs-otp .subs-and-otp-option .one-time-purchase-product-price { color: var(--product-detail-one-time-purchase-price-text-color); }
.product-detail .product-meta .product-subs-otp .subs-and-otp-option .subscription-product-price { display: flex; justify-content: center; align-items: center; gap: 4px; color: var(--product-detail-subscription-price-text-color); flex-wrap: wrap; }
.product-detail .product-meta .product-subs-otp .subs-and-otp-option .subscription-product-price .original-price { text-decoration: line-through; opacity: 0.5; }
.product-detail .product-meta .product-subs-otp .subs-and-otp-option .radio-label { display: flex; column-gap: 11px; }
.product-detail .product-meta .product-subs-otp .subs-and-otp-option .radio-label .sale-percentage { display: flex; align-items: center; justify-content: center; color: var(--product-basic-item-discount-chip-text-color); line-height: 12px; font-size: 10px; padding: 0px 7px; height: 20px; border: var(--form-field-radio-border-thickness) solid hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),var(--dynamic-border-color-a, 1)) !important; background-color: var(--product-basic-item-discount-chip-background-color) !important; }
.product-detail .product-meta .product-subs-otp .subs-and-otp-option .radio-label .sale-percentage.no-percentage { display: none; }
.product-detail .product-meta .product-subs-otp .subscription-option select { top: 0px; right: 0px; width: 100%; height: 100%; font-size: 1rem; color: transparent; appearance: none; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-subs-otp .subscription-option select { overflow-x: hidden; }
}
.product-detail .product-meta .product-subs-otp .subscription-option select:focus option { color: rgb(0, 0, 0); }
.product-detail .product-meta .product-subs-otp .subscription-option .subscription-frequency-select-wrapper { width: 100%; margin: 8px 0px; }
.product-detail .product-meta .product-subs-otp .subscription-option #subscription-frequency-dropdown, .product-detail .product-meta .product-subs-otp .subscription-option .sale-percentage-wrapper { display: none; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(input[name="otp-subs-radio"]:checked) { flex-wrap: wrap; min-height: 50px; height: auto; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(input[name="otp-subs-radio"]:checked) .sale-percentage-wrapper { display: flex; align-items: center; justify-content: center; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(input[name="otp-subs-radio"]:checked) #subscription-frequency-dropdown, .product-detail .product-meta .product-subs-otp .subscription-option:has(input[name="otp-subs-radio"]:checked) .radio-label, .product-detail .product-meta .product-subs-otp .subscription-option:has(input[name="otp-subs-radio"]:checked) .subscription-product-price { display: flex; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(input[name="otp-subs-radio"]:checked) .subscription-product-price { flex-direction: column; }
.product-detail .product-meta .product-subs-otp .subscription-option .radio-label, .product-detail .product-meta .product-subs-otp .subscription-option .subscription-product-price { min-height: 30px; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper { display: flex; flex-direction: column; gap: 11px; width: var(--product-content-form-width, "100%"); margin-top: 0px; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .dropdown-wrapper { position: relative !important; display: flex !important; align-items: center !important; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .dropdown-wrapper select, .product-detail .product-variants .variant-dropdown select { font-size: 1rem !important; line-height: normal !important; width: 100%; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-wrapper { min-height: 50px; height: 50px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-wrapper { min-height: 38px; height: 38px; }
}
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-wrapper .form-input-effects-border { border-width: max(var(--fx-input-border-width),1px) !important; border-color: hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*.55)) !important; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency { color: var(--product-detail-subscriptions-frequency-text-color); appearance: none; cursor: pointer; height: 46px; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; outline-offset: -2px; padding: 0px calc(34px + 0.5rem) 0px 16px !important; font-size: 1rem; transition: border-color 0.3s; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency:focus { outline: 2px solid var(--navigationLinkColor); outline-offset: -2px; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency:hover { border-color: var(--navigationLinkColor); }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency.no-percentage { margin-top: 0px; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-icon { cursor: pointer; pointer-events: none; position: absolute !important; right: 12px !important; width: 18px !important; height: 12px !important; padding-top: 0.5px; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-icon.show-icon-placeholder { opacity: 0.5; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-icon label, .product-detail .product-variants .variant-select-icon label, .product-list .variant-select-icon label { text-rendering: optimizelegibility; display: inline-flex; align-items: center; column-gap: 11px; position: relative; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-icon label .radio-label { word-break: break-word; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-dropdown-icon input { opacity: 0; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper { gap: 8px 4px; }
.form-field-radio-layout-stack .product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper { flex-direction: row; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper .radio-button-outer-label { cursor: pointer; user-select: none; display: inline-flex; align-items: center; justify-content: center; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper .radio-button-input { position: absolute; opacity: 0; cursor: pointer; }
.form-field-radio-type-icon .product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper input[type="radio"]:checked:hover + .radio-label, .form-field-radio-type-icon .product-detail .product-variants .variant-radiobtn-wrapper input[type="radio"]:checked:hover + .radio-label { background-color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),.6); color: var(--dynamic-fill-color, #FAFAFA); }
.form-field-radio-type-icon .product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper input[type="radio"]:checked + .radio-label, .form-field-radio-type-icon .product-detail .product-variants .variant-radiobtn-wrapper input[type="radio"]:checked + .radio-label { background-color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),var(--dynamic-border-color-a, 1)); color: var(--dynamic-fill-color, #FAFAFA); border-color: var(--form-field-radio-border-thickness) solid hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),var(--dynamic-border-color-a, 1)); }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper .radio-label { display: flex; align-items: center; box-sizing: border-box; height: 42px; transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),var(--dynamic-border-color-a, 1)); padding: max(var(--form-field-radio-padding-vertical),14px) max(var(--form-field-radio-padding-horizontal),18px) !important; border-top-width:  !important; border-top-style:  !important; border-right-width:  !important; border-right-style:  !important; border-bottom-width:  !important; border-bottom-style:  !important; border-left-width:  !important; border-left-style:  !important; border-image-outset:  !important; border-image-repeat:  !important; border-image-slice:  !important; border-image-source:  !important; border-image-width:  !important; position: relative; border-color: transparent !important; }
.product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper .radio-label::before { position: absolute; border: solid var(--fx-radio-border-width) hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); border-radius: inherit; content: ""; inset: calc(var(--fx-radio-border-width-default)*-1); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fx-border-transition-transform); }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-subs-otp .subscription-frequency-select-wrapper .subscription-frequency-button-wrapper .radio-label { height: 32px; }
}
.product-detail .product-meta .product-subs-otp .subscription-single-frequency-wrapper { width: 100%; }
.product-detail .product-meta .product-subs-otp .subscription-single-frequency-wrapper .subscription-frequency { text-align: left; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; height: auto !important; position: relative; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) .radio-wrapper { grid-area: 1 / 1; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) .radio-wrapper .option { display: flex; padding-right: 30%; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) .subscription-product-price { position: absolute; top: 50%; right: 22px; transform: translateY(-50%); margin-bottom: 0px; max-width: calc(30% - 22px); }
.product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) .subscription-single-frequency-wrapper { grid-area: 2 / 1 / auto / -1; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) .radio-button-outer-label { position: static; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) .radio-mark { position: absolute; top: 50%; left: 22px; transform: translateY(-50%); margin-top: 0px; }
.product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) .subscription-frequency { padding-left: calc(clamp(15px,var(--form-field-radio-size),35px) + clamp(10px,var(--form-field-radio-space-between-icon-and-text),20px)) !important; padding-right: 30%; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-subs-otp .subscription-option:has(.subscription-single-frequency-wrapper) .subscription-frequency { padding-left: calc(clamp(17px,var(--form-field-radio-size),25px) + clamp(5px,var(--form-field-radio-space-between-icon-and-text),10px)) !important; }
  .product-detail:not([data-payment-plan-enabled="true"]) .product-meta .product-subs-otp { order: 3; }
}
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner { display: flex; justify-content: center; }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader { border-width: 3px; border-style: solid; border-color: currentcolor transparent transparent; border-image: none; border-radius: 50%; animation: 1s linear infinite cart-loader-spin; }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.sqs-button-element--primary .cart-loader { width: calc((var(--primary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); height: calc((var(--primary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.sqs-button-element--secondary .cart-loader { width: calc((var(--secondary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); height: calc((var(--secondary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.sqs-button-element--tertiary .cart-loader { width: calc((var(--tertiary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); height: calc((var(--tertiary-button-font-font-size-value, 1) - 1)*1.2vw + 1.2rem); }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .add-to-cart-text { display: -webkit-box !important; -moz-box-orient: vertical; }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-added-text, .product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader, .product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-adding .add-to-cart-text { display: none !important; }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-adding .cart-loader { display: block !important; }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-added .add-to-cart-text, .product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-added .cart-loader, .product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-adding .cart-added-text { display: none !important; }
.product-detail .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button.cart-added .cart-added-text { display: block !important; }
.product-detail > [data-product-detail-layout]:not([data-product-detail-layout="simple"]) .product-meta .product-add-to-cart .sqs-add-to-cart-button-wrapper { width: auto; }
.product-detail .product-meta .product-add-to-cart { width: var(--product-content-form-width, "100%"); min-width: 225px; display: flex; flex-direction: column; gap: 16px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart { width: 100%; }
}
.product-detail .product-meta .product-add-to-cart .sqs-add-to-cart-button-wrapper.hidden { display: none; }
.product-detail .product-meta .product-add-to-cart .sqs-add-to-cart-button-wrapper, .product-detail .product-meta .product-add-to-cart .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button { width: 100%; }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper { display: flex; align-items: start; width: 100%; gap: 11px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper { flex-wrap: wrap; align-items: stretch; }
}
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper { min-width: 0px; width: auto !important; margin: 0px !important; }
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper { flex: 10 1 0px; }
}
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper { flex-basis: auto; flex-grow: 2; width: auto !important; }
}
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button { width: 100%; max-width: 100%; height: 55px !important; min-height: 55px !important; max-height: 55px !important; padding: 0px 20px !important; box-sizing: border-box; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button { height: 48px !important; min-height: 48px !important; max-height: 48px !important; }
}
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; overflow: hidden; }
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner .add-to-cart-text { font-size: min(1em, 22px); line-height: 1.2; overflow: hidden; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; text-overflow: ellipsis; }
}
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner .add-to-cart-text { font-size: min(1em, 19px); line-height: 1.2; overflow: hidden; hyphens: none !important; word-break: normal !important; overflow-wrap: normal !important; white-space: normal !important; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
}
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader { width: 18px; height: 18px; }
}
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader { width: 16px; height: 16px; }
}
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper { flex: 3 1 0px; min-width: 0px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper { flex: 1 0 90px; width: 100%; min-width: 0px; }
}
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper { min-width: 80px; }
}
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper .effects-positioning-wrapper { position: relative; }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper .product-quantity-input { display: flex; align-items: center; justify-content: space-between; max-width: 100%; flex-direction: row; box-sizing: border-box; min-width: 0px; overflow: hidden; color: var(--dynamic-input-text-color, #000); }
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper .product-quantity-input { height: 55px !important; min-height: 55px !important; max-height: 55px !important; padding: 0px min(8%, 15px); }
}
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper .product-quantity-input { height: 48px !important; min-height: 48px !important; max-height: 48px !important; padding: 0px min(8%, 15px); }
}
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper .product-quantity-limit-scarcity-text { margin-top: 11px; color: var(--tweak-product-basic-item-scarcity-color); }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper input { width: auto; max-width: 5ch; min-width: 0px; font-size: 1rem; display: block; text-align: center; border: 0px !important; padding: 0px; background-color: transparent; color: inherit; flex-shrink: 1; line-height: 27px !important; }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper input::-webkit-inner-spin-button, .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper input::-webkit-outer-spin-button { appearance: none; margin: 0px; }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper input[type="number"] { appearance: textfield; }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper button { background: 0px 0px; border: 0px; padding: 0px; margin: 0px; display: flex; color: inherit; flex-shrink: 0; min-width: 17px; position: relative; z-index: 2; }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper button:disabled { cursor: default; }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper .decrease-icon, .product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper .increase-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-width: 17px; }
.product-detail .product-meta .product-add-to-cart .product-purchase-controls-wrapper .product-quantity-input-wrapper .form-input-effects-highlight { display: block; }
.product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper { display: flex; flex-direction: column; gap: 16px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper.add-to-cart-inline-md-down { flex-direction: row; align-items: end; gap: 6px; }
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper.add-to-cart-inline-md-down .sqs-add-to-cart-button-wrapper { align-self: auto; }
}
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper.add-to-cart-inline-md-up { flex-direction: row; align-items: end; gap: 6px; }
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper.add-to-cart-inline-md-up .sqs-add-to-cart-button-wrapper { align-self: auto; }
}
.product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper > .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button { height: 55px !important; min-height: 55px !important; max-height: 55px !important; padding: 0px 20px !important; box-sizing: border-box; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper > .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button { height: 48px !important; min-height: 48px !important; max-height: 48px !important; }
}
.product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper > .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; overflow: hidden; }
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper > .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner .add-to-cart-text { font-size: min(1em, 22px); line-height: 1.2; overflow: hidden; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; text-overflow: ellipsis; }
}
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper > .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-add-to-cart-button-inner .add-to-cart-text { font-size: min(1em, 19px); line-height: 1.2; overflow: hidden; hyphens: none !important; word-break: normal !important; overflow-wrap: normal !important; white-space: normal !important; text-align: center; display: -webkit-box; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
}
@media screen and (min-width: 768px) {
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper > .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader { width: 18px; height: 18px; }
}
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-add-to-cart .product-add-to-cart-layout-wrapper > .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .cart-loader { width: 16px; height: 16px; }
}
.product-detail .product-nav { display: flex; flex-direction: row; align-items: center; gap: 8px; z-index: 1; color: var(--tweak-product-basic-item-breadcumb-nav-color); }
@media screen and (max-width: 767px) {
  .product-detail .product-nav { display: none; }
}
.product-detail .star { width: 1rem; height: 1rem; }
.product-detail .star, .product-detail .star path, .product-reviews .star path { fill: var(--paragraphMediumColor); }
.product-gallery { display: flex; gap: 10px; align-items: flex-start; overflow: hidden; user-select: none; margin: 0px; }
@media screen and (max-width: 767px) {
  .product-gallery { width: 100%; }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .product-gallery { width: min(var(--product-gallery-width),50%); }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .product-gallery { width: min(var(--product-gallery-width),60%); }
}
@media screen and (min-width: 1281px) {
  .product-gallery { width: var(--product-gallery-width); }
}
[data-gallery-placement="right"] .product-gallery { flex-direction: row-reverse; }
[data-gallery-thumbnail-placement="below"] .product-gallery { flex-flow: column-reverse; }
[data-gallery-placement="right"][data-gallery-thumbnail-placement="below"] .product-gallery { align-items: flex-end; }
.product-gallery .enable-on-first-image-load { opacity: 0; transition: opacity 0.5s; pointer-events: none; }
.product-gallery .enable-on-first-image-load.enabled { opacity: 1; pointer-events: auto; }
.product-gallery-current-slide-indicator { position: absolute; top: 18px; right: 20px; display: inline-block; z-index: 3; font-size: 12px; color: var(--tweak-product-basic-item-gallery-controls-color); }
@media screen and (min-width: 768px) {
  .product-gallery-current-slide-indicator { display: none; }
}
.product-gallery-carousel-controls { --product-gallery-carousel-control-click-area-size: calc(var(--product-gallery-arrow-size) + 20px); position: absolute; width: 100%; left: 0px; z-index: 3; justify-content: space-between; top: 50%; transform: translateY(-50%); display: none; }
.product-gallery-carousel-controls.enable-on-first-image-load.enabled { pointer-events: none; }
.product-gallery-carousel-controls.hidden { display: none !important; }
@media screen and (max-width: 767px) {
  .product-gallery-carousel-controls { display: flex; }
}
@media screen and (min-width: 768px) {
  [data-gallery-design="carousel"] .product-gallery-carousel-controls, [data-gallery-design="slideshow"] .product-gallery-carousel-controls { display: flex; }
}
.product-gallery-carousel-controls .product-gallery-carousel-control { padding: 0px; border: 0px; background-color: transparent; width: var(--product-gallery-carousel-control-click-area-size); height: var(--product-gallery-carousel-control-click-area-size); min-width: 50px; min-height: 50px; cursor: pointer; margin: 0px 1.5vw; display: flex; align-items: center; pointer-events: auto; }
.product-gallery-carousel-controls .product-gallery-carousel-control::after { display: block; content: ""; width: var(--product-gallery-arrow-size); height: var(--product-gallery-arrow-size); border-style: solid; border-color: var(--tweak-product-basic-item-gallery-controls-color); border-width: 1px 1px 0px 0px; margin: calc((var(--product-gallery-carousel-control-click-area-size) - var(--product-gallery-arrow-size))/2); }
.product-gallery-carousel-controls .product-gallery-carousel-control:focus { outline-color: var(--tweak-product-basic-item-gallery-controls-color); }
.product-gallery-carousel-controls .product-gallery-carousel-control.product-gallery-prev { left: 0px; justify-content: flex-start; }
.product-gallery-carousel-controls .product-gallery-carousel-control.product-gallery-prev::after { transform: rotate(225deg); }
.product-gallery-carousel-controls .product-gallery-carousel-control.product-gallery-next { right: 0px; justify-content: flex-end; }
.product-gallery-carousel-controls .product-gallery-carousel-control.product-gallery-next::after { transform: rotate(45deg); }
.product-gallery-slides { position: relative; flex-grow: 1; max-width: 100%; aspect-ratio: var(--product-gallery-aspect-ratio); }
@media screen and (min-width: 768px) {
  .product-gallery-slides { overflow: hidden; }
  [data-gallery-design="stacked"] .product-gallery-slides { aspect-ratio: unset; }
}
.product-gallery-slides-item, [data-gallery-thumbnail-placement="below"] .product-gallery-slides { width: 100%; }
.product-gallery-slides-item.selected { z-index: 2; }
.product-gallery-slides-item:focus { outline-width: 0px; }
.product-gallery-slides-item:focus::after { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; outline-width: var(--sqs-focus-outline-width); outline-style: var(--sqs-focus-outline-style); outline-offset: var(--sqs-focus-outline-offset-flush); outline-color: currentcolor; }
.product-gallery-slides-item:focus:not(:focus-visible)::after { outline-style: none; }
@media screen and (max-width: 767px) {
  .product-gallery-slides-item { visibility: hidden; }
  .product-gallery-slides-item.going-next.prev-slide, .product-gallery-slides-item.going-next.selected, .product-gallery-slides-item.going-prev.next-slide, .product-gallery-slides-item.going-prev.selected { display: block; visibility: visible; }
  .product-gallery-slides-item.going-prev.next-slide.prev-loaded { animation: 0.5s ease-in-out both gallery-image-exit-to-right; z-index: 1; }
  .product-gallery-slides-item.going-prev.selected.loaded { animation: 0.5s ease-in-out both gallery-image-enter-from-left; }
  .product-gallery-slides-item.going-next.prev-slide.next-loaded { animation: 0.5s ease-in-out both gallery-image-exit-to-left; z-index: 1; }
  .product-gallery-slides-item.going-next.selected.loaded { animation: 0.5s ease-in-out both gallery-image-enter-from-right; }
}
@media screen and (min-width: 768px) {
  [data-gallery-design="slideshow"] .product-gallery-slides-item:not(.selected) { opacity: 0; }
  [data-gallery-design="carousel"] .product-gallery-slides-item { visibility: hidden; }
  [data-gallery-design="carousel"] .product-gallery-slides-item.going-next.prev-slide, [data-gallery-design="carousel"] .product-gallery-slides-item.going-next.selected, [data-gallery-design="carousel"] .product-gallery-slides-item.going-prev.next-slide, [data-gallery-design="carousel"] .product-gallery-slides-item.going-prev.selected { display: block; visibility: visible; }
  [data-gallery-design="carousel"] .product-gallery-slides-item.going-prev.next-slide.prev-loaded { animation: 0.5s ease-in-out both gallery-image-exit-to-right; z-index: 1; }
  [data-gallery-design="carousel"] .product-gallery-slides-item.going-prev.selected.loaded { animation: 0.5s ease-in-out both gallery-image-enter-from-left; }
  [data-gallery-design="carousel"] .product-gallery-slides-item.going-next.prev-slide.next-loaded { animation: 0.5s ease-in-out both gallery-image-exit-to-left; z-index: 1; }
  [data-gallery-design="carousel"] .product-gallery-slides-item.going-next.selected.loaded { animation: 0.5s ease-in-out both gallery-image-enter-from-right; }
  [data-gallery-design="stacked"] .product-gallery-slides-item { margin-bottom: 25px; position: relative; height: 100%; overflow: hidden; }
  [data-gallery-design="stacked"] .product-gallery-slides-item:last-child { margin-bottom: 0px; }
}
[data-gallery-design="carousel"] .product-gallery-slides-item, [data-gallery-design="slideshow"] .product-gallery-slides-item { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; padding-bottom: 0px; display: none; }
[data-gallery-design="carousel"] .product-gallery-slides-item.next-slide, [data-gallery-design="carousel"] .product-gallery-slides-item.prev-slide, [data-gallery-design="carousel"] .product-gallery-slides-item.selected, [data-gallery-design="carousel"] .product-gallery-slides-item.thumbnail-hovered, [data-gallery-design="slideshow"] .product-gallery-slides-item.next-slide, [data-gallery-design="slideshow"] .product-gallery-slides-item.prev-slide, [data-gallery-design="slideshow"] .product-gallery-slides-item.selected, [data-gallery-design="slideshow"] .product-gallery-slides-item.thumbnail-hovered { display: block; }
@media screen and (max-width: 767px) {
  .product-gallery-slides-item { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; padding-bottom: 0px; display: none; }
  .product-gallery-slides-item.next-slide, .product-gallery-slides-item.prev-slide, .product-gallery-slides-item.selected, .product-gallery-slides-item.thumbnail-hovered { display: block; }
}
[data-gallery-click-action="lightbox"] .product-gallery-slides-item { cursor: pointer; }
[data-gallery-click-action="zoom"]:not([data-gallery-hover-action="zoom"]) .product-gallery-slides-item, [data-gallery-click-action="zoom"][data-gallery-design="carousel"] .product-gallery-slides-item { cursor: zoom-in; }
[data-gallery-click-action="zoom"]:not([data-gallery-hover-action="zoom"]) .product-gallery-slides-item.is-zoomed, [data-gallery-click-action="zoom"][data-gallery-design="carousel"] .product-gallery-slides-item.is-zoomed { cursor: zoom-out; }
.is-zoomed .product-gallery-slides-item-image { visibility: hidden; }
@media screen and (min-width: 768px) {
  [data-gallery-design="stacked"] .product-gallery-slides-item-image { display: block; width: 100%; left: 0px !important; right: 0px !important; }
}
.product-gallery-slides-item:not(.loaded) .product-gallery-slides-item-image { opacity: 0; }
.product-gallery-scroll { display: none; position: relative; scrollbar-width: none; }
.product-gallery-scroll::after { display: block; content: ""; height: 10vh; width: 100%; position: sticky; bottom: 0px; background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,var(--siteBackgroundColor) 100%); }
@media screen and (min-width: 768px) {
  [data-gallery-design="slideshow"] .product-gallery-scroll { display: block; }
}
[data-gallery-thumbnail-placement="side"] .product-gallery-scroll { width: auto; max-height: 80vh; overflow-y: auto; }
@media screen and (max-width: 767px) {
  [data-gallery-thumbnail-placement="side"] .product-gallery-scroll { margin-right: 0px; }
}
.product-gallery .product-image-zoom-duplicate img, [data-gallery-thumbnail-placement="below"] .product-gallery-scroll { width: 100%; }
[data-gallery-thumbnail-placement="below"] .product-gallery-scroll::after { display: none; }
.product-gallery-thumbnails { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; line-height: 0; }
[data-gallery-thumbnail-placement="below"] .product-gallery-thumbnails { flex-direction: row; }
[data-gallery-design="slideshow"] .product-gallery-thumbnails { margin-bottom: 10vh; }
[data-gallery-design="slideshow"][data-gallery-thumbnail-placement="below"] .product-gallery-thumbnails { overflow-x: auto; white-space: nowrap; }
.product-gallery-thumbnails-item { background: 0px 0px; border: 0px; width: 50px; cursor: pointer; padding: 0px; transition: opacity 0.3s ease-in; }
.product-gallery-thumbnails-item:not(.loaded) { opacity: 0; }
.product-gallery-thumbnails-item img { aspect-ratio: var(--product-gallery-aspect-ratio); }
.product-gallery .product-image-zoom-duplicate { position: absolute; inset: 0px; height: 100%; width: 100%; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.product-gallery .product-gallery-slides-item.loaded.is-zoomed .product-image-zoom-duplicate { opacity: 1; }
.product-detail .pdp-gallery .selected { z-index: 2; visibility: visible; }
.product-detail .pdp-gallery .pdp-gallery-wrapper { position: relative; overflow: hidden; }
.product-detail .pdp-gallery .pdp-carousel-controls { display: flex; align-items: center; position: absolute; inset: 0px; z-index: 3; }
.product-detail .pdp-gallery .pdp-carousel-controls.hidden { display: none !important; }
.product-detail .pdp-gallery .pdp-carousel-controls .chevron-next, .product-detail .pdp-gallery .pdp-carousel-controls .chevron-prev { border: 0px; position: absolute; padding: 1.5rem; min-height: 44px; min-width: 44px; color: var(--paragraphMediumColor); background: var(--siteBackgroundColor); }
.product-detail .pdp-gallery .pdp-carousel-controls .chevron-next:disabled, .product-detail .pdp-gallery .pdp-carousel-controls .chevron-prev:disabled { color: var(--paragraphMediumColor); }
.product-detail .pdp-gallery .pdp-carousel-controls .chevron-next:disabled span, .product-detail .pdp-gallery .pdp-carousel-controls .chevron-prev:disabled span { opacity: 0.25; }
.product-detail .pdp-gallery .pdp-carousel-controls .chevron-next .chevron, .product-detail .pdp-gallery .pdp-carousel-controls .chevron-prev .chevron { display: block; width: 1rem; height: 1rem; margin: 0px; }
.product-detail .pdp-gallery .pdp-carousel-controls .chevron-prev { left: 0px; }
.product-detail .pdp-gallery .pdp-carousel-controls .chevron-prev .chevron--left { transform: translateX(0.25rem) rotate(225deg); }
.product-detail .pdp-gallery .pdp-carousel-controls .chevron-next { right: 0px; }
.product-detail .pdp-gallery .pdp-carousel-controls .chevron-next .chevron--right { transform: translateX(-0.25rem) rotate(45deg); }
.product-detail .pdp-gallery .pdp-gallery-slide-indicator { position: absolute; top: 1rem; right: 1rem; z-index: 3; font-size: 0.75rem; }
@media screen and (max-width: 767px) {
  .product-detail .pdp-gallery .pdp-gallery-images::before, .product-detail .pdp-gallery .pdp-gallery-wrapper::before { content: ""; display: block; padding-bottom: 100%; }
  .product-detail .pdp-gallery .pdp-gallery-images { width: 100%; height: 100%; position: absolute; top: 0px; max-height: 100%; }
  .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides { height: 100%; width: 100%; position: absolute; left: 0px; top: 0px; right: 0px; visibility: hidden; }
  .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-next.prev-slide, .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-next.selected, .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-prev.next-slide, .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-prev.selected { display: block; visibility: visible; }
  .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-prev.next-slide.prev-loaded { animation: 0.5s ease-in-out both gallery-image-exit-to-right; z-index: 1; }
  .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-prev.selected.loaded { animation: 0.5s ease-in-out both gallery-image-enter-from-left; }
  .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-next.prev-slide.next-loaded { animation: 0.5s ease-in-out both gallery-image-exit-to-left; z-index: 1; }
  .product-detail .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-next.selected.loaded { animation: 0.5s ease-in-out both gallery-image-enter-from-right; }
}
@media screen and (min-width: 768px) {
  .product-detail > [data-product-detail-layout="full"] .pdp-gallery .pdp-gallery-images { display: flex; flex-direction: row; transition: 0.45s cubic-bezier(0.25, 0.1, 0.25, 1); max-height: 80vh; }
  .product-detail > [data-product-detail-layout="full"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides { flex: 0 0 auto; order: 1; display: flex; align-items: center; width: 50%; }
  .product-detail > [data-product-detail-layout="full"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides[data-landscape="true"] { width: 100%; }
  .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images::before { content: ""; display: block; padding-bottom: 100%; }
  .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides { position: absolute; left: 0px; top: 0px; right: 0px; display: flex; align-items: center; justify-content: center; height: 100%; visibility: hidden; }
  .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-next.prev-slide, .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-next.selected, .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-prev.next-slide, .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-prev.selected { display: block; visibility: visible; }
  .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-prev.next-slide.prev-loaded { animation: 0.5s ease-in-out both gallery-image-exit-to-right; z-index: 1; }
  .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-prev.selected.loaded { animation: 0.5s ease-in-out both gallery-image-enter-from-left; }
  .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-next.prev-slide.next-loaded { animation: 0.5s ease-in-out both gallery-image-exit-to-left; z-index: 1; }
  .product-detail > [data-product-detail-layout="half"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.going-next.selected.loaded { animation: 0.5s ease-in-out both gallery-image-enter-from-right; }
  .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-carousel-controls { display: none; }
  .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-gallery-images { display: inline-flex; flex-flow: wrap; width: 100%; overflow: hidden; padding: 0px 4vw; box-sizing: border-box; margin: -10px; }
  .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-gallery-images > * { border: 10px solid transparent; box-sizing: border-box; }
  .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides { position: relative; overflow: hidden; width: 50%; order: 2; }
  .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides.selected { order: 0; }
  .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides:not(.loaded) .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides-image { opacity: 0; }
  .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-gallery-images .pdp-gallery-slides[data-landscape="true"]:not(.selected) { width: 100%; }
  .product-detail > [data-product-detail-layout="wrap"] .pdp-gallery .pdp-gallery-images .pdp-form-wrapper { width: 50%; order: 1; }
}
.product-reviews { padding: 0 var(--sqs-site-gutter); }
@media screen and (max-width: 767px) {
  .product-reviews { padding: 0 var(--sqs-mobile-site-gutter); }
}
.product-reviews .sr-only:not(:focus):not(:active) { clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.product-reviews .loader { height: 20px; width: 20px; perspective: 80px; margin: auto; padding: 10vw; }
.product-reviews .loader .indicator { background: rgb(0, 0, 0); height: 20px; width: 20px; animation-name: product-reviews-loader-flip-square; animation-duration: 1.6s; animation-iteration-count: infinite; animation-timing-function: cubic-bezier(0.66, 0, 0.34, 1); transform-style: preserve-3d; }
.product-reviews .reviewTabSectionContainer * { color: inherit; }
.product-reviews .reviewsSection { padding-top: 2rem; padding-bottom: 9rem; }
.product-reviews .reviewsContainer { padding-inline-start: 0px; list-style-type: none; list-style-position: outside; }
.product-reviews .productLink { text-decoration: underline; }
.product-reviews .reviewInfo { padding-right: 12px; }
.product-reviews .reviewStars { display: inline-flex; gap: 2px; width: 50%; margin: 0px; }
.product-reviews .reviewDesc { margin: 8px 0px 0px; text-transform: none; }
.product-reviews .reviewName { margin: 0px; font-weight: 700; padding-bottom: 11px; }
.product-reviews .reviewStamp { font-size: 1rem; }
.product-reviews .reviewSeparator { padding: 3px; font-weight: 700; }
.product-reviews .reviewDivider { width: 100%; opacity: 0.25; }
.product-reviews .reviewImgContainer { margin: 0px; padding: 0px; background: 0px 0px; border: 0px; display: flex; }
.product-reviews .reviewTitle { display: flex; align-items: center; gap: 11px; margin-top: 22px; line-height: 1; }
.product-reviews .reviewImg { height: 33px; }
.product-reviews .showMoreButton, .product-reviews .showMoreReviewsButton { display: block; margin: 33px auto; text-transform: uppercase; text-underline-offset: 0.2em; background-color: transparent; color: inherit; }
.product-reviews .showMoreButton { border: 0px; text-decoration: underline; }
.product-reviews .showMoreReviewsButton { border: 1px solid rgb(231, 231, 231); padding: 16px; }
.product-reviews .showMoreReviewsButton[hidden] { display: none; }
.product-reviews .reviewSource { display: flex; align-items: center; margin-top: 11px; }
.product-reviews .sourceText { margin: 0px; opacity: 0.7; }
.product-reviews .ReviewTabsTitle { margin-bottom: 15px; }
.product-reviews .ReviewTabsTitle .averageStarsContainer { display: flex; gap: 11px; line-height: 22px; }
.product-reviews .ReviewTabsTitle .averageStarsContainer .averageStars { display: flex; gap: 6px; }
.product-reviews .ReviewTabsTitle .averageStarsContainer .averageStars .star { transform: scale(1.25); width: 22px; }
.product-reviews .averageStarsNumber { font-weight: 700; font-size: 1.125rem; }
.product-reviews .reviewsTabButtonContainer { float: left; border: 0px; outline: 0px; padding: 14px 0px 16px; margin-right: 22px; }
.product-reviews .reviewsTabButton { border: 0px; background-color: transparent; padding-left: 0px; padding-right: 0px; }
.product-reviews .activeReviewsTabButton { border-width: 0px 0px 2px; border-color: rgb(0, 0, 0); border-style: solid; }
.product-reviews .activeReviewsTabButtonText { font-weight: 700; }
.product-detail .product-variants .variant-select-icon svg, .product-list .variant-select-icon svg, .product-reviews .activeReviewsTab { display: block; }
.product-reviews .inactiveReviewsTab { display: none; }
.product-reviews .reviewsTab { border: 0px; }
.product-reviews .a11yNotification { height: 0px; }
.product-reviews .reviewsSectionTitle { margin-bottom: 22px; }
.product-reviews .reviewDD { margin: 0px; }
@media only screen and (min-width: 430px) {
  .product-reviews .leftColumn { width: 20%; float: left; }
  .product-reviews .rightColumn { float: right; width: 80%; }
  .product-reviews .reviewDetails { display: inline-block; width: 100%; padding: 13px 0px; }
}
@media only screen and (max-width: 430px) {
  .product-reviews .reviewsSection button, .product-reviews .reviewsSection div, .product-reviews .reviewsSection p, .product-reviews .reviewsTabButton { font-size: 0.875rem; }
  .product-reviews .reviewsSection .reviewName { display: inline; }
  .product-reviews .reviewsContainer dl { margin: 0px; }
  .product-reviews .ReviewTabsTitle { margin-bottom: 5px; }
  .product-reviews .ReviewTabsTitle .averageStarsContainer { flex-direction: column; }
  .product-reviews .ReviewTabsTitle .averageStarsContainer .averageStarsNumber { font-size: 1.125rem; }
  .product-reviews .reviewTitle, .product-reviews .rightColumn { margin-top: 11px; }
  .product-reviews .reviewDivider { margin: 0px; }
  .product-reviews .reviewDetails { display: inline-block; width: 100%; padding: 22px 0px; }
}
.product-reviews .star { width: 1rem; height: 1rem; fill: var(--paragraphMediumColor); }
.reviewImgLightbox { top: 50%; position: relative; left: 50%; transform: translateX(-50%) translateY(-50%); max-width: 90%; max-height: 90%; }
.product-related-products.related-products { display: block !important; padding: 0px; }
.product-related-products.related-products [data-product-list-layout="grid"] { max-width: unset !important; padding-top: 0px; padding-bottom: 3vh; }
.product-related-products.related-products [data-product-list-layout="grid"][data-section-width="full"] { padding-left: var(--sqs-site-gutter); padding-right: var(--sqs-site-gutter); }
.product-related-products.related-products [data-product-list-layout="grid"][data-section-width="inset"] { max-width: var(--sqs-site-max-width); padding-left: var(--sqs-site-gutter); padding-right: var(--sqs-site-gutter); margin: 0px auto; }
.product-related-products.related-products [data-product-list-layout="grid"][data-meta-text-alignment="left"] .product-list-item-meta { flex-direction: row; justify-content: space-between; text-align: left; }
.product-related-products.related-products [data-product-list-layout="grid"][data-meta-text-alignment="center"] .product-list-item-meta { flex-direction: column; align-items: center; text-align: center; }
.product-related-products.related-products [data-product-list-layout="grid"][data-meta-text-alignment="right"] .product-list-item-meta { flex-direction: row-reverse; justify-content: space-between; text-align: right; }
@media screen and (max-width: 767px) {
  .product-related-products.related-products [data-product-list-layout="grid"][data-section-width="full"], .product-related-products.related-products [data-product-list-layout="grid"][data-section-width="inset"] { padding-left: var(--sqs-mobile-site-gutter); padding-right: var(--sqs-mobile-site-gutter); }
}
.product-related-products.related-products .product-list-container { display: grid; padding: 0px; }
@media screen and (min-width: 768px) {
  .product-related-products.related-products .product-list-container { grid-template-columns: repeat(var(--product-list-num-columns-desktop),minmax(0,1fr)); row-gap: var(--product-list-row-spacing); column-gap: var(--product-list-column-spacing); }
}
@media screen and (max-width: 767px) {
  .product-related-products.related-products .product-list-container { grid-template-columns: repeat(var(--product-list-num-columns-mobile),minmax(0,1fr)); gap: 30px; }
}
.product-related-products.related-products .product-list-item { display: flex; flex-direction: column; justify-content: space-between; position: relative; transform: translateY(-15px); transition: opacity 1s, transform 1s; }
.product-related-products.related-products .product-list-item.is-loaded { opacity: 1; transform: translateY(0px); }
.product-related-products.related-products .product-list-item .product-list-item-link { display: flex; flex-direction: column; gap: 1vw; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-image-wrapper { position: relative; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-image-wrapper:hover .sqs-product-quick-view-button { opacity: 1; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-image-wrapper .sqs-product-quick-view-button-wrapper { display: flex; position: absolute; inset: 0px; width: 100%; height: 100%; text-align: center; z-index: auto; padding-bottom: 0px; align-items: center; justify-content: center; }
.sqs-tweak-overlays-active .product-related-products.related-products .product-list-item .product-list-item-link { pointer-events: none; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image .grid-image-wrapper { position: relative; aspect-ratio: var(--product-list-image-aspect-ratio); }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image .grid-item-image { height: 100%; width: 100%; object-fit: cover; position: absolute; top: 0px; left: 0px; transition: opacity 1s, transform 1s; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image .grid-item-additional-image { opacity: 0; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image .grid-image-selected { opacity: 1 !important; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image .grid-image-not-selected { opacity: 0 !important; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image .grid-image-cover { opacity: 1; }
.product-detail .product-variants .variant-select-icon input, .product-list .variant-select-icon input, .product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image .grid-image-hover { opacity: 0; }
@media (hover: hover) {
  .product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image:hover .has-hover-img .grid-image-cover { opacity: 0; }
  .product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-image:hover .grid-image-hover.loaded { opacity: 1; }
}
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-meta { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: var(--product-list-image-text-spacing); }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-title { color: var(--tweak-product-grid-text-below-list-title-color); }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-price { color: var(--tweak-product-grid-text-below-list-price-color); margin-top: 0.5rem; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-price .original-price { text-decoration: line-through; }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-status { display: flex; flex-direction: column; row-gap: 4px; color: var(--tweak-product-grid-text-below-list-status-color); }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-status .product-mark.sale { color: var(--tweak-product-grid-text-below-list-sale-price-color); }
.product-related-products.related-products .product-list-item .product-list-item-link .product-list-item-meta .product-list-item-status .product-scarcity { color: var(--tweak-product-grid-text-below-list-scarcity-color); }
.product-related-products.related-products .products-flex-container { display: flex; flex-direction: column; }
.product-list .product-list-layout-container[data-product-list-layout="grid"] .variant-select-wrapper { min-height: 55px !important; height: 55px !important; margin-bottom: 8px !important; }
@media screen and (max-width: 767px) {
  .product-list .product-list-layout-container[data-product-list-layout="grid"] .variant-select-wrapper { min-height: 48px !important; height: 48px !important; max-width: 100% !important; }
  .product-list .product-list-layout-container[data-product-list-layout="grid"] .variant-select-wrapper select { line-height: 20px; }
}
.product-list .variant-dropdown { position: relative !important; display: flex !important; align-items: center !important; }
.product-list .variant-select-wrapper select { min-height: 55px !important; height: 55px !important; }
@media screen and (max-width: 767px) {
  .product-list .variant-select-wrapper select { min-height: 48px !important; height: 48px !important; }
}
.product-list .variant-select { appearance: none; cursor: pointer; border: 1px solid rgb(169, 169, 169); color: rgb(0, 0, 0); width: 100%; height: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; outline-offset: -2px; padding: 0px calc(34px + 0.5rem) 0px 16px !important; font-size: 1rem; transition: border-color 0.3s; }
.product-list .variant-select:focus { outline: 2px solid var(--navigationLinkColor); outline-offset: -2px; }
.product-list .variant-select:hover { border-color: var(--navigationLinkColor); }
.product-list .variant-select-icon { cursor: pointer; pointer-events: none; position: absolute !important; right: 12px !important; width: 18px !important; height: 12px !important; padding-top: 0.5px; }
.product-list .variant-select-icon.show-icon-placeholder { opacity: 0.5; }
.product-list .variant-select-icon .radio .option { display: flex; align-items: center; }
.product-list .variant-select-icon label .radio-label { word-break: break-word; }
.product-list .variant-select-icon .radio-mark, .product-list .variant-select-icon .radio-outline { height: 17px; width: 17px; position: absolute; left: 0px; }
.product-list .variant-select-icon .radio-mark { background: 0px 0px; box-sizing: border-box; border: 1px solid rgb(0, 0, 0); border-radius: 50%; }
.product-list .variant-select-icon .radio-mark::after { content: ""; position: absolute; top: 2px; left: 2px; border-radius: 50%; height: 11px; width: 11px; background: rgb(250, 250, 250); }
.product-detail .product-meta .product-deposits-and-installments .radio-wrapper input:checked ~ .radio-mark::after, .product-detail .product-meta .product-subs-otp .radio-wrapper input:checked ~ .radio-mark::after, .product-list .variant-select-icon input:checked ~ .radio-mark::after { background: rgb(0, 0, 0); }
.product-list .variant-select-icon input:focus-visible ~ .radio-outline { outline-color: var(--navigationLinkColor); outline-width: 2px; outline-style: solid; outline-offset: 3px; }
.product-detail .product-variants, .product-list .product-list-item .product-variants { display: flex; flex-direction: column; gap: 11px; width: var(--product-content-form-width, "100%"); }
.product-list .product-list-item .product-variants .variant-radiobtn-wrapper { display: flex; flex-wrap: wrap; gap: 6px; width: 100%; }
.product-detail .product-variants { min-width: fit-content; max-width: 100%; }
@media screen and (max-width: 767px) {
  .product-detail .product-variants { width: 100%; }
}
.product-detail .product-variants .variant-option { display: flex; flex-direction: column; gap: 6px; box-sizing: border-box; width: 100%; margin-bottom: 8px; }
.product-detail .product-variants .variant-option.field.select { align-items: unset; }
.product-detail .product-variants .variant-option .variant-option-title { color: var(--tweak-form-block-title-color); }
.product-detail .product-variants .variant-dropdown { position: relative !important; display: flex !important; align-items: center !important; }
.product-detail .product-variants .variant-select-wrapper select { min-width: 225px; min-height: 55px !important; height: 55px !important; }
@media screen and (max-width: 767px) {
  .product-detail .product-variants .variant-select-wrapper select { min-height: 48px !important; height: 48px !important; }
}
.product-detail .product-variants .variant-select { appearance: none; cursor: pointer; border: 1px solid rgb(169, 169, 169); width: 100%; height: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; outline-offset: -2px; padding: 0px calc(34px + 0.5rem) 0px 16px !important; font-size: 1rem; transition: border-color 0.3s; }
.product-detail .product-variants .variant-select:focus { outline: 2px solid var(--navigationLinkColor); outline-offset: -2px; }
.product-detail .product-variants .variant-select:hover { border-color: var(--navigationLinkColor); }
.product-detail .product-variants .variant-select-icon { cursor: pointer; pointer-events: none; position: absolute !important; right: 12px !important; width: 18px !important; height: 12px !important; padding-top: 0.5px; }
.product-detail .product-variants .variant-select-icon.show-icon-placeholder { opacity: 0.5; }
.product-detail .product-variants .variant-select-icon label .radio-label { word-break: break-word; }
.product-detail .product-variants .variant-radiobtn-wrapper { column-gap: 4px; }
.form-field-radio-layout-stack .product-detail .product-variants .variant-radiobtn-wrapper { flex-direction: row; }
.product-detail .product-variants .variant-radiobtn-wrapper .radio-button-outer-label { cursor: pointer; user-select: none; display: inline-flex; align-items: center; justify-content: center; }
.product-detail .product-variants .variant-radiobtn-wrapper .radio-button-input { position: absolute; opacity: 0; cursor: pointer; }
.form-field-radio-shape-pill .product-detail .product-variants .variant-radiobtn-wrapper .radio-label { border-radius: 300px; }
.form-field-radio-shape-rounded .product-detail .product-variants .variant-radiobtn-wrapper .radio-label { border-radius: 0.4rem; }
.product-detail .product-variants .variant-radiobtn-wrapper .radio-label { display: flex; column-gap: 11px; transition: var(--fill-hover-transition); background-color: hsla(var(--background-color-hsl),calc(var(--background-color-alpha-default)*var(--solid-alpha-modifier))); color: hsla(var(--dynamic-border-color-hsl, var(--fallback-black-hsl)),var(--dynamic-border-color-a, 1)); padding: max(var(--form-field-radio-padding-vertical),14px) max(var(--form-field-radio-padding-horizontal),18px) !important; border-top-width: ; border-top-style: ; border-right-width: ; border-right-style: ; border-bottom-width: ; border-bottom-style: ; border-left-width: ; border-left-style: ; border-image-outset: ; border-image-repeat: ; border-image-slice: ; border-image-source: ; border-image-width: ; position: relative; border-color: transparent !important; }
.product-detail .product-variants .variant-radiobtn-wrapper .radio-label::before { position: absolute; border: solid var(--fx-radio-border-width) hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); border-radius: inherit; content: ""; inset: calc(var(--fx-radio-border-width-default)*-1); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fx-border-transition-transform); }
.product-detail .product-add-ons .product-variants { align-self: auto; width: var(--product-content-form-width, "100%"); margin-bottom: 0px !important; flex: 1 1 0%; }
@media screen and (max-width: 767px) {
  .product-detail .product-add-ons .product-variants { flex-basis: 100%; }
}
.product-detail .product-add-ons .product-variants .variant-option { margin-bottom: 0px; }
.product-detail .product-add-ons .product-variants .variant-option-title, .product-detail .product-add-ons .product-variants .variant-out-of-stock { display: none; }
.product-detail .product-add-ons .product-variants .variant-select-wrapper { min-height: 42px !important; height: 42px !important; font-size: 15px; }
.product-detail .product-add-ons .product-variants .variant-select-wrapper::after { right: 13px; }
.product-detail .product-add-ons .product-variants .variant-select-wrapper select { min-height: 42px !important; height: 42px !important; min-width: max-content !important; }
.product-detail .product-meta .product-deposits-and-installments .deposit-and-installment-options .sqs-site-style-form { display: flex; flex-direction: column; gap: 6px; }
.product-detail .product-meta .product-deposits-and-installments .view-plan-wrapper { display: flex; flex-wrap: wrap; column-gap: 4px; opacity: 0.6; }
.product-detail .product-meta .product-deposits-and-installments .view-plan-wrapper .view-plan { text-decoration: underline; }
.product-detail .product-meta .product-deposits-and-installments .hidden, .product-detail .product-meta .product-deposits-and-installments.hidden { display: none; }
.product-detail .product-meta .product-deposits-and-installments .radio-button-input:checked + .radio-label { opacity: 1; }
.product-detail .product-meta .product-deposits-and-installments .options-wrapper { display: flex; flex-flow: wrap; gap: 6px; }
.product-detail .product-meta .product-deposits-and-installments .options-wrapper .form-item { flex: 1 1 auto; min-width: 45%; }
.product-detail .product-meta .product-deposits-and-installments .option-label { display: flex; column-gap: 6px; align-items: center; height: 50px; padding: 6px 22px; position: relative; justify-content: space-between; box-sizing: border-box; cursor: pointer; }
.product-detail .product-meta .product-deposits-and-installments .option-label.disabled { cursor: not-allowed; pointer-events: none; opacity: 0.7; }
.product-detail .product-meta .product-deposits-and-installments .option-label .pay-in-full-label { display: flex; flex: 1 1 0%; align-items: center; }
.product-detail .product-meta .product-deposits-and-installments .option-label .radio-button-outer-label { column-gap: clamp(10px,var(--form-field-radio-space-between-icon-and-text),20px) !important; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-deposits-and-installments .option-label .radio-button-outer-label { column-gap: clamp(5px,var(--form-field-radio-space-between-icon-and-text),10px) !important; }
}
.product-detail .product-meta .product-deposits-and-installments .radio-label { padding: 0px; }
.product-detail .product-meta .product-deposits-and-installments .effects-positioning-wrapper { position: relative; }
@media (hover: hover) {
  .form-field-hover-focus-accent .product-detail .product-meta .product-deposits-and-installments .radio-wrapper input[type="radio"]:hover ~ .radio-mark { --fx-radio-border-width: var(--fx-radio-border-width-default) !important; }
}
.form-field-hover-focus-accent .product-detail .product-meta .product-deposits-and-installments .radio-wrapper input[type="radio"]:focus ~ .radio-mark { --fx-radio-border-width: var(--fx-radio-border-width-default) !important; }
@media (hover: hover) {
  .form-field-hover-focus-scale-up .product-detail .product-meta .product-deposits-and-installments .radio-wrapper input[type="radio"]:hover ~ .radio-label, .form-field-hover-focus-scale-up .product-detail .product-meta .product-deposits-and-installments .radio-wrapper input[type="radio"]:hover ~ .radio-mark { transform: none !important; }
}
.form-field-hover-focus-scale-up .product-detail .product-meta .product-deposits-and-installments .radio-wrapper input[type="radio"]:focus-visible ~ .radio-label, .form-field-hover-focus-scale-up .product-detail .product-meta .product-deposits-and-installments .radio-wrapper input[type="radio"]:focus-visible ~ .radio-mark { transform: none !important; }
@media (hover: hover) {
  .form-field-hover-focus-scale-up .product-detail .product-meta .product-deposits-and-installments .effects-positioning-wrapper input[type="radio"]:hover ~ .form-input-effects { transform: none !important; }
}
.form-field-hover-focus-scale-up .product-detail .product-meta .product-deposits-and-installments .effects-positioning-wrapper input[type="radio"]:focus ~ .form-input-effects { transform: none !important; }
.product-detail .product-meta .product-deposits-and-installments .radio-wrapper, .product-detail .product-meta .product-subs-otp .radio-wrapper { display: flex; flex-direction: row !important; align-items: center; gap: 6px; }
.product-detail .product-meta .product-deposits-and-installments .radio-wrapper .radio-button-outer-label, .product-detail .product-meta .product-subs-otp .radio-wrapper .radio-button-outer-label { display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer !important; }
.product-detail .product-meta .product-deposits-and-installments .radio-wrapper .radio-button-input, .product-detail .product-meta .product-subs-otp .radio-wrapper .radio-button-input { opacity: 0; width: clamp(15px,var(--form-field-radio-size),35px) !important; height: clamp(15px,var(--form-field-radio-size),35px) !important; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-deposits-and-installments .radio-wrapper .radio-button-input, .product-detail .product-meta .product-subs-otp .radio-wrapper .radio-button-input { width: clamp(15px,var(--form-field-radio-size),25px) !important; height: clamp(15px,var(--form-field-radio-size),25px) !important; }
}
.product-detail .product-meta .product-deposits-and-installments .radio-wrapper .radio-mark, .product-detail .product-meta .product-subs-otp .radio-wrapper .radio-mark { width: clamp(15px,var(--form-field-radio-size),35px) !important; height: clamp(15px,var(--form-field-radio-size),35px) !important; border-width: clamp(0px,var(--form-field-radio-border-thickness),3px) !important; position: absolute; left: 0px; }
@media screen and (max-width: 767px) {
  .product-detail .product-meta .product-deposits-and-installments .radio-wrapper .radio-mark, .product-detail .product-meta .product-subs-otp .radio-wrapper .radio-mark { width: clamp(15px,var(--form-field-radio-size),25px) !important; height: clamp(15px,var(--form-field-radio-size),25px) !important; }
}
.product-detail .product-meta .product-deposits-and-installments .radio-wrapper .radio-mark, .product-detail .product-meta .product-subs-otp .radio-wrapper .radio-mark { background: 0px 0px; box-sizing: border-box; }
.product-detail .product-meta .product-deposits-and-installments .radio-wrapper .radio-mark::after, .product-detail .product-meta .product-subs-otp .radio-wrapper .radio-mark::after { content: ""; position: absolute; top: 2px; left: 2px; height: 11px; width: 11px; background: rgb(250, 250, 250); }
.product-detail .product-meta .product-deposits-and-installments .radio-wrapper .radio-button-outer-label:has(input:checked):hover, .product-detail .product-meta .product-subs-otp .radio-wrapper .radio-button-outer-label:has(input:checked):hover { --hover-alpha-modifier: 1; --checked-hover-alpha-modifier: 1; }
.form-field-hover-focus-scale-up .product-detail .product-meta .product-subs-otp { --inverted-solid-hover-alpha-modifier: 1; --inverted-outline-hover-alpha-modifier: 1; }
.form-field-hover-focus-scale-up .product-detail .product-meta .product-subs-otp .radio-label { transition: var(--fill-hover-transition),var(--fx-border-transition-transform) !important; }
@media (hover: hover) {
  .form-field-hover-focus-scale-up .product-detail .product-meta .product-subs-otp input[type="radio"]:hover ~ .radio-label { transform: scale(1.05); }
}
.form-field-hover-focus-scale-up .product-detail .product-meta .product-subs-otp input[type="radio"]:focus-visible ~ .radio-label { transform: scale(1.05); }
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-button-input, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-button-input { position: static !important; }
@media (hover: hover) {
  .form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-button-input:hover ~ span, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-button-input:hover ~ span { background-color: transparent !important; }
}
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper input[type="radio"]:checked ~ .radio-mark, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper input[type="radio"]:checked ~ .radio-mark { background-color: hsla(var(--checked-background-color-hsl),var(--checked-background-color-alpha-default)) !important; }
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper input[type="radio"]:checked ~ .radio-mark::after, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper input[type="radio"]:checked ~ .radio-mark::after { transform: translate(-50%, -50%) scale(1) !important; }
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper label span:empty, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper label span:empty { display: block !important; }
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-button-outer-label, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-button-outer-label { cursor: pointer !important; user-select: auto !important; display: flex !important; align-items: center; justify-content: center; }
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-mark, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-mark { width: clamp(10px,var(--form-field-radio-size),35px); height: clamp(10px,var(--form-field-radio-size),35px); border-width: clamp(0px,var(--form-field-radio-border-thickness),3px) !important; padding: 0px !important; }
@media screen and (max-width: 767px) {
  .form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-mark, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-mark { width: clamp(15px,var(--form-field-radio-size),25px); height: clamp(15px,var(--form-field-radio-size),25px); }
}
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-mark::after, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-mark::after { background-color: hsla(var(--foreground-color-hsl),var(--foreground-color-alpha)) !important; position: absolute !important; width: 50% !important; height: 50% !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) scale(0) !important; transition: var(--fx-radio-transition-transform) !important; }
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-mark::before, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-mark::before { position: absolute; border-style: solid; border-width: var(--fx-radio-border-width); border-color: hsla(var(--fx-border-color-hsl),calc(var(--fx-border-color-a)*var(--fx-border-alpha, 1))); border-radius: inherit; content: ""; inset: calc(var(--fx-radio-border-width-active)*-1); transition: var(--fx-border-transition-border-width),var(--fx-border-transition-border-color),var(--fx-border-transition-transform); }
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-label, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-label { transition: none !important; background-color: transparent !important; color: var(--tweak-product-basic-item-variant-fields-color) !important; padding: 0px !important; border: 0px !important; }
.form-field-radio-type-button .product-detail .product-deposits-and-installments .radio-wrapper .radio-label::before, .form-field-radio-type-button .product-detail .product-subs-otp .radio-wrapper .radio-label::before { display: none !important; content: none !important; }
.form-field-shape-custom .product-detail .product-deposits-and-installments .effects-positioning-wrapper .form-input-effects .form-input-effects-border, .form-field-shape-custom .product-detail .product-deposits-and-installments .pay-in-full-option, .form-field-shape-custom .product-detail .product-subs-otp .subs-and-otp-option, .form-field-shape-custom .product-detail .product-subs-otp .subs-effects-positioning-wrapper .form-input-effects .form-input-effects-border { border-top-left-radius: min(var(--form-field-shape-border-top-left-radius),25px); border-top-right-radius: min(var(--form-field-shape-border-top-right-radius),25px); border-bottom-right-radius: min(var(--form-field-shape-border-bottom-right-radius),25px); border-bottom-left-radius: min(var(--form-field-shape-border-bottom-left-radius),25px); }
.form-field-shape-pill .product-detail .product-deposits-and-installments .effects-positioning-wrapper .form-input-effects .form-input-effects-border, .form-field-shape-pill .product-detail .product-deposits-and-installments .option-label, .form-field-shape-pill .product-detail .product-subs-otp .subs-and-otp-option, .form-field-shape-pill .product-detail .product-subs-otp .subs-effects-positioning-wrapper .form-input-effects .form-input-effects-border { border-radius: 25px; }
.deposits-and-installments-modal__overlay { position: fixed; inset: 0px; background: rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; z-index: 2147483647 !important; opacity: 0; transition: opacity 0.2s; }
.deposits-and-installments-modal__overlay--visible { opacity: 1; }
.deposits-and-installments-modal__dialog { background: var(--siteBackgroundColor); width: 550px; max-width: 90%; max-height: 80vh; overflow-y: auto; color: var(--paragraphSmallColor); }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__header { display: flex; justify-content: space-between; align-items: baseline; padding: 23px 44px 0px; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__title { font-size: 12px; margin: 0px; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__close { background: 0px 0px; border: 0px; cursor: pointer; padding: 0px; fill: var(--paragraphSmallColor); color: var(--paragraphSmallColor); }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__close:hover { opacity: 0.6; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__body { padding: 33px 44px 23px; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__due-today { display: flex; align-items: center; justify-content: space-between; height: 44px; border-bottom: 1px solid var(--paragraphSmallColor); font-size: 16px; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__due-today-label { flex: 1 1 0%; min-width: 0px; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__due-today-amount { flex: 1 1 0%; min-width: 0px; text-align: right; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__row { display: flex; align-items: center; height: 22px; margin-top: 11px; opacity: 0.5; font-size: 14px; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__date { white-space: nowrap; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__leader { flex: 1 1 0%; border-bottom: 2px dotted var(--paragraphSmallColor); margin: 0px 4px; position: relative; top: 4px; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__amount { white-space: nowrap; text-align: right; }
.deposits-and-installments-modal__dialog .deposits-and-installments-modal__disclaimer { margin: 11px 0px 0px; opacity: 0.7; font-size: 12px; }
@media screen and (max-width: 767px) {
  .deposits-and-installments-modal__overlay { align-items: flex-end; }
  .deposits-and-installments-modal__dialog { width: 100%; max-width: 100%; max-height: 90vh; border-radius: 12px 12px 0px 0px; transform: translateY(100%); transition: transform 0.3s; }
  .deposits-and-installments-modal__dialog .deposits-and-installments-modal__body, .deposits-and-installments-modal__dialog .deposits-and-installments-modal__header { padding-left: var(--sqs-mobile-site-gutter); padding-right: var(--sqs-mobile-site-gutter); }
  .deposits-and-installments-modal__dialog .deposits-and-installments-modal__body { padding-bottom: 77px; }
  .deposits-and-installments-modal__overlay--visible .deposits-and-installments-modal__dialog { transform: translateY(0px); }
}