/** Shopify CDN: Minification failed

Line 2187:18 Unexpected "{"
Line 2187:27 Expected ":"

**/
/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .narrow-page-width .page-title {
    margin-top: 2rem;
  }
}

.shopify-challenge__container {
  margin: 7rem auto;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.color-foreground {
  color: var(--color-foreground);
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--color-foreground-20);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid var(--color-foreground-20);
}

.light {
  opacity: 0.7;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-foreground-20);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid var(--color-foreground-50);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 var(--color-foreground-30);
}

/* Fallback */

.focus-inset:focus {
  outline: 0.2rem solid var(--color-foreground-50);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 var(--color-foreground-30);
}

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */

.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* component-title */

.title--primary {
  margin: 4rem 0;
}

@media screen and (min-width: 990px) {
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

/* component-media */

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  /*padding-bottom: 66.6%;*/
  padding-bottom: 100%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */

/* Button - default */

.shopify-challenge__button {
  font-size: 1.125rem;
  line-height: 1.75rem;

}

/* component-form */

.text-area,
.select {
  display: inline-block;
  position: relative;
}

/* Field */

.field--with-error {
  flex-wrap: wrap;
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1rem;
  min-height: 10rem;
  resize: none;
}

/* Form global */

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-modal */

.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 2;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

body[data-modal-opened="true"] {
  overflow: hidden;
}

.rte:after {
    clear: both;
    content: '';
    display: block;
}

.rte blockquote {
  border-left-width: 4px;
  border-left-color: var(--color-foreground-20);
  padding-left: 0.5rem;
  font-style: italic;
  color: var(--color-foreground-70);
}

@media (min-width: 768px) {

  .rte blockquote {
    padding-left: 1rem;
  }
}

.rte p,
.rte ol,
.rte ul,
.rte blockquote {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {

  .rte p,
.rte ol,
.rte ul,
.rte blockquote {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.rte > p:first-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rte > p:last-child {
  margin-bottom: 0px;
}

.rte table {
    font-size: initial;
    table-layout: fixed;
    overflow-wrap: break-word}

@media (min-width: 768px) {

  .rte table td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
}

.rte ul,
.rte ol {
  padding-left: 2rem;
}

.rte ul li {
  list-style-type: disc;
}

.rte ol li {
  list-style-type: decimal;
}

.rte li:last-child {
  margin-bottom: 0px;
}

.rte a {
    color: var(--color-link);
    transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

*[hidden] {
  display: none;
}

.skip-to-content-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

svg.spr-star {
    /* Reset start style from Product Reviews App -- https://apps.shopify.com/product-reviews */
    display: inline}

body {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    background: var(--color-background);
    min-height: 100%;
    color: var(--color-foreground)}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--color-foreground);
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
}

h1, .h1 {
    font-size: calc(var(--font-heading-size) * 0.0625rem);
}

@media (min-width: 990px) {

  h1, .h1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

h2, .h2 {
    font-size: calc(var(--font-heading-size) * 0.05rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

h3, .h3 {
    font-size: calc(var(--font-heading-size) * 0.0417rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h4, .h4 {
    font-size: calc(var(--font-heading-size) * 0.0417rem);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

h5, .h5 {
    font-size: calc(var(--font-heading-size) * 0.0347rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

h6, .h6 {
    font-size: calc(var(--font-heading-size) * 0.032rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  background-color: var(--color-background);
  color: var(--color-foreground);
}

/* Derived from base colors (theme settings) */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-foreground-rgb: var(--color-base-text-rgb);
  --color-background: var(--color-base-background-1);
  --color-background-rgb: var(--color-base-background-1-rgb);
  --payment-terms-background-color: var(--color-base-background-1);
}

.color-background-2 {
  --color-background: var(--color-base-background-2);
  --color-background-rgb: var(--color-base-background-2-rgb);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-foreground-rgb: var(--color-base-background-1-rgb);
  --color-background: var(--color-base-text);
  --color-background-rgb: var(--color-base-text-rgb);
}

.color-accent-1 {
  --color-foreground: var(--color-base-accent-1-inverse);
  --color-foreground-rgb: var(--color-base-accent-1-inverse-rgb);
  --color-background: var(--color-base-accent-1);
  --color-background-rgb: var(--color-base-accent-1-rgb);
}

.color-accent-2 {
  --color-foreground: var(--color-base-accent-2-inverse);
  --color-foreground-rgb: var(--color-base-accent-2-inverse-rgb);
  --color-background: var(--color-base-accent-2);
  --color-background-rgb: var(--color-base-accent-2-rgb);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-link);
  --color-foreground-rgb: var(--color-base-link-rgb);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
  --color-foreground-rgb: var(--color-base-accent-1-rgb);
  --color-background: var(--color-base-accent-1-inverse);
  --color-background-rgb: var(--color-base-accent-1-inverse-rgb);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
  --color-foreground-rgb: var(--color-base-accent-2-rgb);
  --color-background: var(--color-base-accent-2-inverse);
  --color-background-rgb: var(--color-base-accent-2-inverse-rgb);
}

:root,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-foreground-75: rgba(var(--color-foreground-rgb), 0.75);
  --color-foreground-70: rgba(var(--color-foreground-rgb), 0.7);
  --color-foreground-55: rgba(var(--color-foreground-rgb), 0.55);
  --color-foreground-50: rgba(var(--color-foreground-rgb), 0.5);
  --color-foreground-40: rgba(var(--color-foreground-rgb), 0.4);
  --color-foreground-30: rgba(var(--color-foreground-rgb), 0.3);
  --color-foreground-20: rgba(var(--color-foreground-rgb), 0.2);
  --color-foreground-10: rgba(var(--color-foreground-rgb), 0.1);
  --color-foreground-8: rgba(var(--color-foreground-rgb), 0.08);
  --color-foreground-4: rgba(var(--color-foreground-rgb), 0.04);
  --color-foreground-3: rgba(var(--color-foreground-rgb), 0.03);
}

.spaced-section {
  margin-top: 2.5rem;
}

.spaced-section:last-child {
  margin-bottom: 5rem;
}

.spaced-section--full-width + .spaced-section--full-width,
.spaced-section--full-width:first-child {
  margin-top: 0px;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0px;
}

@media (max-width: 989px) {
    .spaced-section:last-child {
    margin-top: 2.5rem;
  }
}

summary {
  position: relative;
  cursor: pointer;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary:not(.menu-childitem) .icon-caret {
  height: 1rem;
  width: 1rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

[open] > summary:not(.menu-childitem) .icon-caret {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

summary.menu-childitem .icon-caret {
  transform:  rotate(-90deg);
  margin-top: 0.125rem;
  height: 1rem;
  width: 1rem}

[type=text],
[type=password],
[type=url],
[type=tel],
[type=search],
[type=number],
[type=datetime],
[type=email],
[type=date],
textarea,
form select,
.select__select {
    line-height: 1.75rem;
    padding: calc(.5rem + 1px) .75rem calc(.5rem - 1px);
    background: var(--color-background);
    box-sizing: border-box;
    width: 100%;
    border-width: 1px;
    border-color: var(--color-foreground-20);
    color: var(--color-foreground)}

[type=text]::-moz-placeholder, [type=password]::-moz-placeholder, [type=url]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=search]::-moz-placeholder, [type=number]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=email]::-moz-placeholder, [type=date]::-moz-placeholder, textarea::-moz-placeholder, form select::-moz-placeholder, .select__select::-moz-placeholder {
  color: var(--color-foreground-40);
}

[type=text]::placeholder,
[type=password]::placeholder,
[type=url]::placeholder,
[type=tel]::placeholder,
[type=search]::placeholder,
[type=number]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=date]::placeholder,
textarea::placeholder,
form select::placeholder,
.select__select::placeholder {
  color: var(--color-foreground-40);
}

form select,
.select__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2rem;
}

.select {
  display: flex;
  align-items: center;
}

.select .icon-caret {
    height: 1rem;
    pointer-events: none;
    position: absolute;
    right: 0.5rem;
    width: 1rem;
}

.form__label {
    margin: 0 0 .5rem;
    display: flex;
    font-weight: 600}

.field {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.field__label {
  margin: 0px;
  margin-bottom: 0.5rem;
  display: flex;
}

.collection-filters .field__label {
  display: block;
}

[type=button],
[type=reset],
[type=submit],
button,
.button,
.shopify-challenge__button {
    background: var(--color-button-background);
    border: 1px solid var(--color-button-border);
    color: var(--color-button-text);
    font-weight: 600;
    line-height: 1.5rem;
    display: inline-flex;
    min-width: 8rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    text-decoration-line: none}

.shopify-payment-button__button {
    font-weight: 700;
}

/* Button colors */

:root,
.color-background-1 {
    --color-button-background: var(--color-background);
    --color-button-border: var(--color-foreground-20);
    --color-button-text: var(--color-foreground);
    --color-button-text-rgb: var(--color-foreground-rgb);
}

.button--primary {
    --color-button-background: var(--color-base-accent-1);
    --color-button-border: var(--color-base-accent-1);
    --color-button-text: var(--color-base-accent-1-inverse);
    --color-button-text-rgb: var(--color-base-accent-1-inverse-rgb);
}

.shopify-payment-button__button {
    --color-button-background: var(--color-base-accent-2);
    --color-button-border: var(--color-base-accent-2);
    --color-button-text: var(--color-base-accent-2-inverse);
    --color-button-text-rgb: var(--color-base-accent-2-inverse-rgb);
}

.color-background-2 .button--primary,
.color-inverse .button--primary,
.color-accent-1 .button--primary,
.color-accent-2 .button--primary {
  --color-button-background: var(--color-foreground);
  --color-button-border: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-button-text-rgb: var(--color-background-rgb);
}

.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button-border: var(--color-foreground);
  --color-button-text: var(--color-foreground);
  --color-button-text-rgb: var(--color-foreground-rgb);
  --color-button-background: var(--color-background);
}

.button--tertiary {
    --color-button-background: var(--color-background);
    --color-button-border: var(--color-foreground-20);
    --color-button-text: var(--color-foreground);
    --color-button-text-rgb: var(--color-foreground-rgb);
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button-border: var(--color-foreground-20);
  --color-button-text: var(--color-foreground);
}

.button:disabled,
.button[aria-disabled='true'],
.button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.button--small {
  min-width: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/**
 * Button icon animation
 */

.button > svg {
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem;
}

.button > .icon-cart {
    margin: -.125rem 0 0 -.125rem
}

button.modal__close-button,
button.btn__close,
button.modal__zoom-button {
  min-width: 0px;
  border-radius: 9999px;
  padding: 0.125rem;
}

button.modal__close-button svg {
  height: 1.5rem;
  width: 1.5rem;
}

.deferred-media__poster-button {
    /* Become visible when component-deferred-media.css loaded */
    display: none}

.form__message {
    background-color: rgba(var(--color-message-rgb), .3);
    border: 1px solid rgba(var(--color-message-rgb), .4);
    color: rgba(var(--color-message-rgb), 1);
    font-size: calc(1rem - 2px);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    text-align: left;
    font-weight: 700}

.form__message ul {
  font-weight: 600;
  text-transform: none;
}

.form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}

.form__message .icon-error {
    background-color: currentColor;
    border-radius: 999px;
    padding: .375rem;
}

.form__message p {
    line-height: 1.5rem;
    margin: 0;
}

.form__message .form-status {
  display: flex;
  align-items: center;
}

.link {
    box-shadow: none;
    color: var(--color-link);
    display: inline-block;
    min-width: 0px;
    cursor: pointer;
    border-width: 0px;
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px}

.link--text {
  color: var(--color-foreground);
}

/* Link colors */

:root,
.color-background-1 {
  --color-link: var(--color-base-link);
  --color-link-hover: rgba(var(--color-base-link-rgb), 0.85);
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --color-link-hover: var(--color-foreground-70);
}

.placeholder {
  background-color: var(--color-foreground-4);
  color: var(--color-foreground-55);
  fill: var(--color-foreground-55);
}

.page-width {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {

  .page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.overflow-hidden-mobile {
  overflow: hidden;
}

.desktop-only {
  display: none;
}

@media (min-width: 768px) {

  .desktop-only {
    display: block;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.animate-arrow .icon-arrow {
  margin-right: -0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  vertical-align: text-bottom;
}

.animate-arrow .icon-arrow path {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.media {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--color-foreground-4);
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button),
.media model-viewer {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-width: 0px;
}

.media > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.price-item {
    font-weight: 600;
}

.price--final {
    color: var(--color-price-final);
    font-weight: 600;
    white-space: nowrap;
}

.spr-badge {
    color: var(--color-foreground-70);
    font-size: calc(1rem - 2px);
    font-weight: 600;
}

.spr-badge .spr-badge-starrating {
    display: inline-flex;
    font-size: inherit;
    margin: 0 .5rem 0 0;
}

.spr-badge .spr-badge-starrating .spr-icon {
    font-size: inherit;
}

.spr-badge .spr-icon-star {
    color: var(--color-foreground);
}

.grid-item .spr-badge {
    margin: .75rem 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-item .spr-badge[data-rating="0.0"] {
    display: none;
}

.swatch-attribute-options {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

.swatch-option[type=radio] + label {
    border: 1px solid var(--color-foreground-10);
    position: relative;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    cursor: pointer}

.swatch-attribute-options .swatch-option_more {
    color: var(--color-foreground-55, #888D96);
    font-size: 0.8125rem;
    align-items: center;
    font-weight: 600}

.swatch-attribute-options:hover .swatch-option_more,
.swatch-attribute-options input[type=radio] + label.swatch-label__hidden {
   display: none !important;
}

.swatch-attribute-options:hover input[type=radio] + label.swatch-label__hidden {
    display: block !important;
}

.swatch-option[type=radio]:checked + label::before,
.swatch-option[type=radio] + label:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    outline: 1px solid var(--color-foreground);
}

.swatch-option[type=radio] + label,
.swatch-option[type=radio]:checked + label::before,
.swatch-option[type=radio] + label:hover::before {
  padding: 0.75rem;
}

[data-mode="list"] .swatch-attribute-options {
  justify-content: flex-start;
}

.popup-modal {
  display: none;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.badge {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

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

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

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

  .container {
    max-width: 768px;
  }
}

@media (min-width: 990px) {

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

  .container {
    max-width: 990px;
  }
}

@media (min-width: 1280px) {

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

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

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

  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.z-10 {
  z-index: 10;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.border {
  border-width: 1px;
}

.p-0 {
  padding: 0px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration-line: underline;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Ensure consistent centering on smaller screens */
@media (max-width: 768px) {
.main-navigation {
    justify-content: center; /* Ensures consistent alignment on small screens */
  }
}

dummy {
  /**
   * Fix for missing ring variables. If there are no ring applied
   * then tailwind don't initialize its values.
   */
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
/* Remove any borders, box shadows, or background lines between sections */
section {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* If there are still lines, check for bottom borders */
section, div, .shopify-section {
    border-bottom: none !important;
}
.rich-text-section {
    margin-bottom: -75px; /* Adjust the negative value as needed */
}

/* ─────────────────────────────────────────────────────────────────────────────
   1) IMAGE GALLERY
   Flex row for product images (top & bottom galleries)
───────────────────────────────────────────────────────────────────────────── */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
.image-gallery img {
  flex: 1 1 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* ─────────────────────────────────────────────────────────────────────────────
   2) PRICING TABLE
   Basic table reset + styling
───────────────────────────────────────────────────────────────────────────── */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.pricing-table th,
.pricing-table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  text-align: left;
}
.pricing-table thead th {
  background-color: #f9f9f9;
  font-weight: bold;
}

/* ─────────────────────────────────────────────────────────────────────────────
   3) CALL‑OUT
   “Screen Charge Per Color” line
───────────────────────────────────────────────────────────────────────────── */
.screen-charge {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.screen-charge strong {
  color: #333;
}

/* ─────────────────────────────────────────────────────────────────────────────
   4) RICH COPY
   Simple typography tweaks for your paragraphs & lists
───────────────────────────────────────────────────────────────────────────── */
.rich-copy p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.rich-copy h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
}
.rich-copy ul {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.rich-copy ul li {
  margin-bottom: 0.5rem;
}

/* ─────────────────────────────────────────────────────────────────────────────
   5) ICON GALLERY
   Center the single Adobe‑icons image
───────────────────────────────────────────────────────────────────────────── */
.icon-gallery {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.icon-gallery img {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
}

/* ─────────────────────────────────────────────────────────────────────────────
   6) RESPONSIVE BREAKPOINTS
   Stack images 2-per-row or full‑width on smaller screens
───────────────────────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .image-gallery img {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .image-gallery img {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* ─────────────────────────────────────────────────────────────────────────────
   CONTACT INTRO WRAPPER
───────────────────────────────────────────────────────────────────────────── */
.contact-intro {
  background: #f5f7fa;
  padding: 2rem 1.5rem;
  border-radius: 6px;
  margin-bottom: 2rem;
}
.contact-intro h2 {
  font-size: 1.75rem;
  color: #04347c;
  margin-bottom: 1rem;
  border-left: 4px solid #00aaff;
  padding-left: 0.75rem;
}
.contact-intro p {
  color: #04347c;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.contact-intro .disclaimer {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
}

/* ─────────────────────────────────────────────────────────────────────────────
   CONTACT DETAILS LIST
───────────────────────────────────────────────────────────────────────────── */
.contact-details {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.contact-details li {
  margin-bottom: 0.75rem;
  color: #04347c;
}
.contact-details li strong {
  display: inline-block;
  width: 8rem; /* align labels */
}
.contact-details li a {
  color: #00aaff;
  text-decoration: none;
}
.contact-details li a:hover {
  text-decoration: underline;
}

/* ─────────────────────────────────────────────────────────────────────────────
   CONTACT FORM HEADING
───────────────────────────────────────────────────────────────────────────── */
.form-heading {
  text-align: center;
  color: #04347c;
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
}
/* Fix for Half Image, Half Text layout */
.section--half-image-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.section--half-image-text .image {
  flex: 1 1 50%;
  max-width: 50%;
}

.section--half-image-text .text {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 2rem;
}
/* Fix layout for Half Image, Half Text section */
.shopify-section--half-image-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.shopify-section--half-image-text .image,
.shopify-section--half-image-text .media {
  flex: 0 0 50%;
  max-width: 50%;
}

.shopify-section--half-image-text .text,
.shopify-section--half-image-text .content-container {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 2rem;
}
/* === Force Styling for Downloads Tout Grid === */
.tout-grid-touts .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  padding: 1rem 0;
}

.tout {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 1rem;
  text-align: center;
  transition: box-shadow 0.2s ease-in-out;
}

.tout:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tout img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.tout h3,
.tout .h3,
.tout .template-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 0.5rem;
}

.tout a,
.tout .button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
  background-color: #003366;
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.tout a:hover,
.tout .button:hover {
  background-color: #0055aa;
}
/* TOUT GRID HEADER STYLING */
#shopify-section-{{ section.id }} .tout-grid-header__text {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #1a1a1a;
}
/* ================================================
   Tout Grid Styling for Template Downloads Page
   ================================================ */

/* Container for each tout card */
.tout-grid-touts .tout-wrapper {
  background-color: #ffffff; /* Clean white card */
  border: 1px solid #e0e0e0; /* Light gray border */
  border-radius: 6px; /* Rounded edges */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); /* Soft drop shadow */
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%; /* Ensure uniform height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Image inside the card */
.tout-grid-touts .tout-wrapper img {
  margin: 0 auto 16px auto;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Header under image */
.tout-grid-touts .tout-wrapper em {
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
  color: #1a1a1a;
}

/* Download button styling */
.tout-grid-touts .tout-wrapper .button {
  background-color: #0b1744; /* Navy color to match "Get Started" */
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.tout-grid-touts .tout-wrapper .button:hover {
  background-color: #081234; /* Slightly darker navy on hover */
}

/* Optional: Hover effect for the card */
.tout-grid-touts .tout-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
/* ── Center payment icons & BBB seal ───────────────── */
.footer-bottom .footer__payment {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.footer-bottom .footer__bbb-seal {
  margin-top: 1.5rem !important;
  text-align: center !important;
}

.footer-bottom .footer__bbb-seal img {
  display: inline-block !important;
  max-width: 250px !important;
  width: auto !important;
  height: auto !important;
}
/* Styling for the $50 minimum order warning message */
.min-cart-value-note p {
  color: red;                /* Makes the warning message stand out in red */
  font-weight: bold;         /* Emphasizes the text to grab attention */
  margin-top: 10px;          /* Adds space between the message and any content above it */
  font-size: 14px;           /* Ensures it’s readable but not oversized */
}
/* Make collection images appear consistently square */
.item-collection .media {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 aspect ratio */
  overflow: hidden;
}

.item-collection .media img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crops to fill while preserving image ratio */
}
/* Shopify Customer Privacy - Fix transparency on banner & modal */
.shopify-pc_banner,
.shopify-pc_banner__dialog,
.shopify-pc_modal,
.shopify-pc_preferences-modal,
.shopify-pc_preferences-modal__dialog {
  background-color: #ffffff !important;
  color: #000000 !important;
  opacity: 1 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.shopify-pc_banner button,
.shopify-pc_preferences-modal__dialog button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.shopify-pc_preferences-modal__section,
.shopify-pc_preferences-modal__section * {
  background-color: #ffffff !important;
  color: #000000 !important;
}
/* Hide navigation dots from product tabs */
.product-tabs input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: -9999px; /* push them offscreen */
}
/* ------------------------------------------------------------------
   MOBILE-ONLY OVERRIDES: FULL-WIDTH DRAWER & WRAPPED ITEMS (max-989px)
-------------------------------------------------------------------*/
@media screen and (max-width: 989px) {

  /* 1) Make the drawer expand to full width/height */
  details[open] > .menu-drawer,
  details[open].menu-opening > .menu-drawer {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    transform: none !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  /* And its inner container scrolls all the way through */
  details[open] > .menu-drawer .menu-drawer__inner-container {
    position: relative !important;
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
  }

  /* 2) Turn every slide-in submenu into a full-width block */
  .menu-drawer__menu .menu-drawer__submenu {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    background: var(--header--dropdown-background, #fff) !important;
    padding: 0 !important;
    z-index: 10 !important;
    border-left: none !important;
  }
  .menu-drawer__submenu > ul {
    margin-top: 0 !important;
    padding-left: 0 !important;
  }

  /* 3) Wrap and pad every menu item so titles don’t get cut off */
  .menu-drawer__submenu .menu-drawer__menu-item,
  .menu-drawer__submenu .list-menu__item,
  .menu-drawer__menu-item summary {
    white-space: normal !important;
    word-break: break-word !important;
    padding: 1rem 1rem !important;
  }

  /* 4) Ensure full scroll on real devices (not just Chrome emulation) */
  .menu-drawer__inner-container,
  .menu-drawer__inner-submenu {
    max-height: 85vh !important;
    overflow-y: auto !important;
    padding-bottom: 3rem !important; /* room for footer */
  }

  /* 5) Style the bottom footer links (phone/email) */
  .menu-drawer__navigation-footer {
    padding: 1rem !important;
    background: var(--color-foreground-4) !important;
    color: var(--color-foreground) !important;
    text-align: center;
  }
  .menu-drawer__navigation-footer a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: .5rem !important;
    margin-top: .5rem !important;
    color: inherit !important;
    text-decoration: none !important;
  }
}
/* === Override Checkout Button Color === */
button[name="checkout"],
.cart__checkout,
button.checkout-button {
  background-color: #0A2679 !important; /* Brand/nav blue */
  border-color: #0A2679 !important;
  color: #ffffff !important; /* readable text */
}

button[name="checkout"]:hover,
.cart__checkout:hover,
button.checkout-button:hover {
  background-color: #081E61 !important; /* slightly darker hover */
  border-color: #081E61 !important;
}
/* === Announcement bar: bigger, centered, clearly separated === */
.nplp-announce{
  background:var(--abg,#eef4ff);
  color:var(--atx,#0b3fae);
  margin:28px 0 18px;
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.nplp-announce-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:18px 28px;
  display:flex;
  flex-direction:column;               /* stack on mobile */
  gap:8px;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:1.2rem;                    /* larger */
  line-height:1.45;
  text-align:center;
}
@media (min-width:740px){
  .nplp-announce-inner{
    flex-direction:row;                /* side-by-side on desktop */
    gap:32px;                          /* more space between phrases */
  }
}
.nplp-announce-icn{ font-size:1.2rem }
.nplp-announce a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:700;
}

/* === Benefits: centered title, tidy single-check list === */
.nplp-benefits{ padding:44px 20px 40px; text-align:center; }
.nplp-benefits .nplp-h2{ margin:0 0 14px; text-align:center; }
.nplp-benefits-list{
  max-width:860px; margin:18px auto 0;
  display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 22px; list-style:none; padding:0;
  justify-items:start;
}
@media (max-width:680px){ .nplp-benefits-list{ grid-template-columns:1fr } }
.nplp-benefit{
  display:flex; align-items:flex-start; gap:8px;
  font-size:1.02rem; text-align:left;
}
.nplp-benefit::before{
  content:"✔"; color:#059669; margin-top:2px; flex:0 0 auto;
}

/* === FAQ: add triangles back === */
.nplp-details{ border-bottom:1px solid #e5e5e5; padding:0; }
.nplp-summary{
  cursor:pointer; font-weight:600;
  list-style:none; position:relative;
  padding:14px 44px 14px 16px;
}
.nplp-summary::-webkit-details-marker{ display:none }
.nplp-summary::after{
  content:"▾";
  position:absolute; right:14px; top:50%;
  transform:translateY(-50%) rotate(0deg);
  transition:transform .2s ease;
  font-size:1rem; color:#6b7280;
}
.nplp-details[open] .nplp-summary::after{
  transform:translateY(-50%) rotate(180deg);
}
.nplp-answer{ margin:0 16px 14px 16px; color:#333; }
.nplp-faq .nplp-h2{ margin:0 0 12px; }
