/** Shopify CDN: Minification failed

Line 8207:8 Unexpected "'.hdt-big-ms-item-nav--svg'"

**/
/*
Theme Name: Core Store
Author: The4Studio
Author URI: https://the4.co/
Version: 1.0
NOTE: most of the CSS variables used are defined in the "css-variables.liquid" snippet file

/* -------------------------------------------
[Table of contents]
1. RESET
2. BASE
3. ACCESSIBILITY
4. LAYOUT
  4.1. Container
  4.2. Hepler Class
    4.2.1. Display
    4.2.2. Spacing
    4.2.3. Text, justify, align, place
    4.2.4. Other
  4.3. Grid
  4.4. Reveal In View
  4.5. Color Schemes
  4.6. Ratio and Object
  4.7. Header
5. COMPONENT
  5.0. Products
    5.0.1. Product card
    5.0.2. Product main
  5.1. Links
  5.2. Inputs
  5.3. Buttons
  5.4. Forms
  5.5. Table
  5.6. Slider
  5.7. Scroll slider
  5.8. Richtext editor
  5.9. Dialog
  5.10. Scrolling Text
  5.11. Tab
  5.12. Before After
  5.13. Media overlay Content
  5.14. Image Effect
  5.15. Tooltip
  5.16. Progress Bar
  5.17. LightBox Image
  5.18. Zoom Image
------------------------------------------- */



/* ==========================================================================
  1. RESET
  https://tailwindcss.com/docs/preflight
  ========================================================================== */
  /* ! tailwindcss v3.3.2 */
  *,
  ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: rgb(var(--color-base-text) / .12);
  }
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    scroll-padding-top: calc(var(--header-height, 0px) + 10px);
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  :where(h1, h2, h3, h4, h5, h6) {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  :where(code, kbd, pre, samp) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  :where(sub, sup) {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :where(button, input, optgroup, select, textarea) {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
  }
  :where(button, select) {
    text-transform: none;
  }
  :where([type="button"], [type="reset"], [type="submit"], button) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
  }
  :-moz-focusring {
    outline: auto;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  progress {
    vertical-align: baseline;
  }
  :where(::-webkit-inner-spin-button, ::-webkit-outer-spin-button) {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  summary {
    list-style-type: none;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  :where(blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre, fieldset) {
    margin: 0;
  }
  :where(legend, fieldset) {
    padding: 0;
  }
  :where(menu, ol, ul) {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  :where(input::placeholder, textarea::placeholder) {
    opacity: 1;
    color: rgb(var(--text-color) / .65);
  }
  :where([role="button"], button) {
    cursor: pointer;
  }
  :disabled,
  :disabled + label {
    cursor: default;
  }
  :where(button, label, summary, [role=button], [type=checkbox], [type=radio]) {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer;
  }
  /*
    Fast Tap
    enables no-delay taps (FastClick-esque) on supporting browsers
  */
  :where(a, button, [role="button"], input, label, select, textarea) {
    touch-action: manipulation;
  }
  :where(audio, canvas, embed, iframe, img, object, svg, video) {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  picture source {
    display: contents;
  }
  [hidden]:not([open], [closing]) {
    display: none !important;
  }
  /* By default Firefox show the alt tag of image while image is loading, which is often not desirable */
  img:-moz-loading {
    visibility: hidden;
  }
  :where(hdt-slider, hdt-slider-lazy, hdt-slider-sync, hdt-slideshow, hdt-scrollsnap, hdt-scrollbar, hdt-dot-slider-outer, hdt-dialog, hdt-cart-openable, hdt-drawer, hdt-popover, hdt-richlist button, hdt-tab, hdt-before-after, hdt-height-observer, hdt-sticky-header, hdt-card-product, hdt-unit-price, hdt-reval-items, hdt-free-shipping-bar, hdt-progress-bar, hdt-line-item, hdt-block-required, hdt-video-player, hdt-model-player, hdt-lazy-submenu) {
    display: block;
  }
  :where(hdt-richlist, hdt-richlist img, hdt-compare-at-price, hdt-price) {
    display: inline-block;
  }

  :root {
    --color-scrollbar-track: 0 0 0;
    --color-scrollbar-thumb: 0 0 0;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --alpha-link: 0.85;
    --alpha-badge-border: 0.1;
    --color-link: 0,0,0;
    --duration-short: 100ms;
    --duration-default: 200ms;
    --duration-long: 500ms;
    --duration-extra-long: 600ms;
  }

/* ==========================================================================
  2. BASE
  ========================================================================== */
  html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    background-color: rgb(var(--color-base-background));
    color: rgb(var(--color-base-text));
    letter-spacing: var(--font-body-spacing);

    font-family: var(--font-body-family);
    font-size: var(--text-base);
    font-weight: var(--font-body-weight);
    line-height: var(--font-body-line-height);
    font-style: var(--font-body-style);
  }
  #MainContent {
    flex-grow: 1;
  }
  .dir--rtl body,
  .dir--rtl :is(h1, h2, h3, h4, h5, h6, .hdt-h0, .hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6) {
    letter-spacing: 0;
  }
  :where(.no-js:not(html),.no-js-inline,html.no-js .no-js-hidden) {
    display: none !important;
  }
  html.no-js .no-js:not(html) {
    display: block !important;
  }
  html.no-js .no-js-inline {
    display: inline-block !important;
  }

  :where(h1, h2, h3, h4, h5, h6, .hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6, .hdt-heading) {
    letter-spacing: var(--font-heading-spacing);
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    line-height: var(--font-heading-line-height);
    font-style: var(--font-heading-style);
    color: rgb(var(--color-foreground));
    word-break: break-word;
  }
  .hdt-h0{
    font-size: calc(var(--font-heading-scale) * var(--h0-size-mb));
  }
  :where(h1:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h1) {
    font-size: calc(var(--font-heading-scale) * var(--h1-size-mb));
  }
  :where(h2:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h2) {
    font-size: calc(var(--font-heading-scale) * var(--h2-size-mb));
  }
  :where(h3:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h3) {
    font-size: calc(var(--font-heading-scale) * var(--h3-size-mb));
  }
  :where(h4:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h4){
    font-size: calc(var(--font-heading-scale) * var(--h4-size-mb));
  }
  :where(h5:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h5) {
    font-size: calc(var(--font-heading-scale) * var(--h5-size-mb));
  }
  :where(h6:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h6) {
    font-size: calc(var(--font-heading-scale) * var(--h6-size-mb));
  }
  .hdt-base {
    font-size: var(--text-base);
  }

  .hdt-c-font-i, .hdt-c-font-lucette-i, .hdt-c-font-LucetteItalic {
    font-family: 'LucetteItalic';
  }

  .hdt-c-font, .hdt-c-font-Lucette {
    font-family: 'Lucette';
  }

  .hdt-c-font-D-DIN {
    font-family: 'D-DIN'
  }

  .hdt-c-font-D-DIN-BOLD {
    font-family: 'D-DIN-BOLD';
  }

  @media only screen and (min-width: 768px) {    
    :where(h1:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h1) {
      font-size: calc(var(--font-heading-scale) * ((var(--h1-size-mb) + var(--h1-size)) / 2));
    }
    :where(h2:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h2) {
      font-size: calc(var(--font-heading-scale) * ((var(--h2-size-mb) + var(--h2-size)) / 2));
    }
    :where(h3:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h3) {
      font-size: calc(var(--font-heading-scale) * ((var(--h3-size-mb) + var(--h3-size)) / 2));
    }
    :where(h4:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h4) {
      font-size: calc(var(--font-heading-scale) * ((var(--h4-size-mb) + var(--h4-size)) / 2));
    }
    :where(h5:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h5) {
      font-size: calc(var(--font-heading-scale) * ((var(--h5-size-mb) + var(--h5-size)) / 2));
    }
    :where(h6:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h6) {
      font-size: calc(var(--font-heading-scale) * ((var(--h6-size-mb) + var(--h6-size)) / 2));
    }
  }

  @media only screen and (min-width: 1150px) {
    .hdt-h0 {
      font-size: calc(var(--font-heading-scale) * var(--h0-size));
    }
    :where(h1:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h1) {
      font-size: calc(var(--font-heading-scale) * var(--h1-size));
    }
    :where(h2:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h2) {
      font-size: calc(var(--font-heading-scale) * var(--h2-size));
    }
    :where(h3:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h3) {
      font-size: calc(var(--font-heading-scale) * var(--h3-size));
    }
    :where(h4:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h4){
      font-size: calc(var(--font-heading-scale) * var(--h4-size));
    }
    :where(h5:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h5) {
      font-size: calc(var(--font-heading-scale) * var(--h5-size));
    }
    :where(h6:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h6) {
      font-size: calc(var(--font-heading-scale) * var(--h6-size));
    }
  }

  .hdt-text-xs {
    font-size: var(--text-xs)
  }
  .hdt-text-sm {
    font-size: var(--text-sm)
  }
  .hdt-text-base {
    font-size: var(--text-base)
  }
  .hdt-text-lg {
    font-size: var(--text-lg)
  }
  .hdt-text-xl {
    font-size: var(--text-xl)
  }
  .hdt-text-2xl {
    font-size: var(--text-2xl)
  }
  .hdt-text-4xl {
    font-size: var(--text-4xl)
  }
  .hdt-text-6xl {
    font-size: var(--text-6xl)
  }
  .hdt-text-8xl {
    font-size: var(--text-8xl)
  }
  .hdt-text-10xl {
    font-size: var(--text-10xl)
  }
  .hdt-text-12xl {
    font-size: var(--text-12xl)
  }
  .hdt-font-light {
    font-weight: var(--font-light)
  }
  .hdt-font-normal {
    font-weight: var(--font-normal)
  }
  .hdt-font-medium {
    font-weight: var(--font-medium)
  }
  .hdt-font-semibold {
    font-weight: var(--font-semibold)
  }
  .hdt-font-bold {
    font-weight: var(--font-bold)
  }
  .hdt-font-extrabold {
    font-weight: var(--font-extrabold)
  }
  .hdt-font-black {
    font-weight: var(--font-black)
  }
  @media (min-width: 768px){
    .md\:hdt-text-xs {
      font-size: var(--text-xs)
    }
    .md\:hdt-text-sm {
      font-size: var(--text-sm)
    }
    .md\:hdt-text-base {
      font-size: var(--text-base)
    }
    .md\:hdt-text-lg {
      font-size: var(--text-lg)
    }
    .md\:hdt-text-xl {
      font-size: var(--text-xl)
    }
    .md\:hdt-text-2xl {
      font-size: var(--text-2xl)
    }
    .md\:hdt-text-4xl {
      font-size: var(--text-4xl)
    }
    .md\:hdt-text-6xl {
      font-size: var(--text-6xl)
    }
    .md\:hdt-text-8xl {
      font-size: var(--text-8xl)
    }
    .md\:hdt-text-10xl {
      font-size: var(--text-10xl)
    }
    .md\:hdt-text-12xl {
      font-size: var(--text-12xl)
    }
  }
  @media (min-width: 1150px){
    .lg\:hdt-text-xs {
      font-size: var(--text-xs)
    }
    .lg\:hdt-text-sm {
      font-size: var(--text-sm)
    }
    .lg\:hdt-text-base {
      font-size: var(--text-base)
    }
    .lg\:hdt-text-lg {
      font-size: var(--text-lg)
    }
    .lg\:hdt-text-xl {
      font-size: var(--text-xl)
    }
    .lg\:hdt-text-2xl {
      font-size: var(--text-2xl)
    }
    .lg\:hdt-text-4xl {
      font-size: var(--text-4xl)
    }
    .lg\:hdt-text-6xl {
      font-size: var(--text-6xl)
    }
    .lg\:hdt-text-8xl {
      font-size: var(--text-8xl)
    }
    .lg\:hdt-text-10xl {
      font-size: var(--text-10xl)
    }
    .lg\:hdt-text-12xl {
      font-size: var(--text-12xl)
    }
  }

  .hdt-radius-2xs {
    border-radius: var(--radius-2xs);
  }
  .hdt-radius-xs {
    border-radius: var(--radius-xs);
  }
  .hdt-radius-sm {
    border-radius: var(--radius-sm);
  }
  .hdt-radius {
    border-radius: var(--radius);
  }
  .hdt-radius-lg {
    border-radius: var(--radius-lg);
  }
  .hdt-radius-full {
    border-radius: var(--radius-full);
  }
  .hdt-radius-f {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
  }

  .hdt-form__label {
    display: block;
    margin-bottom: 0.6rem;
  }
  .hdt-form__wrapp {
    position: relative;
  }
  .hdt-btn, .hdt-button {
    background-color: rgb(var(--color-button, var(--color-base-text)));
    color: rgb(var(--color-button-text, var(--color-base-background)));
    padding: var(--spacing-1) var(--spacing-2);
    letter-spacing: var(--font-body-spacing);
    line-height: var(--hdt-btn-line-height);
    border-radius: var(--radius-button);
  }
  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.25rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-inline-end: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  .dir--rtl select {
    background-position: 0.25rem center;
  }

  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
  }

  [type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1.6rem;
    width: 1.6rem;
    color: rgb(var(--color-accent, 0 0 0));
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }

  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }

  @media (forced-colors: active)  {

    [type='checkbox']:checked {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }

  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }

  @media (forced-colors: active)  {

    [type='radio']:checked {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }

  [type='checkbox']:checked:focus, [type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  @media screen and (pointer: fine) {
    [type='checkbox']:checked:hover, [type='radio']:checked:hover {
      border-color: transparent;
      background-color: currentColor;
    }
  }

  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  @media (forced-colors: active)  {

    [type='checkbox']:indeterminate {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }

  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  :where(.hdt-input, .hdt-textarea, .hdt-select) {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: var(--radius-input);
    background: rgb(var(--color-input-background, transparent));
    color: rgb(var(--color-input-text, var(--color-base-text)));
    text-align: start;
    border-width: 1px;
    height: var(--height-input);
    padding: var(--padding-block-input) var(--padding-inline-input);
    transition: border-color .1s ease-in-out;
  }
  .hdt-textarea {
    height: auto;
  }
  .hdt-select {
    padding-inline-start: 1.5rem;
    padding-inline-end: 3rem;
  }
  .hdt-select ~ svg {
    pointer-events: none;
    position: absolute;
    inset-inline-end: 1rem;
    width: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease;
  }
  .hdt-select[aria-expanded="true"] ~ svg {
    transform: translateY(-50%) rotate(180deg);
  }
  :is(.hdt-input:focus,.hdt-textarea:focus,.hdt-select:focus-visible) {
    border-color: currentColor;
    outline: none;
  }
  .is-uncheck :is(input, textarea) {
    border-color: rgb(var(--color-error-text)) !important;
  }

/* ==========================================================================
  3. ACCESSIBILITY
  ========================================================================== */

  .sr-only {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
  }
  .focus-none {
    box-shadow: none !important;
    outline: 0 !important;
  }

  .sr-only--inline  {
    margin: 0;
    height: 1em;
  }
  *:focus-visible {
    outline: 0.2rem solid rgb(var(--color-focus));
    outline-offset: 0.3rem;
    /* box-shadow: 0 0 0 0.3rem rgb(var(--color-base-text)),0 0 0.5rem 0.4rem rgb(var(--color-base-text)); */
  }
  .sr-only[type=checkbox]:focus-visible + label,
  .sr-only[type=radio]:focus-visible + label {
    box-shadow: 0 0 0 0.2rem rgb(var(--color-base-background)),0 0 0 0.4rem rgb(var(--color-focus));
  }
  .skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
  }
  .sr-focus-fix-oh:focus-visible:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-focus)) !important;
    z-index: 40;
    pointer-events: none;
  }

  .hdt-full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .hdt-full-width-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hdt-loading-bar {
    pointer-events: none;
    background-color: rgb(var(--color-accent));
    box-shadow: 0 0 6px rgb(var(--color-accent)), 0 0 0px rgb(var(--color-accent));
    width: 100%;
    height: 2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transform: scaleX(0);
    transform-origin: var(--value-origin-start);
  }
  @media screen and (min-width: 768px) {
    .hdt-loading-bar {
      height: 3px;
    }
  }

  /* ==========================================================================
    4. LAYOUT
    ========================================================================== */

    /*================ 4.1. Container ================*/
    /* :root {
      --stretch-max: 15px;
      --stretch-lg-max: 30px;
      --stretch-md-max: 30px;
    } */
    .hdt-container,
    .hdt-container-full {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0;
    }
    .hdt-container {
      padding: 0 1.5rem;
    }
    /* .hdt-container--stretch {
      width: 100%;
      padding-inline-start: max(var(--stretch-max), (100% - var(--container-max-width)) / 2);
    }
    @media (min-width: 768px) {
      :root {
        --stretch-max: var(--stretch-md-max);
      }
    } */
    @media (min-width: 768px) {
      .hdt-container {
        max-width: var(--container-max-width-padding-md);
        padding: 0 3rem;
      }
    }
    @media (min-width: 1150px) {
      .hdt-container {
        max-width: var(--container-max-width-padding-lg);
        padding: 0 5rem;
      }
    }

    .hdt-section + .hdt-section {
      margin-top: var(--spacing-sections-mobile);
    }
    @media screen and (min-width: 768px) {
      .hdt-section + .hdt-section {
        margin-top: var(--spacing-sections-desktop);
      }
    }

    /*================ 4.2. Hepler Class ================*/
      /*================ 4.2.1. Display ================*/
      .hdt-hidden {
        display: none;
      }
      .hdt-block {
        display: block;
      }
      .hdt-inline-block {
        display: inline-block;
      }
      .hdt-inline {
        display: inline;
      }
      .hdt-flex {
        display: flex;
      }
      .hdt-inline-flex {
        display: inline-flex;
      }
      .hdt-grid {
        display: grid;
      }
      .hdt-inline-grid {
        display: inline-grid;
      }
      .hdt-contents {
        display: contents;
      }
      .hdt-order-first {
        order: -9999;
      }
      .hdt-order-last {
        order: 9999;
      }
      .hdt-flex-wrap{
        flex-wrap: wrap;
      }
      @media (min-width: 768px) {
        .md\:hdt-hidden {
          display: none;
        }
        .md\:hdt-block {
          display: block;
        }
        .md\:hdt-inline-block {
          display: inline-block;
        }
        .md\:hdt-inline {
          display: inline;
        }
        .md\:hdt-flex {
          display: flex;
        }
        .md\:hdt-inline-flex {
          display: inline-flex;
        }
        .md\:hdt-grid {
          display: grid;
        }
        .md\:hdt-inline-grid {
          display: inline-grid;
        }
        .md\:hdt-order-first {
          order: -9999;
        }
        .md\:hdt-order-last {
          order: 9999;
        }
        
      }
      @media (min-width: 1150px) {
        .lg\:hdt-hidden {
          display: none;
        }
        .lg\:hdt-block {
          display: block;
        }
        .lg\:hdt-inline-block {
          display: inline-block;
        }
        .lg\:hdt-inline {
          display: inline;
        }
        .lg\:hdt-flex {
          display: flex;
        }
        .lg\:hdt-inline-flex {
          display: inline-flex;
        }
        .lg\:hdt-grid {
          display: grid;
        }
        .lg\:hdt-inline-grid {
          display: inline-grid;
        }
        .lg\:hdt-order-first {
          order: -9999;
        }
        .lg\:hdt-order-last {
          order: 9999;
        }
      }
      @media screen and (max-width: 767px) {
        .hdt-hidden\@mobile {
          display: none !important;
        }
      }
      @media screen and (min-width: 768px) and (max-width: 1149px) {
        .hdt-hidden\@tablet {
          display: none !important;
        }
      }

      /*================ 4.2.2. Spacing ================*/
      .hdt-p-0 {
        padding: 0;
      }
      .hdt-p-10 {
        padding: 10px;
      }
      .hdt-p-15 {
        padding: 15px;
      }
      .hdt-p-20 {
        padding: 20px;
      }
      .hdt-px-0 {
        padding-inline-start: 0;
        padding-inline-end: 0;
      }
      .hdt-ps-15 {
        padding-inline-start: 15px;
      }
      .hdt-pe-15 {
        padding-inline-end: 15px;
      }
      .hdt-px-15 {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
      }
      .hdt-section-spacing {
        padding-top: calc(var(--section-pt) * calc( var(--section-prate, 75) / 100 ));
        padding-bottom: calc(var(--section-pb) * calc( var(--section-prate, 75) / 100 ));
      }
      @media (min-width: 768px) {
        .md\:hdt-px-0 {
          padding-inline-start: 0;
          padding-inline-end: 0;
        }
        .md\:hdt-ps-30 {
          padding-inline-start: 30px;
        }
        .md\:hdt-pe-30 {
          padding-inline-end: 30px;
        }
        .md\:hdt-px-30 {
          padding-inline-start: 30px;
          padding-inline-end: 30px;
        }
        .md\:hdt-ps-max {
          padding-inline-start: max(3rem, (100vw - var(--container-max-width) - var(--scrollbar-w)) / 2);
        }
        .md\:hdt-pe-max {
          padding-inline-end: max(3rem, (100vw - var(--container-max-width) - var(--scrollbar-w)) / 2);
        }
        .hdt-section-spacing {
          padding-top: calc(var(--section-pt)* .85);
          padding-bottom: calc(var(--section-pb)* .85);
        }
      }
      @media (min-width: 1150px) {
        .lg\:hdt-px-0 {
          padding-inline-start: 0;
          padding-inline-end: 0;
        }
        .lg\:hdt-px-30 {
          padding-inline-start: 30px;
          padding-inline-end: 30px;
        }
        .lg\:hdt-px-40 {
          padding-inline-start: 40px;
          padding-inline-end: 40px;
        }
        .lg\:hdt-px-50 {
          padding-inline-start: 50px;
          padding-inline-end: 50px;
        }
        .lg\:hdt-ps-50 {
           padding-inline-start: 50px;
        }
        .lg\:hdt-pe-50 {
           padding-inline-end: 50px;
        }
        .lg\:hdt-ps-max {
          padding-inline-start: max(5rem, (100vw - var(--container-max-width) - var(--scrollbar-w)) / 2);
        }
        .lg\:hdt-pe-max {
          padding-inline-end: max(5rem, (100vw - var(--container-max-width) - var(--scrollbar-w)) / 2);
        }
        .hdt-section-spacing {
          padding-top: var(--section-pt);
          padding-bottom: var(--section-pb);
        }
      }

      /*================ 4.2.3. Text, justify, align, place ================*/
      .hdt-text-start,
      .hdt-text-left {
        text-align: start;
      }

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

      .hdt-text-end,
      .hdt-text-right {
        text-align: end;
      }

      .hdt-justify-start {
        justify-content: start;
      }

      .hdt-justify-center {
        justify-content: safe center;
      }

      .hdt-justify-end {
        justify-content: end;
      }

      .hdt-justify-between {
        justify-content: space-between;
      }

      .hdt-justify-items-start {
        justify-items: start;
      }

      .hdt-justify-items-center {
        justify-items: safe center;
      }

      .hdt-justify-items-end {
        justify-items: end;
      }

      .hdt-justify-self-start {
        justify-self: start;
      }

      .hdt-justify-self-center {
        justify-self: center;
      }

      .hdt-justify-self-end {
        justify-self: end;
      }

      .hdt-align-start {
        align-items: start;
      }

      .hdt-align-center {
        align-items: center;
      }

      .hdt-align-end {
        align-items: end;
      }

      .hdt-align-self-start {
        align-self: start;
      }

      .hdt-align-self-center {
        align-self: center;
      }

      .hdt-align-self-end {
        align-self: end;
      }

      .hdt-place-self-start {
        place-self: start;
      }

      .hdt-place-self-start-center {
        place-self: start center;
      }

      .hdt-place-self-start-end {
        place-self: start end;
      }

      .hdt-place-self-center {
        place-self: center;
      }

      .hdt-place-self-center-start {
        place-self: center start;
      }

      .hdt-place-self-center-end {
        place-self: center end;
      }

      .hdt-place-self-end {
        place-self: end;
      }

      .hdt-place-self-end-start {
        place-self: end start;
      }

      .hdt-place-self-end-center {
        place-self: end center;
      }
      @media (min-width: 768px) {
        .md\:hdt-text-start,
        .md\:hdt-text-left {
          text-align: start;
        }

        .md\:hdt-text-center {
          text-align: center;
        }

        .md\:hdt-text-end,
        .md\:hdt-text-right {
          text-align: end;
        }

        .md\:hdt-justify-start {
          justify-content: start;
        }

        .md\:hdt-justify-center {
          justify-content: safe center;
        }

        .md\:hdt-justify-end {
          justify-content: end;
        }

        .md\:hdt-justify-between {
          justify-content: space-between;
        }

        .md\:hdt-justify-items-start {
          justify-items: start;
        }

        .md\:hdt-justify-items-center {
          justify-items: safe center;
        }

        .md\:hdt-justify-items-end {
          justify-items: end;
        }

        .md\:hdt-justify-self-start {
          justify-self: start;
        }

        .md\:hdt-justify-self-center {
          justify-self: center;
        }

        .md\:hdt-justify-self-end {
          justify-self: end;
        }

        .md\:hdt-align-start {
          align-items: start;
        }

        .md\:hdt-align-center {
          align-items: center;
        }

        .md\:hdt-align-end {
          align-items: end;
        }

        .md\:hdt-align-self-start {
          align-self: start;
        }

        .md\:hdt-align-self-center {
          align-self: center;
        }

        .md\:hdt-align-self-end {
          align-self: end;
        }

        .md\:hdt-place-self-start {
          place-self: start;
        }

        .md\:hdt-place-self-start-center {
          place-self: start center;
        }

        .md\:hdt-place-self-start-end {
          place-self: start end;
        }

        .md\:hdt-place-self-center {
          place-self: center;
        }

        .md\:hdt-place-self-center-start {
          place-self: center start;
        }

        .md\:hdt-place-self-center-end {
          place-self: center end;
        }

        .md\:hdt-place-self-end {
          place-self: end;
        }

        .md\:hdt-place-self-end-start {
          place-self: end start;
        }

        .md\:hdt-place-self-end-center {
          place-self: end center;
        }
      }
      @media (min-width: 1150px) {
        .lg\:hdt-text-start,
        .lg\:hdt-text-left {
          text-align: start;
        }

        .lg\:hdt-text-center {
          text-align: center;
        }

        .lg\:hdt-text-end,
        .lg\:hdt-text-right {
          text-align: end;
        }

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

        .lg\:hdt-justify-center {
          justify-content: safe center;
        }

        .lg\:hdt-justify-end {
          justify-content: end;
        }

        .lg\:hdt-justify-between {
          justify-content: space-between;
        }

        .lg\:hdt-justify-items-start {
          justify-items: start;
        }

        .lg\:hdt-justify-items-center {
          justify-items: safe center;
        }

        .lg\:hdt-justify-items-end {
          justify-items: end;
        }

        .lg\:hdt-justify-self-start {
          justify-self: start;
        }

        .lg\:hdt-justify-self-center {
          justify-self: center;
        }

        .lg\:hdt-justify-self-end {
          justify-self: end;
        }

        .lg\:hdt-align-start {
          align-items: start;
        }

        .lg\:hdt-align-center {
          align-items: center;
        }

        .lg\:hdt-align-end {
          align-items: end;
        }

        .lg\:hdt-align-self-start {
          align-self: start;
        }

        .lg\:hdt-align-self-center {
          align-self: center;
        }

        .lg\:hdt-align-self-end {
          align-self: end;
        }

        .lg\:hdt-place-self-start {
          place-self: start;
        }

        .lg\:hdt-place-self-start-center {
          place-self: start center;
        }

        .lg\:hdt-place-self-start-end {
          place-self: start end;
        }

        .lg\:hdt-place-self-center {
          place-self: center;
        }

        .lg\:hdt-place-self-center-start {
          place-self: center start;
        }

        .lg\:hdt-place-self-center-end {
          place-self: center end;
        }

        .lg\:hdt-place-self-end {
          place-self: end;
        }

        .lg\:hdt-place-self-end-start {
          place-self: end start;
        }

        .lg\:hdt-place-self-end-center {
          place-self: end center;
        }

      }

      /*================ 4.2.4. Other ================*/
      .hdt-oh {
        overflow: hidden;
      }
      .hdt-ov {
        overflow: visible;
      }
      .hdt-pe-none {
        pointer-events: none;
      }
      .hdt-fixed {
        position: fixed;
      }
      .hdt-relative {
        position: relative;
      }
      .hdt-absolute {
        position: absolute;
      }
      .hdt-top-0 {
        top: 0;
      }
      .hdt-bottom-0 {
        bottom: 0;
      }
      .dir--ltr .hdt-left-0 {
        left: 0;
      }
      .dir--ltr .hdt-right-0 {
        right: 0;
      }
      .dir--rtl .hdt-left-0 {
        right: 0;
      }
      .dir--rtl .hdt-right-0 {
        left: 0;
      }
      .hdt-flex-col {
        flex-direction: column;
      }
      .hdt-grid-1x1 {
        grid-area: 1 / -1;
      }
      .hdt-w-full {
        width: 100%;
      }
      .hdt-h-full {
        height: 100%;
      }
      .hdt-truncate {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden;
      }
      .hdt-line-clamp {
        -webkit-line-clamp: var(--line-clamp-count, 2);
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
      }
      hdt-need-checked-to-use [disabled] {
        opacity: 0.5;
        pointer-events: none;
      }
      @media (min-width: 1025px) {
        .hdt-scrollbar-light {
          --color-scrollbar-track: 255 255 255;
          --color-scrollbar-thumb: 255 255 255;
        }
        .hdt-parent-scrollbar ::-webkit-scrollbar,
        .hdt-current-scrollbar::-webkit-scrollbar {
          height: 5px; /* height of horizontal scrollbar */
          width: 5px;  /* width of vertical scrollbar */
        }
        .hdt-parent-scrollbar ::-webkit-scrollbar-track,
        .hdt-current-scrollbar::-webkit-scrollbar-track {
          background-color: rgb(var(--color-scrollbar-track) / .05)
        }
        .hdt-parent-scrollbar ::-webkit-scrollbar-thumb,
        .hdt-current-scrollbar::-webkit-scrollbar-thumb {
          background-color: rgb(var(--color-scrollbar-thumb) / .12);
          border-radius: 8px;
        }
      }

    /*================ 4.3. Grid ================*/

      /*================ 4.3.1. Grid CSS ================*/
        .hdt-row-grid {
          display: grid;
          column-gap: var(--spacing-x);
          row-gap: var(--spacing-y);
          grid-template-columns: repeat(var(--cols,1), minmax(0, 1fr));
        }
        .hdt-row-grid--modify {
          --col-width: calc(100% / var(--cols) - var(--spacing-x) * ((var(--cols) - 1) / var(--cols)));
          --col-grid: auto / repeat(auto-fit, var(--col-width));
          grid: var(--col-grid);
        }
        .hdt-grid-cols-0,
        .hdt-grid-cols-1 {
          --cols: 1;
        }
        .hdt-grid-cols-2 {
          --cols: 2;
        }
        .hdt-grid-cols-3 {
          --cols: 3;
        }
        .hdt-grid-cols-4 {
          --cols: 4;
        }
        .hdt-grid-cols-5 {
          --cols: 5;
        }
        .hdt-grid-cols-6 {
          --cols: 6;
        }
        @media (min-width: 768px) {
          .md\:hdt-grid-cols-0,
          .md\:hdt-grid-cols-1 {
            --cols: 1;
          }
          .md\:hdt-grid-cols-2 {
            --cols: 2;
          }
          .md\:hdt-grid-cols-3 {
            --cols: 3;
          }
          .md\:hdt-grid-cols-4 {
            --cols: 4;
          }
          .md\:hdt-grid-cols-5 {
            --cols: 5;
          }
          .md\:hdt-grid-cols-6 {
            --cols: 6;
          }
          .md\:hdt-grid-cols-12 {
            --cols: 12;
          }
        }
        @media (min-width: 1150px) {
          .lg\:hdt-grid-cols-0,
          .lg\:hdt-grid-cols-1 {
            --cols: 1;
          }
          .lg\:hdt-grid-cols-2 {
            --cols: 2;
          }
          .lg\:hdt-grid-cols-3 {
            --cols: 3;
          }
          .lg\:hdt-grid-cols-4 {
            --cols: 4;
          }
          .lg\:hdt-grid-cols-5 {
            --cols: 5;
          }
          .lg\:hdt-grid-cols-6 {
            --cols: 6;
          }
          .lg\:hdt-grid-cols-12 {
            --cols: 12;
          }
          /* https://web.dev/patterns/layout/twelve-span-grid/ */
          /* .lg\:hdt-grid-col-3 {
            grid-column: 1 / span 3;
          }
          .lg\:hdt-grid-col-9 {
            grid-column: 4 / span 12;
          } */
        }

      /*================ 4.3.2. Flex CSS ================*/
       .hdt-row-flex {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          column-gap: var(--spacing-x);
          row-gap: var(--spacing-y);
        }
        .hdt-row-flex .hdt-col {
          flex: 0 0 auto;
          max-width: 100%;
          width: calc(100% / var(--cols) - (var(--spacing-x, 0px) * calc( var(--cols) - 1) / var(--cols)));
        }
        .hdt-flex-cols-1 {
          --cols: 1;
        }
        .hdt-flex-cols-2 {
          --cols: 2;
        }
        .hdt-flex-cols-3 {
          --cols: 3;
        }
        .hdt-flex-cols-4 {
          --cols: 4;
        }
        .hdt-flex-cols-5 {
          --cols: 5;
        }
        .hdt-flex-cols-6 {
          --cols: 6;
        }

        /* .hdt-row-flex .hdt-col.hdt-col-10 {
          flex: 0 0 10%;
          max-width: 10%;
        }
        .hdt-row-flex .hdt-col.hdt-col-16,
        .hdt-row-flex .hdt-col.hdt-col-17 {
          flex: 0 0 16.6666667%;
          max-width: 16.6666667%;
        }
        .hdt-row-flex .hdt-col.hdt-col-20 {
          flex: 0 0 20%;
          max-width: 20%;
        }
        .hdt-row-flex .hdt-col.hdt-col-25 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .hdt-row-flex .hdt-col.hdt-col-33,
        .hdt-row-flex .hdt-col.hdt-col-34 {
          flex: 0 0 33.3333%;
          max-width: 33.3333%;
        }
        .hdt-row-flex .hdt-col.hdt-col-40 {
          flex: 0 0 40%;
          max-width: 40%;
        }
        .hdt-row-flex .hdt-col.hdt-col-50 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .hdt-row-flex .hdt-col.hdt-col-60 {
          flex: 0 0 60%;
          max-width: 60%;
        }
        .hdt-row-flex .hdt-col.hdt-col-66,
        .hdt-row-flex .hdt-col.hdt-col-67 {
          flex: 0 0 66.6666%;
          max-width: 66.6666%;
        }
        .hdt-row-flex .hdt-col.hdt-col-75 {
          flex: 0 0 75%;
          max-width: 75%;
        }
        .hdt-row-flex .hdt-col.hdt-col-80 {
          flex: 0 0 80%;
          max-width: 80%;
        }
        .hdt-row-flex .hdt-col.hdt-col-83,
        .hdt-row-flex .hdt-col.hdt-col-84 {
          flex: 0 0 83.3333333%;
          max-width: 83.3333333%;
        }
        .hdt-row-flex .hdt-col.hdt-col-90 {
          flex: 0 0 90%;
          max-width: 90%;
        } */
        @media (min-width: 768px) {
          .md\:hdt-flex-cols-1 {
            --cols: 1;
          }
          .md\:hdt-flex-cols-2 {
            --cols: 2;
          }
          .md\:hdt-flex-cols-3 {
            --cols: 3;
          }
          .md\:hdt-flex-cols-4 {
            --cols: 4;
          }
          .md\:hdt-flex-cols-5 {
            --cols: 5;
          }
          .md\:hdt-flex-cols-6 {
            --cols: 6;
          }
        }
        @media (min-width: 1150px) {
          .lg\:hdt-flex-cols-1 {
            --cols: 1;
          }
          .lg\:hdt-flex-cols-2 {
            --cols: 2;
          }
          .lg\:hdt-flex-cols-3 {
            --cols: 3;
          }
          .lg\:hdt-flex-cols-4 {
            --cols: 4;
          }
          .lg\:hdt-flex-cols-5 {
            --cols: 5;
          }
          .lg\:hdt-flex-cols-6 {
            --cols: 6;
          }
          .lg\:hdt-flex-cols-7 {
            --cols: 7;
          }
          .lg\:hdt-flex-cols-8 {
            --cols: 8;
          }
        }
    /*================ 4.4. Reveal In View ================*/
    @media (prefers-reduced-motion: no-preference) {
      .hdt-reveal-in-view:root {
      --animation-slide-in: revealSlideIn var(--duration-extra-long) cubic-bezier(0, 0, 0.3, 1) forwards;
      --animation-fade-in: reveaFadeIn var(--duration-extra-long) cubic-bezier(0, 0, 0.3, 1);
      }
      .hdt-reveal-in-view :where([hdt-reveal="fade-in"], [hdt-reveal="slide-in"]):not([animationend]) {
        opacity: 0.01;
      }

      .js hdt-reval-items[reveal-on-scroll=true] :where(.hdt-card-product, .hdt-reval-item, .hdt-search-item),
      .js [reval] {
        opacity:0;
      }
      .hdt-reveal-in-view [hdt-reveal="slide-in"]:not([animationend]) {
        transform: translateY(2rem);
      }

      .hdt-reveal-in-view [hdt-reveal="fade-in"]:not(.hdt-reveal--offscreen, [animationend]) {
        opacity: 1;
        animation: var(--animation-fade-in);
      }

      .hdt-reveal-in-view [hdt-reveal="slide-in"]:not(.hdt-reveal--offscreen, [animationend]) {
        animation: var(--animation-slide-in);
        animation-delay: calc(var(--animation-order) * 75ms);
      }

      .hdt-reveal-in-view :where([hdt-reveal="fade-in"].hdt-reveal--design-mode, [hdt-reveal="slide-in"].hdt-reveal--design-mode, [hdt-reveal]:not(.hdt-reveal--offscreen).hdt-reveal--cancel):not([animationend]) {
        opacity: 1;
        animation: none;
        transition: none;
      }

      .hdt-reveal-in-view [hdt-reveal="slide-in"].hdt-reveal--design-mode:not([animationend]) {
        transform: translateY(0);
      }

      @keyframes revealSlideIn {
        from {
          transform: translateY(2rem);
          opacity: 0.01;
        }
        to {
          transform: translateY(0);
          opacity: 1;
        }
      }

      @keyframes reveaFadeIn {
        from {
          opacity: 0.01;
        }
        to {
          opacity: 1;
        }
      }
    }
    /*================ 4.5. Color Schemes ================*/
    .hdt-s-gradient {
      background: rgb(var(--color-background));
      background: var(--gradient-background);
      /* background-attachment: fixed; */
    }
    .hdt-s-text {
      color: rgb(var(--color-foreground));
    }
    .hdt-s-text2 {
      color: rgb(var(--color-foreground2));
    }

  /*================ 4.6. Ratio and Object ================*/
    .hdt-ratio > *:not(.zoom),
    .hdt-ratio model-viewer {
      display: block;
      max-width: 100%;
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
    }
    .hdt-ratio--contain .hdt-ratio > img,
    .hdt-object-contain {
      object-fit: contain;
    }
    .hdt-object-center {
      object-position: center;
    }
    .hdt-object-cover {
      object-fit: cover;
    }
    .hdt-object-fill {
      object-fit: fill;
    }
    .hdt-ratio {
      display: flex;
      width: 100%;
      position: relative;
      align-items: stretch;
    }
    .hdt-ratio::before {
      content: '';
      width: 0;
      height: 0;
      display: block !important;
      padding-bottom: var(--ratio-percent);
    }
    .hdt-ratio--smart::before {
      content: '';
      display: block !important;
      padding-bottom: var(--ratio-percent);
      grid-area: 1/-1;
    }

    .hdt-ratio-3-2 {
      --ratio-percent: 150%;
    }

    .hdt-ratio--asos {
      --ratio-percent: 127.7777778%;
    }

    .hdt-ratio--portrait {
      --ratio-percent: 125%;
    }

    .hdt-ratio--square {
      --ratio-percent: 100%;
    }

    .hdt-ratio-4-3 {
      --ratio-percent: 75%;
    }

    .hdt-ratio--landscape {
     --ratio-percent: 66.6%;
    }

    /* .hdt-ratio--cropped {
     --ratio-percent: 56%;
    } */

    /* .hdt-ratio--16-9,
    .hdt-ratio--video {
     --ratio-percent: 56.25%;
    } */

    .hdt-ratio--circle {
      --ratio-percent: 100%;
      border-radius: 50%;
    }

    .hdt-ratio--adapt_image .hdt-ratio {
      --ratio-percent: calc(100% / (var(--aspect-ratioapt)))
    }
    @media screen and (min-width: 768px) {
      /* .md\:hdt-ratio--16-9,
      .md\:hdt-ratio--video {
        --ratio-percent: 56.25%;
      } */
      /* .md\:hdt-smart-bg-url {
        --bg-image-url: var(--bg-image-url-md) !important;
      } */
      .md\:hdt-ratio--adapt_image .hdt-ratio {
        --aspect-ratioapt: var(--aspect-ratioapt-md) !important;
        --ratio-percent: calc(100% / (var(--aspect-ratioapt)))
      }
    }

    /* @media screen and (min-width: 990px) {
      .hdt-ratio--cropped {
        padding-bottom: 63%;
      }
    } */
    @media screen and (max-width: 767px) {
      .hdt-object-pos-mb {
        object-position: var(--object-pos-mb, 50% 50%) !important
      }
    }

    /*================ 4.7. Header ================*/
    .hdt-section-header.shopify-section-group-header-group {
      z-index: 20;
    }
    .shopify-section-group-header-group {
      z-index: 23;
    }
    .hdt-section-header {
      position: sticky;
    }
    .shopify-section-header-sticky {
      top: 0;
    }
    .hdt-section-header ~ .shopify-section-group-header-group {
      z-index: initial;
    }
    .shopify-section-header-hidden {
      top: calc(-1 * var(--header-height));
    }
    .shopify-section-header-hidden.menu-open {
      top: 0;
    }
    .hdt-section-header.animate {
      transition: top 0.15s ease-out;
    }
    .hdt-sticky-header {
      --show-transparent-logo: 0;
      transition: background-color .2s, color .2s, border .2s, box-shadow .2s;
    }
    .hdt-header__logo {
      width: var(--header-logo-width);
      height: var(--header-logo-height);
      max-width: 100%;
      opacity: calc(1 - var(--show-transparent-logo));
      transition: opacity .2s;
    }
    .hdt-header__logo--transparent {
      opacity: var(--show-transparent-logo);
    }
    .hdt-header__logo:not(.hdt-header__logo--transparent):last-child {
      --show-transparent-logo: 0;
    }
    .hdt-header__logo-link {
      display: grid;
      place-items: center;
      text-decoration: none;
      word-break: break-word;
      position: relative
    }
    .hdt-header__logo-link > span {
      line-height: 1;
    }
    h1.hdt-header__logo-wrapper {
      margin: 0;
      line-height: 0;
      font-size: 0;
      padding: 0.75rem;
    }
    :where(.hdt-mega-menu, .hdt-dropdown-menu) {
      position: absolute;
      top: 100% !important;
      left: 0;
      right: auto;
      min-width: 20rem;
      max-width: calc(100vw - var(--scrollbar-w, 0px));
      width: var(--mega-width, 100%);
      padding: 20px;
      background-color: var(--gradient-background, #f5f5f5);
    }
    [position="center_on_screen"] :where(.hdt-mega-menu, .hdt-dropdown-menu) {
      left: 50%;
    }
    .hdt-dropdown-menu {
      max-width: 30rem;
      width: max-content;
    }
    .hdt-main-header {
      font-family: "D-DIN-BOLD";
    }
    /* Transparent */
    /* @supports selector(:has(> *)) {
      :has(.section-allow-transparent.hdt-section:first-child):not(:has(.hdt-section-header + .shopify-section-group-header-group)) .hdt-sticky-header {
        position: relative;
      }
      :has(.section-allow-transparent.hdt-section:first-child):not(:has(.hdt-section-header + .shopify-section-group-header-group)) .hdt-sticky-header:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        clip-path: inset(0 0 100% 0);
        z-index: -1;
        background: rgb(var(--color-background));
        background: var(--gradient-background);
        transition: clip-path .25s ease;
      }
      :has(.section-allow-transparent.hdt-section:first-child):not(:has(.hdt-section-header + .shopify-section-group-header-group)) .hdt-sticky-header:hover {
        background: transparent;
      }
      :has(.section-allow-transparent.hdt-section:first-child):not(:has(.hdt-section-header + .shopify-section-group-header-group)) .hdt-sticky-header:hover:before {
        clip-path: inset(0);
      }
    } */
    /* end Transparent */
  /* ==========================================================================
    5. COMPONENT
    ========================================================================== */

    /*================ 5.0. Products ================*/
      /* Effect filter */
      .shopify-section[loading], .hdt-quantity__button svg {
        pointer-events: none;
      }
      .shopify-section[loading] hdt-reval-items {
        opacity: 0.5;
      }
      /*================ 5.0.1. Product card ================*/
      .hdt-card-align-left {
        text-align: start;
        justify-items: start;
      }
      .hdt-card-align-left :where(.hdt-color-list, .hdt-size-list) {
        justify-content: start;
      }
      .hdt-card-align-center {
        text-align: center;
        justify-items: safe center;
      }
      .hdt-card-align-center :where(.hdt-color-list, .hdt-size-list) {
        justify-content: safe center;
      }
      .hdt-card-align-right {
        text-align: end;
        justify-items: end;
      }
      .hdt-card-align-right :where(.hdt-color-list, .hdt-size-list, .hdt-price__list,.hdt-price-wrapp) {
        justify-content: end !important;
      }
      .hdt-card-align-right .hdt-card-product .hdt-product-btns .hdt-ultra_btn_parent {
        justify-content: end;
      }
      .hdt-card-product__media {
        position: relative;
        border-radius: var(--radius-product-media);
        &.hdt-ezz-light-bg {
          padding: 15px;
        }
      }
      .hdt-card-product__media-wrapp {
        overflow: hidden;
      }
      .hdt-card-product__media .hdt-placeholder-svg {
        border-radius: var(--radius-product-media);
      }
      .hdt-card-product__media :where(.hdt-card-product__btn-wishlist, .hdt-card-product__btn-compare) {
        position: absolute;
        z-index: 4;
      }
      .hdt-card-product .hdt-cd--complete.hdt-cd--hide {
        display: none;
      }
      .hdt-card-product__media--hover {
        display: none !important;
      }
      .hdt-card-product .hdt-product-btns {
        font-family: "LucetteItalic";
        text-transform: none;
      }
      @media screen and (pointer: fine) {
        .hdt-card-product__media--hover {
          display: block !important;
          background-color: rgb(var(--color-base-background));
          opacity: 0;
          transition: none;
        }
        .hdt-card-product__media.hdt-ezz-light-bg {
          .hdt-card-product__media--hover {
            background-color: #FFFAD9;
          }
        }
        .hdt-card-product__media:hover .hdt-card-product__media--hover {
          opacity: 1;
        }
      }
      @media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
        .hdt-card-product__media--hover {
          transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
        }
        /*
        0. No animation
        */
        .hdt-pr-img__effect-none .hdt-card-product__media--hover {
            transition: none;
        }
        /*
        1. Opacity
        */
        .hdt-pr-img__effect-opacity .hdt-card-product__media--hover {
          transition: all .3s ease;
        }

        /* 2. Zoom */
        .hdt-pr-img__effect-zoom .hdt-card-product__media:hover .hdt-card-product__media--hover {
          transform: scale(1.09);
        }

        /* 3. Move Bottom */
        .hdt-pr-img__effect-move_bottom .hdt-card-product__media--main {
          opacity: 1;
          transition: transform .4s ease;
        }
        .hdt-pr-img__effect-move_bottom .hdt-card-product__media--hover {
          transform: translate(-0,-100%);
          transition: transform .4s ease;
          opacity: 1;
        }
        .hdt-pr-img__effect-move_bottom .hdt-card-product__media:hover .hdt-card-product__media--main:not(:only-child) {
            transform: translateY(100%);
        }
        .hdt-pr-img__effect-move_bottom .hdt-card-product__media:hover .hdt-card-product__media--hover {
            transform: translate(0,0);
        }

        /* 4. Flip Card */
        @supports selector(:has(> *)) {
          .hdt-pr-img__effect-flip .hdt-card-product__media:has(.hdt-card-product__media--hover) {
            perspective: 1000px;
          }
          .hdt-pr-img__effect-flip .hdt-card-product__media:has(.hdt-card-product__media--hover) .hdt-card-product__media-wrapp {
            transition: transform 0.6s;
            transform-style: preserve-3d;
            overflow: visible;
          }
          .hdt-pr-img__effect-flip .hdt-card-product__media:has(.hdt-card-product__media--hover) .hdt-card-product__media-wrapp img {
            backface-visibility: hidden;
            opacity: 1;
          }
          .hdt-pr-img__effect-flip .hdt-card-product__media:has(.hdt-card-product__media--hover):hover .hdt-card-product__media-wrapp,
          .hdt-pr-img__effect-flip .hdt-card-product__media--hover {
            transform: rotateY(180deg);
          }
        }

        /* 5. Rotate Zoom */
        .hdt-pr-img__effect-rotate .hdt-card-product__media--hover {
            transition:  opacity .5s, transform 1.4s cubic-bezier(0,0,.44,1.18);
        }
        .hdt-pr-img__effect-rotate .hdt-card-product__media:hover .hdt-card-product__media--hover {
            -webkit-transform: scale(1.25) rotate(10deg);
            transform: scale(1.25) rotate(10deg);
        }
      }
      .hdt-price__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: self-end;
        gap: 1rem;
        line-height: 1;
      }
      .hdt-price {
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
      }
      .hdt-price-wrapp {
        color: rgb(var(--color-pr-price));
      }
      .hdt-price .hdt-money {
        white-space: nowrap;
      }
      .hdt-compare-at-price {
        text-decoration: line-through;
        color: rgb(var(--color-pr-price) / .55);
        font-size: 1.3rem;
      }
      .hdt-compare-at-price:not([hidden]) + .hdt-price:not(.hdt-price-item--range) {
        color: rgb(var(--color-pr-sale-price));
      }
      .hdt-unit-price {
        display: block;
        font-size: 1.1rem;
        letter-spacing: 0.04rem;
        line-height: 1.2;
        margin-top: 0.2rem;
        text-transform: uppercase;
        color: rgba(var(--color-pr-price) / .7);
      }
      .hdt-volume-pricing-note {
        padding: 2.5px 8px;
        background-color: rgb(var(--color-success-background));
        color: rgb(var(--color-success-text));
        display: inline-block;
        border-radius: 4px;
        width: auto;
      }
      .hdt-card-product__media + .hdt-card-product__info {
        margin-top: 2rem;
      }
      .hdt-card-product__info {
        color: rgb(var(--color-pr-text));
        display: grid;
        gap: .5rem;
      }
      .hdt-color-list {
        width: 100%;
        gap: 1rem;
        row-gap: 1.5rem;
        column-gap: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        --color-sold-out: #222;
      }
      .hdt-color-list-item {
        will-change: transform, opacity;
      }
      /* .hdt-color-list-item [type="radio"]:not([data-vimg]) + label {
        cursor: default;
      } */
      .hdt-color-list-color {
        width: 2rem;
        height: 2rem;
        display: grid;
        position: relative;
        background: var(--hdt-bg-image, none) center / cover;
        background-color: var(--hdt-bg-color, #e5e5e5);
        box-shadow: 0 0 0 .1rem rgb(var(--color-line-border)) inset;
        transition: box-shadow .25s cubic-bezier(0, 0, 0.44, 1.18);
        will-change: box-shadow;
      }
      [type="radio"]:checked + .hdt-color-list-color {
        box-shadow: 0 0 0 .2rem rgb(var(--color-pr-text)) inset;
      }
      .hdt-color-list-color[unavailable] {
        opacity: .9;
      }
      .hdt-color-list-color[unavailable]:after {
        content: "";
        width: 90%;
        height: .1rem;
        background: var(--color-sold-out);
        display: block;
        position: absolute;
        z-index: 22;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(135deg);
      }
      .hdt-color-list-item.is--color-limit,
      .is--color-limit ~ :not(.is--color-link) {
        display: none;
      }
      .hdt-color-list-item.is--color-link > a {
        display: block;
        background-color: rgb(var(--color-background));
        color: rgb(var(--color-foreground));
        box-shadow: 0 0 0 .1rem rgb(var(--color-line-border)) inset;
        padding: 0 0.8rem;
        font-size: 1.2rem;
        border-radius: 1rem;
        min-height: 2rem;
      }
      .hdt-color-list[auto-limit] .hdt-color-list-item.is--color-link {
        opacity: 0
      }
      .hdt-bg-color-white {
        border: 1px solid #ddd;
        --hdt-bg-color: #fff;
      }
      .hdt-size-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 1rem;
        line-height: 1;
      }
      .hdt-size-list:has(.hdt-size-count) {
        justify-content: center;
      }
      .hdt-size-list svg{
        width: 1em;
        height: 1em; 
      }
      .hdt-size-list-item[unavailable] {
        opacity: .3;
        text-decoration: line-through;
      }
      .hdt-hidden-product-price .hdt-card-product__info .hdt-price-wrapp {
        display: none;
      }

      /*================ 5.0.2. Product main ================*/
      :where(hdt-buy-buttons,
      hdt-product-media,
      hdt-slider-thumb,
      hdt-variant-live,
      hdt-share-button,
      hdt-variant-inventory) {
        display: block
      }
      .hdt-variant-picker{
        /* display: flex;
        flex-direction: column;
        gap: 2rem; */
      }
      span[update-value] {
        display: inline-block;
      }
      .hdt-product-form__label {
        margin-bottom: 1rem;
      }
      .hdt-product-form__input input[type='radio']:not(.is-disabled) + label > .sr-only:first-child {
        display: none;
      }
      .hdt-product-form__input input[type=radio]:disabled+label:not(.is-type-color),
      .hdt-product-form__input input[type=radio].is-disabled+label:not(.is-type-color),
      .hdt-popover-variant hdt-richlist button.is-disabled{
        opacity: .5;
        border-color: rgba(var(--color-foreground),.1);
        color: rgba(var(--color-foreground),.6);
        text-decoration: line-through;
      }
      input[type=radio].is-unavailable,
      input[type=radio].is-unavailable + label,
      [hide-sold-out-variants] input[type=radio].is-disabled,
      [hide-sold-out-variants] input[type=radio].is-disabled + label,
      hdt-richlist button.is-unavailable,
      [hide-sold-out-variants] hdt-richlist button.is-disabled {
        display: none !important;
      }
      .hdt-product-form_value.is-type-block,
      .hdt-product-form_value.is-type-block_with_color {
        padding: 0.5rem 1rem;
        border: 1px solid #ddd;
        display: inline-block;
      }
      input[type=radio]:checked+.hdt-product-form_value.is-type-block,
      input[type=radio]:checked+.hdt-product-form_value.is-type-block_with_color {
        background-color: #000;
        color: #fff;
      }
      .hdt-product-form_value.is-type-color  hdt-tooltip{
        border: 2px solid transparent;
      }
      input[type=radio]:checked+.hdt-product-form_value.is-type-color hdt-tooltip,
      .hdt-product-form_value.is-type-color.is-selected  hdt-tooltip{
        border-color: #000;
      }
      .hdt-variant-picker {
        --swatch-size: 2rem;
        --swatch-radius: 50%
      }
      .hdt-variant-picker [type="image"] {
        --swatch-size: 4.4rem;
        --swatch-radius: 0;
      }
      .hdt-product-form_value.is-type-color img {
        height: 100%;
        object-fit: cover;
      }
      .hdt-product-form_value.is-type-color hdt-tooltip{
        /* background: var(--hdt-bg-image, none) center / cover no-repeat;
        background-color: var(--hdt-bg-color, #e5e5e5); */
        width: var(--swatch-size);
        height: var(--swatch-size);
        border-radius: var(--swatch-radius);
        padding: 0;
        display: inline-block;
      }
      .hdt-product-form__values {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
      }
      .hdt-product-form_value:where(.is-type-block_with_color,.is-type-dropdown_with_color) {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
      }
      .hdt-product-form_value.is-type-dropdown_with_color {
        display: flex;
      }
      .hdt-product-form_value:where(.is-type-block_with_color,.is-type-dropdown_with_color) .hdt-block-swatch__color {
        background: var(--hdt-bg-image, none) center / cover;
        background-color: var(--hdt-bg-color, #e5e5e5);
        border-radius: 50%;
        content: '';
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
      }
      .hdt-product-form__input input[type=radio].is-disabled + .is-type-color {
        position: relative;
        --color-sold-out: #222;
        --sold-out-height: 1px;
        opacity: .5;
      }
      .hdt-product-form__input input[type=radio].is-disabled + .is-type-color:after {
          content: '';
          width: 90%;
          height: var(--sold-out-height);
          background: var(--color-sold-out);
          display: block;
          position: absolute;
          z-index: 22;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(135deg);
      }
      .hdt-product-info__list {
        --product-margin-end: 1.5rem;
      }
      .hdt-product-info__list > :not(:last-child) {
        margin-block-end: var(--product-margin-end);
      }
      .hdt-product-form__input hdt-richlist {
        display: block;
      }
      .hdt-product-form__input .hdt-popover::part(body) {
        padding: 0;
      }
      .hdt-product-form__input hdt-richlist button {
        width: 100%;
        text-align: start;
      }
      .hdt-wishlist-compare-wrap {
          display: flex;
          gap: 1.5rem;
      }
      .hdt-wishlist-compare-wrap:empty {
        display: none;
      }
      @media only screen and (min-width: 768px) {
        .hdt-product-form__input .hdt-popover {
          width: 100%;
          max-width: 100%;
        }
      }
      /* Product media layout */
      hdt-product-media {
        display: flex;
        flex-direction: column;
        gap: 1rem;
      }
      .hdt-product__media {
        max-width: var(--mw-media);
        margin: 0 auto;
      }
      .hdt-slider__slide[hidden] {
        position: absolute;
      }
      .hdt-product-media__thumb img {
        width: 100%;
      }
      hdt-slider-thumb.stagger-finished .hdt-thumbnail__media {
        transition: .3s ease-in-out;
      }
      hdt-slider-thumb.stagger-finished .hdt-thumbnail__media:not(.is-thumb-selected) {
        opacity: .5 !important;
      }
      .hdt-ratio > *.hdt-thumbnail__badge {
        width: 2rem;
        height: 2rem;
        background-color: #fff;
        color: #222;
        z-index: 2;
        left: auto;
        top: 0.2rem;
        right: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        box-shadow: 0 0 5px #00000017;
      }
      .hdt-thumbnail__badge svg {
        width: var(--thumb-badge-icon,1.1rem);
        height:var(--thumb-badge-icon,1.1rem);
      }
      .hdt-product-media :where(img, iframe, model-viewer, video) {
        border-radius: var(--radius-product-media);
        overflow: hidden;
      }
      .hdt-product-media hdt-slider-thumb img {
        border-radius: calc(var(--radius-product-media) / 2);
      }
      .hdt-product-info__list > .hdt-product__title {
        letter-spacing: -1px;
      }
      .hdt-product-info__list .hdt-simple-text {
        font-size: var(--font-size, var(--text-xs));
      }
      .hdt-product-info__list:has(> .hdt-product-info__item--qty-chosen) .hdt-product-info__item--quantity-selector {
        display: none !important;
      }
      .hdt-product-info__item--qty-chosen {
        box-shadow: 0px 1px 4px 0px color-mix(in srgb, rgb(var(--color-foreground)) 100%, transparent 75%);
        border-radius: 20px;
        padding: 20px 30px;
      }
      .hdt-product-info__item--qty-chosen legend {
        font-size: 24px;
      }
      .hdt-quantity-chosen hdt-quantity-wrapp, .hdt-quantity-chosen input[name="quantity"] {
        display: none !important;
      }
      .hdt-qty-chosen-fieldset .hdt-qty-chosen-list {
        display: flex;
        gap: 22px;
        align-items: center;
      }
      .hdt-qty-chosen-fieldset .hdt-qty-chosen-list [name="qty"] {
        display: none;
      }
      .hdt-qty-chosen-fieldset .hdt-qty-chosen-list > label {
        flex: none;
        display: inline-flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        border: 1px solid rgb(var(--color-foreground));
        border-radius: 50%;
      }
      .hdt-qty-chosen-fieldset .hdt-qty-chosen-list > label:hover {
        background: color-mix(in srgb, rgb(var(--color-foreground)) 100%, transparent 99%);
      }
      .hdt-qty-chosen-fieldset .hdt-qty-chosen-list > label:has(> input[type="radio"][name="qty"]:checked) {
        background: rgb(var(--color-foreground));
        color: #fff;
      }
      .hdt-qty-chosen-desc + .hdt-qty-chosen-list {
        margin-top: 10px;
      }
      .hdt-product-form__buttons .hdt-product-form-buttons {
        flex-direction: column;
        gap: calc(var(--product-margin-end) * 2) !important;
      }
      .hdt-product-info__item .appstle_widget_title {
        font-size: 24px;
        font-family: 'D-DIN-BOLD';
      }
      .appstle_subscription_wrapper_option .hdt-bottle-unit-price {
        display: block;
      }
      .appstle_subscription_amount_wrapper, .appstle_one_time_details_wrapper {
        .transcy-money {
          font-family: 'D-DIN-BOLD';
        }
      }
      .hdt-product-form__buttons .hdt-product-form-buttons [class*="appstle_sub_widget"] {
        box-shadow: 0px 1px 4px 0px color-mix(in srgb, rgb(var(--color-foreground)) 100%, transparent 75%);
        border-radius: 20px;
        padding: 20px 30px;
        margin-top: var(--product-margin-end) !important;
      }
      .hdt-product-form__buttons .hdt-product-form-buttons [class*="appstle_sub_widget"] .appstle_subscription_wrapper_option {
        border: none !important;
        padding-block: 0 !important;
      }
      .hdt-product-form__buttons .hdt-product-form-buttons [class*="appstle_sub_widget"] .appstle_circle {
        width: 25px !important;
        height: 25px !important;
        border: 3px solid rgb(var(--color-foreground)) !important;
      }
      .hdt-product-form__buttons .hdt-product-form-buttons [class*="appstle_sub_widget"] input[type=radio]:checked + label .appstle_circle  {
        border-color: color-mix(in srgb, rgb(var(--color-foreground)) 100%, transparent 75%) !important;
        background: rgb(var(--color-foreground)) !important;
      }
      .hdt-product-form__buttons .hdt-product-form-buttons [class*="appstle_sub_widget"] input[type=radio]:checked + label .appstle_dot {
        width: 100% !important;
        height: 100% !important;
        background: rgb(var(--color-foreground)) !important;
      }
      .hdt-product__rating-review {
        box-shadow: 0px 1px 4px 0px color-mix(in srgb, rgb(var(--color-foreground)) 100%, transparent 75%);
        border-radius: 20px;
        padding: 20px 30px;
        margin-top: var(--product-margin-end) !important;
      }
      .hdt-rating-review-stars {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 15px;
      }

      @media only screen and (min-width: 1150px) {
        .hdt-product-media.hdt-product-media__layout-thumbnail_left {
          flex-direction: row-reverse;
        }
        .hdt-product-media.hdt-product-media__layout-thumbnail_right {
          flex-direction: row;
        }
        .hdt-product-media:is(.hdt-product-media__layout-thumbnail_left, .hdt-product-media__layout-thumbnail_right) .hdt-product-media__main {
          width: 86%;
        }
        .hdt-product-media:is(.hdt-product-media__layout-thumbnail_left, .hdt-product-media__layout-thumbnail_right) .hdt-product-media__thumb {
          --slide-spacing: 1rem;
          width: calc(14% - 1rem);
          padding-inline-start: 0;
        }
        .hdt-product-media:is(.hdt-product-media__layout-thumbnail_left, .hdt-product-media__layout-thumbnail_right) .hdt-product-media__thumb .hdt-slider__container {
          margin-inline-start: 0;
          margin-block-start: calc(var(--slide-spacing) * -1);
          flex-wrap: wrap;
          align-items: normal;
          --slide-size: 100%;
          max-height: 10rem;
          transition: height 0.2s, max-height 0.2s;
        }
        .hdt-product-media:is(.hdt-product-media__layout-thumbnail_left, .hdt-product-media__layout-thumbnail_right) .hdt-product-media__thumb .hdt-slider__slide {
          flex: 0 0 var(--slide-size);
          min-height: 0px;
          padding-block-start: var(--slide-spacing);
          padding-inline-start: 0;
        }
      }
      hdt-model-player .shopify-model-viewer-ui,
      hdt-model-player model-viewer {
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
      }
      .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
        border-radius: 50% !important;
      }
      .hdt-product-form__quantity div:empty {
        display: none;
      }
      .hdt-quantity__label {
        display: block;
      }
      .hdt-quantity__rules {
        margin-top: 1.2rem;
        position: relative;
        font-size: 1.2rem;
      }
      .hdt-quantity__rules .hdt-divider + .hdt-divider:before {
        content: "\2022";
        margin: 0 0.5rem;
      }
      .hdt-product-info__item [update-value] {
        display: inline-block;
      }
      .social-facebook {
        --social-color: #0766ff;
      }
      .social-twitter {
        --social-color: #14171a;
      }
      .social-pinterest {
        --social-color: #bd091c;
      }
      .social-tumblr {
        --social-color: #34475c;
      }
      .social-telegram {
        --social-color: #31a8e0;
      }
      .social-whatsapp {
        --social-color: #24d366;
      }
      .social-email {
        --social-color: #5fb7e0;
      }
      .hdt-share-buttons .hdt-popover::part(content) {
        border-radius: 0.3rem;
        max-height: none;
        padding: 0;
      }
      .hdt-share-buttons .hdt-popover::part(body) {
        padding: 2.2rem 2.6rem 2.6rem;
        max-height: none;
      }
      .hdt-share-button__links {
        --w: 4.88rem;
        display: flex;
        gap: 1rem;
        margin-bottom: 3rem;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
      }
      .hdt-share-button__links a {
        width: var(--w);
        height: var(--w);
        min-width: var(--w);
        display: flex;
        background-color: var(--social-color, #999);
        color: #fff;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
      }
      .hdt-share-button__links svg {
        width: auto;
        height: 1.7rem;
        fill: currentColor;
      }
      .hdt-share-button__wrapp {
        display: flex;
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.3rem;
        border: 1px solid rgb(var(--color-line-border));
      }
      .hdt-share-button__input {
        width: 100%;
        padding: 1rem;
      }
      .hdt-share-button__copy {
        padding: 0 2rem;
        background-color: rgb(var(--color-button));
        color: rgb(var(--color-button-text));
        border: 1px solid rgb(var(--color-button-border));
        border-radius: 0.3rem;
        min-width: 9.2rem;
        text-transform: uppercase;
        font-weight: 500;
      }
      .hdt-share-button__header {
        font-size: 2rem;
        margin-bottom: 3rem;
      }
      .hdt-share-button__header button {
        background-color: transparent;
        border: 0;
      }
      .hdt-share-button__header button svg {
        width: 1.4rem;
        height: 1.4rem;
      }
      .hdt-share-button--native:not([hidden]) + .hdt-share-button {
        display: none !important;
      }
      hdt-variant-inventory > span {
        gap: .5rem
      }
      .hdt-stock-success {
        --color-stock: var(--color-success-text);
      }
      .hdt-stock-warning {
        --color-stock: var(--color-warning-text);
      }
      .hdt-stock-error {
        --color-stock: var(--color-error-text);
      }
      .hdt-stock-status svg {
        color: rgb(var(--color-stock));
      }
      .hdt-stock-status svg circle:first-child {
        fill: rgb(var(--color-stock) / .3);
      }
      .hdt-stock-success:not([hidden]) ~ .hdt-progress-bar {
        --progress-bar: var(--color-success-text);
      }
      .hdt-stock-warning:not([hidden]) ~ .hdt-progress-bar {
        --progress-bar: var(--color-warning-text);
      }
      .hdt-stock-error:not([hidden]) ~ .hdt-progress-bar {
        --progress-bar: var(--color-error-text);
      }
      @media only screen and (max-width: 1149px) {
        .hdt-mobile-media-layout--2_columns .hdt-product-media__main .hdt-slider {
          --slide-spacing: 10px;
          --slide-size: 50%;
        }
      }
      @media only screen and (min-width: 768px) {
        .hdt-product-media-wrapps, .hdt-product-info__list {
          position: sticky;
          top: 3rem;
          align-self: start;
        }
        .hdt-share-button__links {
          --w: 4.4rem;
        }
        .hdt-share-button__header {
          justify-content: space-between;
          gap: 1rem;
        }
        .hdt-share-buttons .hdt-popover {
          max-width: max-content;
          box-shadow: 0px 10px 22px 0 rgba(0,0,0, 0.15);
          border-radius: 0.3rem;
        }
        .hdt-desktop-media-position-right {
          flex-direction: row-reverse;
        }
      }
      @media only screen and (min-width: 1150px) {
        .hdt-product-media__layout-column .hdt-product-media__main .hdt-slider__container {
          --grid-media-spacing-y: 2rem;
          --grid-media-spacing-x: 0;
        }
        :is(.hdt-product-media__layout-stacked, .hdt-product-media__layout-column, .hdt-product-media__layout-2_columns) .hdt-product-media__main .hdt-slider__container {
          --grid-media-spacing-y: 1rem;
          --grid-media-spacing-x: 1rem;
          flex-wrap: wrap;
          align-items: normal;
          gap: var(--grid-media-spacing-y) var(--grid-media-spacing-x);
        }
        :is(.hdt-product-media__layout-stacked, .hdt-product-media__layout-2_columns) .hdt-product-media__main .hdt-slider__slide {
          max-width: calc(50% - var(--grid-media-spacing-x) / 2);
        }
        .hdt-product-media__layout-stacked .hdt-product-media__main .hdt-slider__slide:not([hidden]):not(.hdt-slider__slide:not([hidden])~.hdt-slider__slide:not([hidden])) {
          max-width: 100%;
        }
        .hdt-product-media-wrapp {
        width: calc(var(--pr-media-width) - (var(--spacing-x, 0px) / 2)) !important
        }
        .hdt-product-info-wrapp {
        width: calc(100% - var(--pr-media-width) - (var(--spacing-x, 0px) / 2)) !important
        }
      }

      :is(.hdt-icon__color-error, .hdt-icon-error) {
        color: rgb(var(--color-error-text));
      }
      :is(.hdt-icon__color-success, .hdt-icon-success) {
        color: rgb(var(--color-success-text));
      }
      .js .hdt-recipient-fields,
      .no-js :is(.hdt-recipient-checkbox,.hdt-recipient-label),
      .hdt-recipient-form>input[type=checkbox]:not(:checked,:disabled)~.hdt-recipient-fields,
      .hdt-recipient-form>input[type=checkbox]:not(:checked)~.hdt-form__message-wrapper,
      .hdt-recipient-email-label  {
        display: none;
      }
      .hdt-recipient-form {
        display: block;
        margin-bottom: 2rem;
      }
      .hdt-recipient-form>input[type=checkbox]:checked~.hdt-recipient-fields {
        display: block;
        animation: animateMenuOpen var(--duration-default) ease;
      }
      .js .hdt-recipient-email-label.required,
      .no-js .hdt-recipient-email-label.optional {
        display: inline;
      }
      .hdt-field {
        position: relative;
        --inputs-border-width: .1rem;
      }
      .hdt-field .hdt-field__label {
        font-size: var(--text-base);
        position: absolute;
        inset-inline-start: calc(var(--padding-inline-input) + var(--inputs-border-width));
        top: calc(var(--padding-block-input) + var(--inputs-border-width));
        margin-bottom: 0;
        pointer-events: none;
        transition: top var(--duration-short) ease, transform var(--duration-short) ease, font-size var(--duration-short) ease, opacity var(--duration-short) ease;
        color: rgba(var(--color-foreground),.75);
        letter-spacing: .1rem;
        line-height: 1.5;
        opacity: 0
      }
      .hdt-recipient-fields__field {
        margin-bottom: 2rem;
      }
      .hdt-field__input::placeholder {
        transition: opacity var(--duration-short) ease;
      }
      .hdt-field__input:focus::placeholder {
        opacity: 0;
      }
      .hdt-field__input:focus~.hdt-field__label, .hdt-field__input:not(:placeholder-shown)~.hdt-field__label, .hdt-field__input:-webkit-autofill~.hdt-field__label {
        font-size: var(--text-sm);
        transform: translateY(-50%);
        top: 0;
        letter-spacing: .04rem;
        background-color: rgb(var(--color-background));
        padding: 0 .8rem;
        opacity: 1;
        border-radius: var(--radius-input);
      }
      .hdt-recipient-fields hr {
        margin: 1.6rem auto;
      }
      .hdt-recipient-fields .hdt-field__label {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: calc(100% - 2.5rem);
        overflow: hidden;
      }
      .hdt-form__message {
        align-items: center;
        display: flex;
        font-size: var(--text-base);
        line-height: 1;
        margin-top: 1.5rem;
        gap: 1rem;
      }
      .hdt-recipient-form ul {
        line-height: 1.5;
        padding-inline-start: 4.4rem;
        text-align: start;
        margin: 1rem 0;
        list-style: disc;
      }
      .hdt-recipient-form ul a {
        text-decoration: underline;
      }
      @keyframes animateMenuOpen {
        0% {
          opacity: 0;
          transform: translateY(-1.5rem);
        }

        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }
      .hdt-form__message-wrapper {
        display: flex;
        align-items: flex-start;
        font-size: var(--text-sm);
        align-items: center;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        gap: 0.7rem;
      }
      hdt-pickup-availability[loading] {
        opacity: .3;
      }
      .sr-only:checked + .hdt-compare-color-item {
        display: none !important;
      }
      .sr-only:focus-visible + .hdt-compare-color-item label {
        box-shadow: 0 0 0 0.2rem var(--gradient-background),0 0 0 0.4rem rgb(var(--color-focus));
      }
      button.product__xr-button {
        background-color: rgb(var(--color-foreground) / .05);
        color: rgb(var(--color-foreground));
        display: flex;
        align-items: center;
        padding: 1rem 2rem;
        min-height: 4.4rem;
        gap: .88rem;
        border-radius: var(--radius-button);
        font-weight: var(--font-medium);
      }
      .product__xr-button .hdt-btn .hdt-icon {
        width: 1.4em;
      }
      .product__xr-button[data-shopify-xr-hidden] {
        display: none !important;
        visibility: hidden;
      }
      .hdt-slider-fraction button {
        color: rgb(var(--color-foreground)/.75);
        background: transparent;
        border: none;
        cursor: pointer;
        width: 4.4rem;
        height: 4.4rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .hdt-slider-fraction button[disabled] {
        color: rgb(var(--color-foreground)/.3);
        cursor: not-allowed;
      }
      .hdt-slider-fraction svg {
        height: .8rem;
      }
      .hdt-slider-fraction [name="previous"] svg {
        transform: rotate(calc(90deg * var(--value-logical-flip)));
      }
      .hdt-slider-fraction [name="next"] svg {
        transform: rotate(calc(-90deg * var(--value-logical-flip)));
      }
      .hdt-slider-fraction.hdt-slider-counter {
        color: rgb(var(--color-foreground)/.75);
        gap: .68rem;
      }
      .hdt-slider-fraction.hdt-slider-counter > span {
        min-width: 4.68rem;
      }

    /*================ 5.1. Links ================*/

    /*================ 5.2. Inputs ================*/

    /*================ 5.3. Buttons ================*/

    /*================ 5.4. Forms ================*/

    /*================ 5.5. Table ================*/

    /*================ 5.6. Slider ================*/
    .hdt-slider {
      --slide-spacing: 0px;
      --slide-size: 100%;
    }
    .hdt-slides-2 {
      --slide-size: 50%;
    }
    .hdt-slides-3 {
      --slide-size: 33.3333%;
    }
    .hdt-slides-4 {
      --slide-size: 25%;
    }
    .hdt-slides-5 {
      --slide-size: 20%;
    }
    .hdt-slides-6 {
      --slide-size: 16.6666667%;
    }
    .hdt-slider__viewport {
      position: relative;
      overflow: hidden;
    }
    .hdt-slider__container {
      display: flex;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      margin-inline-start: calc(var(--slide-spacing) * -1);
      transition-property: transform;
      transition-duration: 0ms !important;
      transition-delay: 0ms !important;
    }
    .hdt-slider[autoheight] .hdt-slider__container {
      align-items: flex-start;
      transition: height 0.2s;
    }
    .hdt-slider__slide {
      flex: 0 0 var(--slide-size);
      min-width: 0px;
      padding-inline-start: var(--slide-spacing);
      position: relative;
      transition-property: transform;
    }
    .hdt-slider-nav {
      position: absolute;
      top: calc(var(--gap-arrow, 50%));
      transform: translateY(-50%);
    }
    /* Fade */
    [isfade] .hdt-slider__container {
      transform: none !important;
    }
    [isfade] .hdt-slider__slide {
      transform: none !important;
      /* top: 0;
      left: 0 !important;
      right: 0 !important; */
      opacity: 0;
      transition: opacity 0.5s;
    }
    [isfade] .hdt-slider__slide.is-selected {
      opacity: 1;
      z-index: 1;
      transition: opacity 0.3s;
    }
    [isfade].is--enabled .hdt-slider__container {
      display: grid;
    }
    [isfade].is--enabled .hdt-slider__slide {
      grid-area: 1/1;
    }
    /* [isfade].is--enabled .hdt-slider__slide {
      position: absolute;
    } */
    /* end Fade */
    /* Vertical */
    [isvertical].hdt-slider .hdt-slider__container {
      flex-direction: column;
      transition: height 0.2s;
    }
    [isvertical].hdt-slider .hdt-slider__slide {
      flex: 1 1 auto;
      margin: 0;
    }
    [isvertical].hdt-slider .hdt-slider__slide:not(:last-child) {
      margin-bottom: var(--slide-spacing);
    }
    /* end Vertical */
    .hdt-slide-spacing-10 {
      --slide-spacing: 10px;
    }
    .hdt-slide-spacing-15 {
      --slide-spacing: 15px;
    }
    .hdt-slide-spacing-20 {
      --slide-spacing: 20px;
    }
    .hdt-slide-spacing-30 {
      --slide-spacing: 30px;
    }
    .hdt-slide-spacing-x {
      --slide-spacing: var(--spacing-x);
    }
    @media (min-width: 768px) {
      .md\:hdt-slides-1 {
        --slide-size: 100%;
      }
      .md\:hdt-slides-2 {
        --slide-size: 50%;
      }
      .md\:hdt-slides-3 {
        --slide-size: 33.3333%;
      }
      .md\:hdt-slides-4 {
        --slide-size: 25%;
      }
      .md\:hdt-slides-5 {
        --slide-size: 20%;
      }
      .md\:hdt-slides-6 {
        --slide-size: 16.6666667%;
      }
      .md\:hdt-slide-spacing-10 {
        --slide-spacing: 10px;
      }
      .md\:hdt-slide-spacing-15 {
        --slide-spacing: 15px;
      }
      .md\:hdt-slide-spacing-20 {
        --slide-spacing: 20px;
      }
      .md\:hdt-slide-spacing-30 {
        --slide-spacing: 30px;
      }
    }
    @media (min-width: 1150px) {
      .lg\:hdt-slides-1 {
        --slide-size: 100%;
      }
      .lg\:hdt-slides-2 {
        --slide-size: 50%;
      }
      .lg\:hdt-slides-3 {
        --slide-size: 33.3333%;
      }
      .lg\:hdt-slides-4 {
        --slide-size: 25%;
      }
      .lg\:hdt-slides-5 {
        --slide-size: 20%;
      }
      .lg\:hdt-slides-6 {
        --slide-size: 16.6666667%;
      }
      .lg\:hdt-slides-7 {
        --slide-size: 14.2857142%;
      }
      .lg\:hdt-slide-spacing-10 {
        --slide-spacing: 10px;
      }
      .lg\:hdt-slide-spacing-15 {
        --slide-spacing: 15px;
      }
      .lg\:hdt-slide-spacing-20 {
        --slide-spacing: 20px;
      }
      .lg\:hdt-slide-spacing-30 {
        --slide-spacing: 30px;
      }
    }

    /*================ 5.7. Scroll slider ================*/
    .hdt-scroll-snap {
      scrollbar-width: none;
      overscroll-behavior-x: contain;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }
    .hdt-hide-scrollbar {
      scrollbar-width: none;
    }
    .hdt-scroll-snap::-webkit-scrollbar, .hdt-hide-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .hdt-snap-x {
      scroll-snap-type: x mandatory;
    }
    .hdt-snap-y {
      scroll-snap-type: y mandatory;
    }
    .hdt-snap-start {
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }
    .hdt-snap-center {
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }
    @media (max-width: 767px) {
      .sm\:hdt-snap-grid {
        grid: auto / auto-flow var(--col-width,100%);
      }
      .sm\:hdt-snap-flex {
        flex-wrap: nowrap;
      }
    }
    .hdt-snap-grid {
      grid: auto / auto-flow var(--col-width,100%);
    }
    .hdt-snap-flex {
      flex-wrap: nowrap;
    }

    /*================ 5.8. Richtext editor ================*/
      .hdt-rte:after {
        clear: both;
        content: '';
        display: block;
      }

      .hdt-rte :where(:not(meta, span) + *) {
        margin-block-start: 1.5rem;
      }

      .hdt-rte > *:first-child {
        margin-block-start: 0 !important;
      }
      .hdt-rte :last-child {
        margin-block-end: 0!important;
      }

      .hdt-rte img {
        height: auto;
        max-width: 100%;
        border-radius: var(--radius-sm);
        /* border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
        box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
          rgba(var(--color-shadow), var(--media-shadow-opacity));
        margin-bottom: var(--media-shadow-vertical-offset); */
      }

      .hdt-rte :is(iframe[src*="youtube.com"], iframe[src*="youtu.be"], iframe[src*="player.vimeo"]) {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
      }

      :where(.hdt-rte,.hdt-tag-list) :where(ul, ol) {
        list-style: inside;
        list-style-position: unset;
        padding-inline-start: 2rem;
      }
      :where(.hdt-rte,.hdt-tag-list) ul ul {
        list-style-type: circle;
        padding-inline-start: 2.5rem;
      }

      :where(.hdt-rte,.hdt-tag-list) ul ul ul {
        list-style-type: square
      }

      :where(.hdt-rte,.hdt-tag-list) ol {
        list-style-type: decimal;
      }

      :where(.hdt-rte,.hdt-tag-list) li {
        list-style: inherit;
      }

      :where(.hdt-rte,.hdt-tag-list) li:last-child {
        margin-bottom: 0;
      }

      .hdt-rte a:not(.hdt-btn) {
        color: rgba(var(--color-link), var(--alpha-link));
        text-underline-offset: 0.3rem;
        text-decoration-thickness: 0.1rem;
        text-decoration-line: underline;
        transition: text-decoration-thickness var(--duration-short) ease;
      }

      .hdt-rte a:not(.hdt-btn):hover {
        color: rgb(var(--color-link));
        text-decoration-thickness: 0.2rem;
      }

      .hdt-rte blockquote {
        display: inline-flex;
      }

      .hdt-rte blockquote > * {
        margin: -0.5rem 0 -0.5rem 0;
      }

      .hdt-scrollable-wrapper {
        max-width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0.1rem;
      }
      table:not([class]), table.hdt-wrapper-added {
        margin-bottom: 3.5rem;
        vertical-align: middle;
        text-align: start;
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
        border-style: hidden;
        box-shadow: 0 0 0 0.1rem rgb(var(--color-line-border));
        border-radius: var(--radius-sm);
        color: rgb(var(--color-foreground2));
      }
      table:not([class]) :where(caption, th), table.hdt-wrapper-added :where(caption, th) {
        text-align: start;
      }
      table:not([class]) :where(td, th),
      table.hdt-wrapper-added :where(td, th) {
        padding: 1em;
        border: 0.1rem solid rgb(var(--color-line-border));
      }

      /*================ 5.9. Dialog ================*/
      html.no-scroll {
        margin-right: var(--scrollbar-w);
        overflow: hidden;
      }
      html[scroll-lock] {
        overflow: hidden;
        margin-right: var(--scrollbar-w);
      }
      .hdt-dialog {
        position: fixed;
        inset: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
        &::backdrop {
          transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
          opacity: 0;
        }
        &:modal {
          display: flex;
          flex-direction: column;
        }
      }
      .hdt-dialog[open] {
        &::backdrop {
          background-color: rgb(var(--color-overlay, 0 0 0) / .5);
          opacity: 1;
        }
        &:not(.dialog-closing)::backdrop {
          cursor: var(--cursor-close-svg-url) 28 28,auto;
        }
        &.dialog-closing::backdrop {
          opacity: 0;
        }
      }
      .hdt-dialog-drawer {
        inset: auto;
        top: 0;
        max-width: 90%;
        margin: 0 0 0 auto;
        overflow: hidden;
        background: var(--gradient-background);
        color: var(--color-foreground2);
        &[pos="right"] {
          inset-inline-end: 0;
        }
        @media screen and (width >= 500px) {
          max-width: 47.7rem;
        }
        &:modal {
          max-height: 100dvh;
          overflow-y: hidden;
        }
      }
      .hdt-dialog-drawer__header {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 1rem;
      }
      .hdt-dialog-drawer__inner {
        position: relative;
        flex: 1 1 100%;
      }
      .hdt-dialog-modal {
        margin: auto;
        max-width: min(90rem, 90vw);
        max-height: 80vh;
        height: fit-content;
        overflow: hidden;
        border-radius: .3rem;
        padding: 2rem 0;
        @media screen and (width >= 768px) {
          padding: 3.8rem 0 4rem;
        }
        &.hdt-modal__size-chart {
          max-height: 70vh;
        }
        &.hdt-modal-popup__ask {
          @media screen and (width >= 768px) {
            max-width: min(62.5rem, 90vw);
          }
        }
        &[open] {
          justify-content: center;
        }
        .hdt-dialog-modal__header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 2.2rem;
          padding: 0 2rem;
          @media screen and (width >= 768px) {
            padding: 0 3.6rem;
            margin-bottom: 3rem;
          }
        }
        .hdt-dialog-modal__inner {
          overscroll-behavior-y: contain;
          overflow-y: auto;
          padding: 0 2rem;
          @media screen and (width >= 768px) {
            padding: 0 3.6rem;
          }
        }
      }

      .hdt-dialog-drawer--cart {
        .hdt-dialog-drawer__header {
          min-height: 6rem;
          border-bottom: .1rem solid rgb(var(--color-line-border));
          padding-top: .5rem;
          padding-bottom: .5rem;
          margin: 0 1.5rem;
          @media screen and (width >= 500px) {
            margin: 0 3.6rem;
          }
        }
        .hdt-dialog-drawer__inner {
          display: flex;
          flex-direction: column;
        }
      }

      :where(.hdt-popover, .hdt-drawer, .hdt-modal)::part(overlay) {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 100lvh;
        cursor: var(--cursor-close-svg-url) 28 28,auto;
        background-color: rgb(var(--color-overlay, 0 0 0) / .5);
      }
      
      :where(.hdt-popover, .hdt-drawer, .hdt-modal)::part(content) {
        padding: 20px;
        background-color: rgb(var(--gradient-background));
        background: var(--gradient-background);
        color: var(--color-foreground2);
        display: flex;
        flex-direction: column;
        max-height: 68vh;
        isolation: isolate;
      }
      :where(.hdt-popover, .hdt-drawer, .hdt-modal)::part(body) {
        overscroll-behavior-y: contain;
        overflow-y: auto;
        padding: 2rem 0;
      }

      .hdt-popover {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        overflow-y: visible;
        max-width: 100vw;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 8px;
        z-index: 5;
      }
      .hdt-popover::part(arrow) {
        display: none
      }
      .hdt-popover::part(outside-close-button) {
        background-color: var(--gradient-background);
        color: rgb(var(--color-foreground));
        position: relative;
        z-index: 2;
        display: grid;
        place-items: center;
        place-content: center;
        border: 0;
        padding: 10px;
        border-radius: var(--radius-full);
        margin: 0 auto 8px;
        width: 44px;
        height: 44px;
      }
      .hdt-popover::part(arrow),
      .hdt-popover-arrow {
        position: absolute;
        background: var(--gradient-background,rgb(var(--color-base-background)));
        width: 16px;
        height: 16px;
        transform: rotate(45deg);
      }
      .hdt-modal {
        position: fixed;
        z-index: 999;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
      }
      .hdt-modal::part(wrapper) {
        display: flex;
        justify-content: center;
        align-items: end;
        width: 100%;
        height: 100%;
      }
      .hdt-modal::part(content) {
        max-width: 500px;
        max-height: 80vh;
      }
      .hdt-drawer {
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        height:100%;
      }
      .hdt-drawer::part(outside-close-button) {
        display: none
      }
      .hdt-drawer::part(content) {
        padding: 0;
        isolation: isolate;
        height: 100%;
        width: 100%;
        max-height: none;
        max-width: 300px;
        display: grid;
        grid-auto-rows: auto minmax(0,1fr) auto;
        align-content: start;
      }
      .hdt-drawer.with-slot-sticky::part(content) {
        grid-auto-rows: auto auto minmax(0,1fr) auto;
      }
      .hdt-drawer-not-header::part(content) {
        grid-auto-rows: minmax(0,1fr) auto;
      }
      .hdt-drawer[open]+.hdt-popover {
        z-index: 1000;
      }
      @media only screen and (min-width: 768px) {
        .hdt-popover {
          padding: 0;
          position: absolute;
          right: auto;
          max-width: 300px;
          width: 300px;
          width: max-content;
          overflow-y: visible;
        }
        .hdt-popover::part(arrow) {
          display: block
        }
        .hdt-popover::part(outside-close-button),
        .hdt-popover::part(overlay) {
          display: none
        }
        .hdt-modal::part(wrapper) {
          align-items: center;
        }
      }
      #hdt-quick-add-modal hdt-variant-preview-img img {
        width: 7rem;
      }
      @media only screen and (min-width: 768px) {
        #hdt-quick-view-modal :is(.hdt-product-media, .hdt-product-info__list) {
          top: 0;
        }
      }

      /*================ 5.10. Scrolling Text ================*/
      .hdt-marquee {
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        direction: ltr;
        unicode-bidi: isolate;
      }
      .hdt-marquee-inner {
        display: inline-flex;
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
      }
      .hdt-marquee-item {
        transform: translate3d(0,0,0);
        flex: 0 0 auto;
      }
      @media (prefers-reduced-motion: reduce) {
        .hdt-marquee {
          overflow-x: scroll;
        }
      }

    /*================ 5.11. Tab ================*/
    [tab-item]:not([tab-selected], [tab-hidden]) {
      display: none;
    }
    [tab-item][tab-hidden]:not([tab-selected]) {
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
    }

    /*================ 5.12. Before After ================*/
    .hdt-bf {
      --hdt-drag-position: calc(var(--percent-val,0)* 1%);
      -webkit-tap-highlight-color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    .dir--ltr .hdt-bf__img-after {
      clip-path: inset(0 0 0 var(--hdt-drag-position, 0%));
    }
    .dir--rtl .hdt-bf__img-after {
      clip-path: inset(0 var(--hdt-drag-position, 0%) 0 0);
    }
    .hdt-bf__range {
      cursor: ew-resize;
      opacity: 0;
    }
    .hdt-bf__range:focus-visible ~ .hdt-bf__button {
      outline: .3rem solid rgb(var(--color-focus));
      outline-offset: 3px;
      outline: 0;
      box-shadow: 0 0 0 0.3rem rgb(var(--color-focus)),0 0 0 0.5rem rgb(var(--color-base-background) / .5),0 0 0.5rem 0.4rem rgb(var(--color-focus) / .3);
    }
    .hdt-bf__line {
      background-color: rgb(var(--bf-line-background, 255 255 255));
      position: relative;
      width: var(--bf-line, 2px);
      height: 100%;
      transform: translateX(calc(-50% * var(--value-logical-flip)));
    }
    .hdt-bf__button {
      background-color: rgb(var(--bf-btn-background, 255 255 255));
      color: rgb(var(--bf-btn-color, 0 0 0));
      width: var(--bf-btn-w, 40px);
      height: var(--bf-btn-h, 40px);
      border-radius: var(--radius-full);
      position: relative;
      top: 50%;
      transform: translate(calc(-50% * var(--value-logical-flip)), -50%);
    }
    .dir--ltr :is(.hdt-bf__line,.hdt-bf__button) {
      left: var(--hdt-drag-position, 0%);
    }
    .dir--rtl :is(.hdt-bf__line,.hdt-bf__button) {
      right: var(--hdt-drag-position, 0%);
    }
    .hdt-bf[vertical] .hdt-bf__range {
      writing-mode: vertical-lr;
      /* writing-mode: bt-lr;
      appearance: slider-vertical !important;
      -moz-appearance: slider-vertical !important;
      -webkit-appearance: slider-vertical !important; */
      cursor: ns-resize;
    }
    .hdt-bf[vertical] .hdt-bf__img-after {
      /* clip-path: inset( calc(100% - var(--hdt-drag-position, 0%)) 0 0 0); */
      clip-path: inset( var(--hdt-drag-position, 0%) 0 0 0);
    }
    .hdt-bf[vertical] .hdt-bf__line {
      height: var(--bf-line, 2px);
      width: 100%;
      transform: translateY(-50%);
      left: auto;
      right: auto;
    }
    .hdt-bf[vertical] .hdt-bf__button {
      transform: translate(calc(-50% * var(--value-logical-flip)), -50%) rotate(90deg);
    }
    .dir--ltr .hdt-bf[vertical] .hdt-bf__button {
      left: 50%;
    }
    .dir--rtl .hdt-bf[vertical] .hdt-bf__button {
      right: 50%;
    }
    .hdt-bf[vertical] :is(.hdt-bf__line,.hdt-bf__button) {
      /* top: calc(100% - var(--hdt-drag-position, 0%)); */
      top: var(--hdt-drag-position, 0%);
    }
    .hdt-bf[vertical] :is(.hdt-testimonial-bf_button) svg {
      transform: rotate(90deg);
    }

    /*================ 5.13. Media overlay Content ================*/
    .hdt-media-overlap-content {
      --media-overlap-content-gap-r: min(5vw, 50px);
      --media-overlap-content-gap-c: min(5vw, 50px);
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template: [full-r-start] var(--media-overlap-content-gap-r) [content-r] minmax(0,1fr) var(--media-overlap-content-gap-r) [full-r-end] / [full-c-start] var(--media-overlap-content-gap-c) [content-c] minmax(0,1fr) var(--media-overlap-content-gap-c) [full-c-end];
      place-items: center;
      min-height: var(--media-overlap-content-h, auto);
    }
    .hdt-media-overlap-content > :is(picture, .hdt-media-wrapper) {
      display: contents;
    }
    .hdt-media-overlap-content > :is(img, video, iframe, svg, hdt-video-player),
    .hdt-media-overlap-content > :is(picture, .hdt-media-wrapper) :is(img, video, iframe, svg) {
      grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
      height: var(--media-overlap-content-h, auto);
      min-height: 100%;
      max-height: 100%;
      min-width: 100%;
      overflow-wrap: anywhere;
      object-fit: cover;
      object-position: center;
      border-radius: inherit;
      -webkit-user-select: none;
      user-select: none;
      pointer-events: none;
    }
    .hdt-media-overlap-content > a {
      grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
      z-index: 1;
      display: block;
      min-height: 100%;
      max-height: 100%;
      min-width: 100%;
    }
    .hdt-media-overlap-content > :not(img, video, iframe, svg, picture, .hdt-media-wrapper, a, hdt-video-player) {
      grid-area: content-r / content-c;
      position: relative;
      z-index: 2;
      max-width: var(--media-overlap-content-w, var(--container-max-width, 80rem));
      width: 100%;
      margin: 0 auto;
      /* text-align: center; */
    }
    hdt-video-player > :is(video, iframe,img) {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
    hdt-video-player > :is(video,iframe,img) {
      width: 100%;
      height: 100%;
      border-radius: inherit;
      object-fit: cover;
      object-position: center;
    }
    hdt-video-player > :is(video,img) {
      object-fit: cover;
      object-position: center;
    }
    @media screen and (max-width: 767px) {
      .hdt-height--fixed {
        --media-overlap-content-h: var(--aspect-ratioapt, auto);
      }
      .hdt-height--full {
        --media-overlap-content-h: 100vh;
      }
      .hdt-section:first-child .hdt-height--full {
        --media-overlap-content-h: var(--fill-height-first, calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px)))
      }
      .hdt-height--adapt_image_first.is-video {
        --aspect-ratioapt: 1.77777777778;
      }
      :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(img, video, iframe, svg, hdt-video-player),
      :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(picture, .hdt-media-wrapper) :is(img, video, iframe, svg) {
        aspect-ratio: var(--aspect-ratioapt, auto);
      }
      @supports (height: 100svh) {
        .hdt-height--full {
          --media-overlap-content-h: 100svh;
        }
        .hdt-section:first-child .hdt-height--full {
          --media-overlap-content-h: var(--fill-height-first, calc(100svh - var(--header-height, 0px) - var(--announcement-bar-height, 0px)))
        }
      }
      @supports not (aspect-ratio: 1) {
        :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(.hdt-media-wrapper, picture, hdt-video-player):before {
          content: "";
          padding-block-end: calc(100% / var(--aspect-ratioapt));
          display: block;
          width: 0;
          height: 0;
          grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
        }
        :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(.hdt-media-wrapper, picture, hdt-video-player) > * {
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
        }
      }
    }
    @media screen and (min-width: 768px) {
      .md\:hdt-height--fixed {
        --media-overlap-content-h: var(--aspect-ratioapt-md, auto);
      }
      .md\:hdt-height--full {
        --media-overlap-content-h: 100vh;
      }
      .hdt-section:first-child .md\:hdt-height--full {
        --media-overlap-content-h: var(--fill-height-first, calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px)))
      }
      .md\:hdt-height--adapt_image_first.is-video {
        --aspect-ratioapt-md: 1.77777777778;
      }
      :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(img, video, iframe, svg, hdt-video-player),
      :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(picture, .hdt-media-wrapper) :is(img, video, iframe, svg) {
        aspect-ratio: var(--aspect-ratioapt-md, auto);
      }
      @supports (height: 100svh) {
        .md\:hdt-height--full {
          --media-overlap-content-h: 100svh;
        }
        .hdt-section:first-child .md\:hdt-height--full {
          --media-overlap-content-h: var(--fill-height-first, calc(100svh - var(--header-height, 0px) - var(--announcement-bar-height, 0px)))
        }
      }
      @supports not (aspect-ratio: 1) {
        :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(.hdt-media-wrapper, picture, hdt-video-player):before {
          content: "";
          padding-block-end: calc(100% / var(--aspect-ratioapt-md));
          display: block;
          grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
        }
        :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(.hdt-media-wrapper, picture, hdt-video-player) > * {
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
        }
      }
    }

    /*================ 5.14. Image Effect ================*/
    @media (prefers-reduced-motion: no-preference) {
      img[is="hdt-effect"][on-eff="parallax"] {
        transform: scale(var(--parallax-scale, 1.3)) translateY(calc(15 / var(--parallax-scale, 1.3) * -1%));
      }
      img[is="hdt-effect"][on-eff="ambient"] {
        transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
      }
      .hdt-animate--ambient > .hdt-media-wrapper > svg {
        animation: animateAmbientHdt 30s linear infinite;
      }
      @keyframes animateAmbientHdt {
        0% {
          transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
        }
        100% {
          transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
        }
      }
      /* Parallax css */
      .hdt-animate--parallax {
        transform: unset;
        clip-path: inset(0);
      }
      .hdt-animate--parallax > :is(picture,.hdt-media-wrapper) :is(img,video,iframe,svg),
      .hdt-animate--parallax > :is(img,video,iframe,svg) {
        min-height: 100vh;
        position: fixed !important;
        top: 0;
        left: 0;
      }
      @supports (min-height: 100lvh) {
        .hdt-animate--parallax >:is(picture,.hdt-media-wrapper) :is(img,video,iframe,svg),
        .hdt-animate--parallax > :is(img,video,iframe,svg) {
          min-height: 100lvh;
        }
      }
      @media screen and (max-width: 767px) {
        :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-animate--parallax > :is(.hdt-media-wrapper, picture):before {
          content: "";
          padding-block-end: calc(100% / var(--aspect-ratioapt));
          display: block;
          grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
        }
      }
      @media screen and (min-width: 768px) {
        :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-animate--parallax > :is(.hdt-media-wrapper, picture):before {
          content: "";
          padding-block-end: calc(100% / var(--aspect-ratioapt-md));
          display: block;
          grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
        }
      }
    }
    /*================ 5.15. Tooltip ================*/

    .hdt-tooltip {
      pointer-events: none;
      position: absolute;
      z-index: 2022;
      opacity: 0;
      visibility: hidden;
      display: block;
      will-change: transform, opacity, visibility;
    }
    .hdt-modal-opened .hdt-tooltip {
      z-index: 99999;
    }
    .hdt-tooltip__arrow {
      position: absolute;
      background-color: rgb(var(--color-tooltip-background, 0 0 0));
      width: 8px;
      height: 8px;
      transform: rotate(45deg);
    }
    .hdt-tooltip__inner {
      font-weight: 400;
      font-size: 12px;
      line-height: 12px;
      padding: 8px 10px;
      max-width: 250px;
      background-color: rgb(var(--color-tooltip-background, 0 0 0));
      color: rgb(var(--color-tooltip-text, 255 255 255));
      word-break: break-word;
      border-radius: 2px
    }

    /*================ 5.16. Progress Bar ================*/
    .hdt-progress-bar {
      height: 4px;
      background-color: #f5f5f5;
    }
    .hdt-progress-bar {
      --progress-bar: var(--color-error-text);
    }
    .is-unreached .hdt-progress-bar {
      --progress-bar: var(--color-warning-text);
    }
    .is-success .hdt-progress-bar {
      --progress-bar: var(--color-success-text);
    }
    .hdt-progress-bar:before {
      content: "";
      height: inherit;
      display: block;
      background: rgb(var(--progress-bar));
      transform-origin: var(--value-origin-start);
      transform: scaleX(var(--progress-rate, 0));
      transition: transform .5s ease;
    }

    /*================ 5.17. LightBox Image ================*/

    .pswp {
      /* --pswp-bg: #000;
      --pswp-placeholder-bg: #222;
      --pswp-root-z-index: 100000;
      --pswp-preloader-color: rgba(79, 79, 79, 0.4);
      --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9); */
      --pswp-bg: #fff;
      --pswp-placeholder-bg: #f5f5f5;
      --pswp-root-z-index: 100000;

      /* defined via js:
      --pswp-transition-duration: 333ms; */

      /* --pswp-icon-color: #fff;
      --pswp-icon-color-secondary: #4f4f4f;
      --pswp-icon-stroke-color: #4f4f4f;
      --pswp-icon-stroke-width: 2px; */
      --pswp-icon-color: #222;
      --pswp-icon-color-secondary: #fff;
      --pswp-icon-stroke-color: #fff;
      --pswp-icon-stroke-width: 1px;

      --pswp-error-text-color: var(--pswp-icon-color);
    }


    /*
      Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
    */

    .pswp {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: var(--pswp-root-z-index);
      display: none;
      touch-action: none;
      outline: 0;
      opacity: 0.003;
      contain: layout style size;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    /* Prevents focus outline on the root element,
      (it may be focused initially) */
    .pswp:focus {
      outline: 0;
    }

    .pswp * {
      box-sizing: border-box;
    }

    .pswp img {
      max-width: none;
    }

    .pswp--open {
      display: block;
    }

    .pswp,
    .pswp__bg {
      transform: translateZ(0);
      will-change: opacity;
    }

    .pswp__bg {
      opacity: 0.005;
      background: var(--pswp-bg);
    }

    .pswp,
    .pswp__scroll-wrap {
      overflow: hidden;
    }

    .pswp__scroll-wrap,
    .pswp__bg,
    .pswp__container,
    .pswp__item,
    .pswp__content,
    .pswp__img,
    .pswp__zoom-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .pswp__img,
    .pswp__zoom-wrap {
      width: auto;
      height: auto;
    }

    .pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in;
    }

    .pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
      cursor: move;
      cursor: -webkit-grab;
      cursor: -moz-grab;
      cursor: grab;
    }

    .pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: grabbing;
    }

    /* :active to override grabbing cursor */
    .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
    .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
    .pswp__img {
      cursor: -webkit-zoom-out;
      cursor: -moz-zoom-out;
      cursor: zoom-out;
    }


    /* Prevent selection and tap highlights */
    .pswp__container,
    .pswp__img,
    .pswp__button,
    .pswp__counter {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .pswp__item {
      /* z-index for fade transition */
      z-index: 1;
      overflow: hidden;
    }

    .pswp__hidden {
      display: none !important;
    }

    /* Allow to click through pswp__content element, but not its children */
    .pswp__content {
      pointer-events: none;
    }
    .pswp__content > * {
      pointer-events: auto;
    }


    /*

      PhotoSwipe UI

    */

    /*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
    */
    .pswp__error-msg-container {
      display: grid;
    }
    .pswp__error-msg {
      margin: auto;
      font-size: 1em;
      line-height: 1;
      color: var(--pswp-error-text-color);
    }

    /*
    class pswp__hide-on-close is applied to elements that
    should hide (for example fade out) when PhotoSwipe is closed
    and show (for example fade in) when PhotoSwipe is opened
    */
    .pswp .pswp__hide-on-close {
      opacity: 0.005;
      will-change: opacity;
      transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
      z-index: 10; /* always overlap slide content */
      pointer-events: none; /* hidden elements should not be clickable */
    }

    /* class pswp--ui-visible is added when opening or closing transition starts */
    .pswp--ui-visible .pswp__hide-on-close {
      opacity: 1;
      pointer-events: auto;
    }

    /* <button> styles, including css reset */
    .pswp__button {
      position: relative;
      display: block;
      width: 50px;
      height: 60px;
      padding: 0;
      margin: 0;
      overflow: hidden;
      cursor: pointer;
      background: none;
      border: 0;
      box-shadow: none;
      opacity: 0.85;
      -webkit-appearance: none;
      -webkit-touch-callout: none;
    }

    .pswp__button:hover,
    .pswp__button:active,
    .pswp__button:focus {
      transition: none;
      padding: 0;
      background: none;
      border: 0;
      box-shadow: none;
      opacity: 1;
    }

    .pswp__button:disabled {
      opacity: 0.3;
      cursor: auto;
    }

    .pswp__icn {
      fill: var(--pswp-icon-color);
      color: var(--pswp-icon-color-secondary);
    }

    .pswp__icn {
      position: absolute;
      top: 14px;
      left: 9px;
      width: 32px;
      height: 32px;
      overflow: hidden;
      pointer-events: none;
    }

    .pswp__icn-shadow {
      stroke: var(--pswp-icon-stroke-color);
      stroke-width: var(--pswp-icon-stroke-width);
      fill: none;
    }

    .pswp__icn:focus {
      outline: 0;
    }

    /*
      div element that matches size of large image,
      large image loads on top of it,
      used when msrc is not provided
    */
    div.pswp__img--placeholder,
    .pswp__img--with-bg {
      background: var(--pswp-placeholder-bg);
    }

    .pswp__top-bar {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 60px;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      z-index: 10;

      /* allow events to pass through top bar itself */
      pointer-events: none !important;
    }
    .pswp__top-bar > * {
      pointer-events: auto;
      /* this makes transition significantly more smooth,
        even though inner elements are not animated */
      will-change: opacity;
    }


    /*

      Close button

    */
    .pswp__button--close {
      margin-right: 6px;
    }


    /*

      Arrow buttons

    */
    .pswp__button--arrow {
      position: absolute;
      top: 0;
      width: 75px;
      height: 100px;
      top: 50%;
      margin-top: -50px;
    }

    .pswp__button--arrow:disabled {
      display: none;
      cursor: default;
    }

    .pswp__button--arrow .pswp__icn {
      top: 50%;
      margin-top: -30px;
      width: 60px;
      height: 60px;
      background: none;
      border-radius: 0;
    }

    .pswp--one-slide .pswp__button--arrow {
      display: none;
    }

    /* hide arrows on touch screens */
    .pswp--touch .pswp__button--arrow {
      visibility: hidden;
    }

    /* show arrows only after mouse was used */
    .pswp--has_mouse .pswp__button--arrow {
      visibility: visible;
    }

    .pswp__button--arrow--prev {
      right: auto;
      left: 0px;
    }

    .pswp__button--arrow--next {
      right: 0px;
    }
    .pswp__button--arrow--next .pswp__icn {
      left: auto;
      right: 14px;
      /* flip horizontally */
      transform: scale(-1, 1);
    }

    /*

      Zoom button

    */
    .pswp__button--zoom {
      display: none;
    }

    .pswp--zoom-allowed .pswp__button--zoom {
      display: block;
    }

    /* "+" => "-" */
    .pswp--zoomed-in .pswp__zoom-icn-bar-v {
      display: none;
    }


    /*

      Loading indicator

    */
    .pswp__preloader {
      position: relative;
      overflow: hidden;
      width: 50px;
      height: 60px;
      margin-right: auto;
    }

    .pswp__preloader .pswp__icn {
      opacity: 0;
      transition: opacity 0.2s linear;
      animation: pswp-clockwise 600ms linear infinite;
    }

    .pswp__preloader--active .pswp__icn {
      opacity: 0.85;
    }

    @keyframes pswp-clockwise {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }


    /*

      "1 of 10" counter

    */
    .pswp__counter {
      height: 30px;
      margin-top: 15px;
      margin-inline-start: 20px;
      font-size: 14px;
      line-height: 30px;
      color: var(--pswp-icon-color);
      text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
      opacity: 0.85;
    }

    .pswp--one-slide .pswp__counter {
      display: none;
    }

    /*================ 5.18. Zoom Image ================*/
    @keyframes drift-fadeZoomIn {
      0% {
        transform: scale(1.5);
        opacity: 0;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    @keyframes drift-fadeZoomOut {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      15% {
        transform: scale(1.1);
        opacity: 1;
      }
      100% {
        transform: scale(0.5);
        opacity: 0;
      }
    }

    @keyframes drift-loader-rotate {
      0% {
        transform: translate(-50%, -50%) rotate(0);
      }
      50% {
        transform: translate(-50%, -50%) rotate(-180deg);
      }
      100% {
        transform: translate(-50%, -50%) rotate(-360deg);
      }
    }

    @keyframes drift-loader-before {
      0% {
        transform: scale(1);
      }
      10% {
        transform: scale(1.2) translateX(6px);
      }
      25% {
        transform: scale(1.3) translateX(8px);
      }
      40% {
        transform: scale(1.2) translateX(6px);
      }
      50% {
        transform: scale(1);
      }
      60% {
        transform: scale(0.8) translateX(6px);
      }
      75% {
        transform: scale(0.7) translateX(8px);
      }
      90% {
        transform: scale(0.8) translateX(6px);
      }
      100% {
        transform: scale(1);
      }
    }

    @keyframes drift-loader-after {
      0% {
        transform: scale(1);
      }
      10% {
        transform: scale(1.2) translateX(-6px);
      }
      25% {
        transform: scale(1.3) translateX(-8px);
      }
      40% {
        transform: scale(1.2) translateX(-6px);
      }
      50% {
        transform: scale(1);
      }
      60% {
        transform: scale(0.8) translateX(-6px);
      }
      75% {
        transform: scale(0.7) translateX(-8px);
      }
      90% {
        transform: scale(0.8) translateX(-6px);
      }
      100% {
        transform: scale(1);
      }
    }

    @-webkit-keyframes drift-fadeZoomIn {
      0% {
        -webkit-transform: scale(1.5);
        opacity: 0;
      }
      100% {
        -webkit-transform: scale(1);
        opacity: 1;
      }
    }

    @-webkit-keyframes drift-fadeZoomOut {
      0% {
        -webkit-transform: scale(1);
        opacity: 1;
      }
      15% {
        -webkit-transform: scale(1.1);
        opacity: 1;
      }
      100% {
        -webkit-transform: scale(0.5);
        opacity: 0;
      }
    }

    @-webkit-keyframes drift-loader-rotate {
      0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
      }
      50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      }
      100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
      }
    }

    @-webkit-keyframes drift-loader-before {
      0% {
        -webkit-transform: scale(1);
      }
      10% {
        -webkit-transform: scale(1.2) translateX(6px);
      }
      25% {
        -webkit-transform: scale(1.3) translateX(8px);
      }
      40% {
        -webkit-transform: scale(1.2) translateX(6px);
      }
      50% {
        -webkit-transform: scale(1);
      }
      60% {
        -webkit-transform: scale(0.8) translateX(6px);
      }
      75% {
        -webkit-transform: scale(0.7) translateX(8px);
      }
      90% {
        -webkit-transform: scale(0.8) translateX(6px);
      }
      100% {
        -webkit-transform: scale(1);
      }
    }

    @-webkit-keyframes drift-loader-after {
      0% {
        -webkit-transform: scale(1);
      }
      10% {
        -webkit-transform: scale(1.2) translateX(-6px);
      }
      25% {
        -webkit-transform: scale(1.3) translateX(-8px);
      }
      40% {
        -webkit-transform: scale(1.2) translateX(-6px);
      }
      50% {
        -webkit-transform: scale(1);
      }
      60% {
        -webkit-transform: scale(0.8) translateX(-6px);
      }
      75% {
        -webkit-transform: scale(0.7) translateX(-8px);
      }
      90% {
        -webkit-transform: scale(0.8) translateX(-6px);
      }
      100% {
        -webkit-transform: scale(1);
      }
    }

    .drift-zoom-pane {
      /* background: rgba(0, 0, 0, 0.5); */
      /* This is required because of a bug that causes border-radius to not
      work with child elements in certain cases. */
      background: #fff;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      box-shadow: 0 1px 5px rgb(127 127 127 / 2%), 0 5px 18px rgb(127 127 127 / 20%);
      z-index: 3;
    }

    .drift-zoom-pane.drift-opening {
      animation: drift-fadeZoomIn 180ms ease-out;
      -webkit-animation: drift-fadeZoomIn 180ms ease-out;
    }

    .drift-zoom-pane.drift-closing {
      animation: drift-fadeZoomOut 210ms ease-in;
      -webkit-animation: drift-fadeZoomOut 210ms ease-in;
    }

    .drift-zoom-pane.drift-inline {
      position: absolute;
      width: 150px;
      height: 150px;
      border-radius: 75px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    }

    .drift-loading .drift-zoom-pane-loader {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: 66px;
      height: 20px;
      animation: drift-loader-rotate 1800ms infinite linear;
      -webkit-animation: drift-loader-rotate 1800ms infinite linear;
    }

    .drift-zoom-pane-loader:before,
    .drift-zoom-pane-loader:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      border-radius: 20px;
      background-color: rgba(var(--color-accent) / 0.9);
    }

    .drift-zoom-pane-loader:before {
      left: 0;
      animation: drift-loader-before 1800ms infinite linear;
      -webkit-animation: drift-loader-before 1800ms infinite linear;
    }

    .drift-zoom-pane-loader:after {
      right: 0;
      animation: drift-loader-after 1800ms infinite linear;
      -webkit-animation: drift-loader-after 1800ms infinite linear;
      animation-delay: -900ms;
      -webkit-animation-delay: -900ms;
    }

    .drift-bounding-box {
        background: rgba(255,255,255,.25);
        box-shadow: 0 0 0 1px rgb(0 0 0 / 40%) inset;
        z-index: 1;
    }
    .drift-zoom-pane img {
        position: absolute;
        display: block;
        max-width: none !important;
        max-height: none !important;
        object-fit: contain;
        top: 0;
        left: 0;
    }
    .hdt-produc-zoom--wrapp .drift-zoom-pane {
        top: 0;
        left: 0;
        height: 52rem;
        max-width: 52rem;
        width: 100%;
    }
    .zoom-type--external :is(.hdt-product-media__thumb, .hdt-product-info__list) {
        transition: opacity .2s;
    }
    .zoom-type--external :is(.zoom_fade_media .hdt-product-media__thumb, .zoom_fade_info) {
        opacity: .3;
    }
    .dir--rtl .hdt-produc-zoom--wrapp {
      right: auto;
      left: 0;
    }
    .dir--rtl .hdt-produc-zoom--wrapp .drift-zoom-pane {
        right: 0;
        left: auto;
    }
    @media screen and (pointer: fine) {
      .hdt-produc-zoom--wrapp {
        position: sticky;
        top: 3rem;
        z-index: 4;
        pointer-events: none;
      }
    }
    

/* UPDATE: THEME BLOCKS
*
  1. Heading block
  2. Text block
  3. Button block
  4. Spacer block
  5. Icon block
*
*/



/* ==========================================================================
  UPDATE: THEME BLOCKS
  1. Heading block
  2. Text block
  3. Button block
  4. Spacer block
  5. Icon block
========================================================================== */

/*================ 0. Group block ================*/
.hdt-section--custom .hdt-s-inner > .hdt-flex-row > *{
  flex-shrink: 0;
  width: var(--width-group, 100%);
  max-width: 100%;
}
.hdt-section--group, .hdt-group-block {
  display: flex;
  flex-wrap: wrap;
}
.hdt-group-block {
  gap: var(--space-group);
  padding: var(--padding-group);
  width: var(--width-group);
}
.hdt-group-layout--row > .hdt-group-block {
  flex: 1 0 calc(var(--width-group) - var(--space-groups));
  max-width: var(--width-group);
}
@media (min-width: 768px) {
  .hdt-group-block {
    --width-group: var(--width-group-md, 100%) !important;
    --padding-group: var(--padding-group-md) !important;
    --space-group: var(--space-group-md) !important;
  }
}
@media (min-width: 1150px) {
  .hdt-group-block {
    --width-group: var(--width-group-lg, 100%) !important;
    --padding-group: var(--padding-group-lg) !important;
    --space-group: var(--space-group-lg) !important;
  }
}

/*================ 1. Heading block ================*/
  .hdt-h_custom {
    font-size: var(--heading-fs);
    font-weight: var(--heading-fw);
    line-height: var(--heading-lh);
    letter-spacing: var(--heading-ls);
    .hdt-heading-secondary {
      font-size: var(--heading-fs);
      font-weight: var(--heading-fw);
      line-height: var(--heading-lh);
      letter-spacing: var(--heading-ls);
      margin-inline-start: 10px;
    }
  }
  .hdt-h_custom *{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
  .hdt-h_custom { 
    --heading-fs: var(--heading-fs-mb);
  }
  @media (min-width: 768px) {
    .hdt-h_custom {
      --heading-fs: var(--heading-fs-md);
    }
  }
  @media (min-width: 1150px) {
    .hdt-h_custom {
      --heading-fs: var(--heading-fs-lg);
    }
  }

  /*================ 2. Text block ================*/
  .hdt-text-custom {
    font-size: var(--text-custom);
    font-weight: var(--text-fw);
    letter-spacing: var(--text-ls);
  }
  .hdt-text-custom *{
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
  }
  .hdt-text-custom { 
    --text-custom: var(--text-custom-mb);
  }
  @media (min-width: 768px) {
    .hdt-text-custom {
      --text-custom: var(--text-custom-md);
    }
  }
  @media (min-width: 1150px) {
    .hdt-text-custom {
      --text-custom: var(--text-custom-lg);
    }
  }
  .hdt-paragraph {
    font-size: max(var(--text-base), var(--fs));
    font-family: var(--ff);
    color: var(--color, rgb(var(--color-foreground)));
    @media (max-width: 1200px) {
      font-size: clamp(var(--text-base), 10px + 0.33cqw, var(--fs));
      font-size: clamp(var(--text-base), max(calc(var(--fs) / 2), 10px) + 0.33cqw, var(--fs));
    }
  }
  .hdt-fw-lighter {
    font-weight: lighter;
  }
  .hdt-fw-light {
    font-weight: 300;
  }
  .hdt-fw-medium {
    font-weight: 500;
  }
  .hdt-fw-semibold {
    font-weight: 600;
  }
  .hdt-fw-bold {
    font-weight: 700;
  }
  .hdt-fw-bolder {
    font-weight: bolder;
  }
  .hdt-lh-1 {
    line-height: 1;
  }  
  .hdt-lh-sm {
    line-height: 1.25;
  }  
  .hdt-lh-base {
    line-height: 1.5;
  }  
  .hdt-lh-lg {
    line-height: 2;
  }
  .hdt-text-mb-0 {
    margin-bottom: 0;
  }
  .hdt-text-secondary {
    /* color: rgb(var(--color-secondary)); */
    color: rgb(var(--color-foreground2))
  }
  .hdt-text-body-tertiary {
    color: rgb(var(--color-tertiary))
  }
  .hdt-text-primary {
    color: rgb(var(--color-accent))
  }  

/*================ 3. Button block ================*/
.hdt-btn, .hdt-link {
  --fill-link-icon-color: rgb(var(--color-button-text));
  --transform-button: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-button, 5px 20px);
  min-height: var(--height-button, 42px);
  font-size: var(--font-size-button, var(--text-base));
  border-radius: var(--radius-button);
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border: var(--thickness-btn) solid var(--hdt-border-color);
  text-transform: var(--transform-button);
  line-height: 1.2;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
  pointer-events: auto;
}
.hdt-btn:not(.hdt-btn-link) {
  min-width: var(--min-width-btn);
}
@media (min-width: 1150px) {
  .hdt-btn:not(.hdt-btn-link) {
    min-width: var(--min-width-btn-dt);
  }
}
.hdt-btn:disabled, .hdt-btn[aria-disabled=true] {
  cursor: not-allowed;
  opacity: .5;
}
.hdt-link {
  text-decoration: none;
}
.hdt-link:hover {
  text-decoration: underline;
}
.hdt-btn--pos-icon-after {
  flex-direction: row-reverse;
}
.hdt-btn--with-icon {
  gap: var(--gap-btn-icon, 5px);
}
.hdt-btn--with-icon svg.hdt-icon {
  /* fill: var(--fill-link-icon-color); */
  fill: currentColor;
  width: auto;
  height: var(--height-btn-icon);
}
.hdt-btn-full-width {
  width: 100%;
}

.hdt-btn--size-xs {
  --padding-button: 5px 10px;
  --height-button: 28px;
  --font-size-button: calc(var(--text-base) - .3rem)
}

.hdt-btn--size-s {
  --padding-button: 5px 14px;
  --height-button: 36px;
  --font-size-button: calc(var(--text-base) - .15rem)
}
@media (min-width: 1150px) {
  .hdt-btn--size-l {
    --padding-button: 5px 28px;
    --height-button: 48px;
    --font-size-button: calc(var(--text-base) + .2rem)
  }
  
  .hdt-btn--size-xl {
    --padding-button: 5px 40px;
    --height-button: 56px;
    --font-size-button: calc(var(--text-base) + .4rem)
  }

  .hdt-btn--size-2xl {
    --padding-button: 5px 45px;
    --height-button: 60px;
    --font-size-button: calc(var(--text-base) + .8rem)
  }
}
/* .hdt-btn--size-custom-1 {
  --padding-button: 5px 40px;
  --height-button: 56px;
  --font-size-button: 16px
}
.hdt-btn--size-custom-1 {
  --padding-button: 5px 40px;
  --height-button: 56px;
  --font-size-button: 16px
} */
.hdt-btn-outline {
  --color-button-text: var(--color-secondary-button-text);
  background-color: transparent;
  border: var(--thickness-btn) solid rgb(var(--color-button-text));
}
.hdt-btn-link {
  --color-button-text: var(--color-link);
  background-color: transparent;
  min-height: unset !important;
  padding: 0 0 .42rem !important;
  border-radius: 0;
  border-bottom: 1px solid rgb(var(--color-button-text));
}
.hdt-btn-3d {
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
  will-change: transform;
}
.hdt-btn-3d:active {
  transform: translateY(1px);
  box-shadow: none
}
@media screen and (pointer: fine) {
  .hdt-btn-solid:hover, .hdt-main-cart__button-checkout:hover {
    box-shadow: inset 0 0 200px rgba(0,0,0,0.15);
    background: rgb(var(--color-background2));
    border-color: rgb(var(--color-background2));
  }
  .hdt-btn-3d:hover {
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    opacity: .8
  }
  .hdt-btn-outline:hover {
    background-color: rgb(var(--color-secondary-button-text));
    border-color: rgb(var(--color-secondary-button-text));
    --color-button-text: var(--color-secondary-brightness);
  }
  .hdt-btn-link:hover {
    background-color: transparent !important;
    box-shadow: none;
    /* opacity: .6; */
  }
}

/*================ 4. Spacer block ================*/
.hdt-spacer-block {
  height: var(--space);
}
.hdt-spacer-block-hoz {
  width: var(--space);
}
@media (min-width: 768px) {
  .hdt-spacer-block {
    height: var(--space-md);
  }
  .hdt-spacer-block-hoz {
    width: var(--space-md);
  }
}
@media (min-width: 1150px) {
  .hdt-spacer-block {
    height: var(--space-lg);
  }
  .hdt-spacer-block-hoz {
    width: var(--space-lg);
  }
}


/*================ 5. Icon block ================*/
.hdt-icon-block {
  display: flex;
  fill: currentColor;
}
.hdt-icon-block > :where(svg, img) {
width: var(--width);
height: auto;
}
@media (min-width: 768px) {
.hdt-icon-block > :where(svg, img) {
  width: var(--width-md);
  }
}
@media (min-width: 1150px) {
.hdt-icon-block > :where(svg, img) {
  width: var(--width-lg);
  }
}
.hdt-button-block {
  line-height: 1;
}

/*================ c1. Inline text icon ================*/
.hdt-d-din-font {
  font-family: 'D-DIN';
}
.hdt-d-din-bold-font {
  font-family: 'D-DIN-BOLD';
}
.hdt-section-twii, .hdt-block-twii {
  text-align: center
}
.hdt-hero-image__content-box.hdt-text-center {
  .hdt-section-twii, .hdt-block-twii {
    margin-inline: auto;
  }
  @media (min-width: 768px) {
    &.md\:hdt-text-center {
      .hdt-section-twii, .hdt-block-twii {
        margin-inline: auto;
      }
    }
    &.md\:hdt-text-left {
      .hdt-section-twii, .hdt-block-twii {
        margin-inline: 0 auto;
      }
    }
    &.md\:hdt-text-right {
      .hdt-section-twii, .hdt-block-twii {
        margin-inline: auto 0;
      }
    }
  }
}
.hdt-block-twii.hdt-block-twii--custom-width {
  width: 100%;
  max-width: var(--max-width, 100%);
}
.hdt-block-twii.hdt-text-left {
  text-align: start;
}
.hdt-block-twii.hdt-text-right {
  text-align: end;
}
.hdt-twii {
  display: inline-flex;
  max-width: 100%;
  margin: 0 auto;
  column-gap: var(--col-gap, 10px);
  row-gap: var(--row-gap, 0);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: var(--padding-block, auto);
}

.hdt-block-twii.hdt-text-left .hdt-twii {
  justify-content: flex-start;
}

.hdt-block-twii.hdt-text-right .hdt-twii {
  justify-content: flex-end;
}

.hdt-twii-item {
  font-size: max(calc(var(--font-size, 64px) * 0.5), 14px);
  font-weight: 400;
  line-height: var(--line-height, 1);
  letter-spacing: max(calc(var(--letter-spacing, 1px) * 0.8), -0.7px);
  padding-block: var(--padding-block-item, auto);
  &.hdt-underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

.hdt-twii-item--icon {
  flex: none;
  max-width: var(--width, 50px);
}
.hdt-twii-item--icon svg {
  max-width: 100%;
  height: auto;
}

.hdt-twii-item.hdt-c-font-i {
  font-size: max(calc(var(--font-size, 64px) * 0.6), 14px);
}

.hdt-uppercase {
  text-transform: uppercase;
}

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

.hdt-italic {
  font-style: italic;
}

.hdt-fullwidth {
  width: 100%;
}

.hdt-text-warry {
  max-width: var(--max-width, 100%);
}

.hdt-image_text_column .hdt-text-warry {
  margin-inline: auto;
}

@media (min-width: 768px) {
  .hdt-twii-item {
    font-size: max(calc(var(--font-size, 64px) * 0.65), 14px);
    letter-spacing: max(calc(var(--letter-spacing, 1px) * 0.9), -0.8px);
  }
  .hdt-twii-item.hdt-c-font-i {
    font-size: max(calc(var(--font-size, 70px) * 0.65), 14px);
  }
  .hdt-twii-item--icon {
    max-width: var(--width-md, 80px);
  }
}

@media (min-width: 1024px) {
  .hdt-twii-item {
    font-size: var(--font-size, 64px);
    letter-spacing: var(--letter-spacing, 1px);
  }
  .hdt-twii-item.hdt-c-font-i {
    font-size: var(--font-size, 70px);;
  }
  .hdt-twii-item--icon {
    max-width: var(--width-lg, 80px);
  }
}

@media (max-width: 1023.98px) {
  .hdt-imt-wrapper .hdt-row-grid--g0-mb {
    gap: 0;
  }
}

/*================ c2. Testimonials block ================*/

.hdt-block-testimonials {
  padding-block: var(--padding-block, auto);
}

.hdt-block-testimonials.hdt-testi-with-border {
  border-top: 2px solid rgb(var(--color-line-border));
  border-bottom: 2px solid rgb(var(--color-line-border));
}

.hdt-block-testimonials .hdt-tetimonials-item-inner {
  padding-inline: 50px;
}

.hdt-block-testimonials .hdt-block-testimonial-heding {
  margin-bottom: 10px;
}

/*================ c3. Highlight stats ================*/
.hdt-highlight-grid {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: 100%;
  width: 100%;
  gap: 0; 
}

.hdt-highlight-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  overflow-wrap: break-word;
  word-break: break-word;
}

.hdt-highlight-card-1 { 
  grid-area: 1 / 1 / 2 / 2;
}
.hdt-highlight-card-2 { 
  grid-area: 2 / 1 / 3 / 2;
}
.hdt-highlight-card-3 { 
  grid-area: 3 / 1 / 4 / 2;
}

.hdt-highlight-card-4 { 
  grid-area: 4 / 1 / 5 / 2;
}
.hdt-highlight-card-5 { 
  grid-area: 5 / 1 / 6 / 2;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
}

.hdt-highlight-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: #f6f6f6;
}

.hdt-highlight-card-5 .hdt-highlight-card-inner-1 {
  grid-area: 1 / 1 / 2 / 2;
}

.hdt-highlight-card-5 .hdt-highlight-card-inner-2 {
  grid-area: 2 / 1 / 3 / 2;
}

.hdt-counter-card {
  --padding-block: 20px;
  --padding-inline: 15px;
  background: var(--background, transparent);
  color: var(--color);
  width: 100%;
  height: 100%;
  padding: var(--padding-block) var(--padding-inline);
}
.hdt-counter-card-inner {
  width: 100%;
  height: 100%;
}

.hdt-card-counter {
  display: inline-grid;
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
}

.hdt-card-counter .hdt-counter-num {
  grid-area: 1 / 1 / 2 / 2;
}

.hdt-counter-num.hdt-pre-num {
  animation: preNumUp 0.2s linear forwards;
}

.hdt-counter-num.hdt-current-num {
  animation: currentNumUp 0.2s linear forwards;
}

@keyframes preNumUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(-1.2em); 
    opacity: 0;
  }
}

@keyframes currentNumUp {
  0% {
    transform: translateY(1.2em);
    opacity: 0;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.hdt-counter-card .hdt-card-counter-wrap {
  --gap: 10px;
  --counter-font-size: 100px;
  font-size: calc(var(--counter-font-size, 64px) * 0.6);
  display: inline-flex;
  align-items: center;
  gap: var(--gap, 0);
  line-height: 1;
}

.hdt-counter-card .hdt-card-icon {
  flex: none;
  --card-icon-width: 100px;
  width: calc(var(--card-icon-width, 100px) * 0.6);
}

.hdt-counter-card .hdt-card-icon :where(svg, img) {
  width: 100%;
  height: auto;
}

.hdt-counter-card .hdt-card-heading {
  --heading-size: 128px;
  --line-height: 105px;
  font-size: max(calc(var(--heading-size, 128px) * 0.6), 40px);
  line-height: max(calc(var(--line-height, 105px) * 0.6), 50px);
  font-weight: 500;
}

.hdt-counter-card .hdt-card-text {
  --text-font-size: 48px;
  --line-height: 50px;
  font-weight: 500;
  font-size: max(calc(var(--text-font-size, 48px) * 0.6), 24px);
  line-height: max(calc(var(--line-height, 50px) * 0.6), 25px);
}

.hdt-counter-card-1 .hdt-counter-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.hdt-counter-card-1 .hdt-card-inner-top {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: space-between;
}
.hdt-counter-card-1 .hdt-card-icon {
  --card-icon-width: 122px;
}

.hdt-counter-card-1 .hdt-card-text {
  width: 100%;
  max-width: 500px;
}

.hdt-counter-card-2 .hdt-counter-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.hdt-counter-card-2 .hdt-card-inner-mid {
  text-align: center;
}

.hdt-counter-card-2 .hdt-card-icon {
  --card-icon-width: 100px;
  margin: 0 auto;
}

.hdt-counter-card-2 .hdt-card-counter-wrap {
  --counter-font-size: 36px;
  --gap: 0;
}

.hdt-counter-card-2 .hdt-card-text {
  --text-font-size: 24px;
  --line-height: 25px;
}

.hdt-counter-card-3 .hdt-counter-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.hdt-align-items-end {
  align-items: flex-end;
}
.hdt-counter-card-3 .hdt-card-inner-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.hdt-counter-card-3 .hdt-card-icon {
  --card-icon-width: 96px;
}

.hdt-counter-card-3 .hdt-card-text {
  --text-font-size: 24px;
  --line-height: 25px;
  width: 100%;
  max-width: 350px;
}

.hdt-counter-card-4 .hdt-counter-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hdt-counter-card-4 .hdt-card-inner-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-top: 30px;
}

.hdt-counter-card-4 .hdt-card-heading {
  width: 100%;
  max-width: 340px;
  letter-spacing: -3px;
}

.hdt-counter-card-4 .hdt-card-counter-wrap {
  --counter-font-size: 128px;
  --gap: 0;
  line-height: 1;
}

.hdt-counter-card-4 .hdt-card-icon {
   --card-icon-width: 113px;
}

.hdt-counter-card-4 .hdt-card-text {
  --text-font-size: 24px;
  --line-height: 25px;
  width: 100%;
  max-width: 320px;
}

.hdt-counter-card-5 .hdt-card-parts {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 30px;
  flex-direction: column;
}
.hdt-counter-card-5 .hdt-cart-part-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  gap: 30px;
}

.hdt-counter-card-5 .hdt-cart-part-right {
  display: none;
}

.hdt-counter-card-5 .hdt-card-icon--clone {
  display: block;
}

.hdt-counter-card-5 .hdt-part-inner-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.hdt-counter-card-5 .hdt-part-inner-bottom {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.hdt-counter-card-5 .hdt-part-heading-wrap {
  display: flex;
  flex-direction: column;
}

.hdt-counter-card-5 .hdt-card-heading {
  --line-height: 111px;
  letter-spacing: -7px;
}

.hdt-counter-card-5 .hdt-card-heading--clone-1 {
  color: color-mix(in srgb, var(--color) 100%, transparent 30%);
}

.hdt-counter-card-5 .hdt-card-heading--clone-2 {
  color: color-mix(in srgb, var(--color) 100%, transparent 80%);
}

.hdt-counter-card-5 .hdt-card-counter-wrap {
  --counter-font-size: 250px;
  line-height: 100%;
}

.hdt-counter-card-5 .hdt-card-icon {
  --card-icon-width: 100px;
}

.hdt-counter-card-5 .hdt-card-text {
  --text-font-size: 24px;
  --line-height: 25px;
  width: 100%;
  max-width: 500px;
}

.hdt-counter-card-6 .hdt-counter-card-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hdt-counter-card-6 .hdt-card-text {
  text-decoration: underline;
  --text-font-size: 40px;
  --line-height: 44px;
}

@media (min-width: 480px) {
  .hdt-counter-card {
    --padding-block: 30px;
    --padding-inline: 30px;
  }
  .hdt-counter-card-5 .hdt-card-parts {
    flex-direction: row;
  }
  .hdt-counter-card-5 .hdt-part-inner-top {
    flex-direction: row;
  }
}
 
@media (min-width: 768px) {
  .hdt-highlight-grid {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 50% 50%;
  }
  .hdt-highlight-card-1 { 
    grid-area: 1 / 1 / 2 / 2;
  }
  .hdt-highlight-card-2 { 
    grid-area: 1 / 2 / 2 / 3;
  }
  .hdt-highlight-card-3 { 
    grid-area: 2 / 1 / 3 / 2;
  }

  .hdt-highlight-card-4 { 
    grid-area: 2 / 2 / 3 / 3;
  }
  .hdt-highlight-card-5 { 
    grid-area: 3 / 1 / 4 / 3;
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .hdt-highlight-card-5 .hdt-highlight-card-inner-1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .hdt-highlight-card-5 .hdt-highlight-card-inner-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .hdt-counter-card-5 .hdt-part-inner-top {
    justify-content: flex-start;
  }
  .hdt-counter-card-5 .hdt-card-counter-wrap {
    --counter-font-size: 450px;
    line-height: 200px;
  }
  .hdt-counter-card {
    --padding-block: 30px;
    --padding-inline: 40px;
  }
  .hdt-counter-card-5 .hdt-card-icon {
    --card-icon-width: 165px;
  }
} 

@media (min-width: 1150px) {
  .hdt-counter-card {
    --padding-block: 40px;
    --padding-inline: 50px;
  }
  .hdt-highlight-card-5 { 
    grid-template-columns: 79.4% 1fr;
  }
  .hdt-counter-card .hdt-card-icon {
    width: var(--card-icon-width, 100px);
  }
  .hdt-counter-card .hdt-card-counter-wrap {
    font-size: var(--counter-font-size, 64px);
  }
  .hdt-counter-card .hdt-card-heading {
    font-size: var(--heading-size);
    line-height: var(--line-height, 105px);
  }
  .hdt-counter-card .hdt-card-text {
    font-size: var(--text-font-size, 48px);
    line-height: var(--line-height, 50px);
  }
  .hdt-counter-card-5 .hdt-card-counter-wrap {
    line-height: 320px;
  }
}

@media (min-width: 1400px) {
  .hdt-highlight-grid {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 37.55% minmax(0, 1fr) 37.55%;
  }
  .hdt-highlight-card-1 { 
    grid-area: 1 / 1 / 2 / 2;
  }
  .hdt-highlight-card-2 { 
    grid-area: 1 / 2 / 2 / 3;
  }
  .hdt-highlight-card-3 { 
    grid-area: 1 / 3 / 2 / 4;
  }

  .hdt-highlight-card-4 { 
    grid-area: 2 / 1 / 3 / 2;
  }
  .hdt-highlight-card-5 { 
    grid-area: 2 / 2 / 3 / 4;
    grid-template-columns: 79.4% 1fr;
  }
  .hdt-counter-card-5 .hdt-card-counter-wrap {
    line-height: 345px;
    margin-top: -15px;
  }
}

@media (min-width: 1800px) {
  .hdt-counter-card-5 .hdt-cart-part-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hdt-counter-card-5 .hdt-card-icon--clone {
    display: none;
  }
}

/*================ c4. Story showcase ================*/
.hdt-section-story-showcase {
  --padding-inline: 30px;
}
.hdt-story-showcase-content {
  padding-inline: var(--padding-inline, 30px);
}
.hdt-story-scrolling-content-wrap {
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  .hdt-story-scrolling-content-heading {
    font-size: 38px;
    text-align: center;
    + hdt-scrolling-content-block {
      margin-top: 15px;
    }
  }
  @media (min-width: 1024px) {
    padding-bottom: 50px;
  }
}
.hdt-ssc-curve-wrap {
  position: relative;
  --wave-width: 100vw;
  overflow: hidden;
  &:before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: -2%;
    display: block;
    width: var(--wave-width);
    height: calc(var(--wave-width) * 0.33);
    background: var(--bg-color-code, rgb( var(--color-foreground)));
    z-index: 2;
    pointer-events: none;
    mask: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 541'>\<path d='M0 67.1436C947.575 175.581 1411.06 -128.108 1729 67.1436V330H1728V541H0V67.1436Z' fill='%23000'/>\</svg>") center / 100% 100% no-repeat;
  }
  &:after {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    display: block;
    background: rgb(var(--color-base-background));
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
  }
  @media (min-width: 700px) and (max-width: 991.98px) {
    &:before {
      inset-block-end: -10%;
      width: calc(var(--wave-width) + 120px);
      height: calc(var(--wave-width) * 0.53);
      margin-inline-start: -60px;
    }
  }
  @media (max-width: 699.98px) {
    .hdt-story-scrolling-content-wrap {
      .hdt-story-scrolling-content-heading {
        color: rgb(var(--color-background));
        text-shadow: 0 0 3px rgba(255,255,255,0.8);
      }
    }
  }
  @media (max-width: 559.98px) {
    &:before {
      inset-block-end: -10%;
      width: calc(var(--wave-width) + 166px);
      height: calc(var(--wave-width) * 0.73);
      margin-inline-start: -60px;
    }
  }
}
.hdt-ssc-curve {
  padding-inline: var(--padding-inline, 30px);
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 15px;
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}

.hdt-story-show-case-img {
  width: min(30%, 300px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  position: relative;
  z-index: 5;
}

.hdt-story-show-case-img > * {
  grid-area: 1 / 1 / 2 / 2;
}

.hdt-ssc-curve--3-imgs {
  --showcase-img-spacing: 40px;
}

.hdt-ssc-curve--3-imgs .hdt-story-show-case-img--1, .hdt-ssc-curve--3-imgs .hdt-story-show-case-img--3 {
  grid-template-rows: minmax(0, 1fr) var(--showcase-img-spacing);
}

.hdt-ssc-curve--3-imgs .hdt-story-show-case-img--2 {
  grid-template-rows: var(--showcase-img-spacing) minmax(0, 1fr);
}

.hdt-ssc-curve--3-imgs .hdt-story-show-case-img--2 > * {
  grid-area: 2 / 1 / 3 / 2;
}

.hdt-story-show-case-img-inner {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  clip-path: url(#hdtFlowerClip);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.hdt-story-show-case-img-inner > * {
  grid-area: 1 / 1 / 2 / 2;
}

.hdt-story-show-case-img-inner > :where(img, svg) {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.hdt-story-text {
  --story-it-font-size: 36px;
  text-transform: uppercase;
  place-self: center;
  font-size: max(16px, calc(var(--story-it-font-size) * 0.3));
  line-height: 53px;
  letter-spacing: -1px;
  color: rgb(var(--color-base-background));
  pointer-events: auto;
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s linear;
  text-shadow: -1px -1px 2px rgba(49, 53, 177, 0.10), 2px 2px 5.8px #000;
}

.hdt-story-show-case-img-inner .hdt-story-show-case-back {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: rgb(var(--color-background2));
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: opacity 0.3s linear;
}

.hdt-story-show-case-img-inner:hover > :where(img, svg), .hdt-story-show-case-img-inner:hover .hdt-story-text {
  opacity: 0;
  pointer-events: none;
}

.hdt-story-show-case-img-inner:hover .hdt-story-show-case-back {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 480px) {
  .hdt-ssc-curve {
    gap: 30px;
  }
  .hdt-story-show-case-img-inner .hdt-story-show-case-back {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .hdt-ssc-curve {
    padding-bottom: 40px;
  }
  .hdt-ssc-curve--3-imgs {
    --showcase-img-spacing: 60px;
  }
  .hdt-story-show-case-img 
  .hdt-section-story-showcase {
    --padding-inline: 60px;
  }
  .hdt-story-text {
    font-size: max(16px, calc(var(--story-it-font-size) * 0.8));
  }
  .hdt-story-show-case-img-inner .hdt-story-show-case-back {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .hdt-section-story-showcase {
    --padding-inline: 90px;
  }
  .hdt-ssc-curve {
    gap: 90px;
    padding-bottom: 105px;
  }
  .hdt-ssc-curve--3-imgs {
    --showcase-img-spacing: 150px;
  }
  .hdt-story-text {
    font-size: max(20px, calc(var(--story-it-font-size) * 0.8));
  }
}

@media (min-width: 1400px) {
  .hdt-section-story-showcase {
    --padding-inline: 125px;
  }
  .hdt-ssc-curve {
    gap: 120px;
    padding-bottom: 120px;
  }
  .hdt-ssc-curve--3-imgs {
    --showcase-img-spacing: 220px;
  }
  .hdt-story-text {
    font-size: max(24px, var(--story-it-font-size));
  }
}

/*================ c5. Running cards ================*/
.hdt-marquee--running-cards .hdt-marquee-inner {
  gap: var(--spacing-item, 30px);
}

.hdt-marquee--running-cards .hdt-running-card {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.hdt-running-card .hdt-card-item {
  width: min(calc(100vw - 30px), 515px);
  min-height: 126px;
  background: var(--background);
  color: var(--color);
  border-radius: 20px;
  padding: 18px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.hdt-running-card .hdt-card-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  inset-inline-start: 25px;
  width: 16px;
  height: 16px;
  background: var(--icon-color);
}

.hdt-running-card .hdt-card-item .hdt-ci-top {
  text-align: center;
  height: 50%;
}

.hdt-running-card .hdt-card-item .hdt-ci-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hdt-running-card .hdt-card-heading {
  font-family: 'D-DIN-BOLD';
  color: var(--color);
  font-size: 24px;
}

.hdt-cib-part--left {
  display: inline-flex;
  align-items: flex-start;
  gap: 15px;
}

.hdt-ci-avatar-wrap {
  flex: none;
  display: block;
  width: 50px;
}

.hdt-ci-author-short-info {
  font-family: 'D-DIN-BOLD';
}

.hdt-hash-tag--link {
  text-decoration: underline;
}

/*================ c6. Special text with button ================*/
.hdt-stwb-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-block: 30px;
}
.hdt-stwb-part {
  width: 100%;
  position: relative;
} 

.hdt-stwb-part--text-with-ib {
  text-align: center;
}

.hdt-stwb-heading {
  --font-size: 96px;
  font-size: max(calc(var(--font-size, 96px) * 0.5), 10px);
  line-height: 57px;
  letter-spacing: 0.15px;
  position: relative;
  z-index: 2;
  text-align: center;
} 

.hdt-stwi-desc {
  --font-size: 48px;
  font-size: max(calc(var(--font-size, 48px) * 0.6), 12px);
  line-height: 28px;
  position: relative;
  z-index: 2;
}

.hdt-stwb-part--text-with-ib .hdt-btn--stwi {
  position: relative;
  z-index: 2;
  font-size: 18px;
}

.hdt-stwi-icon-wrap {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hdt-stwi-icon-wrap--1 {
  top: -75%;
  inset-inline-start: 48%;
}

.hdt-stwi-icon-wrap--2 {
  top: 0;
  inset-inline-start: 0;
}

.hdt-stwi-icon-wrap--3 {
  top: -24px;
  inset-inline-end: 0;
}

@media (min-width: 768px) {
  .hdt-stwb-wrap {
    flex-direction: row;
    padding-block: 60px;
  }
  .hdt-stwb-part {
    width: 50%;
  }
  .hdt-stwb-heading {
    font-size: max(calc(var(--font-size, 96px) * 0.65), 10px);
    text-align: start;
  }
  .hdt-stwi-desc {
    font-size: max(calc(var(--font-size, 48px) * 0.65), 12px);
  }
  .hdt-stwb-part--text-with-ib .hdt-btn--stwi { 
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .hdt-stwb-wrap {
    flex-direction: row;
    padding-block: 110px;
  }
  .hdt-stwb-heading {
    font-size: var(--font-size, 96px);
    line-height: 85px; 
  }
  .hdt-stwi-desc {
    font-size: var(--font-size, 48px);
    line-height: 57px;
  }
}

/*================ c6. Footer ================*/
.hdt-footer {
  position: relative;
  .hdt-big-logo {
     mix-blend-mode: soft-light;
     @media (min-width: 1024px) {
      margin-top: 30px;
     }
  }
}
.hdt-footer .hdt-heading-f--newsletter .hdt-f-newsletter-heading {
  --font-size: 55px;
  font-size: max(calc(var(--font-size, 48px) * 0.6), 12px);
  line-height: 101%;
}

.hdt-bf-logo {
  width: 100%;
  height: 100%;
}

.hdt-bf-logo img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .hdt-footer .hdt-footer-main .hdt-footer-newsletter { 
    max-width: 550px;
  }
  .hdt-footer .hdt-heading-f--newsletter .hdt-f-newsletter-heading {
    font-size: max(calc(var(--font-size, 48px) * 0.65), 12px);
  }
}

@media (min-width: 1024px) {
  .hdt-footer .hdt-heading-f--newsletter .hdt-f-newsletter-heading {
    font-size: var(--font-size, 55px);
  }
}


/*================ c6. Product ================*/
.hdt-hero-image .hdt-media-overlap-content .hdt-overlay-img-wrap {
  position: absolute;
  z-index: 1;
  width: min(25%, 400px);
  height: auto;
  inset-block-start: 50%;
  inset-inline-end: min(25%, 500px);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .hdt-hero-image .hdt-media-overlap-content .hdt-overlay-img-wrap {
    transform: translateX(80%) translateY(-22%);
  }
}

@media (max-width: 479.98px) {
  .hdt-hero-image .hdt-media-overlap-content .hdt-overlay-img-wrap {
    transform: translateX(80%) translateY(20%);
  }
}

/*================ c6. Flip cards ================*/
.hdt-container--flip-cards {
  text-align: center;
}
.hdt-flip-cards-wrap {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);
  max-width: 100%;
  flex-wrap: wrap;
}

.hdt-flip-cards-wrap .hdt-block-flip-card {
  width: clamp(20%, 300px, 100%);
  flex-grow: 1;
}

.hdt-flip-card {
  perspective: 1000px;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.hdt-flip-card-front,
.hdt-flip-card-back {
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  backface-visibility: hidden;
  transition: transform 0.4s linear;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
}

.hdt-flip-card-front {
  background: rgb(var(--color-background));
  z-index: 2;
  position: relative;
}

.hdt-front-image-wrap {
  position: relative;
}
.hdt-flip-card-front .hdt-front-text-wrap {
  padding: 15px 30px;
}

.hdt-card-img :where(img, svg) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.hdt-flip-card-back {
  position: absolute;
  background: rgb(var(--color-background));
  transform: rotateY(180deg);
  z-index: 1;
}
.hdt-flip-card:hover .hdt-flip-card-front,
.hdt-flip-card:focus-within .hdt-flip-card-front,
.hdt-flip-card.hdt-flipped .hdt-flip-card-front {
  transform: rotateY(180deg);
}

.hdt-flip-card:hover .hdt-flip-card-back,
.hdt-flip-card:focus-within .hdt-flip-card-back,
.hdt-flip-card.hdt-flipped .hdt-flip-card-back {
  transform: rotateY(360deg);
}

.hdt-flip-card-back .hdt-back-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.hdt-flip-card-back .hdt-back-text-wrap {
  padding: 15px 30px;
  position: relative;
  z-index: 2;
}

.hdt-flip-card-back .hdt-card-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hdt-flip-card-back .hdt-card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 1024px) {
  .hdt-flip-cards-wrap {
    flex-wrap: nowrap;
  }
}

/*================ c7. The science behind ================*/
.hdt-header-with-icons {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-block: 30px;
  margin-inline: auto;
}
.hdt-block-header-with-icon--show-icon .hdt-header-with-icons {
  padding-block: 100px 30px;
}
.hdt-header-with-icons .hdt-hwi--icon {
  position: absolute;
  z-index: 1;
}

.hdt-header-with-icons .hdt-block-twii {
  position: relative;
  z-index: 2;
}

.hdt-header-with-icons .hdt-hwi--icon-1 {
  top: 28%;
  inset-inline-start: 0;
}
.hdt-header-with-icons .hdt-hwi--icon-2 {
  top: 6%;
  inset-inline-start: 25%;
}
.hdt-header-with-icons .hdt-hwi--icon-3 {
  top: 12%;
  inset-inline-start: 68%;
}
.hdt-header-with-icons .hdt-hwi--icon-4 {
  top: 43%;
  inset-inline-end: 0;
}

.hdt-science-behind-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.hdt-sb-main-img {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
  position: sticky;
  top: 100px;
  margin-inline: auto 0;
  width: min(calc(40% - 15px), 314px);
}

.hdt-db-img-with-text-wrap {
  grid-area: 1 / 1 / 2 / 2;
  position: sticky;
  top: 100px;
  place-self: start center;
  padding-top: 30px;
}

.hdt-block-sb-img-with-text {
  display: flex;
  justify-content: start;
  gap: 30px;
  margin-bottom: 60px;
  flex-direction: column;
}

.hdt-block-sb-img-with-text .hdt-sb-iwt-image {
  width: 100%;
  max-width: min(calc(60% - 15px), 400px);
}

.hdt-block-sb-img-with-text .hdt-sb-iwt-text {
  width: 100%;
  max-width: min(calc(60% - 30px), 400px);
}

.hdt-block-sb-img-with-text .hdt-sb-iwt-text > * + * {
  margin-top: 15px;
}

.hdt-sb-iwt-text .hdt-twii-item--text {
  position: relative;
}
.hdt-sb-iwt-text .hdt-twii-item--text:first-child:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FF6B4F;
  margin-inline-end: 7px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .hdt-db-img-with-text-wrap {
    padding-top: 65px;
  }
  .hdt-sb-main-img {
    margin-inline: auto;
    width: min(30%, 314px);
  }
  .hdt-block-sb-img-with-text {
    flex-direction: row;
    margin-bottom: 140px;
    justify-content: space-between;
  }
  .hdt-block-sb-img-with-text .hdt-sb-iwt-image {
    max-width: min(30%, 380px);
  }
  .hdt-block-sb-img-with-text .hdt-sb-iwt-text {
    max-width: min(30%, 380px);
  }
}

@media (max-width: 1023.98px) {
  .hdt-header-with-icons .hdt-twii-item, .hdt-block-sb-img-with-text .hdt-sb-iwt-text .hdt-twii-item {
    font-size: max(calc(var(--font-size, 64px) * 0.65), 16px);
  }
}

@media (max-width: 767.98px) {
  .hdt-header-with-icons .hdt-twii-item, .hdt-block-sb-img-with-text .hdt-sb-iwt-text .hdt-twii-item {
    font-size: max(calc(var(--font-size, 64px) * 0.5), 14px);
  }
}

/*================ c8. Image with info ================*/
.hdt-section-iwi {
  > .hdt-container  {
    border-radius: 30px;
  }
}
.hdt-image-with-info {
  padding-block: 50px;
}
.hdt-image-with-info-content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-inline: auto;
  width: 100%;
  max-width: 750px;
}

.hdt-iwi-main-img {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
  position: sticky;
  top: 100px;
  margin-inline: auto 0;
  padding-inline: 15px 0;
  width: min(calc(40% - 15px), 314px);
}

.hdt-iwi-main-text {
  grid-area: 1 / 1 / 2 / 2;
  position: sticky;
  top: 100px;
  place-self: start center;
  padding-top: 30px;
}

.hdt-iwi-main-text {
  display: flex;
  width: 100%;
  justify-content: start;
  gap: 30px;
  flex-direction: column;
}

.hdt-block-iwi-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.htd-iwi-item {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.htd-iwi-item-content {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}

.htd-iwi-text-wrap {
  text-align: end;
  width: 100%;
  max-width: var(--max-width, 196px);
}
.hdt-iwi-image-wrap {
  width: 40px;
  height: 40px;
  flex: none;
}
.htd-iwi-item-content .hdt-iwi-item-heading {
  font-size: 24px;
}

.htd-iwi-item-content .hdt-iwi-item-text {
  line-height: 16px;
  letter-spacing: 0.15px;
}

.hdt-iwi-main-text .hdt-iwi-info-wrap--left, .hdt-iwi-main-text .hdt-iwi-info-wrap--right {
  width: 100%;
  max-width: min(62%, 430px);
}

.hdt-iwi-item-line {
  position: relative;
  height: 2px;
  background: rgb(var(--color-foreground));
  width: min(15%, 50px);
  flex: none;
  margin-top: 11px;
}

.hdt-iwi-item-line:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: rgb(var(--color-foreground));
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .hdt-image-with-info-content {
    max-width: 1200px;
  }
  .hdt-iwi-image-wrap {
    width: 62px;
    height: 62px;
  }
  .hdt-iwi-main-img {
    margin-inline: auto;
    padding-inline: 15px;
    width: min(30%, 322px);
    margin-top: 60px;
  }
  .hdt-iwi-main-text {
    flex-direction: row;
    justify-content: space-between;
  }
  .hdt-iwi-main-text .hdt-iwi-info-wrap--left, .hdt-iwi-main-text .hdt-iwi-info-wrap--right {
    max-width: min(35%, 430px);
  }
  .hdt-iwi-main-text .hdt-iwi-info-wrap--right {
    margin-top: 102px;
  }
  .hdt-iwi-item-line {
    width: min(35%, 140px);
  }
  .hdt-iwi-info-wrap--right .htd-iwi-item {
    flex-direction: row-reverse;
  }
  .hdt-iwi-info-wrap--right .htd-iwi-item-content {
    flex-direction: row-reverse;
  }
  .hdt-iwi-info-wrap--right .htd-iwi-text-wrap {
    text-align: start;
  }
}

/*================ c9. Custom judgeme (judgeme grid) ================*/
.hdt-judgeme--grid .jdgm-row-stars {
  display: flex;
  flex-direction: column;
}
.hdt-judgeme--grid .jdgm-rev-widg__reviews {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  gap: 15px;
}

.hdt-judgeme--grid .jdgm-paginate {
  border-top: none;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
}
.hdt-judgeme--grid .jdgm-paginate .jdgm-paginate__page {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgb(var(--color-foreground));
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  font-family: "D-DIN-BOLD";
  font-size: 16px;
}
.hdt-judgeme--grid .jdgm-paginate .jdgm-paginate__page.jdgm-curt {
  color: rgb(var(--color-background));
  background: rgb(var(--color-foreground));
}

.hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev {
  grid-area: auto;
  border: none;
  border-radius: 15px;
  box-shadow: 0px 0px 8.7px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev:first-child {

}

.hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header {
  margin-bottom: 15px;
}

.hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-row-rating {
  margin-bottom: 15px;
}

.hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-row-profile {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__author {
  font-family: "D-DIN-BOLD";
  font-size: 18px;
}
.hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-row-profile .jdgm-rev__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  flex: none;
}

.hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__pic-link {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.hdt-judgeme--grid .jdgm-rev__timestamp, .hdt-judgeme--grid .jdgm-rev__location {
  color: rgb(var(--color-foreground));
}

@media (min-width: 768px) {
  .hdt-judgeme--grid .jdgm-row-stars {
    flex-direction: row;
  }
  .hdt-judgeme--grid .jdgm-rev-widg__reviews {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
  .hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev {
    padding: 30px;
  }
  .hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev:first-child {
    grid-area: 1 / 1 / 3 / 2;
  }
  .hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header {
    margin-bottom: 30px;
  }

  .hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-row-rating {
    margin-bottom: 30px;
  }
  .hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__author {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .hdt-judgeme--grid .jdgm-rev-widg__reviews {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev {

  }
  .hdt-judgeme--grid .jdgm-rev-widg__reviews .jdgm-rev:first-child {
    grid-area: 1 / 1 / 3 / 2;
  }
}

/*================ c10. Qoute reviews ================*/
.hdt-quote-reviews {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hdt-review-cards {
  position: relative;
  perspective: 1200px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-top: calc(var(--count-cards, 0) * 16px);
  max-width: calc(100% - var(--count-cards, 0) * 16px);
}
.hdt-qoute-review-card {
  border-radius: 20px;
  padding: 15px;
  box-shadow: -1px -1px 4px 0px rgba(195, 164, 128, 0.25), 4px 4px 5.9px 0px rgba(210, 202, 193, 0.50);
  background: rgb(var(--color-background));
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: calc(99 - var(--order, 1));
 transition:
    transform 0.3s linear,
    opacity 0.25s,
    box-shadow 0.25s;
  transform:
    translateX(calc(16px * var(--order, 1))) translateY(calc(-16px * var(--order, 1)));
}
.hdt-qoute-review-card.hdt-current-card {
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
  transform: translateX(0) translateY(0);
}
.hdt-qoute-review-card.hdt-exiting {
  opacity: 0;
  transform: translateX(-16px) translateY(16px);
  pointer-events: none;
  z-index: 100;
  transition:
    transform 0.3s linear,
    opacity 0.4s,
}
.hdt-qoute-review > * + * {
  margin-top: 30px;
}
.hdt-icon-quote-review {
  color: #EAE2D9;
  display: block;
  width: 60px;
  svg {
    width: 100%;
    height: auto;
  }
}
.hdt-qoute-content {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.15px;
}
.hdt-qoute-avatars {
  display: flex;
}
.hdt-qoute-avatars .hdt-card-tag-btn {
  z-index: var(--btn-order, 1);
  position: relative;
  width: 86px;
  height: 86px;
  flex: none;
  margin-inline-start: -20px;
}
.hdt-qoute-avatars .hdt-card-tag-btn:first-child {
  margin-inline-start: 0;
}
.hdt-qoute-avatars .hdt-card-tag-btn :where(img, svg) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hdt-qoute-author-rating {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}
.hdt-qoute-author-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
}
.hdt-qoute-au-avatar {
  width: 50px;
  flex: none;
}
.hdt-qoute-author {
  display: flex;
  flex-direction: column;
}
.hdt-qoute-author-name {
  font-size: 16px;
}
.hdt-qoute-author-postion {
  font-size: 12px;
  line-height: 14px;
}
.hdt-qoute-rating-wrap {
  display: inline-flex;
  color: rgb(var(--color-foreground2));
}
.hdt-rating-number {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.15px;
  margin-inline-start: 6px;
}
.hdt-icon-quote-rating-star {
  width: 20px;
  display: inline-flex;
}
@media (min-width: 768px) {
  .hdt-quote-reviews {
    flex-direction: row;
    justify-content: space-between;
  }

  .hdt-qoute-reviews-part--left {
    width: min(450px, 40%);
  }

  .hdt-qoute-reviews-part--right {
    width: 60%;
    max-width: 890px;
  }
  .hdt-qoute-review-card {
    padding: 30px 40px;
  }
  .hdt-icon-quote-review {
    width: 92px;
  }
  .hdt-qoute-content, .hdt-qoute-author-name {
    font-size: 24px;
  }
  .hdt-qoute-content {
    line-height: 32px;
  }
  .hdt-qoute-author-rating {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .hdt-rating-number {
    font-size: 24px;
  }
  .hdt-qoute-au-avatar {
    width: 70px;
  }
}

@media (min-width: 1024px) {
  .hdt-qoute-au-avatar {
    width: 82px;
  }
  .hdt-icon-quote-rating-star {
    width: auto;
  }
}

/*================ c11. Recent related ================*/
.hdt-section--custom-judgeme .hdt-container--custom-judgeme {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(var(--color-foreground));
  @media (max-width: 767.98px) {
    padding-bottom: calc((var(--section-prate) * 40) / 100);
  }
}
.hdt-section-recent-related {
  .hdt-tabs-head--recent-related {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 55px;
  }
  .hdt-tab-heading--recent-related {
    font-size: 48px;
  }
  @media (max-widt: 767.98px) {
    .hdt-tab-heading--recent-related {
      font-size: 32px;
    }
  }
}
.hdt-tabs-list--rr {
  gap: 30px; 
  .hdt-tabs-item-title {
    font-size: 24px;
    &[aria-current="true"] {
      font-family: "D-DIN-BOLD";
      text-decoration: underline;
    }
  }
}

@media (max-width: 767.98px) {
  .hdt-section-recent-related {
    .hdt-tab-heading--recent-related {
      font-size: 32px;
    }
  }
  .hdt-tabs-list--rr {
    gap: 15px;
    .hdt-tabs-item-title {
      font-size: 18px;
    }
  }
  .hdt-section-recent-related .hdt-card-product__title {
    font-size: var(--textxl);
  }
}

/*================ c12. Rating holder ================*/
.hdt-rating-holder {
  .jdgm-rev-widg__summary {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: var(--font-size, var(--text-xs));
  }
}

/*================ c13. Cart ================*/
.hdt-shipping-estimate {
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 12px 15px;
  justify-content: space-between;
  margin-bottom: 50px;
  .hdt-shipping-truck svg {
    fill: rgb(var(--color-background));
  }
}

.hdt-truck-road {
  width: calc(50% + 45px);
}

.hdt-estimate-message {
  width: 100%;
  text-align: center;
}

.hdt-shipping-truck {
  display: inline-flex;
  will-change: transform;
  --truck-x: 0;
  transform: translateX(calc(var(--percent-passed, 0) * var(--road-distance, 0) * 0.01));
  transition: transform .9s linear 0s;
  position: relative;
}

.hdt-shipping-truck :where(img, svg) {
  animation: truck-shake 0.5s infinite linear;
}

.hdt-shipping-truck .hdt-truck-smoke {
  position: absolute;
  top: 80%;
  inset-inline-start: -86%;
  display: flex;
  gap: 4px;
  transform: translateY(-50%);
}

.hdt-shipping-truck .hdt-truck-smoke > span {
  width: 4px;
  height: 4px;
  background: rgba(var(--color-background) / 0.5);
  border-radius: 50%;
  animation: smoke-pop 2s infinite ease-in-out;
  animation-delay: calc(var(--i, 0) * 0.2s);
  opacity: 0;
}

.hdt-shipping-truck .hdt-truck-smoke > span:nth-child(1) { --i: 0; }
.hdt-shipping-truck .hdt-truck-smoke > span:nth-child(2) { --i: 1; }
.hdt-shipping-truck .hdt-truck-smoke > span:nth-child(3) { --i: 2; }
.hdt-shipping-truck .hdt-truck-smoke > span:nth-child(4) { --i: 3; }
.hdt-shipping-truck .hdt-truck-smoke > span:nth-child(5) { --i: 4; }

@keyframes smoke-pop {
  0%   { transform: translateX(0) scale(0.8); opacity: 0; }
  20%  { opacity: 1; }
  100% { transform: translateX(-12px) translateY(-8px) scale(1.7); opacity: 0; }
}

.hdt-shipping-truck .hdt-truck-light {
  position: absolute;
  top: 50%;
  inset-inline-end: -4px;
  display: block;
  transform: translateY(-50%);
}

.hdt-shipping-truck .hdt-truck-light > span {
  position: absolute;
  width: 10px;
  height: 2px;
  background: rgba(var(--color-background) / 0.8);
  transform-origin: left center;
  opacity: 0;
  animation: light-flash-double 3s infinite ease-in-out;
}

.hdt-shipping-truck .hdt-truck-light > span:nth-child(1) {
  top: -5px;
  transform: rotate(-14deg);
}
.hdt-shipping-truck .hdt-truck-light > span:nth-child(2) {
  top: 0;
  transform: rotate(0deg);
}
.hdt-shipping-truck .hdt-truck-light > span:nth-child(3) {
  top: 5px;
  transform: rotate(14deg);
}

@keyframes light-flash-double {
  0%, 9%   { opacity: 0; }
  10%, 19% { opacity: 1; }
  20%, 29% { opacity: 0; }
  30%, 39% { opacity: 1; }
  40%, 100% { opacity: 0; }
}

@keyframes truck-shake {
  0%   { transform: translateY(0) rotate(-2deg); }
  25%  { transform: translateY(-2px) rotate(2deg); }
  50%  { transform: translateY(1px) rotate(-1deg); }
  75%  { transform: translateY(-1.5px) rotate(1deg); }
  100% { transform: translateY(0) rotate(-2deg); }
}

.hdt-free-ship-noti {
  display: flex;
  width: 100%;
  flex-direction: column;
  max-width: 660px;
  margin-inline: auto;
  margin-bottom: 50px;
  gap: 20px;
  text-align: center;
  .hdt-free-ship-progress {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(var(--color-foreground));
  }
  .hdt-unlocked-msg {
    font-size: 24px;
  }
}

.hdt-fs-progress {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden; 
  width: calc(var(--progress) * 1%);
  height: 100%;
  &:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(var(--color-foreground));
    transform: scaleX(0);
    transition: transform 1s ease-in-out;
    transform-origin: left;
  }
}

.hdt-free-ship-noti.inited {
  .hdt-fs-progress:before {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {
  .hdt-shipping-estimate {
    flex-direction: row;
    gap: 15px;
  }
  .hdt-truck-road {
    width: 40%;
  }

  .hdt-estimate-message {
    width: calc(60% - 15px);
    text-align: start;
  }
}


/*================ c14. Call to action ================*/
.hdt-cta-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 30px;
  border-radius: var(--radius);
  text-align: center;
}

@media (min-width: 768px) {
  .hdt-cta-inner {
    padding: 20px 50px;
  }
}

@media (min-width: 992px) {
  .hdt-cta-inner {
    flex-direction: row;
    padding: 20px 50px;
    text-align: start;
  }
}

@media (min-width: 1150px) {
  .hdt-cta-inner {
    padding: 25px 100px;
  }
}

@media (max-width: 991.98px) {
  .hdt-cta-part-text {
    .hdt-text-warry {
      font-size: 18px;
      text-align: center;
    }
  }
}

@media (max-width: 767.98px) {
  .hdt-cta-part-text {
    .hdt-text-warry {
      font-size: 16px;
      line-height: 1.2;
    }
  }
  .hdt-cta-part-text > * + * {
    margin-top: 10px;
  }
}

/*================ c15. Collection with banner ================*/
.hdt-collection-with-banner {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 25px;
}

.hdt-cwb-top-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 25px;
  justify-content: space-between;
}

.hdt-cwb-text-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  order: 2;
  text-align: center;
  .hdt-cwb-title {
    line-height: 1;
  }
}

.hdt-cwb-banner-area {
  flex-grow: 1;
  order: 1;
  .hdt-cwb-banner {
    display: block;
    width: 100%;
    height: 100%;
    :where(img, svg) {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.hdt-cwb-collections-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;  
  flex-wrap: wrap;
  .hdt-cwb-filter-btn {
    + .hdt-cwb-filter-btn {
      margin-inline-start: 0;
    }
    &[aria-current="true"] {
      background-color: rgb(var(--color-secondary-button-text));
      border-color: rgb(var(--color-secondary-button-text));
      --color-button-text: var(--color-secondary-brightness);
    }
  }
}

@media (min-width: 1024px) {
  .hdt-cwb-top-part {
    flex-direction: row;
  }
  .hdt-cwb-text-area {
    width: min(40%, 500px);
    order: 1;
    text-align: start;
    .hdt-cwb-title {
      line-height: 36px;
    }
  }
  .hdt-cwb-banner-area {
    order: 2;
  }
  .hdt-cwb-collections-area {
    gap: 25px;
  }
}

@media (min-width: 1150px) {
  .hdt-cwb-text-area {
    .hdt-cwb-title {
      line-height: 48px;
    }
  }
}

/*================ c16. Blog ================*/
.hdt-filter-tag {
	color: rgb(var(--color-link));	
	background-color: transparent;
  border: var(--thickness-btn) solid rgb(var(--color-link) / .15);
  padding: var(--hdt-pd-y) var(--hdt-pd-x);
  border-radius: var(--radius-button);
  transition: .3s all;
}
.hdt-filter-tag:hover {
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button));
  border-color: rgb(var(--color-button));
}
.hdt-filter-tags ul{
  column-gap: 10px;
  row-gap: 10px;
}
.hdt-filter-tags ul li a {
  --hdt-pd-y: var(--spacing-0-6);
  --hdt-pd-x: var(--spacing-1-4);
  --hdt-border-color:rgb(var(--color-link) / 0.1)
}
.hdt-ezz-light-bg {
  background-color: #FFFAD9;
}
.hdt-blog-filter-tags {
  margin-bottom: 3rem;
  .hdt-blog-filter-tags-list {
    gap: .6rem;
    justify-content: center;
  }
  .hdt-btn--blog-filter {
    padding: 6px 15px;
    display: inline-block;
    font-size: 12px;
  }
  .hdt-tag-item--current {
    .hdt-filter-tag {
      color: rgb(var(--color-button-text));
      background-color: rgb(var(--color-button));
      border-color: rgb(var(--color-button));
    }
  }
}

.hdt-blog-2nd-heading {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  gap: 0;
  margin-inline: auto;
  place-self: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.hdt-row-grid--blogs-des_4 {
  display: flex;
  flex-direction: column;
  .hdt-article-item {
    .hdt-main-article {
      height: 100%;
    }
    .hdt-article-info {
      padding-top: 0;
    }
    .hdt-article-inner {
      display: flex;
      flex-direction: column;
      border-radius: var(--radius-blog-card);
      overflow: hidden;
      height: 100%;
      .hdt-estimate-reding-time {
          position: relative;
          display: inline-flex;
          justify-content: space-between;
          align-items: center;
          gap: 4.5px;
          margin-bottom: 15px;
        &:before, &:after {
          content: '';
          display: block;
          position: relative;
          z-index: 1;
          width: 7px;
          height: 7px;
          background-color: #FF6B4F;
          border-radius: 50%;
        }
      }
      .hdt-article-img-wrap {
        height: 100%;
      }
      .hdt-article-img {
        height: 100%;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .hdt-article-thumb {
        flex: none;
        width: 100%;
        border-radius: 0;
        .hdt-article-category a {
          background: rgb(var(--color-button));
          color: rgb(var(--color-button-text));
          border-radius: var(--radius-button);
          border: none;
          font-weight: 400;
          font-size: 12px;
          @media (min-width: 768px) {
            font-size: 18px;
            min-height: 3.6rem;
          }
        }
      }
      .hdt-article-content_wapper {
        flex-grow: 1;
        padding: 15px;
        @media (min-width: 768px) {
          padding: 30px;
        }
      }
      .hdt-article-title {
        font-size: 20px;
      }
      .hdt-btn {
        overflow: hidden;
      }
      .hdt-article-label {
        inset: 15px auto auto 15px;
      }
    }
  }
}

@media (min-width: 768px) {
  .hdt-blog-2nd-heading {
    font-size: 36px;
    flex-direction: row;
    align-items: baseline;
    gap: .5rem;
  }
  .hdt-row-grid--blogs-des_4 {
    .hdt-article-item {
      .hdt-article-inner {
        flex-direction: row;
        .hdt-article-thumb {
          width: min(230px, 37%);
        }
      }
    }
  }
}

@media (min-width: 1024px) {
  .hdt-blog-filter-tags {
    margin-bottom: 5rem;
    .hdt-blog-filter-tags-list {
      gap: .9rem;
    }
    .hdt-btn--blog-filter {
      padding: 11px 35px;
      font-size: 16px;
    }
  }
  .hdt-row-grid--blogs-des_4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    .hdt-article-item {
      &:first-child {
        grid-area: 1 / 1 / 2 / 3;
        .hdt-article-inner {
          .hdt-article-thumb {
            width: 50%;
            --ratio-percent: 56.25%;
          }
          .hdt-article-content_wapper {
            padding: 50px 38px;
          }
          .hdt-article-title {
            font-size: 36px;
          }
        }
      }
    }
  }
}

/*================ c18. Policies ================*/
.hdt-policy-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  .hdt-policty-sidebar {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  @media (min-width: 480px) {
    flex-direction: row;
    .hdt-policty-sidebar {
      max-width: min(33.33333%, 270px);
    }
  }
  .hdt-nav__policty {
    > li {
      &.hdt-menu-item--current {
        text-decoration: underline;
      }
      + li {
        margin-top: 10px;
        @media (min-width: 768px) {
          margin-top: 24px;
        }
      }
    }
  }
  .hdt-policy-page-heading {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(var(--color-foreground));
  }
}

/*================ c19. Text image with wave bg ================*/
.hdt-section-text-img-with-wave-bg {
  position: relative;
  .hdt-tiwb-bg-image {
    position: absolute;
    z-index: 1;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    .hdt-tiwb-bg-image-inner {
      width: calc(100% + 90px);
      margin-inline-start: -45px;
      height: 100%;
    }
    img {
      width: 100%;
      height: auto;
      max-height: 100%;
    }
    @media (min-width: 768px) {
      .hdt-tiwb-bg-image-inner {
        width: calc(100% + 150px);
        margin-inline-start: -75px;
        img {
          min-height: 330px;
        }
      }
    }
    @media (min-width: 1400px) {
      .hdt-tiwb-bg-image-inner {
        width: 100%;
        margin-inline-start: 0;
        img {
          min-height: unset;
        }
      }
    }
    @media (max-width: 767.98px) {
      .hdt-tiwb-bg-image-inner {
        img {
          min-height: 315px;
        }
      }
    }
  }
  .hdt-tiwb-elem {
    position: relative;
    z-index: 2;
  }
}
.hdt-tiwb-elem {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    min-height: 400px;
    --wave-width: 100vw;
  &:before {
    content: '';
    display: none;
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 40%;
    width: var(--wave-width);
    height: calc(var(--wave-width) * 0.33);
    background: rgb(var(--color-background2));
    z-index: 2;
    pointer-events: none;
    mask: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1728 541'>\<path d='M0 67.1436C947.575 175.581 1411.06 -128.108 1729 67.1436V330H1728V541H0V67.1436Z' fill='%23000'/>\</svg>") center / 100% 100% no-repeat;
  }
  @media (max-width: 1399.98px) {
    &:before {
      inset-block-start: 52%;
    }
  }
  @media (max-width: 1199.98px) {
    &:before {
      inset-block-start: 68%;
    }
  }
  .hdt-container--text-img-with-wave-bg {
    position: relative;
    z-index: 3;
  }
  .hdt-tiwb-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
    @media (min-width: 768px) {
      flex-direction: row;
    }
  }
  .hdt-tiwb-part-text {
    max-width: 60%;
    text-align: center;
    .hdt-twii-item {
      text-align: center;
      max-width: 880px;
      text-shadow: 0px 4px 14.7px rgba(0, 0, 0, 0.55);
      + .hdt-btn {
        margin-top: 30px;
      }
    }
    .hdt-btn--twii {
      font-size: 24px;
      line-height: 24px;
      --height-button: 48px;
      width: 100%;
      max-width: 280px;
      @media (min-width: 1150px) {
        font-size: 36px;
        max-width: 378px;
        --height-button: 60px;
      }
    }
  }
  .hdt-tiwb-part-image {
    max-width: 40%;
    flex: none;
    img {
      max-width: 560px;
      width: 100%;
      height: auto;
    }
  }
}

/*================ c20. Images with intro ================*/
.hdt-img-with-intro {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  .hdt-img-wi-part-image {
    width: 100%;
  }
  .hdt-img-wi-part-intro {
    width: 100%;
    padding: 30px;
  }
  .hdt-img-wi-title {
    letter-spacing: -1px;
    > span {
      display: inline-block;
      position: relative;
    }
    small {
      font-size: 24px;
      position: absolute;
      z-index: 1;
      top: -10px;
      inset-inline-end: -36px;
      @media (max-width: 550px) {
        inset-inline-end: -25px;
      }
    }
    + .hdt-img-wi-title-cap-wrap {
      margin-top: 30px;
    }
  }
  .hdt-img-wi-caption {
    font-size: 24px;
    + .hdt-img-wi-title {
      margin-top: 30px;
    } 
    @media (max-width: 767.98px) { 
      + .hdt-img-wi-title {
        margin-top: 0;
      }
    }
  }

  .hdt-img-wi-title-cap-wrap {
    + .hdt-img-wi-description {
      margin-top: 35px;
    }
  }

  .hdt-img-wi-sub_image {
    max-width: 156px;
  }

  &.hdt-img-with-intro--style_2 {
      .hdt-img-wi-part-intro {
        container: intro / inline-size;
      }
    .hdt-img-wi-part-intro--inner {
      display: grid;
      width: 100%;
      gap: 30px;
      grid-template-columns: 100px minmax(0, 1fr) minmax(0, 1fr);
      .hdt-img-wi-sub_image {
        grid-area: 1 / 1 / 2 / 2;
        place-self: center;
        img, svg {
          min-width: 80px;
        }
      }
      .hdt-img-wi-title-cap-wrap {
        grid-area: 1 / 2 / 2 / 3;
        place-self: center;
        .hdt-img-wi-title {
          margin-top: 0 !important;
        }
      }
      .hdt-img-wi-description {
        grid-area: 1 / 3 / 2 / 4;
        place-self: center;
        font-size: 24px;
      }
      
      @container intro (min-width: 1150px) {
        grid-template-columns: 140px minmax(0, 1fr) minmax(0, 1fr);
      }
      @media (min-width: 1400px) {
        grid-template-columns: 156px minmax(0, 1fr) minmax(0, 1fr);
      }
      @container intro (width <= 550px) {
        grid-template-rows: auto auto;
        grid-template-columns: minmax(0, 80px) minmax(0, 1fr);
        .hdt-img-wi-title-cap-wrap {
          grid-area: 1 / 1 / 2 / 3;
          place-self: start;
        }
        .hdt-img-wi-sub_image {
          grid-area: 2 / 1 / 3 / 2;
          img {
            max-width: 80px;
          }
        }
        .hdt-img-wi-description {
          grid-area: 2 / 2 / 3 / 3;
          margin-top: 0;
          font-size: 16px;
        }
      }
    }
    
  }
  
  @media (min-width: 992px) {
    flex-direction: row;
    &.hdt-img-with-intro--reverse {
      flex-direction: row-reverse;
    }
    .hdt-img-wi-part-image {
      width: 50%;
      align-self: stretch;
      flex: none;
      img, svg {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .hdt-img-wi-part-intro {
      width: 50%;
      flex: none;
      padding: 30px 40px;
    }
  }
  @media (min-width: 1150px) {
    .hdt-img-wi-part-intro {
      padding: 30px 60px;
    }
    .hdt-img-wi-title {
      letter-spacing: -2px;
    }
  }
  @media (min-width: 1550px) {
    .hdt-img-wi-part-intro {
      padding: 30px 125px;
    }
    .hdt-img-wi-title {
      letter-spacing: -3px;
    }
  }
}

/*================ c20. Explore values ================*/
.hdt-fs-24 {
  font-size: 24px;
}
.hdt-fs-36 {
  font-size: 36px;
}

.hdt-section-explore-values {
  overflow: hidden;
}

.hdt-explore-values {
  .hdt-ev-heading {
    span {
      text-decoration-thickness: 3px;
      text-underline-offset: 5px;
      position: relative;
      display: inline-block;
      padding-inline: 30px;
      letter-spacing: -3px;
    }
    small {
      position: absolute;
      z-index: 1;
      top: 0;
      inset-inline-end: 0;
      letter-spacing: 0;
    }
  }
  .hdt-ev-items {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 1380px;
    margin-inline: auto;
    gap: 40px;
    --ev-heading-size: 24px;
    .hdt-ev-item {
      display: grid;
      grid-template-rows: 105px 74px auto;
      gap: 30px;
      max-width: min(600px, calc(100% - 30px));
      place-self: start center;
      &:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
      }
      &:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
      }
      &:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2;
      }
      .hdt-ev-item-icon {
        place-content: center;
      }
      .hdt-ev-item-heading-wrap {
        position: relative;
        --line-exp-w: 70px;
        &:before, &:after {
          content: '';
          display: block;
          position: absolute;
          z-index: 1;
          inset-inline-start: calc(-0.5 * var(--line-exp-w, 0));
          width: calc(100% + var(--line-exp-w, 0));
          height: 1px;
          background-color: rgb(var(--color-foreground));
        }
        &:before {
          top: 0;
        }
        &:after {
          bottom: 0;
        }
      }
      .hdt-ev-item-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        position: relative;
        min-height: 74px;
        font-size: var(--ev-heading-size);
      }
      .hdt-ev-item-description {
        text-align: justify;
      }
    }
    @media (min-width: 768px) {
      grid-template-columns: repeat(min(var(--total-items, 1), 2), minmax(0, 1fr));
      .hdt-ev-item {
        &:nth-child(1) {
          grid-area: 1 / 1 / 2 / 2;
        }
        &:nth-child(2) {
          grid-area: 1 / 2 / 2 / 3;
        }
        &:nth-child(3) {
          grid-area: 2 / 1 / 3 / 3;
        }
        .hdt-ev-item-heading-wrap {
          .hdt-ev-item-heading {
            > span {
              position: absolute;
              z-index: 1;
              inset-inline-start: calc(-0.5 * var(--line-exp-w, 0) + 5px);
            }
          }
        }
      }
    }
    @media (min-width: 1150px) {
      --ev-heading-size: 24px;
      grid-template-columns: repeat(var(--total-items, 1), minmax(0, 1fr));
      .hdt-ev-item {
        &:nth-child(1) {
          grid-area: 1 / 1 / 2 / 2;
        }
        &:nth-child(2) {
          grid-area: 1 / 2 / 2 / 3;
        }
        &:nth-child(3) {
          grid-area: 1 / 3 / 2 / 4;
        }
      }
    }
    @media (min-width: 1400px) {
      gap: 60px;
      --ev-heading-size: 30px;
      .hdt-ev-item {
        .hdt-ev-item-heading-wrap {
          --line-exp-w: 90px;
        }
      }
    }
    @media (min-width: 1600px) {
      gap: 100px;
      --ev-heading-size: 36px;
      .hdt-ev-item {
        .hdt-ev-item-heading-wrap {
          --line-exp-w: 130px;
        }
      }
    }
  }
  .hdt-exp-val-heading-wrap {
    + .hdt-ev-items {
      margin-top: 60px;
    }
  }
}
.hdt-ev-item-icon {
  --icon-width: var(--width);
  width: var(--icon-width, 80px);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
  svg {
    width: 100%;
    height: auto;
  }
  @media (min-width: 768px) {
    --icon-width: var(--width-md, 90px);
  }
  @media (min-width: 1150px) {
    --icon-width: var(--width-lg, 100px);
  }
}

/*================ c21. Story timeline ================*/
.hdt-story-timeline-heading-wrap {
  text-align: center;
  .hdt-story-timeline-heading {
    span {
      text-decoration-thickness: 3px;
      text-underline-offset: 5px;
      position: relative;
      display: inline-block;
      padding-inline: 30px;
      letter-spacing: -3px;
    }
    small {
      position: absolute;
      z-index: 1;
      top: 0;
      inset-inline-end: 0;
      letter-spacing: 0;
    }
  }  
  + .hdt-story-slider {
    margin-top: 15px;
  }
}
.hdt-story-slider { 
  display:block; 
  position:relative; 
  overflow: hidden; 
  --milestone-width: 55%;
  .hdt-viewport { 
    position:relative; 
    height:auto; 
    touch-action: 
    pan-y; 
    user-select:none; 
  }
  .hdt-track { 
    position:relative; 
    height:auto; 
  }
  .hdt-slide {
    position:absolute; top:0; left:50%;
    transform: translateX(-50%);
    will-change: transform, width, height, opacity;
    transition-property: transform, width, height, opacity;
    cursor:pointer; 
    pointer-events:auto;
    overflow:visible; 
    display:block;
    .hdt-media-wrapper {
      position: relative;
      &:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        inset: 0;
        background-color: rgb(0 0 0 / .5);
        opacity: 1;
        pointer-events: none;
        transition: opacity 0.6s linear;
      }
    }
    &.hdt-slide--active {
      .hdt-media-wrapper {
        &::before {
          opacity: 0;
        }
      }
    }
  }

  .hdt-slide-inner {
    position:absolute; left:0; right:0;
    height: 0;
    display:flex; 
    align-items:center; 
    justify-content:center;
    .hdt-media-wrapper {
      pointer-events: none;
      box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.25);
    }
  }
  .hdt-grab { 
    cursor:grab; 
  }
  .hdt-grabbing { 
    cursor:grabbing; 
  }
  @media (min-width: 768px) {
    --milestone-width: 70%;
  }
}

.hdt-milestone-intro-wrap {
  display: flex;
  width: 100%;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px;
  padding-inline: 15px;
  margin-top: 30px;
  .hdt-ms-title {
    font-size: 24px;
  }
  @media (min-width: 768px) {
    padding-inline: 50px;
    gap: 30px;
  }
  @media (min-width: 1150px) {
    padding-inline: 90px;
    .hdt-ms-title {
      font-size: 36px;
    }
  }
  @media (min-width: 1400px) {
    padding-inline: 152px;
  }
}
.hdt-milestone-intro {
  position: relative;
  display: grid;
  width: var(--milestone-width);
}

.hdt-milestone-intro-item {
  grid-area: 1 / 1 / 2 / 2;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease;
  pointer-events: none;
  > * + * {
    margin-top: 15px;
  }
}
.hdt-milestone-intro-item--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hdt-big-milestone-intro {
  position: relative;
  width: calc(100% - var(--milestone-width));
  min-height: 200px;
  overflow: hidden;
  display: block;
  align-self: flex-start;
  @media (min-width: 1150px) {
    min-height: 390px;
    align-self: stretch;
  }
}

.hdt-big-milestone-intro-item {
  --font-size: 42px;
  --y-space-1: 80px;
  --y-space-2: 45px;
  --min-width: 90px;
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translate(-50%, -50%); 
  will-change: transform, opacity;
  transition: transform 450ms cubic-bezier(.22,.72,.18,1), opacity 450ms cubic-bezier(.22,.72,.18,1);
  font-weight: 700;
  color: rgb(var(--color-foreground) / .65);   
  pointer-events: none;
  min-width: var(--min-width);
  font-size: var(--font-size); 
  text-align: center;
  &.hdt-hidden {
    opacity: 0 !important;
    visibility: hidden;
  }
  @media (min-width: 480px) {
    --font-size: 48px;
    --min-width: 100px;
  }
  @media (min-width: 1150px) {
    --font-size: 96px;
    --y-space-1: 145px;
    --y-space-2: 80px;
    --min-width: 200px;
  }
}
.hdt-big-milestone-intro-item[data-pos="-2"] {
  opacity: .25;
  transform: translate(-50%, calc(-50% - var(--y-space-1))) scale(.5);
}
.hdt-big-milestone-intro-item[data-pos="-1"] {
  opacity: .55;
  transform: translate(-50%, calc(-50% - var(--y-space-2))) scale(.75);
}
.hdt-big-milestone-intro-item[data-pos="0"] {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  color: rgb(var(--color-foreground));                
  text-shadow: 0 0 0 currentColor;  
}
.hdt-big-milestone-intro-item[data-pos="1"] {
  opacity: .55;
  transform: translate(-50%, calc(-50% + var(--y-space-2))) scale(.75);
}
.hdt-big-milestone-intro-item[data-pos="2"] {
  opacity: .25;
  transform: translate(-50%, calc(-50% + var(--y-space-1))) scale(.5);
}
.hdt-big-milestone-intro-item--active {
  
}

.hdt-big-milestone-intro-nav {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
  @media (min-width: 768px) {
    gap: 10px;
  }
}
.hdt-big-milestone-intro-item-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  width: 46px;
  height: 7px;
  border-radius: 16px;
  background-color: rgb(var(--color-foreground) / .6); 
  &.hdt-big-milestone-intro-item--active {
    background-color: rgb(var(--color-foreground)); 
  }
}
.hdt-big-milestone-intro-item-nav {
  display:inline-flex; 
  align-items:center; 
  justify-content:center;
  transition: background-color .25s, color .25s, border-color .25s;
}
.hdt-big-milestone-intro-item-nav--prev,
.hdt-big-milestone-intro-item-nav--next {
  background: none;
  height: auto;
  flex: none;
  &:not('.hdt-big-ms-item-nav--svg') {
    font-size: 54px;
    line-height: 32px;
    margin-top: -8px;
  }
}

/*================ c22. Aaaaa ================*/
.hdt-section-compare-table {
  position: relative;
  --sticky-w: 320px; 
  > * {
    position: relative;
    z-index: 2;
  }
  .hdt-ct-bg-img-wrap {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .hdt-container-ct-inner {
    max-width: 1380px;
    margin-inline: auto;
  }
}

table.hdt-com-table {
  width: 100%;
  th, td {
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  .hdt-ct-row {
    border-bottom: 1px solid rgb(var(--color-foreground));
    > th, > td {
      padding-block: 25px;
    }
    &:last-child {
      border-bottom: none;
    }
  }
  thead {
    tr {
      th:first-child {
        text-align: start;
      }
      th:not(:first-child) {
        padding-inline: 15px;
      }
    }
  }
  tbody {
    .hdt-ct-row {
      th {
        .hdt-ct-th-text {
          display: block;
          max-width: 260px;
          line-height: 18px;
          letter-spacing: 0;
        }
      }
      td {
        text-align: center;
        padding-inline: 15px;
        .hdt-ct-td-text {
          display: block;
          max-width: 330px;
          margin-inline: auto;
          letter-spacing: 0;
          line-height: 18px;
        }
      }
      .hdt-ct-th {
        text-align: start;
      }
      .hdt-ct-td-icon {
        display: flex;
        justify-content: center;
        svg {
          max-width: 15px;
          width: auto;
          height: auto;
        }
        + .hdt-ct-td-text {
          margin-top: 10px;
        }
      }
    }
  }
  @media (max-width: 991.98px) {
    display: block;
    --tb-header-width: 220px;
    thead {
      display: none;
    }
    tbody {
      display: block;
      .hdt-ct-row {
        display: grid;
        grid-template-columns: var(--tb-header-width) minmax(0, 1fr);
        padding-block: 30px;
        .hdt-ct-th {
          grid-area: 1 / 1 / 3 / 2;
          padding-block: 0;
          padding-inline-end: 15px;
          position: relative;
          &:after {
            content: '';
            position: absolute;
            z-index: 1;
            width: 0;
            height: calc(100% + 60px);
            top: -30px;
            inset-inline-end: 0;
            border-inline-end: 2px solid #FEFCF3;
          };
        }
        .hdt-ct-td {
          display: flex;
          flex-direction: column;
          padding-block: 0;
          &:before {
            content: attr(data-label);
            text-decoration: underline;
            margin-bottom: 15px;
          }
        }
        .hdt-ct-td--1 {
          grid-area: 1 / 2 / 2 / 3;
        }
        .hdt-ct-td--2 {
          grid-area: 2/ 2 / 3 / 3;
        }
      }
    }
  }
  @media (max-width: 767.98px) {
    --tb-header-width: min(40%, 160px);
  }
}

.hdt-ct-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  margin-inline: auto;
  .hdt-ct-heading {
    letter-spacing: 0;
  }
  .hdt-ct-description {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
  }
  + .hdt-compare-table-wrap {
    margin-top: 30px;
  }
  @media (min-width: 1024px) {
    flex-direction: row;
    .hdt-ct-heading {
      line-height: 50px;
    }
    .hdt-ct-description {
      text-align: justify;
      max-width: min(40%, 505px);
      font-size: 24px;
      line-height: 26px;
    }
    + .hdt-compare-table-wrap {
      margin-top: 75px;
    }
  }
}
.hdt-compare-table-wrap {
  position: relative;
  width:100%;
  .hdt-com-table { 
    thead {
      tr > th:nth-child(2) {
        background-color: #FFFAD9;
        padding-block: 10px;
      }
      tr > th:nth-child(3) {
        background-color: #F8F5E9;
        padding-block: 10px;
      }
    }
    tbody {
      tr > td:nth-child(2) {
        background-color: #FFFAD9;
        padding-block: 10px;
      }
      tr > td:nth-child(3) {
        background-color: #F8F5E9;
        padding-block: 10px;
      }
    }
    @media (min-width: 1024px) {
      thead {
        tr > th:nth-child(2), tr > th:nth-child(3) {
          padding-block: 0;
        }
      }
      tbody {
        tr > td:nth-child(2), tr > td:nth-child(3) {
          padding-block: 0;
        }
      }
    }
  }
}

/*================ c23. Bundle ================*/
.hdt-ezz-bundle-progress-step-discount {
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
  margin-block: 30px;
  .ab-tiered-discount-progress-step-discount-section {
    width: 100% !important;
  }
  .ab-discount-title-content {
    background: var(--press-color, #FF6B4F) !important;
    border-radius: 99999px;
    padding: 10px;
    line-height: 12px !important;
    min-width: 85px;
  }
  .ab-progressbar-item {
    background: rgb(from var(--press-color, #FF6B4F) r g b / 46%) !important;
    .ab-progressbar {
      background: var(--press-color, #FF6B4F) !important;
    }
  }
  .ab-discount-amount {
    color: var(--press-color, #FF6B4F) !important;
    background: rgb(from var(--press-color, #FF6B4F) r g b / 10%) !important;
    font-family: "D-DIN-BOLD";
    padding: 12px !important;
  }
}
.hdt-ezz-bundle {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
  max-width: 1260px;
  margin-inline: auto;
  .hdt-ezz-bundle-sidebar {
    width: min(280px, 30%);
    min-width: 120px;
    box-shadow: none;
    padding: 0;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    .hdt-ezz-bundle-selected-pr-title {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 25px;
    }
    .ab-selected-product-variant-title {
      font-family: "D-DIN-BOLD" !important;
      font-size: 12px !important;
      line-height: 14px !important;
      color: rgb(var(--color-foreground)) !important;
      white-space: normal !important;
      text-align: start !important;
    }
    .hdt-ezz-bundle-selected-products {
      display: flex;
      flex-direction: column;
      gap: 30px;
      .ab-selected-product-section {
        background: #FCFAED;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.13);
        display: flex;
        flex-direction: column;
        width: 100% !important;
        gap: 10px;
        padding: 11px 15px;
        position: relative;
        .ab-selected-product-details {
          flex: none;
          width: 100% !important;
          position: static !important;
        }
        .ab-product-count-label {
          position: absolute;
          z-index: 1;
          background: var(--press-color, #FF6B4F) !important;
          width: 29px !important;
          height: 29px !important;
          top: -15px !important;
          inset-inline-start: -15px !important;
          padding: 0 !important;
          margin: 0 !important;
        }
        .ab-bundle-product-image-container {
          position: static !important;
          background: none !important;
          border: none !important;
        }
        .ab-product-remove-button {
          padding: 0 !important;
          font-size: 0 !important;
          color: var(--press-color, #FF6B4F) !important;
          margin: 0 !important;
          background: none !important;
          top: -15px !important;
          inset-inline-end: -15px !important;
          &:before {
            --icon-size: 20px;
            content: "";
            inline-size: var(--icon-size);
            block-size: var(--icon-size);
            flex: 0 0 var(--icon-size);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Ccircle%20cx%3D%2710%27%20cy%3D%2710%27%20r%3D%279.5%27%20fill%3D%27%23FEFCF3%27%20stroke%3D%27%23FF6B4F%27/%3E%3Cpath%20d%3D%27M13.5479%206.45166L6.45117%2013.5484%27%20stroke%3D%27%23FF6B4F%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27/%3E%3Cpath%20d%3D%27M6.45108%206.45166L13.5479%2013.5484%27%20stroke%3D%27%23FF6B4F%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E");
          }
        }
        @media (min-width: 768px) {
          flex-direction: row;
          .ab-selected-product-details {
            width: 45px !important;
          }
        }
      }
    }
    .hdt-ezz-bundle-checkout {
      .ab-dynamic-bundle-checkout-button {
        font-family: 'LucetteItalic' !important;
        font-size: 24px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
        border-radius: 99999px !important;
        background: rgb(var(--color-button)) !important;
        color: rgb(var(--color-button-text)) !important;
        padding-block: 6px !important;
        padding-inline: 15px !important;
        span:not(:first-child) {
          display: none;
        }
      }
      select {
        border: 1px solid rgb(var(--color-foreground)) !important;
        padding-block: 6px !important;
        line-height: 22px !important;
        font-size: 16px !important;
        padding-inline: 15px !important;
      }
    }
    .hdt-ezz-bundle-sidebar-part--bottom {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    .hdt-ezz-bundle-subtotal-wrap {
      display: flex;
      column-gap: 8px;
      justify-content: space-between;
      .hdt-ezz-bundle-subtotal {
        .ab-line-through {
          font-family: "D-DIN";
          font-size: 12px;
          line-height: 14px;
          color: var(--press-color, #FF6B4F);
        }
      }
    }
    @media (min-width: 768px) {
      padding: 35px 30px;
      box-shadow: 0px 0px 5.6px 2px rgba(0, 0, 0, 0.1);
      justify-content: space-between;
      .hdt-ezz-bundle-selected-pr-title {
        font-size: 24px;
      }
    }
  }
  .hdt-ezz-bundle-content {
    .ab-product-list-container {
      background: none !important;
      > div:empty {
        display: none;
      }
      .ab-products-list {
        grid-template-columns: minmax(0,1fr) !important;
        padding-inline: 0 !important;
        background: none !important;
        .ab-product-details-container {
          background: #FFFAD9 !important;
          padding: 15px;
          .ab-product-selection-count {
            top: 0 !important;
            inset-inline-start: 0 !important;
            margin: 0 !important;
          }
        }
        .ab-product-title, .ab-variant-title {
          color: rgb(var(--color-foreground)) !important;
        }
        .ab-selling-plan-tag-wrapper {
          display: none;
        }
        @media (min-width: 480px) {
          .ab-product-details-container {
            padding: 30px;
          }
        }
        @media (min-width: 768px) {
          grid-template-columns: repeat(2,minmax(0,1fr))!important;
        }
        @media (min-width: 1150px) {
          grid-template-columns: repeat(3,minmax(0,1fr))!important;
        }
      }
    }
    .appstle-bundle {
      button {
        background: rgb(var(--color-button)) !important;
        color: rgb(var(--color-button-text)) !important;
        padding-block: 6px !important;
      }
      .ab-product-quantity-button-content {
        background: rgb(var(--color-button)) !important;
        .ab-product-quantity {
          color: rgb(var(--color-button-text)) !important;
          background: none !important;
        }
      }
    }
  }
  .ab-bundle-section {
    .ab-heading-container {
      display: none;
    }
    .ab-tiered-discount-progress-step-container{
      display: none;
    }
    .ab-selected-product-container {
      display: none;
    }
  }
  @media (min-width: 1150px) {
    gap: 75px;
  }
}

.hdt-ezz-bundle-plan-selection {
  background: #FEFCF3;
  .ab-heading-selling-plan-section {
    padding: 10px 22px !important;
    .ab-heading-selling-plan-one-time, .ab-heading-selling-plan-subscription {
      font-family: "D-DIN-BOLD" !important;
      color: rgb(var(--color-background)) !important;
      line-height: 18px !important;
    }
    .ab-heading-selling-plan-switch {
      background: none !important;
      border: 2px solid var(--press-color, #FF6B4F);
    }
    .ab-heading-selling-plan-switch-content {
      background-color: var(--press-color, #FF6B4F) !important;
      &.ab-heading-selling-plan-switch-content-checked {
        background-color: var(--press-color, #FF6B4F) !important;
      }
    }
    .ab-heading-selling-plan-switch-input-container {
      .ab-heading-selling-plan-switch {
        background: rgb(from var(--press-color, #FF6B4F) r g b / 10%) !important;
      }
    }
  }
}

/*================ c24. Slideshow ================*/
.hdt-hero-image__inner {
  .hdt-img-with-pos {
    display: inline-block;
    --x-pos: var(--x-pos-mb);
    --y-pos: var(--y-pos-mb);
    position: absolute;
    top: var(--y-pos);
    inset-inline-start: var(--x-pos);
    z-index: 1;
    rotate: var(--img-rotate, 0deg);
    width: min(10%, 80px);
    max-width: 80px;
    @media (min-width: 768px) {
      --x-pos: var(--x-pos-md);
      --y-pos: var(--y-pos-md);
      width: min(7%, 170px);
      max-width: 170px;
    }
  }
  @media (max-width: 767.98px) {
    .hdt-hero-image__content-box {
      &.hdt-text-center {
        .hdt-block-twii {
          text-align: center !important;
          .hdt-twii {
            text-align: center !important;
          }
        }
      }
    }
  }
}
.hdt-height--adapt_image {
  .hdt-hero-image__inner:has(.hdt-img-with-pos) {
    grid-template: none;
    .hdt-media-wrapper {
      img, svg {
        min-width: unset;
        min-height: unset;
      }
    }
  }
}
.hdt-icon-with-texts {
  display: inline-flex;
  column-gap: 15px;
  .hdt-icon-with-text-item {
    max-width: 70px;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }
  @media (min-width: 768px) {
    column-gap: 30px;
  }
  @media (min-width: 1024px) {
    column-gap: 70px;
  }
}

/*================ c25. Aaaaa ================*/

/*================ cxx. Others ================*/
.hdt-text-warry.hdt-block-align-left {
  margin-inline: 0 auto;
}
.hdt-text-warry.hdt-block-align-center {
  margin-inline: auto;
}
.hdt-text-warry.hdt-block-align-right {
  margin-inline: auto 0;
}

.hdt-tab-heading-icons {
    display: flex;
    padding-block: 20px 10px;
    gap: 10px;
    max-width: calc(100% - 15px);
  .hdt-tab-heading-icon {
    max-width: 100px;
    img {
      width: auto;
      height: auto;
      max-width: 100%;
    }
    svg {
      fill: rgb(var(--color-foreground));
      stroke: rgb(var(--color-foreground));
    }
  }
}

.hdt-accordion-title {
	line-height: var(--font-heading-line-height);
	color: rgb(var(--color-foreground));
	margin-bottom: 2.4rem;
	margin-top: 3rem;
}
.hdt-accordion-item summary {
	color: rgb(var(--color-foreground));
	line-height: var(--font-heading-line-height);
	padding: 15px 0;
	border-bottom: solid 1px rgb(var(--color-line-border));
}
.hdt-accordion-item--custom summary {
  > span {
    display: inline-flex;
    gap: 2.4rem;
    align-items: center;
  }
  .hdt-accor-heading-icon {
    display: block;
    flex: none;
    max-width: 32px;
    svg {
      width: 100%;
      height: auto;
    }
  }
}
.hdt-product-info__list .hdt-accordion-item summary {
  font-family: "D-DIN-BOLD";
}
.hdt-accordion-item.hdt-no-border-bottom summary {
  border-bottom-color: transparent;
}
.hdt-accordion-item.hdt-no-border-bottom[open] summary {
  border-bottom: solid 1px rgb(var(--color-line-border));
}
.hdt-accordion-item.hdt-show-as-list-style summary [itemprop="name"] {
  display: list-item;
  list-style: inside;
}
.hdt-accordion-item svg.hdt-accordion-icon {
	transform: rotate(180deg);
	transition: 0.4s ease 0.1s;
}
.hdt-accordion-item summary[aria-expanded="true"] svg.hdt-accordion-icon {
	transform: rotate(0);
}
.hdt-accordion-item summary[aria-expanded="true"] .hdt-tab-heading-icons {
  display: none;
}
.hdt-accordion-item .hdt-accordion-content {
	padding: 24px 0 22px;
	color: rgb(var(--color-foreground));
}
.hdt-accordion-item span.hdt-accordion-icon {
	position: relative;
	width: 12px;
	height: 12px;
}
.hdt-accordion-title:first-child {
	margin-top: 0px;
  }
.hdt-accordion-item span.hdt-accordion-icon > svg {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.4s ease 0.1s;
}
.hdt-accordion-item span.hdt-accordion-icon > svg.hdt-icon-minus,
.hdt-accordion-item [aria-expanded="true"] span.hdt-accordion-icon > svg.hdt-icon-plus {
	opacity: 0;
	visibility: hidden;
}
.hdt-accordion-item [aria-expanded="true"] span.hdt-accordion-icon > svg.hdt-icon-minus {
	opacity: 1;
	visibility: visible;
}
.hdt-accordion-item span.hdt-accordion-icon::before,
.hdt-accordion-item span.hdt-accordion-icon::after {
	background-color: rgb(var(--color-foreground));
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.4s ease 0.1s;
	display: none;
}
.hdt-accordion-item span.hdt-accordion-icon::before {
	width: 2px;
	height: 12px;
}
.hdt-accordion-item span.hdt-accordion-icon::after {
	width: 12px;
	height: 2px;
}
.hdt-accordion-item[aria-expanded="true"] span.hdt-accordion-icon::before {
	opacity: 0;
	transform: rotate(90deg);
}
.hdt-accordion-position-end {
	flex-direction: row-reverse;
}
.hdt-accordion-item + .hdt-accordion-title {
	margin-top: 60px;
}
.hdt-accordion .hdt-other-content {
	background-color: rgb(var(--color-background2));
	padding-inline-start: 35px;
	padding-inline-end: 31px;
	padding-top: 30px;
	padding-bottom: 64px;
	border-radius: var(--radius);
	max-width: 460px;
	color: rgb(var(--color-foreground2));
}
.hdt-accordion .hdt-other-content .hdt-other-content-title {
	margin-bottom: 22px;
}
.hdt-accordion .hdt-other-content p {
	margin-bottom: 20px;
}
.hdt-accordion .hdt-other-content a {
	margin-top: 18px;
}
.hdt-accordion .hdt-other-content a svg {
	margin-inline-start: 9px;
}
.dir--rtl .hdt-accordion .hdt-other-content a svg {
	transform: rotate(270deg);
}
.hdt-accordion .hdt-other-content a + a {
	margin-inline-start: 24px;
}
.hdt-custom-col-other-content > div + div {
	margin-top: 30px;
}
.hdt-accordion .hdt-accordion-link-list {
	position: sticky;
	top: 0;
	border-radius: var(--radius);
	max-width: 460px;
	padding: 25px 38px 29px;
	border: solid 1px rgb(var(--color-line-border));
}
.hdt-accordion .hdt-accordion-link-list .hdt-link-item {
	border-bottom: solid 1px rgb(var(--color-line-border));
	padding: 15px 0;
}
.hdt-accordion .hdt-accordion-link-list .hdt-link-item:last-child {
	border: none;
}
.hdt-accordion .hdt-accordion-link-list .hdt-link-item a,
.hdt-accordion .hdt-accordion-link-list .hdt-link-item a {
	line-height: 1.5;
	color: rgb(var(--color-foreground2));
}
.hdt-accordion .hdt-accordion-link-list .hdt-link-item a svg {
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease 0.1s;
	transform: translateX(-20px);
}
.hdt-accordion .hdt-accordion-link-list .hdt-link-item a:focus,
.hdt-accordion .hdt-accordion-link-list .hdt-link-item a:visited {
	border-color: rgb(var(--color-foreground));
	color: rgb(var(--color-foreground));
}
.hdt-accordion .hdt-accordion-link-list .hdt-link-item a:focus svg,
.hdt-accordion .hdt-accordion-link-list .hdt-link-item a:visited svg {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.hdt-block-img-logo {
  position: absolute;
  z-index: 1;
  max-width: var(--max-width, 100%);
  top: var(--top, 0);
  inset-inline-start: var(--left, 0);
  pointer-events: none;
  img {
    max-width: 100%; 
    width: auto;
    height: auto;
  }
}

.hdt-cart-page__items {
  box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.04), 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}

.hdt-cart-title {
  font-size: 48px;
  margin-bottom: 15px;
}

.hdt-separator {
  background: rgb(var(--color-line-border));
}

@media(max-width: 1750px) {
  .hdt-block-img-logo {
    max-width: min(80px, calc(var(--max-width, 100%) * 0.9));
    top: var(--top-tb, 0);
    inset-inline-start: var(--left-tb, 0);
  }
}

@media(max-width: 1149px) {
	.hdt-row-accordion {
		gap: 30px;
	}
	.hdt-accordion-title {
		margin-bottom: 15px;
	}
	.hdt-accordion-item + .hdt-accordion-title {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.hdt-accordion .hdt-other-content {
		padding-inline-start: 15px;
    padding-inline-end: 15px;
    padding-top: 25px;
    padding-bottom: 30px;
	}
	.hdt-accordion .hdt-accordion-link-list {
		padding: 16px 30px 20px;
	}
	.hdt-accordion-item .hdt-accordion-content {
		padding: 20px 0;
	}
	.hdt-accordion .hdt-other-content a + a {
		margin-inline-start: 10px;
	}
  .hdt-block-img-logo {
    max-width: min(70px, calc(var(--max-width, 100%) * 0.8));
    top: var(--top-tb, 0);
    inset-inline-start: var(--left-tb, 0);
  }
}
@media(max-width: 767.98px) {
	.hdt-row-accordion {
		gap: 50px;
		flex-direction: column;
	}
	.hdt-row-accordion.hdt-accordion-position-end {
		flex-direction: column-reverse;
	}
	.hdt-accordion .hdt-other-content {
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.hdt-accordion .hdt-other-content,
	.hdt-accordion .hdt-accordion-link-list {
		margin-inline-start: auto;
		margin-inline-end: auto;
	}
	.hdt-accordion-title {
		font-size: 22px;
	}
  .hdt-block-img-logo {
    max-width: min(60px, calc(var(--max-width, 100%) * 0.75));
    top: var(--top-mb, 0);
    inset-inline-start: var(--left-mb, 0);
  }
  .hdt-btn--size-custom.custom-inline {
    font-size: max(12px,85%);
    min-height: calc(var(--height-button) * 0.8);
  }
  .hdt-cart-page__items {
    padding: 15px;
    margin-bottom: 15px;
  }
  .hdt-cart-title {
    font-size: 36px;
  }
  .hdt-accordion-item--custom summary {
    &.hdt-text-12xl {
      font-size: min(calc(var(--text-12xl) * 0.6), 18px);
    }
  }
}
@media (-moz-touch-enabled: 0), (hover: hover) and (min-width: 1150px) {
	.hdt-accordion .hdt-accordion-link-list .hdt-link-item.active,
	.hdt-accordion .hdt-accordion-link-list .hdt-link-item.active a,
	.hdt-accordion .hdt-accordion-link-list .hdt-link-item:hover,
	.hdt-accordion .hdt-accordion-link-list .hdt-link-item a:hover {
		border-color: rgb(var(--color-foreground));
		color: rgb(var(--color-foreground));
	}
	.hdt-accordion .hdt-accordion-link-list .hdt-link-item.active a svg,
	.hdt-accordion .hdt-accordion-link-list .hdt-link-item a:hover svg {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
}

.hdt-view-all-btn {
  font-family: 'Lucette';
}

.hdt-product-info__item {
  .hdt-product-form__input-wrap--quantity {
    box-shadow: 0px 1px 4px 0px color-mix(in srgb, rgb(var(--color-foreground)) 100%, transparent 75%);
    border-radius: 20px;
    padding: 20px 30px;
    .hdt-product-form__label {
      font-size: 24px;
      padding: 0;
      margin: 0;
    }
    .hdt-qty-chosen-desc + .hdt-product-form__values {
      margin-top: 10px;
    }
    .hdt-product-form__values {
      .hdt-product-form_value {
        flex: none;
        display: inline-flex;
        height: 30px;
        justify-content: center;
        align-items: center;
        border: 1px solid rgb(var(--color-foreground));
        border-radius: 9999px;
        padding: 0 10px;
        &:hover {
          background: color-mix(in srgb, rgb(var(--color-foreground)) 100%, transparent 99%);
        }
      }
    }
  }
}
.hdt-pr_btn {
  .hdt-price__list {
    .hdt-compare-at-price {
      color: inherit;
    }
  }
} 

@media (max-width: 767.98px) {
  :is(.hdt-pr-style11, .hdt-pr-style12) .hdt-price-wrapp .hdt-price .hdt-money, :is(.hdt-pr-style11, .hdt-pr-style12) .hdt-price-wrapp hdt-compare-at-price {
    font-size: calc(var(--text-lg) * 0.7) !important;
  }
}

@media (max-width: 479.98px) {
  .hdt-collection-products {
    .hdt-card-product {
      --slide-size: 100%;
    }
  }
}