/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
  }
  
  body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
  }
  
  h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
  }
  
  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
  
  h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  
  h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  
  h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
  }
  
  figure {
    margin: 0;
    margin-bottom: 10px;
  }
  
  figcaption {
    margin-top: 5px;
    text-align: center;
  }
  
  ul,
  ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  button,
  [type='button'],
  [type='reset'] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/* ===========================
   TABLE OF CONTENTS
=========================== */
/*
1. KEYFRAMES & ANIMATIONS
2. BUTTON STATES & PROCESSING
3. FORM ELEMENTS & INPUTS
4. WEBFLOW OVERRIDES
5. VISIBILITY UTILITIES
6. SWIPER STYLES
7. ANIMATION SYSTEM
8. RADIO STYLES
9. CHECKOUT STYLES
10. SKELETON LOADING
11. UTILITIES
12. DEMO STYLES
*/

/* ===========================
   1. KEYFRAMES & ANIMATIONS
=========================== */

@keyframes spin {
    to { transform: rotate(360deg); }
  }
  
  @keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }
  
  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
  }
  
  @keyframes wave {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }
  
  @keyframes smooth {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }
  
  /* PageBlock Animation Keyframes */
  @keyframes pageblock-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  
  @keyframes pageblock-shake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-10px); }
    40% { transform: translateX(10px); }
    60% { transform: translateX(-10px); }
    80% { transform: translateX(10px); }
  }
  
  @keyframes pageblock-wiggle {
    0%, 100% { transform: rotate(0); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
  }
  
  @keyframes pageblock-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }
  
  @keyframes pageblock-flash {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0.5; }
  }
  
  @keyframes pageblock-tada {
    0% { transform: scale(1) rotate(0); }
    10%, 20% { transform: scale(0.9) rotate(-3deg); }
    30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
    40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
    100% { transform: scale(1) rotate(0); }
  }
  
  @keyframes pageblock-heartbeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.3); }
    28% { transform: scale(1); }
    42% { transform: scale(1.3); }
    70% { transform: scale(1); }
  }
  
  @keyframes pageblock-swing {
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }
  
  @keyframes pageblock-rubber {
    0% { transform: scale(1); }
    30% { transform: scaleX(1.25) scaleY(0.75); }
    40% { transform: scaleX(0.75) scaleY(1.25); }
    60% { transform: scaleX(1.15) scaleY(0.85); }
    100% { transform: scale(1); }
  }
  
  @keyframes pageblock-rotate {
    0% { transform: rotate(0); }
    50% { transform: rotate(180deg); }
    100% { transform: rotate(180deg); }
  }
  
  @keyframes pageblock-rotate-360 {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
  }
  
  @keyframes pageblock-pulsate {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  
  /* ===========================
     2. BUTTON STATES & PROCESSING
  =========================== */
  
  /* Disabled state */
  .next-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  
  /* Base button processing state */
  .next-processing {
    opacity: 0.7;
    pointer-events: none;
  }
  
  /* Processing state content */
  .next-processing [next-slot="content"] {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  
  .next-processing [next-slot="spinner"] {
    opacity: 1;
  }
  
  /* Buttons need relative positioning */
  [data-action="submit"] {
    position: relative;
  }
  
  /* Universal spinner wrapper */
  [next-slot="spinner"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.2s ease;
  }
  
  /* Universal spinner */
  .spinner {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(128, 128, 128, 0.3);
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  /* Spinner color variants */
  .cc-light .spinner {
    border-color: rgba(0, 0, 0, 0.1);
    border-top-color: #000000;
  }
  
  .cc-dark .spinner {
    border-color: rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
  }
  
  /* ===========================
     3. FORM ELEMENTS & INPUTS
  =========================== */
  
  /* Remove native select styling */
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-repeat: no-repeat;
    padding-right: 1em;
    border: 1px solid #ccc;
  }
  
  select::-ms-expand {
    display: none;
  }
  
  /* Input placeholder styling */
  input::placeholder {
    color: #808080;
  }
  
  input#ship_field_intl::placeholder,
  input#billing_field_intl::placeholder {
    opacity: 1;
  }
  
  /* Webkit autofill styling */
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active,
  select:-webkit-autofill,
  select:-webkit-autofill:hover, 
  select:-webkit-autofill:focus, 
  select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fdf8f3 inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
  }
  
  /* ===========================
     4. WEBFLOW OVERRIDES
  =========================== */
  
  /* Webflow Design Mode Overrides */
  html.wf-design-mode [pb-accordion-element="content"] {
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transition: none !important;
  }
  
  html.wf-design-mode [pb-accordion-element="arrow"],
  html.wf-design-mode [pb-accordion-element="plus"] {
    pointer-events: none;
  }
  
  html.wf-design-mode [pb-accordion-element="plus"] .vertical {
    transform: none !important;
  }
  
  html.wf-design-mode [pb-accordion-element="arrow"] {
    transform: none !important;
  }
  
  html.wf-design-mode [data-next-accordion-panel] {
    height: auto !important;
  }
  
  html.wf-design-mode .swiper-slide.is-thumb {
    max-height: 4rem;
    max-width: 4rem;
  }
  
  /* ===========================
     5. VISIBILITY UTILITIES
  =========================== */
  
  .hide {
    display: none !important;
  }
  
  @media screen and (max-width: 991px) {
    .hide,
    .hide-tablet {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 479px) {
    .hide-mobile {
      display: none !important;
    }
  }
  
  /* ===========================
     6. SWIPER STYLES
  =========================== */
  
  .swiper,
  swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
  }
  
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  
  /* ===========================
     7. ANIMATION SYSTEM
  =========================== */
  
  /* Animation Attributes */
  [pb-animate="pulse"] {
    animation: pageblock-pulse 1s ease infinite;
  }
  
  [pb-animate="shake"] {
    animation: pageblock-shake 0.8s ease-in-out;
  }
  
  [pb-animate="wiggle"] {
    animation: pageblock-wiggle 0.8s ease-in-out;
  }
  
  [pb-animate="bounce"] {
    animation: pageblock-bounce 1s ease infinite;
  }
  
  [pb-animate="flash"] {
    animation: pageblock-flash 1s ease infinite;
  }
  
  [pb-animate="tada"] {
    animation: pageblock-tada 1s ease;
  }
  
  [pb-animate="heartbeat"] {
    animation: pageblock-heartbeat 1.5s ease infinite;
  }
  
  [pb-animate="swing"] {
    transform-origin: top center;
    animation: pageblock-swing 1s ease;
  }
  
  [pb-animate="rubber"] {
    animation: pageblock-rubber 0.8s ease;
  }
  
  [pb-animate="rotate"] {
    animation: pageblock-rotate 2.5s ease-in-out infinite forwards;
  }
  
  [pb-animate="rotate-360"] {
    animation: pageblock-rotate-360 2s linear infinite;
  }
  
  [pb-animate="pulsate"] {
    animation: pageblock-pulsate 1s ease-out infinite;
  }
  
  /* Animation Modifiers */
  [pb-animate-count="once"] {
    animation-iteration-count: 1;
  }
  
  [pb-animate-count="infinite"] {
    animation-iteration-count: infinite;
  }
  
  [pb-animate-speed="fast"] {
    animation-duration: 0.5s;
  }
  
  [pb-animate-speed="slow"] {
    animation-duration: 2s;
  }
  
  [pb-animate-state="pause"] {
    animation-play-state: paused;
  }
  
  [pb-animate-pause="2s"] {
    animation-duration: 3s !important;
    animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1) !important;
    animation-fill-mode: both;
  }
  
  /* ===========================
     8. RADIO STYLES
  =========================== */
  
  /* Base radio styles */
  .radio-style-1,
  .radio-style-2,
  .radio-default {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    transition: all .2s ease;
  }
  
  .radio-style-none { 
    display: none; 
  }
  
  .radio-inner {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* Selected state styles */
  .next-selected .radio-style-1 {
    border: .1875rem solid #fff;
    background: var(--radio-color, #000);
    box-shadow: 0 0 0 .125rem var(--radio-color, #000);
  }
  
  .next-selected .radio-style-1 .radio-inner {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--radio-color, #000);
  }
  
  .next-selected .radio-style-2 {
    border-width: .3125rem;
    border-color: var(--radio-color, #000);
    background: #fff;
    box-shadow: 0 0 0 .0625rem var(--radio-color, #000);
  }
  
  .next-selected .radio-style-2 .radio-inner {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background: #fff;
  }
  
  .next-selected .radio-default {
    border: .1875rem solid #fff;
    background: var(--radio-color, #000);
    box-shadow: 0 0 0 .125rem var(--radio-color, #000);
  }
  
  .next-selected .radio-default .radio-inner {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--radio-color, #000);
  }
  
  /* ===========================
     9. CHECKOUT STYLES
  =========================== */
  
  /* Preloader */
  .preloader {
    position: fixed;
    display: grid;
    place-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: opacity 0.2s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .preloader::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border: 1px solid color-mix(in hsl, #000, transparent 50%);
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    animation: spin 0.6s linear infinite;
    transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .wf-design-mode .preloader,
  .site-scrollbar .preloader {
    display: none;
  }
  
  [data-os-checkout-ready="true"] .preloader {
    opacity: 0;
    pointer-events: none;
  }
  
  /* Checkmark visibility */
  .pb-component-checkmark [os-component="check"] {
    display: none;
  }
  
  .checkout-bump__head[class*="os--active"] .pb-component-checkmark [os-component="check"] {
    display: flex;
  }
  
 .upsell [os-component="check"] {
  display: none;
}

.upsell.os--active [os-component="check"] {
  display: flex;
}
  
  /* Cart scroll hint */
  .cart-items__scroll-hint { 
    display: none; 
  }
  
  .cart-items:has(.cart-item:nth-child(4)) .cart-items__scroll-hint {
    display: flex;
  }
  
  /* ===========================
     10. SKELETON LOADING
  =========================== */
  
  /* Base skeleton */
  .skeleton {
    background: #e9ecef;
    background-image: linear-gradient(
      90deg,
      #e9ecef 0px,
      #f4f6f8 40px,
      #e9ecef 80px
    );
    background-size: 200% 100%;
    border-radius: 4px;
    line-height: 1;
    animation: shimmer 1.5s ease-in-out infinite;
  }
  
  .skeleton--static {
    animation: none;
    background-image: none;
  }
  
  /* Skeleton shapes */
  .skeleton-text {
    height: 1em;
    width: 100%;
    margin-bottom: 0.25em;
  }
  
  .skeleton-text--short { width: 10ch; }
  .skeleton-text--medium { width: 20ch; }
  .skeleton-text--long { width: 40ch; }
  .skeleton-text--full { width: 100%; }
  
  /* Height modifiers */
  .skeleton--xs { height: 0.75em; }
  .skeleton--sm { height: 0.875em; }
  .skeleton--lg { height: 1.25em; }
  .skeleton--xl { height: 1.5em; }
  .skeleton--2xl { height: 2em; }
  
  /* Avatar shapes */
  .skeleton-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  
  .skeleton-avatar--sm { width: 32px; height: 32px; }
  .skeleton-avatar--lg { width: 48px; height: 48px; }
  .skeleton-avatar--xl { width: 64px; height: 64px; }
  .skeleton-avatar--square { border-radius: 8px; }
  
  /* Box shapes */
  .skeleton-box {
    width: 100%;
    height: 200px;
  }
  
  .skeleton-box--square { aspect-ratio: 1; height: auto; }
  .skeleton-box--video { aspect-ratio: 16/9; height: auto; }
  .skeleton-box--thumb { width: 80px; height: 80px; }
  
  /* Button shapes */
  .skeleton-button {
    height: 2.5rem;
    width: 100px;
    border-radius: 6px;
  }
  
  .skeleton-button--sm { height: 2rem; width: 80px; }
  .skeleton-button--lg { height: 3rem; width: 120px; }
  .skeleton-button--pill { border-radius: 9999px; }
  
  /* Skeleton utilities */
  .skeleton--mb-1 { margin-bottom: 0.25rem; }
  .skeleton--mb-2 { margin-bottom: 0.5rem; }
  .skeleton--mb-3 { margin-bottom: 0.75rem; }
  .skeleton--mb-4 { margin-bottom: 1rem; }
  
  .skeleton--rounded-none { border-radius: 0; }
  .skeleton--rounded-sm { border-radius: 2px; }
  .skeleton--rounded { border-radius: 4px; }
  .skeleton--rounded-lg { border-radius: 8px; }
  .skeleton--rounded-xl { border-radius: 12px; }
  .skeleton--rounded-full { border-radius: 9999px; }
  
  /* Skeleton variants */
  .skeleton--darker {
    background: #d5d7db;
    background-image: linear-gradient(
      90deg,
      #d5d7db 0px,
      #e5e7eb 40px,
      #d5d7db 80px
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out infinite;
  }
  
  .skeleton--dark {
    background: #374151;
    background-image: linear-gradient(
      90deg,
      #374151 0px,
      #4b5563 40px,
      #374151 80px
    );
  }
  
  .skeleton--pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    background-image: none;
  }
  
  .skeleton--wave {
    background-image: linear-gradient(
      90deg,
      #e9ecef 25%,
      #f4f6f8 50%,
      #e9ecef 75%
    );
    background-size: 400% 100%;
    animation: wave 2s ease infinite;
  }
  
  .skeleton--smooth {
    background-image: linear-gradient(
      105deg,
      #e9ecef 40%,
      #f4f6f8 50%,
      #e9ecef 60%
    );
    background-size: 200% 100%;
    animation: smooth 1.8s ease-in-out infinite;
  }
  
  /* Skeleton state management */
  [data-next-skeleton] {
    transition: opacity 0.3s ease-out;
  }
  
  .next-display-ready [data-next-skeleton] {
    opacity: 0;
    pointer-events: none;
  }
  
  /* ===========================
     11. UTILITIES
  =========================== */
  
  /* Diagonal strike */
  .diagonal-strike,
  .os--compare-diagonal {
    position: relative;
    display: inline-block;
  }
  
  .diagonal-strike::after,
  .os--compare-diagonal::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #ff0000 !important;
    transform: rotate(-10deg);
    transform-origin: center;
  
  }
  
  /* Empty slot hiding */
  [os-slot]:empty {
    display: none;
  }
  @media (min-width: 992px) {
    .ships-info {
        margin-top: 20px;
    }
}
.ships-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #1f4ba2;
    border-radius: 4px;
    margin-top: 20px;
}
.ships-info img {
    height: 60px;
    margin-right: 10px;
}
img.flag-us {
    height: 16px;
    margin-right: 4px;
}
.ships-info p {
    font-size: 13px;
    text-align: left;
}
  /* ===========================
     12. DEMO STYLES
  =========================== */
  
  .demo-section {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
  
  .demo-section h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #1f2937;
  }
  
  .demo-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .demo-item {
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
  }
  
  .demo-item h3 {
    margin: 0 0 1rem 0;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
  }
  
  .demo-flex {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .demo-stack {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }


  .next-expanded [data-next-accordion-trigger] img, .next-expanded [data-next-accordion-trigger] svg, .next-expanded .limos-summary-icon {
    transform: rotate(0deg)!important;
}
@media screen and (min-width: 992px) {
    .payment-img-wrapper.hide-tablet-up {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .payment-img-wrapper.hide-tablet-down {
        display: none;
    }
    .ships-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px;
    border: 2px solid #1f4ba2;
    border-radius: 4px;
    margin-top: 10px;
}
}/* CSS extracted from templates\checkout\olympus.html */

/* Inline style 1 from olympus.html */
html:not(.next-display-ready) [data-next-await] {
  position: relative;
  overflow: hidden;
  border-color: transparent !important;
  box-shadow: none !important;
}

[data-next-await] * {
  opacity: 0;
  transition: opacity 0.2s ease;
}

[data-next-await]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  animation: pulse-gray 1.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes pulse-gray {

  0%,
  100% {
    background-color: #e0e0e0;
    opacity: 0.6;
  }

  50% {
    background-color: #f5f5f5;
    opacity: 0.8;
  }
}

html.next-display-ready [data-next-await] * {
  opacity: 1;
}

html.next-display-ready [data-next-await]::before {
  display: none;
}

/* Inline style 2 from olympus.html */
.three-quarter-spinner {
  animation: spin .9s linear 0s infinite;
}

/* Inline style 3 from olympus.html */
/* Arrows */
.arrow-active::after,
.arrow-inactive::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-active::after {
  border-color: #000;
}

.arrow-inactive::after {
  border-color: #dadada;
}

/* Arrows */
.arrow-active::after,
.arrow-inactive::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-active::after {
  border-color: #000;
}

.arrow-inactive::after {
  border-color: #dadada;
}

[swiper="sw12"] .swiper-slide_image-wrap {
  aspect-ratio: 1 / 1;
}

[swiper="sw12"] [swiper="slider-thumbs"] .swiper-slide {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
  cursor: pointer;
}

[swiper="sw12"] [swiper="slider-thumbs"] .swiper-slide:focus-visible {
  border: 2px solid #000;
}

[swiper="sw12"] [swiper="slider-thumbs"] .swiper-slide.swiper-slide-thumb-active {
  filter: grayscale(0);
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem !important;
  right: 0 !important;
  left: auto !important;
  padding: 1px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 52px !important;
  padding-left: 12px !important;
  margin-left: 0 !important;
}

/* Remove the divider on the very last payment-method block */
.payment-methods > .payment-method:last-child {
  border-bottom: 0 !important;
  /* kill the bottom border */
}:root {
  --gradient: linear-gradient(90deg, #000000 8.91%, #000000 100%);
}
.timer-wrapper {
  justify-content: center;
  align-items: center;
  padding: 0px 0px !important;
  margin-top: 5px;
  display: flex;
}

.text-dark {
  color: black;
}

.banner {
  text-align: center;
  color: white;
  padding: 0!important;
  font-family: "Inter", sans-serif;
}

.banner .top-bar {
  background-color: #000000;
  padding: 15px 0;
}

.banner .top-bar p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.banner .bottom-bar {
  background-color: #ACF4A1;
  padding: 8px;
}

.banner .order-text {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.banner .code {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 5px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.yellow-text {
  color: #ACF4A1;
}

.fw-normal {
  font-weight: 400;
}

.banner .timer {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-left: 10px;
  margin-right: 10px;
}

.timer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timer .box {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  width: 32px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timer .label {
  font-size: 12px;
  color: black;
  font-weight: 700;
  line-height: 20px;
}

/* Desktop banner */
.desktop-banner .bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desktop-banner .timer {
  margin-top: 0;
}

/* Desktop banner */
.desktop-banner .bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-banner .timer {
  margin-top: 0;
  margin-left: 10px;
}

/* Mobile banner */
.mobile-banner {
  display: none;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .desktop-banner {
      display: none;
  }

  .banner .top-bar p {
    font-size: 16px;
  }

  .banner .code {
    font-size: 18px;
  }

  .mobile-banner {
      display: block;
  }

  .banner .bottom-bar {
      display: block;
      text-align: center;
  }

}
@media (max-width: 430px) {
  .banner .code {
    font-size: 16px;
  }
  .banner .order-text {
    font-size: 16px;
}
.banner .code {
  padding: 5px 15px;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
}
@media (max-width: 320px) {
  .banner .code {
    font-size: 14px;
  }
  .banner .order-text {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.banner .code {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
}

