/* assets/css/base.css */
/** Shopify CDN: Minification failed

Line 6731:0 All "@import" rules must come first

**/
/* Base */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

html.no-js .no-js-inline {
    display: inline-block !important;
}

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

body {
    font-family: var(--font-body-family);
    font-size: var(--font-body-size);
    font-weight: var(--font-body-weight);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    color: var(--color-text);
    background: var(--color-background);
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
}

button {
    cursor: pointer;
}

option.soldout {
    color: rgba(18, 18, 18, 0.5);
}

/* Derived from base colors (theme settings) */
.color-accent-1 {
    color: var(--color-base-accent-text);
    background-color: var(--color-base-accent-1);
}

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

/* START: Layout Boxed */
    .header-boxed, .body-boxed, .footer-boxed{
        background-color: var(--color-background-layout-boxed);
        background-image: var(--image-background-layout-boxed);
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
    }

    .body-boxed .wrapper-body {
        background-color: var(--bg-white);
        max-width: 1370px;
        margin-left: auto;
        margin-right: auto;
        flex: 1;
    }

    .halo-widget-banner{
        position: sticky;
        width: calc((100vw - 1400px) / 2);
        top: 55%;
        transform: translateY(-50%);
        height: 100%;
        visibility: hidden;
        opacity: 0;
    }

    .halo-widget-banner + .halo-widget-banner {
      order: 3;
    }
/* END: Body Layout */

/* START: Container */
    .container{
        display: block;
        width: 100%;
        position: relative;
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }

    .halo-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .halo-item {
        padding-left: 15px;
        padding-right: 15px;
    }



    .halo-row.column-1 .halo-item {
        width: 100%;
    }

    .halo-row.column-2 .halo-item {
        width: 50%;
    }

    .halo-row.column-3 .halo-item {
        width: calc(100% / 3);
    }

    .halo-row.column-4 .halo-item {
        width: 25%;
    }

    .halo-row.column-5 .halo-item {
        width: 20%;
    }

    .halo-row.column-6 .halo-item {
        width: calc(100% / 6);
    }

    .halo-row.column-7 .halo-item {
        width: calc(100% / 7);
    }

    .halo-row.column-8 .halo-item {
        width: calc(100% / 8);
    }

    .halo-row.column-9 .halo-item {
        width: calc(100% / 9);
    }

    .halo-row.column-10 .halo-item {
        width: 10%;
    }

    .wrapper-body {
        padding-bottom: 80px;
    }

    .template-index .wrapper-body {
        padding-bottom: 0px;
        overflow: hidden;
    }

    .template-index.style-arrows-5 .wrapper-body {
        overflow: initial;
    }

    .template-index.style-arrows-5 .wrapper-body > .shopify-section:not(.section-special-banner) {
        overflow: hidden;
    }
/* END: Container */

/* START: Adaptive Height */

    .adaptive_height {
        display: block;
        max-width: 100%;
        position: relative;
        margin: 0 auto;
    }

    @media screen and (max-width: 767px) {
        .adaptive_height[style*="--padding-top-fpmb"] {
            padding-top: var(--padding-top-fpmb) !important;
        }
    }

    .adaptive_height img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        cursor: pointer;
        object-fit: contain;
        object-position: center center;
        transition: opacity .5s;
    }

    .adaptive_height img[style^="object-position"] {
        object-fit: cover;
    }

    .adaptive_height img.lazyload, 
    .adaptive_height img.lazyloading {
        opacity: 0;
        transition: var(--anchor-transition);
    }

    .adaptive_height img.lazyloaded {
        opacity: 1 !important;
    }

    .adaptive_height img.lazyload + .data-lazy-loading, 
    .adaptive_height img.lazyloading + .data-lazy-loading {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 0;
        background-color: var(--bg-planceholder);
        display: block;
        transition: var(--anchor-transition);
    }

    .ajax-loaded .data-lazy-loading {
       display: none !important;
    }
/* END: Adaptive Height */

/* START: Display Srollbar */
    .disable-srollbar::-webkit-scrollbar {
      display: none;
    }

    .disable-srollbar::-webkit-scrollbar-track {
      display: none;
    }

    .disable-srollbar::-webkit-scrollbar-thumb {
      display: none;
    }

    .disable-srollbar::-webkit-scrollbar-thumb:hover {
      display: none;
    }
/* END: Display Srollbar */

/* START: Element Hovers: Vertical Lift, 3d Lift */
@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  /* Animate Hover 3D Lift */
  .animate--hover-3d-lift .card .card-product__wrapper,
  .animate--hover-3d-lift .spotlight-block .halo-item .image-container,
  .animate--hover-3d-lift .article-card .article-card__image-wrapper,
  .animate--hover-3d-lift .puzzled-image-banner .section-block-banner-image .image-zoom,
  .animate--hover-3d-lift .slidable-spotlight-slide img,
  .animate--hover-3d-lift .custom-image-banner-block .customImageBanner-item .img-box,
  .animate--hover-3d-lift .policies-block-wrapper .halo-item .policies-icon,
  .animate--hover-3d-lift .customer-review-block .customer-review__item .review__item-image,
  .animate--hover-3d-lift .instagram-slide .halo-item .adaptive_height,
  .animate--hover-3d-lift .instagram-grid-section .instagram-item .adaptive_height,
  .animate--hover-3d-lift .instagram-special .halo-item .adaptive_height,
  .animate--hover-3d-lift .collection-lookbook .lookbook-image-item .img-box,
  .animate--hover-3d-lift .policies-block .halo-item img,
  .animate--hover-3d-lift .halo-blog-content .item .blog-image,
  .animate--hover-3d-lift .articleGallery-block .halo-item .img-box,
  .animate--hover-3d-lift .special-banner .special-banner__item .special-banner__img_box,
  .animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--image_with_text,
  .animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--collection_banner .special-banner__coll_item img,
  .animate--hover-3d-lift .newsletter-section .section-banner img,
  .animate--hover-3d-lift .counter-positions-image-banner .content-block .section-block-banner-image,
  .animate--hover-3d-lift .press-banner-block-wrapper .section-block-banner-image,
  .animate--hover-3d-lift .puzzled-image-banner .section-block-banner-image .img-box,
  .animate--hover-3d-lift .product-tab-block .product-block__banner figure,
  .animate--hover-3d-lift .button,
  .animate--hover-3d-lift .productView-payment .shopify-payment-button div[role=button],
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease !important;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card:hover .card-product__wrapper,
  .animate--hover-3d-lift .spotlight-block .halo-item:hover .image-container,
  .animate--hover-3d-lift .article-card:hover .article-card__image-wrapper,
  .animate--hover-3d-lift .puzzled-image-banner .section-block-banner-image:hover .image-zoom,
  .animate--hover-3d-lift .slidable-spotlight-slide:hover img,
  .animate--hover-3d-lift .custom-image-banner-block .customImageBanner-item:hover .img-box,
  .animate--hover-3d-lift .customer-review-block .customer-review__item:hover .review__item-image,
  .animate--hover-3d-lift .instagram-slide .halo-item:hover .adaptive_height,
  .animate--hover-3d-lift .instagram-grid-section .instagram-item:hover .adaptive_height,
  .animate--hover-3d-lift .instagram-special .halo-item:hover .adaptive_height,
  .animate--hover-3d-lift .collection-lookbook .lookbook-image-item:hover .img-box,
  .animate--hover-3d-lift .policies-block .halo-item:hover img,
  .animate--hover-3d-lift .halo-blog-content .item:hover .blog-image,
  .animate--hover-3d-lift .articleGallery-block .halo-item:hover .img-box,
  .animate--hover-3d-lift .special-banner .special-banner__item:hover .special-banner__img_box,
  .animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--image_with_text:hover,
  .animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--collection_banner .special-banner__coll_item:hover img,
  .animate--hover-3d-lift .newsletter-section .section-banner:hover img,
  .animate--hover-3d-lift .counter-positions-image-banner .content-block:hover .section-block-banner-image,
  .animate--hover-3d-lift .puzzled-image-banner .section-block-banner-image:hover .img-box,
  .animate--hover-3d-lift .press-banner-block-wrapper .section-block-banner-image:hover,
  .animate--hover-3d-lift .product-tab-block .product-block__banner:hover figure,
  .animate--hover-3d-lift .button:not([disabled]):not(.button-not-animation):hover,
  .animate--hover-3d-lift .productView-payment .shopify-payment-button div[role=button]:hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease !important; /* Slow the card transition speed while hover is active. */
    transform: rotate(2deg) !important;
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }
  

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05) !important; /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .products-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card:hover .card-product__wrapper:after,
  .animate--hover-3d-lift .card:hover .card-media:before {
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift .card:hover .card-media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card .card-product .card-media:after,
  .animate--hover-3d-lift .article-card .article-card__image-wrapper:after,
  .animate--hover-3d-lift .section-block-banner-image .img-box:after,
  .animate--hover-3d-lift .spotlight-block .spotlight-item .img-box:after,
  .animate--hover-3d-lift .slidable-spotlight-slider .slidable-spotlight-slide .adaptive_height:after,
  .animate--hover-3d-lift .custom-image-banner-block .customImageBanner-item .img-box:after,
  .animate--hover-3d-lift .policies-block-wrapper .halo-item .policies-icon:after,
  .animate--hover-3d-lift .customer-review-block.style_2 .customer-review__item .review__item-image:after,
  .animate--hover-3d-lift .instagram-slide .halo-item .adaptive_height:after,
  .animate--hover-3d-lift .instagram-grid-section .instagram-item .adaptive_height:after,
  .animate--hover-3d-lift .instagram-special .halo-item .adaptive_height:after,
  .animate--hover-3d-lift .collection-lookbook .lookbook-image-item .img-box:after,
  .animate--hover-3d-lift .halo-blog-content .item .blog-image:after,
  .animate--hover-3d-lift .articleGallery-block .halo-item .img-box:after,
  .animate--hover-3d-lift .special-banner .special-banner__item .special-banner__img:after,
  .animate--hover-3d-lift .newsletter-section .section-banner .image:after,
  .animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--collection_banner .special-banner__coll_item a:after,
  .animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--lookbook_banner .special-banner__lb_item .image-animation .lookbook-img:after,
  .animate--hover-3d-lift .product-tab-block .product-block__banner figure:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card:hover .card-product .card-media:after,
  .animate--hover-3d-lift .article-card:hover .article-card__image-wrapper:after,
  .animate--hover-3d-lift .section-block-banner-image:hover .img-box:after,
  .animate--hover-3d-lift .spotlight-block .spotlight-item:hover .img-box:after,
  .animate--hover-3d-lift .slidable-spotlight-slider .slidable-spotlight-slide:hover .adaptive_height:after,
  .animate--hover-3d-lift .custom-image-banner-block .customImageBanner-item:hover .img-box:after,
  .animate--hover-3d-lift .policies-block-wrapper .halo-item:hover .policies-icon:after,
  .animate--hover-3d-lift .customer-review-block.style_2 .customer-review__item:hover .review__item-image:after,
  .animate--hover-3d-lift .instagram-slide .halo-item:hover .adaptive_height:after,
  .animate--hover-3d-lift .instagram-grid-section .instagram-item:hover .adaptive_height:after,
  .animate--hover-3d-lift .instagram-special .halo-item:hover .adaptive_height:after,
  .animate--hover-3d-lift .collection-lookbook .lookbook-image-item:hover .img-box:after,
  .animate--hover-3d-lift .halo-blog-content .item:hover .blog-image:after,
  .animate--hover-3d-lift .articleGallery-block .halo-item:hover .img-box:after,
  .animate--hover-3d-lift .special-banner .special-banner__item:hover .special-banner__img:after,
  .animate--hover-3d-lift .newsletter-section .section-banner:hover .image:after,
  .animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--collection_banner .special-banner__coll_item:hover a:after,
  .animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--lookbook_banner .special-banner__lb_item:hover .image-animation .lookbook-img:after,
  .animate--hover-3d-lift .product-tab-block .product-block__banner:hover figure:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  .animate--hover-3d-lift .button.not_fade_up:hover {
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .animate--hover-3d-lift .button-animation {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease !important;
    transform-origin: center;
  }

  .animate--hover-3d-lift .button-animation:hover,
  .animate--hover-3d-lift .policies-block-wrapper .halo-item:hover .policies-icon {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease !important; /* Slow the card transition speed while hover is active. */
    transform: rotate(2deg) !important;
  }

  .animate--hover-3d-lift .slidable-spotlight-slide-button.button-not-animation:hover {
    transform: translateY(-50%) !important;
  }

  .animate--hover-3d-lift .special-banner .special-banner__product .slick-list .product {
    padding-left: 15px;
    padding-right: 15px;
  }

  .animate--hover-3d-lift .halo-product-block .halo-block-content.is-scroll {
    overflow: initial !important;
  }

  .animate--hover-3d-lift .halo-product-block .halo-block-content.is-scroll .products-flex {
    padding-left: 15px;
    margin-left: -15px;
  }

  /* Animate Hover Vertical Lift */
    .animate--hover-vertical-lift .button,
    .animate--hover-vertical-lift .button-animation,
    .animate--hover-vertical-lift .shopify-challenge__button,
    .animate--hover-vertical-lift .customer button,
    .animate--hover-vertical-lift .shopify-payment-button__button {
        transition: transform var(--duration-default) var(--ease-out-slow) !important;
    }

    .animate--hover-vertical-lift .card .card-product__wrapper,
    .animate--hover-vertical-lift .spotlight-block .halo-item .image-container,
    .animate--hover-vertical-lift .article-card .article-card__image-wrapper,
    .animate--hover-vertical-lift .slidable-spotlight-slider .slidable-spotlight-slide img,
    .animate--hover-vertical-lift .custom-image-banner-block .customImageBanner-item .img-box,
    .animate--hover-vertical-lift .policies-block-wrapper .halo-item .policies-icon,
    .animate--hover-vertical-lift .customer-review-block .customer-review__item .review__item-image,
    .animate--hover-vertical-lift .instagram-slide .halo-item .adaptive_height,
    .animate--hover-vertical-lift .instagram-grid-section .instagram-item .adaptive_height,
    .animate--hover-vertical-lift .instagram-special .halo-item .adaptive_height,
    .animate--hover-vertical-lift .collection-lookbook .lookbook-image-item .img-box,
    .animate--hover-vertical-lift .policies-block .halo-item img,
    .animate--hover-vertical-lift .halo-blog-content .item .blog-image,
    .animate--hover-vertical-lift .articleGallery-block .halo-item .img-box,
    .animate--hover-vertical-lift .special-banner .special-banner__item .special-banner__img_box,
    .animate--hover-vertical-lift .custom-image-banner-block .section-block-banner-image .img-box:not(.animate--zoom-in) img,
    .animate--hover-vertical-lift .custom-image-banner-block .press-banner-block-wrapper .section-block-banner-image,
    .animate--hover-vertical-lift .newsletter-section .section-banner img,
    .animate--hover-vertical-lift .counter-positions-image-banner .section-block-banner-image .image,
    .animate--hover-vertical-lift .counter-positions-image-banner .section-block-banner-image.ambient,
    .animate--hover-vertical-lift .puzzled-image-banner .section-block-banner-image .img-box,
    .animate--hover-vertical-lift .product-tab-block .product-block__banner figure {
        transition: transform var(--duration-medium) var(--ease-out-slow) !important;
    }

    .animate--hover-vertical-lift .card:hover .card-product__wrapper,
    .animate--hover-vertical-lift .spotlight-block .halo-item:hover .image-container,
    .animate--hover-vertical-lift .article-card:hover .article-card__image-wrapper,
    .animate--hover-vertical-lift .slidable-spotlight-slider .slidable-spotlight-slide:hover img,
    .animate--hover-vertical-lift .custom-image-banner-block .customImageBanner-item:hover .img-box,
    .animate--hover-vertical-lift .policies-block-wrapper .halo-item:hover .policies-icon,
    .animate--hover-vertical-lift .customer-review-block .customer-review__item:hover .review__item-image,
    .animate--hover-vertical-lift .instagram-slide .halo-item:hover .adaptive_height,
    .animate--hover-vertical-lift .instagram-grid-section .instagram-item:hover .adaptive_height,
    .animate--hover-vertical-lift .instagram-special .halo-item:hover .adaptive_height,
    .animate--hover-vertical-lift .collection-lookbook .lookbook-image-item:hover .img-box,
    .animate--hover-vertical-lift .policies-block .halo-item:hover img,
    .animate--hover-vertical-lift .halo-blog-content .item:hover .blog-image,
    .animate--hover-vertical-lift .articleGallery-block .halo-item:hover .img-box,
    .animate--hover-vertical-lift .special-banner .special-banner__item:hover .special-banner__img_box,
    .animate--hover-vertical-lift .custom-image-banner-block .section-block-banner-image:hover .img-box:not(.animate--zoom-in) img,
    .animate--hover-vertical-lift .custom-image-banner-block .press-banner-block-wrapper .section-block-banner-image:hover,
    .animate--hover-vertical-lift .newsletter-section .section-banner:hover img,
    .animate--hover-vertical-lift .counter-positions-image-banner .section-block-banner-image:hover .image,
    .animate--hover-vertical-lift .counter-positions-image-banner .section-block-banner-image.ambient:hover,
    .animate--hover-vertical-lift .puzzled-image-banner .section-block-banner-image:hover .img-box,
    .animate--hover-vertical-lift .product-tab-block .product-block__banner:hover figure {
        transform: translateY(-0.75rem) !important;
    }

    .animate--hover-vertical-lift .button:not([disabled]):hover,
    .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
    .animate--hover-vertical-lift .customer button:not([disabled]):hover,
    .animate--hover-vertical-lift .shopify-payment-button__button:hover {
        transform: translateY(-0.5rem) !important;
    }

    .animate--hover-vertical-lift .button:not([disabled]):active,
    .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
    .animate--hover-vertical-lift .customer button:not([disabled]):active,
    .animate--hover-vertical-lift .shopify-payment-button__button:active {
        transform: translateY(0) !important;
    }

    .animate--hover-vertical-lift .halo-product-block .products-carousel .slick-list,
    .animate--hover-vertical-lift .featured-blog-block .slick-list,
    .animate--hover-vertical-lift .special-banner .special-banner__product .slick-list,
    .animate--hover-vertical-lift .halo-product-block .halo-block-content .products-flex,
    .animate--hover-vertical-lift .slidable-spotlight-slider .slick-list,
    .animate--hover-vertical-lift .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right,
    .animate--hover-vertical-lift .articleGallery-block .slick-list,
    .animate--hover-vertical-lift .large-lookbook-banner .slick-list,
    .animate--hover-vertical-lift .instagram-slide .instagram-layout--slider .slick-list,
    .animate--hover-3d-lift .halo-product-block .products-carousel .slick-list,
    .animate--hover-3d-lift .featured-blog-block .slick-list,
    .animate--hover-3d-lift .special-banner .special-banner__product .slick-list,
    .animate--hover-3d-lift .halo-product-block .halo-block-content .products-flex,
    .animate--hover-3d-lift .slidable-spotlight-slider .slick-list,
    .animate--hover-3d-lift .spotlight-block .slider,
    .animate--hover-3d-lift .customer-review-block.style_2 .customer-review-block-wrapper .customer-review__right,
    .animate--hover-3d-lift .large-lookbook-banner .slick-list,
    .animate--hover-3d-lift .articleGallery-block .slick-list,
    .animate--hover-3d-lift .instagram-slide .instagram-layout--slider .slick-list {
        margin-top: -15px;
        padding-top: 15px !important;
        overflow-y: hidden;
    }

    .animate--hover-vertical-lift .special-banner .special-banner__product .slick-list,
    .animate--hover-3d-lift .special-banner .special-banner__product .slick-list {
        height: auto !important;
    }

    .animate--hover-vertical-lift .slidable-spotlight-slide-button.button-not-animation:hover {
        transform: translateY(-3.5rem) !important;
    }

    .animate--hover-vertical-lift .counter-positions-image-banner .section-block-banner-image .animate--zoom-in .image-zoom:hover img,
    .animate--hover-3d-lift .press-banner-block-wrapper .section-block-banner-image .animate--zoom-in .image-zoom:hover img {
        transform: none;
    }

}

.animate--hover-vertical-lift .featured-blog-block .article-card,
.animate--hover-vertical-lift .footer-block__newsletter .newsletter-form__field-wrapper,
.animate--hover-vertical-lift .custom-image-banner-block .image-zoom,
.animate--hover-vertical-lift .newsletter-section .image-zoom,
.animate--hover-vertical-lift .newsletter-section .container-full,
.animate--hover-vertical-lift .counter-positions-image-banner-wrapper .section-block-banner-image,
.animate--hover-vertical-lift .puzzled-image-banner-wrapper .section-block-banner-image,
.animate--hover-3d-lift .featured-blog-block .article-card,
.animate--hover-3d-lift .image-zoom,
.animate--hover-3d-lift .puzzled-image-banner-wrapper .section-block-banner-image,
.animate--hover-3d-lift .footer-block__newsletter .newsletter-form__field-wrapper,
.animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--collection_banner .image-zoom {
    overflow: visible !important;
}

.animate--hover-vertical-lift .counter-positions-image-banner-wrapper .section-block-banner-image.zoom--in,
.animate--hover-vertical-lift .special-banner .special-banner__item.special-banner__item--lookbook_banner .image-animation,
.animate--hover-vertical-lift .counter-positions-image-banner-wrapper .section-block-banner-image
.animate--hover-3d-lift .article-card .image-zoom,
.animate--hover-3d-lift .customer-review-block .review__item-image .image-zoom,
.animate--hover-3d-lift .instagram-slide .image-zoom,
.animate--hover-3d-lift .instagram-grid-section .image-zoom,
.animate--hover-3d-lift .product-block .product-block-has__banner .image-zoom,
.animate--hover-3d-lift .instagram-special .halo-item .adaptive_height,
.animate--hover-3d-lift .special-banner .image-zoom,
.animate--hover-3d-lift .articleLookbook-block .articleLookbook-item .image-zoom,
.animate--hover-3d-lift .press-banner-block-wrapper .section-block-banner-image .image-zoom,
.animate--hover-3d-lift .spotlight-block .spotlight-item .image-zoom,
.animate--hover-3d-lift .custom-image-banner-block .customImageBanner-item .image-zoom,
.animate--hover-3d-lift .special-banner .special-banner__item.special-banner__item--lookbook_banner .image-animation,
.animate--hover-3d-lift .counter-positions-image-banner-wrapper .section-block-banner-image,
.animate--hover-3d-lift .featured-blog-block .article-card .image-zoom{
    overflow: hidden !important;
}
/* END: Element Hovers: Vertical Lift, 3d Lift */

/* START: Ambient Animation */
    @media (prefers-reduced-motion: no-preference) {
      .animate--ambient .image{
        animation: animateAmbient 20s linear infinite;
      }

      @keyframes animateAmbient {
        0% {
          transform: rotate(0deg) translateX(2em) rotate(0deg) scale(1.2);
        }
        100% {
          transform: rotate(360deg) translateX(2em) rotate(-360deg) scale(1.2);
        }
      }
    }
/* END: Ambient Animation */

/* START: Fixed background Animation */
    .animate--fixed {
      clip-path: inset(0);
    }

    .animate--fixed .image:not(.zoom):not(.deferred-media__poster-button) img {
      position: fixed;
      height: 100vh;
      object-fit: cover;
    }
/* END: Fixed background Animation */

/* START: Zoom in image on scroll */
    .animate--zoom-in {
      --zoom-in-ratio: 1;
    }

    .animate--zoom-in .image {
      transition: scale .25s linear;
      scale: var(--zoom-in-ratio);
    }

    .banner-item-fixed .animate--zoom-in {
      clip-path: inset(0px);
    }

    .banner-item-fixed .animate--zoom-in img:not(.zoom):not(.deferred-media__poster-button) {
      position: fixed;
      height: 100vh;
    }
/* END: Zoom in image on scroll */

/* START: SVG Icon */
    svg {
        display: inline-block;
        vertical-align: middle;
        fill: currentColor;
        stroke: currentColor;
        transition: var(--anchor-transition);
    }

    .icon{
        fill: var(--icon);
        stroke: transparent;
    }

    .placeholder-svg{
        display: block;
        fill: rgba(120, 129, 136, 0.15);
        stroke: rgba(120, 129, 136, 0.2);
        background-color: rgba(120, 129, 136, 0.1);
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border: 1px solid rgba(120, 129, 136, 0.2);
        stroke-width: .1px
    }
/* END: SVG Icon */

/* START: Background Overlay */
    .background-overlay,
    .background-overlay1 {
        position: fixed;
        background-color: rgba(35, 35, 35, 0.8);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        display: block !important;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: opacity var(--duration-long) ease;
    }

    body:not(.safari).show_effect_close .background-overlay,
    body:not(.safari).show_effect_close .background-overlay1{
        cursor: none;
    }

    body:not(.safari).show_effect_close .background-overlay:hover,
    body:not(.safari).show_effect_close .background-overlay1:hover {
        cursor: none;
    }

    .background-overlay.hold {
        opacity: 1;
    }

    body:not(.safari) .background-cursor-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
        -moz-transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
        -ms-transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
        -o-transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
        transform: translateY(calc(var(--translate-y, 0) * 1px - 50%)) translateX(calc(var(--translate-x, 0) * 1px - 50%));
        transition: transform 70ms ease;
        -webkit-transition: transform 70ms ease;
    }
 
    body:not(.safari) .background-cursor-wrapper_outer {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    body:not(.safari) .background-cursor-wrapper_inner {
        width: 25px;
        height: 25px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body:not(.safari) .background-cursor-wrapper_outer,
    body:not(.safari) .background-cursor-wrapper_inner {
        transform: scale(0.1);
        opacity: 0;
        transition: transform 350ms ease-in-out, opacity 350ms 150ms ease;
    }

    body:not(.safari) .background-cursor-wrapper.enlarge-cursor .background-cursor-wrapper_outer,
    body:not(.safari) .background-cursor-wrapper.enlarge-cursor .background-cursor-wrapper_inner {
        transform: scale(1);
        opacity: 1;
        transition-delay: 0ms;
    }

    body:not(.safari) .background-cursor-wrapper .background-cursor-wrapper_inner svg {
        width: 15px;
        height: 15px;
        stroke: #232323;
    }
/* END: Background Overlay */

/* START: Gradient Background Color */
    .enable-gradient-color{
        background: var(--gradient-color-left) !important;
        background: -moz-linear-gradient(left, var(--gradient-color-left) 0%, var(--gradient-color-right) 100%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, var(--gradient-color-left)), color-stop(100%, var(--gradient-color-right))) !important;
        background: -webkit-linear-gradient(left, var(--gradient-color-left) 0%, var(--gradient-color-right) 100%) !important;
        background: -o-linear-gradient(left, var(--gradient-color-left) 0%, var(--gradient-color-right) 100%) !important;
        background: -ms-linear-gradient(left, var(--gradient-color-left) 0%, var(--gradient-color-right) 100%) !important;
        background: linear-gradient(to right, var(--gradient-color-left) 0%, var(--gradient-color-right) 100%) !important;
        border: 0 !important;
    }
/* END: Gradient Background Color */

/* START: Button */
    body.safari .button {
        transition: all 0.2s var(--button-transition-ease);
    }

    body:not(.safari) .button {
        transition: var(--duration-long) var(--button-transition-ease);
        transition-property: color, background, background-color, border;
    }

    .button,
    .shopify-challenge__button {
        display: block;
        width: 100%;
        font-family: var(--btn-1-font-family);
        font-size: var(--btn-1-font-size);
        font-weight: var(--btn-1-font-weight);
        text-transform: var(--btn-1-text-transform);
        text-align: var(--btn-1-text-align);
        letter-spacing: var(--btn-1-letter-spacing);
        line-height: var(--btn-1-line-height);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: var(--btn-1-border-radius);
        border-style: var(--btn-1-border-style);
        border-width: var(--btn-1-border-width);
        min-width: 130px;
        max-width: 100%;
        padding-top: var(--btn-1-padding-top);
        padding-bottom: var(--btn-1-padding-bottom);
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        outline: none!important;
        box-shadow: var(--btn-1-horizontal-length) var(--btn-1-vertical-length) var(--btn-1-blur-radius) var(--btn-1-spread) var(--btn-1-all-bg-opacity) var(--btn-1-inset);
        cursor: pointer;
        position: relative;
    }

    .shopify-challenge__container .shopify-challenge__button {
        max-width: 304px;
        margin-top: 15px;
    }

    .button svg{
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        margin: 0 6px 0 0;
    }
    
    .button.button-1,
    .button.button--primary{
        background: var(--btn-1-bg);
        border-color: var(--btn-1-border);
        color: var(--btn-1-color);
    }

    .button.button-1 svg,
    .button.button--primary svg{
        fill: var(--btn-1-color);
    }

    .button.button-2,
    .button.button--secondary{
        background: var(--btn-2-bg);
        border-color: var(--btn-2-border);
        color: var(--btn-2-color);
    }

    .button.button-2 svg,
    .button.button--secondary svg{
        fill: var(--btn-2-color);
    }

    .button.button-3{
        background: var(--btn-3-bg);
        border-color: var(--btn-3-border);
        color: var(--btn-3-color);
    }

    .button.button-3 svg{
        fill: var(--btn-3-color);
    }

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

    .button:focus-visible,
    .button:focus {
        /*box-shadow: 0 0 0 0.1rem var(--color-background-10), 0 0 0 0.3rem var(--color-background), 0 0 0.5rem 0.4rem var(--color-background-30);*/
    }

    /*.button.loading:after {
        content: '';
        animation: loading var(--duration-long) infinite linear;
        border: 0.5rem solid rgba(var(--color-button-text-rgb), 0.4);
        border-left: 0.5rem solid var(--color-button-text);
        border-radius: 100%;
        box-sizing: content-box;
        display: block;
        height: 2rem;
        position: absolute;
        width: 2rem;
    }*/

    .button[aria-disabled='true'].button-continue {
        opacity: 1;
        pointer-events: auto;
    }
/* END: Button */

/* START: Block */
    .halo-block{
        position: relative;
        background: #fff;
    }

    .halo-block-header{
        position: relative;
        margin: 0 0 30px 0;
    }

    .halo-block-header .title{
        display: inline-block;
        position: relative;
        font-family: var(--font-heading-family);
        font-size: var(--font-heading-size);
        font-weight: var(--font-heading-weight);
        font-style: var(--font-heading-style);
        text-transform: var(--heading-text-transform);
        letter-spacing: var(--heading-letter-spacing);
        line-height: var(--heading-line-height);
        color: var(--color-text);
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .halo-block-header .title .text{
        display: inline-block;
        vertical-align: top;
        width: auto;
        padding: 0 20px;
        position: relative;
        z-index: 1;
        background: var(--color-background);
        width: auto;
        max-width: 100%;
    }

    .halo-block-header:not(.text-center) .title .text {
        padding: 0;
    }

    .halo-block-header.text-left.viewAll--left .title,
    .halo-block-header.text-right.viewAll--right .title {
        margin-right: 30px;
    }

    .halo-block-header.text-left.viewAll--left.has-des .title,
    .halo-block-header.text-right.viewAll--right.has-des .title {
        margin-right: 0;
    }

    .halo-block-header.text-center .title {
        display: block;
        margin-right: 0;
    }

    .halo-block-header .title:before{
        content: '';
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: var(--heading-border-height);
        background: #c7c7c7;
    }

    .halo-block-header .title svg{
        width: 26px;
        height: 26px;
        position: relative;
        top: -3px;
        margin-right: 8px;
        margin-left: 0;
    }

    .halo-block-header .view_all{
        display: inline-block;
        border-bottom: 1px solid;
        line-height: 16px;
    }

    .halo-block-header .view_all .icon-svg{
        position: relative;
        top: -1px;
    }

    .halo-block-header .text-left .text,    
    .halo-block-header.text-left .title .text { 
        padding-left: 0;    
    }   

    .halo-block-header .text-right .text,   
    .halo-block-header.text-right .title .text {    
        padding-right: 0;   
    }

    /* Product Block Title Style 2 */
    .block-title--style2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left !important;
    }

    .block-title--style2 .title {
        display: inline-block;
        margin: 0 !important;
    }

    .block-title--style2.enable_border_title_style2 .title {
        border-bottom: 3px solid;
    }

    .block-title--style2 .title:before {
        display: none;
    }

    .block-title--style2 .title .text {
        width: auto !important;
        padding: 0 !important;
    }

    .block-title--style2 .view_all {
        margin: 0 !important;
        position: relative;
        top: -3px;
    }

    .product-countdown-block {
        display: inline-block;
        border: 1px solid;
        padding: 6px 15px;
        line-height: 1;
        border-radius: 3px;
    }

    .product-countdown-block .clock-item {
        display: inline-block;
        font-weight: bold;
    }

    .product--countdown {
        flex: 1;
        position: relative;
        top: -7px;
        font-size: 0;
    }

    /* Countdown Style 2*/
    .countdown_style_2{
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left !important;
    }

    .countdown_style_2 .text{
        width: auto !important;
    }

    .countdown_style_2 .num{
        background: #323232;
        padding: 10px 8px;
        min-width: 34px;
        max-height: 34px;
        border-radius: 34px;
        display: inline-block;
        color: #fff;
        font-weight: 400;
        text-align: center;
    }

    .countdown_style_2 .icon{
        margin-right: 5px;
        margin-left: 5px;
        color: #202020;
    }

    .countdown_style_2 .product-countdown-block{
        margin-left: 0px;
        border: 0;
    }


    .price__label_sale {
        border-radius: 3px;
        overflow: hidden;
        height: 20px;
        line-height: 20px;
        margin: 0 0 0 3px !important;
        clip-path: polygon(0 50%, 20% 100%, 100% 100%, 100% 0, 20% 0, 0 50%);
    }

    .price__label_sale .label_sale {
        font-size: 12px;
        font-weight: 400;
        color: var(--sale-badge-color);
        background-color: var(--sale-badge-bg);
        padding: 0 10px;
        display: block;
    }

    .halo-product-block .products-carousel{
        display: block;
        position: relative;
        margin: 0 -15px;
        width: auto !important;
    }

    .halo-product-block .slick-dots{
        bottom: -40px;
    }

    .halo-product-block .product {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
    }

    .halo-product-block .products-carousel.slick-dotted{
        margin-bottom: 30px;
    }

    .halo-product-block .products-carousel:not(.slick-initialized){
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        letter-spacing: 0;
    }

    .halo-product-block .products-carousel:not(.slick-initialized) > .product{
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    /* Prduct Block Progress Bar*/
    .slider-progress-bar {
        display: block !important;
        height: var(--scrollbar-height);
        width: 100%;
        max-width: 100%;
        background: var(--scrollbar-track-color);
        background-clip: content-box;
        border: 1px solid transparent;
        margin-top: 50px;
    }
    .slider-progress-bar .slider-scrollbar-track {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .slider-progress-bar .scrollbar-thumb {
        display: inline-block;
        position: absolute;
        top: auto;
        left: 0;
        transform: translate(0px, -1px);
        width: var(--percent);
        max-width: 100%;
        height: var(--scrollbar-height);
        background-color: var(--scrollbar-thumb-color);
        transition: all 1000ms ease-in-out;
    }
    .slider-progress-bar .scrollbar-thumb:hover {
        background-color: var(--scrollbar-thumb-hover-color);
        transition: all 1000ms ease-in-out;
    }
/* END: Block */

/* START: Calculator Free Shipping Message */
     .haloCalculatorShipping{
        position: relative;
        margin: 0 0 12px 0;
        min-height: var(--free-shipping-min-height);
        padding: 0 20px;
    }

    .haloCalculatorShipping .progress{
        position: relative;
        margin: 0 0 10px 0;
        font-size: 0;
        letter-spacing: 0;
    }

    .haloCalculatorShipping .progress.progress-hidden{
        display: none;
    }

    .haloCalculatorShipping .progress .progress_shipping{
        height: var(--free-shipping-height);
        background-color: var(--free-shipping-bg);
        border-radius: var(--free-shipping-border-radius);
        border: 0;
    }

    .haloCalculatorShipping .progress .progress-meter{
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        font-size: calc(var(--font-body-size) - 1px);
        font-weight: var(--font-weight-normal);
        letter-spacing: 0;
        line-height: calc(var(--free-shipping-height) + 1px);
        color: var(--color-white);
        transition: width .3s ease;
    }

    .haloCalculatorShipping .progress.progress-free .progress_shipping{
        border-color: var(--free-shipping-bg-4);
    }

    .haloCalculatorShipping .progress.progress-30 .progress_shipping{
        border-color: var(--free-shipping-bg-1);
    }

    .haloCalculatorShipping .progress.progress-60 .progress_shipping{
        border-color: var(--free-shipping-bg-2);
    }

    .haloCalculatorShipping .progress.progress-100 .progress_shipping{
        border-color: var(--free_shipping_color3);
    }

    .haloCalculatorShipping .progress.progress-free .progress-meter{
        background-color: var(--free-shipping-bg-4);
    }

    .haloCalculatorShipping .progress.progress-30 .progress-meter{
        background-color: var(--free-shipping-bg-1);
    }

    .haloCalculatorShipping .progress.progress-60 .progress-meter{
        background-color: var(--free-shipping-bg-2);
    }

    .haloCalculatorShipping .progress.progress-100 .progress-meter{
        background-color: var(--free-shipping-bg-3);
    }

    .haloCalculatorShipping .message{
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        letter-spacing: 0;
        line-height: var(--body-line-height);
        color: var(--free-shipping-color);
        transition: color var(--duration-default) ease-in-out; 
    }
    
    .haloCalculatorShipping .progress.progress-free + .message {
        color: var(--free-shipping-bg-4);
    }

    .haloCalculatorShipping .message .text{
        text-transform: capitalize;
    }
    
    /*.haloCalculatorShipping .progress .progress-meter{
        text-align: center;
        animation: 2s linear 0s infinite progress-bar-stripes;
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 40px 40px;
        transition: .9s linear;
        transition-property: width,background-color;
        border-radius: var(--free-shipping-border-radius);
    }*/

    .template-cart .haloCalculatorShipping .progress .progress-meter,
    .cart-sidebar-show .haloCalculatorShipping .progress .progress-meter {
        text-align: center;
        animation: 2s linear 0s infinite progress-bar-stripes;
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 40px 40px;
        transition: .9s linear;
        transition-property: width,background-color;
        border-radius: var(--free-shipping-border-radius);
    }
        
    .halo-cart-sidebar .halo-sidebar-wrapper {
        padding-top: 13px;
    }

    .progress-truck-wrapper {
        position: absolute;
        right: 0;
        bottom: -2px;
    }

    .progress-truck-wrapper .icon-shipping-truck {
        --truck-color: var(--free-shipping-bg);

        width: calc(var(--free-shipping-height) * 3);
        height: calc(var(--free-shipping-height) * 3);
        stroke: white;
        transition: fill var(--duration-default) ease-in-out;
    }

    .haloCalculatorShipping .progress.progress-free .progress-meter .progress-truck-wrapper .icon-shipping-truck {
        fill: var(--free-shipping-bg-4);
        color: var(--free-shipping-bg-4);
    }

    .haloCalculatorShipping .progress.progress-30 .progress-meter .progress-truck-wrapper .icon-shipping-truck{
        fill: var(--free-shipping-bg-1);
        color: var(--free-shipping-bg-1);
    }

    .haloCalculatorShipping .progress.progress-60 .progress-meter .progress-truck-wrapper .icon-shipping-truck{
        fill: var(--free-shipping-bg-2);
        color: var(--free-shipping-bg-2);
    }

    .haloCalculatorShipping .progress.progress-100 .progress-meter .progress-truck-wrapper .icon-shipping-truck {
        fill: var(--free-shipping-bg-3);
        color: var(--free-shipping-bg-3);
    }

    .haloCalculatorShipping .progress-truck-wrapper .icon-shipping-truck .wheel{ 
        fill: white !important;
    }
/* END: Calculator Free Shipping Message */

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

.hidden {
  display: none !important;
}

.visually-hidden {
    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;
}

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

.grecaptcha-badge{
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: var(--heading-letter-spacing);
    line-height: var(--heading-line-height);
    color: var(--color-text);
}

.h0 {
    font-size: 4rem;
}

h1,
.h1 {
    font-size: 3rem;
}

h2,
.h2 {
    font-size: 2rem;
    line-height: 2.8rem;
}

h3,
.h3 {
    font-size: 1.7rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.2rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    display: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
}

.hidden {
    display: none !important;
}

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

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

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

.uppercase {
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}

.capitalize{
    text-transform: capitalize;
}

*:empty {
    display: none;
}

form-embed:empty {
    display: unset !important;
}

br:empty,
hr:empty,
iframe:empty,
path:empty,
line:empty,
circle:empty,
use:empty,
img:empty,
input:empty,
rect:empty,
textarea:empty,
.display-empty:empty,
shopify-payment-terms:empty,
shopify-installments-modal:empty,
model-viewer:empty,
polyline:empty,
polygon:empty {
    display: block;
}

a{
    color: var(--color-link);
    cursor: pointer;
    border: none;
    box-shadow: none;
    text-decoration: none;
}

body:not(.safari) a {
    transition: var(--anchor-transition);
}

.body-overflow-hd {
    overflow: hidden;
    padding-inline-end: 17px;
}

.link{
    display: inline-block;
    vertical-align: top;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
}

.link-underline .text{
    transition: text-decoration var(--duration-short) ease;
}

.circle-divider::after {
    content: '\2022';
    margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
    display: none;
}

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

details > * {
    box-sizing: border-box;
}

.break {
    word-break: break-word;
}

.visibility-hidden {
    visibility: hidden;
}

/* Image Zoom */
.image-zoom {
    overflow: hidden;
    position: relative;
}

.image-zoom img{
    will-change: transform;
    transition: transform .64s ease;
}

/* No Image */
.not_img {
    height: var(--height_not_img);
    line-height: var(--height_not_img);
    background-color: rgba(35,35,35,.2);
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);   
}

img {
    max-width: 100%;
}

/* arrow animation */
.animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
    transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}

summary .icon-caret {
    position: absolute;
    height: 0.6rem;
    right: 1.5rem;
    top: calc(50% - 0.35rem);
}

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

.disclosure-has-popup {
    position: relative;
}

.disclosure-has-popup[open] > summary::before {
    content: ' ';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    background: transparent;
}

.disclosure-has-popup > summary::before {
    display: none;
}

.disclosure-has-popup[open] > summary + * {
    z-index: 100;
}

/* Focus ring - default (with offset) */
*:focus-visible {
    outline: none;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
*:focus {
    outline: none;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* Focus ring - inset */
.focus-inset:focus-visible {
    outline: 0;
    box-shadow: none;
}

/* Fallback */
.focus-inset:focus {
    outline: 0;
    box-shadow: none;
}

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

/* Dangerous for a11y - Use with care */
.focus-none {
    box-shadow: none!important;
    outline: 0!important;
}

/* START: Form */
    .field {
        display: flex;
        position: relative;
        width: 100%;
    }

    .field__form {
        display: block;
        width: 100%;
    }

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

    label{
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-medium);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        text-transform: capitalize;
        text-align: left;
        color: var(--form-label);
    }

    label em{
        color: #e95144;
    }

    .form-label,
    .field__label{
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 8px 0;
    }

    .field__labelInline{
        position: absolute;
        left: 15px;
        top: 50%;
        color: var(--form-input-placeholder);
        transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
        pointer-events: none;
        transform: translateY(-50%);
        margin-bottom: 0;
    }

    label.hiddenLabels{
        display: none;
        border: 0;
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    input{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border-radius: 0;
        min-height: unset;
        outline-offset: unset;
    }

    input[type=checkbox],
    input[type=radio] {
        display: none;
        border: 0;
        clip: rect(1px,1px,1px,1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        box-sizing: border-box;
    }

    input[type="checkbox"] + .form-label--checkbox,
    input[type="radio"] + .form-label--radio {
        display: block;
        width: 100%;
        position: relative;
        padding: 0 0 0 23px;
        margin: 0;
        pointer-events: auto;
        cursor: pointer;
        line-height: 22px;
    }

    input[type="checkbox"] + .form-label--checkbox:before{
        content: '';
        position: absolute;
        top: 3px;
        left: 0;
        border: 1px solid #dbdbdb;
        width: 15px;
        height: 15px;
        background-color: transparent;
        border-radius: 0;
    }

    input[type="checkbox"] + .form-label--checkbox:after{
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 3px;
        width: 10px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
        background-size: cover;
        background-position: center;
        line-height: 1;
        transition: transform .3s ease-out;
        opacity: 0;
        transform: scale(.9);
    }

    input[type="checkbox"]:checked + .form-label--checkbox:before {
        background-color: #000;
        border-color: #000;
    }

    input[type="checkbox"]:checked + .form-label--checkbox:after {
        opacity: 1;
        transform: scale(1);
    }

    input[type="radio"] + .form-label--radio:before{
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        transition: all 50ms ease-out;
        background-color: var(--form-label-checkbox-before-bg);
        border: 1px solid var(--form-label-checkbox-before-border);
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }

    input[type="radio"] + .form-label--radio:after{
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 4px;
        transition: all 50ms ease-out;
        width: 0;
        height: 0;
        border: 4px solid var(--form-label-checkbox-before-bg-checked);
        border-radius: 50%;
        transform: scale(0);
        opacity: 0;
        background-color: var(--form-label-checkbox-before-bg-checked);
    }

    input[type="radio"]:checked + .form-label--radio:before{
        border-color: var(--form-label-checkbox-before-border-checked);
    }

    input[type="radio"]:checked + .form-label--radio:after{
        opacity: 1;
        transform: scale(1);
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button{
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        margin: 0;
        opacity: 1;
        width: 15px;
        height: auto;
    }

    .form-input,
    .field__input{
        flex-grow: 1;
        display: block;
        width: 100%;
        height: auto;
        font-family: var(--font-body-family);
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        text-align: left;
        border: 1px solid var(--form-input-border);
        color: var(--form-input-color);
        background-color: var(--form-input-bg);
        box-shadow: unset!important;
        outline: none!important;
        padding-top: var(--btn-1-padding-top);
        padding-bottom: var(--btn-1-padding-bottom);
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        overflow: hidden;
        border-radius: var(--btn-1-border-radius);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input.form-input-placeholder::-webkit-input-placeholder{
        color: var(--form-input-placeholder);
        transition: var(--anchor-transition);
    }

    input.form-input-placeholder:-ms-input-placeholder{
        color: var(--form-input-placeholder);
        transition: var(--anchor-transition);
    }

    input.form-input-placeholder::placeholder{
        color: var(--form-input-placeholder);
        transition: var(--anchor-transition);
    }

    input.form-input-placeholder:focus::-webkit-input-placeholder{
        opacity: 0;
        visibility: hidden;
    }

    input.form-input-placeholder:focus:-ms-input-placeholder{
        opacity: 0;
        visibility: hidden;
    }

    input.form-input-placeholder:focus::placeholder{
        opacity: 0;
        visibility: hidden;
    }

    .field__input::-webkit-search-cancel-button{
        display: none;
    }

    input.form-input-hiddenPlaceholder::-webkit-input-placeholder{
        opacity: 0;
        visibility: hidden;
    }

    input.form-input-hiddenPlaceholder::-ms-input-placeholder{
        opacity: 0;
        visibility: hidden;
    }

    input.form-input-hiddenPlaceholder::placeholder {
        opacity: 0;
        visibility: hidden;
    }

    .field__input:focus ~ .field__labelInline,
    .field__input:not(:placeholder-shown) ~ .field__labelInline,
    .field__input:-webkit-autofill ~ .field__labelInline{
        font-size: 1rem;
        top: 5px;
        left: 10px;
        letter-spacing: 0.04rem;
        transform: unset;
    }

    .select__select{
        font-family: var(--font-body-family);
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        -webkit-appearance: none;
        appearance: none;
        background-color: var(--form-input-bg);
        width: 100%;
        box-sizing: border-box;
        transition: box-shadow var(--duration-short) ease;
        cursor: pointer;
        padding: 11px 15px 10px 15px;
        box-shadow: 0 0 0 .1rem var(--form-input-border);
        border: 0;
        border-radius: var(--btn-1-border-radius);
        text-align: left;
        outline: none!important;
        color: var(--form-input-color);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 24 24'%3E%3Cpath d='M 7 10 L 12 15 L 17 10 Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 9px center;
        background-size: 20px 20px;
        min-height: 45px;
    }

    .select__select:hover{
        box-shadow: 0 0 0 .2rem var(--form-input-border);
    }

    .text-area {
        min-height: 10rem;
        resize: none;
    }

    .text-area--resize-vertical {
        resize: vertical;
    }

    .form__message {
        display: flex;
        align-items: center;
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--body-line-height);
        color: var(--color-grey);
        outline: 0;
        box-shadow: none;
    }

    .form__message .icon{
        width: 20px;
        height: 20px;
        margin: 0 10px 0 0;
    }

    .form-status {
        margin: 0;
    }

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

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

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

    .form-field.form-field--success .form-input,
    .form-field.form-field--success .form-textarea{
        border-color: var(--color-success-bg);
    }

    .form-field.form-field--error .form-input,
    .form-field.form-field--error .form-textarea{
        border-color: var(--color-error-bg);
    }

    .update-quantity__group {
        display: flex;
        max-width: 94px;
        position: relative;
    }
    .update-quantity__group .btn-quantity {
        width: 32px;
        height: 45px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .product-edit-quantity .update-quantity__group .btn-quantity:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 1px;
        left: 10px;
        top: 22px;
        background: #5a5a5a;
    }

    .product-edit-quantity .update-quantity__group .btn-quantity.plus:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 1px;
        left: 10px;
        top: 22px;
        background: #5a5a5a;
        transform: rotate(90deg);
    }

    .update-quantity__group .btn-quantity.plus {
        right: 0;
        left: auto;
    }

    .update-quantity__group .form-input {
        width: 100%;
        padding: 0 32px;
        height: 45px;
        text-align: center;
    }

    .update-quantity__group input::-webkit-outer-spin-button,
    .update-quantity__group input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
        display: none;
    }

    .update-quantity__group input[type=number] {
      -moz-appearance: textfield;
    }
/* END: Form */

/* START: Component Modal */
    .modal__toggle {
        list-style-type: none;
    }

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

    .modal__toggle-close {
        display: none;
    }

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

    .modal__toggle-open {
        display: flex;
    }

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

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

    .modal__close-button.link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0rem;
        height: 4.4rem;
        width: 4.4rem;
        background-color: transparent;
    }

    .modal__close-button .icon {
        width: 1.7rem;
        height: 1.7rem;
    }

    .modal__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bg-white);
    }

    .modal__content:empty {
        display: none;
    }
/* END: Component Modal */

/* START: Component Cart Count Bubble */
    .cart-count-bubble:empty,
    .wishlist-count-bubble:empty {
        display: none;
    }

    .cart-count-bubble,
    .wishlist-count-bubble {
        position: absolute;
        top: 0px;
        right: 0px;
        min-width: 23px;
        min-height: 23px;
        text-align: center;
        border-radius: 50%;
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: 22px;
        letter-spacing: var(--body-letter-spacing);
        background-color: var(--color-global);
        color: var(--color-white);
        letter-spacing: 0
    }

    .cart-count-bubble .text{
        display: inherit;
    }

    .bottom-bar--list .cart-count-bubble {
        min-width: 22px;
        min-height: 15px;
    }
/* END: Component Cart Count Bubble */

/* START: Page Header */
    .page-header {
        display: block;
        font-family: var(--font-page-title-family);
        font-size: var(--font-page-title-size);
        font-weight: var(--font-page-title-weight);
        font-style: var(--font-page-title-style);
        line-height: var(--page-title-line-height);
        letter-spacing: var(--page-title-letter-spacing);
        text-transform: var(--page-title-text-transform);
        color: var(--color-text);
        position: relative;
        padding: 37px 0 25px 0;
        margin: 0;
    }
    .breadcrumb-container +.page-header {
        padding-top: 10px;
    }
    .page-subheader{
        display: block;
        font-family: var(--font-page-title-family);
        font-size: calc(var(--font-page-title-size) - 6px);
        font-weight: var(--font-weight-semibold);
        letter-spacing: var(--body-letter-spacing);
        line-height: calc(var(--font-page-title-size) + 2px);
        position: relative;
        color: var(--color-text);
        padding: 0 0 17px 0;
        margin: 0;
    }
/* END: Page Header */

/* START: Section Announcement-bar */
    #shopify-section-announcement-bar {
        position: relative;
        z-index: 2;
    }

    .announcement-bar__message {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 2px 0;
    }

    .announcement-bar__message .message, .announcement-bar__message p{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 5px 15px;
        position: relative;
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-medium);
        letter-spacing: .05em;
        line-height: var(--body-line-height);
        margin: 0;
    }

    .announcement-bar__message .message a {
        margin-left: 5px;
    }

    .announcement-bar__message .message a:hover {
        text-decoration: underline;
    }

    .announcement-bar__message .message span img{
        position: relative;
        top: -4px;
        margin-right: 25px;
    }

    .announcement-bar__message .message span.btn{
        margin-left: 32px;
        font-weight: var(--font-weight-medium);
        padding: 1px 10px 1px 10px;
        border-radius: 3px;
        min-width: 110px;
        border: 1px solid;
        letter-spacing: 0;
        color: var(--button-color-style);
        background: var(--button-background-style);
        border-color: var(--button-border-style);
    }

    .announcement-close {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 17px;
        height: 17px;
        line-height: 1;
        font-size: 0;
        letter-spacing: 0;
        background: none;
        border: none;
        padding: 0;
    }

    .announcement-close svg {
        width: 100%;
        height: 100%;
        fill: var(--icon);
        stroke: transparent;
    }

    .top-mesage-countdown{
        text-align: center;
        font-weight: var(--font-weight-bold);
        padding-top: 10px;
    }

    .announcement-bar .announcement-countdown{
        padding: 14px 0 12px 0;
    }

    .announcement-bar .announcement-countdown .clock-item{
        border-radius: 4px;
        box-shadow: 0px 3px 1px rgb(247 248 250 / 80%);
        margin-left: 10px;
        margin-right: 10px;
        width: 48px;
        height: 50px;
        position: relative;
    }

    .announcement-bar .announcement-countdown .clock-item:before{
        content: ":";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -14px;
        font-size: 22px;
    }

    .announcement-bar .announcement-countdown .clock-item:last-child:before{
        content: none;
    }

    .announcement-bar .announcement-countdown .clock-item span.num{
        font-size: 20px;
    }

    .announcement-bar .announcement-countdown .clock-item span.text{
        font-size: 12px;
        text-transform: capitalize;
    }

    .announcement-bar .announcement-countdown+.announcement-close{
        width: 21px;
        height: 21px;
    }

    .announcement-bar [data-announcement-bar] .slick-arrow.slick-prev svg{
        transform: rotate(0deg);
    }

    .announcement-bar [data-announcement-bar] .slick-arrow{
        background: transparent;
        border: none;
        opacity: 1 !important;
        box-shadow: none;
    }

    .announcement-bar [data-announcement-bar] .slick-arrow svg{
        width: 18px;
        height: 18px;
        transform: rotate(0deg) !important;
    }
/* END: Section Announcement-bar */

/* START: Section Header */
    .shopify-section-header-sticky {
        position: sticky !important;
        top: 0;
        transition: opacity .1s,visibility .2s,transform .2s,-webkit-transform .2s,top .2s;
    }

    .shopify-section-header-hidden {
        transform: translateY(-100%);
    }

    .shopify-section-header-sticky.slide-down {
        transform: translateY(-100%);
        animation: headerSlideDown 250ms ease-in-out forwards;
    }

    #shopify-section-header.animate {
        transition: transform 0.25s ease-out;
    }

    .header{
        pointer-events: auto;
    }

    @media screen and (min-width: 1025px) {
        .header{
            opacity: .01;
            animation: slowShow 550ms ease-in forwards;
        }
    }
/* END: Section Header */

/* START: Main Header Layout */
    .header-wrapper {
        display: block;
        position: relative;
    }

    .header-top{
        display: none;
        position: relative;
        background-color: var(--bg-white);
        padding-top: 15px;
        padding-bottom: 16px;
    }

    .header-top--wrapper{
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-between;
    }

    .shopify-section-header-sticky .header-top--wrapper{
        min-height: auto;
    }

    .header-top--wrapper-2{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header__logo .header__heading svg, .header-mobile--icon .header__heading-link svg{
        width: 100%;
        height: auto;
    }

    .header-top--left,
    .header-top--right{
        display: block;
        position: relative;
        font-size: 0;
        letter-spacing: 0;
    }

    .header-top--right .free-shipping-text {
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-semibold);
        text-transform: uppercase;
        letter-spacing: .05em;
        margin-bottom: 15px;
    }

    .header__group .header__icon--cart svg{
        width: 20px;
        height: 20px;
        margin-right: 8px;
        position: relative;
        top: -2px;
    }

    .header__group .cart-count-bubble {
        margin-left: 8px;
    }

    .header__group .header__icon--wishlist svg {
        width: 19px;
        height: 18px;
        margin-right: 8px;
    }

    .top-language-currency {
        display: inline-block;
    }

    .top-language-currency .halo-top-currency, .top-language-currency .halo-top-language {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .halo-top-language+.halo-top-currency {
        margin-left: 7px;
    }

    .halo-top-language .icon{
        width: 16px;
        height: 16px;
    }

    .halo-top-language .icon svg{
        width: 16px;
        height: 16px;
        stroke: initial;
        vertical-align: top;
    }

    .halo-top-language .text {
        font-family: var(--font-body-family);
        text-transform: uppercase;
        font-weight: var(--font-weight-medium);
        margin-left: 5px;
        margin-right: 5px;
    }

    .halo-top-language .text+svg {
        width: 9px;
        height: 10px;
    }

    .halo-top-language .disclosure__button {
        border: 0;
    }

    .dropdown-language .disclosure__list {
        padding: 8px 0;
    }

    .dropdown-language .localization-form .disclosure__link{
        display: flex;
        align-items: center;
        padding: 7px 15px;
    }

    .dropdown-language .localization-form {
        min-width: 100px;
    }

    .dropdown-language .localization-form .disclosure__link .icon{
        width: 22px;
        height: 22px;
        margin-right: 6px;
    }

    .dropdown-language .localization-form .disclosure__link .icon svg{
        width: 22px;
        height: 22px;
    }

    .dropdown-language .localization-form .disclosure__link.disclosure__link--active, 
    .dropdown-language .localization-form .disclosure__link:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .header-top-right-group {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-top-right-group .customer-service-text{
        font-size: var(--font-body-size);
        margin-right: 15px;
        letter-spacing: var(--body-letter-spacing);
    }

    .header-top--wrapper .customer-service-text p {
        margin: 0;
    }

    .halo-top-currency .currency-dropdown{
        line-height: 1;
    }

    .halo-top-currency .currency-dropdown .dropdown-label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .halo-top-currency .currency-dropdown.shopify-currency .dropdown-label {
        display: flex;
        align-items: center;
    }

    .halo-top-currency .shopify-currency .img-icon {
        width: 16px;
        height: 16px;
        display: inline-block;
        line-height: 1;
        position: relative;
        top: -1px;
    }

    .halo-top-currency .currency-menu .text+svg{
        display: none;
    }

    .halo-top-currency .text {
        text-transform: uppercase;
        font-weight: var(--font-weight-medium);
        color: #232323;
        margin-left: 5px;
        margin-right: 5px;
    }

    .halo-top-language .text+svg {
        width: 9px;
        height: 10px;
    }

    .halo-top-currency .icon{
        width: 16px;
        height: 16px;
        display: inline-block;
        line-height: 1;
        position: relative;
        top: -1px;
    }

    .halo-top-currency .text+svg {
        position: relative;
        top: 0px;
        width: 9px;
        height: 10px;
    }

    .halo-top-currency .currency-dropdown .icon svg {
        width: 100%;
        height: 100%;
        stroke: initial;
    }

    .halo-top-currency .currency-dropdown .icon svg polygon {
        display: block;
    }

    .dropdown-language, .dropdown-currency {
        display: flex;
        justify-content: flex-end;
        background: var(--bg-white);
        position: absolute;
        right: 0;
        top: 10px;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        overflow: hidden;
        webkit-transition: all .3s ease;
        transition: all .3s ease;
        box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 15%);
    }

    .dropdown-language.show, .dropdown-currency.show {
        top: calc(100% + 4px);
        opacity: 1;
        z-index: 9;
        overflow: visible;
        pointer-events: auto;
    }

    .header__icons{
        position: static!important;
    }

    .header *[tabindex='-1']:focus {
        outline: none;
    }

    .header__heading{
        display: block;
        font-size: 0;
        letter-spacing: 0;
    }

    .header__heading .h2 {
        font-size: var(--font-heading-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--body-line-height);
        letter-spacing: var(--letter-spacing);
        color: var(--color-text);
        line-height: normal;
        white-space: nowrap;
        overflow: hidden;
    }

    .header-mobile--icon .header__heading-link {
      width: var(--width-logo-mb)
    }
    
    .header__heading-logo {
        width: 100%;
        height: auto;
    }

    .header__heading--item .header__heading-link{
        display: none;
    }

    .header__heading--item .header__heading-link.is-active{
        display: flex;
        align-items: center;
    }

    .header__iconItem{
        display: inline-block;
        vertical-align: middle;
    }

    .header-top-right-group .header__search{
        margin-left: 20px;
    }

    .header__iconItem .header__icon--cart .cart-count-bubble{
        position: relative;
    }

    .header__icon--cart *, .header__icon--wishlist *{
        display: inline-block !important;
        vertical-align: middle;
    }

    .cart-text, .wishlist-text, .customer-links {
        font-size: var(--font-body-size);
        letter-spacing: var(--body-letter-spacing);
    }

    .customer-links {
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
    }

    .header__search .search-modal__form {
        max-width: 160px;
    }

    .header__search .search-modal__form .search__input {
        padding: 3px 10px;
        background-color: transparent;
        border: 0;
    }

    .header__search .search-modal__form .search__button {
        min-width: inherit;
        text-overflow: unset;
        padding: 1px 10px 4px;
        border-radius: 0;
        min-height: 30px;
        background: transparent;
        box-shadow: none;
        border: 0;
    }

    .header__search .search-modal__form .search__button svg {
        width: 14px;
        height: 14px;
        position: relative;
        top: 1px;
    }

    .header-search-close{
        display: none;
        background: none;
        border: none;
    }

    .header__icon{
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        letter-spacing: 0;
        line-height: 1;
        width: auto;
        position: relative;
    }

    .header__icon span{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .header__icon .icon {
        display: block;
    }

    .header__icon--menu .icon{
        transform: scale(1);
        transition: transform 150ms ease,opacity 150ms ease;
    }

    .header__icon .icon-search-1 {
        transform: rotate(-90deg);
    }

    .section-header-mobile {
        position: relative;
        z-index: 20;
    }

    .header-mobile{
        /* box-shadow: 0 1px 3px rgb(0 0 0 / 10%); */
        background: var(--bg-color);
        padding: var(--p-top) 0 var(--p-bottom);
        display: block;
        /* backdrop-filter: blur(3.86473vw);
        position: absolute;
        width: 100%; */
    }

    @media screen and (min-width: 1025px) {
        .section-header-mobile{
            display: none;
        }
    }

    .header-mobile--wrapper{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .header-mobile__item {
        min-width: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-mobile__item:first-child {
        justify-content: flex-start;
    }

    .header-mobile__item:last-child {
        justify-content: flex-end;
    }

    .header-mobile--item{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .header-mobile--left{
        justify-content: flex-start;
    }

    .header-mobile__item--logo {
        display: flex;
        width: auto;
        flex: 1;
        justify-content: center;
    }

    .header-mobile--right{
        justify-content: flex-end;
    }

    .header-mobile--icon{
        display: flex;
        align-items: center;
        width: auto;
        min-height: 50px;
    }

    .header-mobile__item--cart {
        padding-right: 10px;
    }

    .header-mobile--icon .header__icon--account svg:not(.user-circle){
        width: 22px;
        height: 22px;
    }
    .header-mobile--icon .header__icon--account .user-circle {
        width: 26px;
        height: 26px;
    }
    .header-mobile--icon .header__icon--cart svg{
        width: 22px;
        height: 22px;
    }

    .header-mobile--icon .header__icon--cart .bag-curved {
        width: 24px;
        height: 24px;
    }
    .header-mobile--icon .header__icon--cart .shopping-basket {
        width: 23px;
        height: 23px;
        margin-right: 1px
    }

    .header-mobile--icon .header__heading-link,
    .header-mobile--icon .header__heading-logo {
        text-align: center;
    }

    .header-mobile--icon .header__heading-link .h2,
    .header-mobile--icon .header__heading-logo .h2 {
        font-size: var(--logo-font-size);
        font-weight: var(--logo-font-weight);
        color: var(--logo-color);
        word-wrap: break-word;
    }

    .header-mobile__item .icon {
        fill: var(--i-color);
    }

    .header-mobile__item .header__icon--cart .cart-count-bubble {
        color: var(--color-bubble);
        background-color: var(--bg-bubble);
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .header-mobile__item--search .modal__toggle-close {
        display: none;
    }

    /* Header Style 02 */
    .mobile-header-2 .header-mobile--right .header-mobile--icon {
        padding-right: 10px;
    }

    .mobile-header-2 .header-mobile--right .header-mobile--icon + .header-mobile--icon {
        margin-left: 25px;
    }

    .mobileMenu-toggle {
        width: 24px;
        height: 24px;
        font-size: 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
        outline: none;
        box-shadow: none;
        display: block;
        padding: 0;
        background: none;
        border: none;
    }

    .mobileMenu-toggle__Icon,
    .mobileMenu-toggle__Icon::before,
    .mobileMenu-toggle__Icon::after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        transform: rotate(0deg);
        transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    }

    .mobileMenu-toggle__Icon {
        top: 50%;
        width: calc(100%);
        transform: translateY(-50%);
        transition: background-color 10ms ease-in 100ms;
    }

    .mobileMenu-toggle__Icon::before {
        top: -8px;
    }

    .mobileMenu-toggle__Icon::after {
        bottom: -8px;
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggle__Icon {
        background-color: transparent;
        transition-delay: 100ms;
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::before,
    .mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::after {
        bottom: auto;
        top: auto;
        transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in;
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::before {
        top: 0;
        transform: rotate(45deg);
    }

    .mobileMenu-toggle.is-open .mobileMenu-toggle__Icon::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .mobileMenu-toggle__Icon, .mobileMenu-toggle__Icon::before, .mobileMenu-toggle__Icon::after {
        background-color: var(--i-color);
    }

    details:not(.menu-opening) > .header__icon--menu .icon-close,
    details.menu-opening > .header__icon--menu .icon-hamburger{
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: scale(.8);
    }
/* END: Main Header Layout */

/* START: Product Scroll */
    .products-cursor{
        display: none;
    }
/* END: Product Scroll */

/* START: Search */
    menu-drawer + .header__search {
        display: none;
    }

    .no-js details[open] > .header__icon--search {
        top: 1rem;
        right: 0.5rem;
    }
/* END: Search */

/* START: Slick */
    .slick-arrow {
        display: block;
        line-height: 1;
        font-size: 0;
        letter-spacing: 0;
        cursor: pointer;
        position: absolute;
        top: 50%;
        padding: 8px;
        width: var(--arrow-width);
        height: var(--arrow-height);
        transform: translateY(-50%);
        z-index: 1;
        outline: none;
        background: var(--arrow-background-color);
        border: none;
        transition: var(--anchor-transition);
        border: var(--arrow-border-width) solid var(--arrow-border-color);
        border-radius: var(--arrow-border-radius);
    }

    .slick-arrow svg{
        max-width: 100%;
        max-height: 100%;
        width: var(--arrow-size-icon);
        height: var(--arrow-size-icon);
        color: var(--arrow-color);
        fill: var(--arrow-color);
        stroke: transparent;
    }

    .slick-arrow.slick-prev {
        left: 0;
        /*transform: translateY(-50%) rotate(-180deg);*/
        transform: translateY(-50%) rotate(0deg);
    }

    .slick-arrow.slick-prev svg{
        transform: rotate( -180deg);
    }

    .slick-arrow.slick-next {
        right: 0;
    }

    .slick-arrow.slick-arrow--bottom{
        top: auto;
        transform: unset;
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .slick-arrow--bottom.slick-prev{
        left: 0;
        transform: rotate(-180deg);
    }

    .slick-arrow--bottom.slick-next{
        right: 0;
    }

    .enable_button_disable_arrows .slick-arrow.slick-disabled{
        display: block !important;
    }

    .slick-arrow.slick-disabled {
        display: none !important;
        opacity: .4;
        filter: alpha(opacity=40);
    }

    .slick-dots, .slider-dots {
        position: absolute;
        top: auto;
        bottom: -40px;
        left: 0;
        list-style: none;
        display: block;
        text-align: center;
        font-size: 0;
        letter-spacing: 0;
        padding: 0;
        width: 100%;
    }

    .slick-dots li, .slider-dots li {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: auto;
        margin: 0 7px;
        position: relative;
        border-radius: 50%;
    }

    .slick-dots li:first-child, .slider-dots li:first-child {
        margin-left: 0;
    }

    .slick-dots li:last-child, .slider-dots li:last-child {
        margin-right: 0;
    }

    .slick-dots li button, .slider-dots li button {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        border-radius: 50%;
        border: 1px solid var(--dots-border-color);
        background: var(--dots-color);
        font-size: 0;
        letter-spacing: 0;
        padding: 0;
        width: var(--dots-width);
        height: var(--dots-height);
        cursor: pointer;
        transition: var(--anchor-transition);
    }

    .slick-dots li.slick-active button, .slider-dots li.active button {
        background: var(--dots-color-active);
        border-color: var(--dots-border-color-active);
    }

    .slick-loading .slick-slide {
        visibility: visible !important;
    }

    /* Arrows Style 2 */
    .style-arrows-2 .slick-arrow{
        padding: 0px 0px 2px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
    }

    .style-arrows-2 .slick-arrow.slick-prev{
        transform: translateY(-50%) rotate(0deg);
    }

    .style-arrows-2 .slick-arrow.slick-prev svg{
        transform: rotate(0deg);
    }

    .style-arrows-2 .slick-arrow.slick-next svg{
        transform: rotate( -180deg);
    }

    /* Arrows Style 5 */
    .style-arrows-5 .slick-arrow {
        padding: 0px;
    }
    .style-arrows-5 .slick-arrow svg {
        transition: all .3s ease-in-out
    }
    .style-arrows-5 .slick-arrow.slick-prev svg{
        transform: rotateY(180deg);
    }
    .style-arrows-5 .slick-prev:hover svg{
        margin-left: -13px
    }
    .style-arrows-5 .slick-next:hover svg{
        margin-left: 8px
    }

    .style-arrows-5 .sidebarBlock-product .slick-arrow {
        width: 40px
    }
    .products-counter-number {order: -1;position: absolute;top: 6px;text-align: left;}

    /* Dots Style 2 */
    .style-dots-2 .slick-dots, .style-dots-2 .slider-dots{
        width: auto;
        background-color: var(--dots-style2-background-opacity);
        border-radius: 4px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .style-dots-2 .slick-dots li:first-child, .style-dots-2 .slider-dots li:first-child{
        margin-left: 5px;
    }

    .style-dots-2 .slick-dots li:last-child, .style-dots-2 .slider-dots li:last-child{
        margin-right: 5px;
    }

    .style-dots-2 .slick-dots li, .style-dots-2 .slider-dots li{
        margin: 0 5px;
        vertical-align: top;
    }

    .style-dots-2 .slideshow .slick-dots{
        bottom: 34px;
    }
/* END: Slick */

/* START: Popup Lookbook Product */
    .select-icon {
        position: absolute;
        cursor: pointer;
        width: 25px;
        height: 25px;
        z-index: 2
    }

    .select-icon .glyphicon {
        width: 24px;
        height: 24px;
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
        transition: var(--anchor-transition);
        transform: rotate(0deg);
    }

    .select-icon .glyphicon:before,
    .select-icon .glyphicon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .select-icon .glyphicon:before {
        width: 10px;
        height: 2px
    }

    .select-icon .glyphicon:after {
        width: 2px;
        height: 10px
    }

    .select-icon:before {
        -webkit-animation: box-shadow 1.5s linear infinite;
        animation: box-shadow 1.5s linear infinite;
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 0
    }

    .popup-lookbook-product-style-1 .select-icon.active .glyphicon {
        transform: rotate(45deg);
    }

    .halo-lookbook-popup{
        position: absolute;
        width: 200px;
        max-width: 100%;
        display: none;
        z-index: 5;
    }

    .halo-lookbook-popup.style-2 {
        width: 230px !important;
        height: 85px !important;
        display: block !important;
        opacity: 0;
        transition: opacity 250ms ease-in-out;
    }

    .halo-lookbook-popup.style-2.visible {
        opacity: 1;
    }
    
    .halo-lookbook-popup .halo-popup-wrapper.style-1,
    .halo-lookbook-popup .halo-popup-wrapper.style-2 {
        position: relative;
        -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.15);
        box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    }

    .halo-lookbook-popup .halo-popup-wrapper.style-1 {
        padding: 18px 18px 7px 18px;
        background-color: #fff;
        border: 1px solid #fbfbfb;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
    }

    /* START Lookbook Style 2 */
    :root {
        --lookbook-style-2-border-radius: 0.5rem;
    }

    .halo-lookbook-popup .halo-popup-wrapper.style-2 {
        padding: 9px;
        padding-right: 13px;
        background: var(--lookbook-background-color);
        -moz-border-radius: var(--lookbook-style-2-border-radius);
        -webkit-border-radius: var(--lookbook-style-2-border-radius);
        -ms-border-radius: var(--lookbook-style-2-border-radius);
        -o-border-radius: var(--lookbook-style-2-border-radius);
        border-radius: var(--lookbook-style-2-border-radius);
        max-width: 170px;
        height: 63px;
        max-height: 63px;
        cursor: pointer;
    }

    .halo-lookbook-popup .halo-popup-wrapper.style-2::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%) rotate(-45deg);
        border-style: solid;
        border-width: 0 1.3px 1.3px 0;
        border-color: var(--lookbook-text-color);
        display: inline-block;
        padding: 2px;
        transition: transform 150ms ease-in-out;
    }

    .halo-lookbook-popup.swapped .halo-popup-wrapper.style-2::after {
        right: auto;
        left: 12px;
        transform: translateY(-50%) rotate(135deg);
    }

    .halo-lookbook-popup .halo-popup-wrapper.style-2:hover::after {
        transform: translateY(-50%) translateX(3px) rotate(-45deg);
    }

    .halo-lookbook-popup.swapped .halo-popup-wrapper.style-2:hover::after {
        transform: translateY(-50%) translateX(-3px) rotate(135deg);
    }

    .halo-lookbook-popup .halo-popup-wrapper.style-2 .card-information {
        padding-top: 0px;
    }

    .halo-lookbook-popup .halo-popup-wrapper.style-2 .card-title {
        text-align: left;
        margin-bottom: 0;
        color: var(--lookbook-text-color);
        -webkit-line-clamp: 1;
    }

    .halo-lookbook-popup.swapped .halo-popup-wrapper.style-2 .card-title {
        text-align: right;
    }

    .halo-lookbook-popup .halo-popup-wrapper.style-2 .card-price {
        justify-content: flex-start;
        font-size: calc(var(--product-title-font-size) + 2px);
        font-weight: var(--font-weight-semibold);
        margin-bottom: 0;
        color: var(--lookbook-text-color);
    }

    .halo-lookbook-popup.swapped .halo-popup-wrapper.style-2 .card-price {
        justify-content: flex-end;
    }

    [data-show-lookbook-container][data-style="2"] [data-lookbook-item-container] {
        position: relative;
    }

    /* END Style 2 */

    .halo-lookbook-popup .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        display: block;
    }

    .halo-lookbook-popup .overlay {
        background-color: transparent;
    }

    .halo-lookbook-popup .close-modal{
        position: fixed;
        right: 15px;
        top: 15px;
    }

    .halo-lookbook-popup .close-modal svg{
        color: #fff;
        width: 24px;
        height: 24px;
    }
/* END: Popup Lookbook Product */

/* START: Popup */
    .halo-popup{
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        height: auto;
        z-index: 102;
        width: 100%;
        max-width: calc(100% - 30px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background-color: var(--bg-white);
        box-shadow: 0px 6px 27px 0px rgb(0, 0, 0, 0.2);
        transition: opacity 300ms, transform 350ms ease, visibility 350ms ease;
        transform: translate3d(calc(-50% - 10px),-50%,0);
    }

    .halo-popup-banner{
        display: none;
        position: relative;
    }

    .halo-popup-banner img{
        width: 100%;
    }

    .halo-popup-wrapper{
        position: relative;
        padding: 30px;
    }

    .halo-popup-header{
        margin: 0 0 25px 0;
        padding: 21px 0 0 0;
    }

    .halo-popup-close {
        display: block;
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        line-height: 1;
        font-size: 0;
        letter-spacing: 0;
        background: var(--bg-black);
        text-align: center;
        padding: 7px;
        border: none;
    }

    .halo-popup-close svg {
        width: 100%;
        height: 100%;
        fill: var(--color-white);
        /*stroke: transparent;*/
    }

    .halo-popup-title{
        font-size: var(--font-heading-size);
        overflow: hidden;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .halo-popup-desc{
        display: block;
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--body-line-height);
        letter-spacing: var(--body-letter-spacing);
        padding: 2px 0 20px 0;
        color: var(--color-text);
    }

    .halo-popup-scroll{
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 80vh;
        webkit-overflow-scrolling: touch;
    }

    .customPopup-banner{
        height: auto;
        max-height: 81vh;
    }

    .customPopup-header{
        padding-top: 0!important;
    }

    .customPopup-header-2{
        padding: 3px 30px!important;
        margin-bottom: 0;
        border-bottom: 1px solid #efefef;
    }

    .customPopup-close{
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        padding: 0;
        background-color: var(--bg-white);
    }

    .customPopup-close svg{
        fill: var(--bg-black);
    }

    .customPopup-title{
        font-size: calc(var(--font-body-size) + 4px);
        font-weight: var(--font-weight-bold);
    }

    .customPopup-title-2{
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        letter-spacing: var(--body-letter-spacing);
        text-transform: capitalize;
        color: var(--text-cart);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.term-condition-show .halo-term-condition-popup {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(-50%,-50%,0);
        z-index: 1000;
    }

    body.term-condition-show .background-overlay{
        opacity: 1;
        pointer-events: auto;
        z-index: 999;
    }
/* END: Popup */

/* START: Sidebar */
    .halo-sidebar{
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 0;
        height: 100%;
        z-index: 101;
        max-width:calc(100vw - 40px);
        width: 100%;
        opacity: 1;
        visibility: hidden;
        transition: opacity 500ms, transform var(--duration-long) ease, visibility var(--duration-long) ease;
        /*transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;*/
        background-color: var(--bg-white);
    }

    .halo-sidebar-header{
        position: relative;
        padding: 24px 20px 0px 20px;
        background-color: #fff;
    }

    .halo-sidebar-header .title{
        display: block;
        font-size: calc(var(--font-body-size) + 4px);
        font-style: var(--font-heading-style);
        font-weight: var(--font-weight-semibold);
        letter-spacing: var(--body-letter-spacing);
        line-height: var(--body-line-height);
        color: var(--color-text);
        text-transform: capitalize;
    }

    .halo-sidebar-close{
        position: absolute;
        top: 16px;
        width: 40px;
        height: 40px;
        font-size: 0;
        z-index: 10;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        pointer-events: auto;
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .halo-sidebar-close svg{
        display: block;
        width: 18px;
        height: 18px;
        fill: var(--color-text);
        stroke: transparent;
    }

    .halo-sidebar-wrapper{
        height: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 0 70px 0;
    }

    .halo-cart-sidebar .halo-sidebar-wrapper{
        overflow: hidden;
    }

    .halo-sidebar.halo-sidebar-left{
        left: 0;
        transform: translate3d(-101%, 0, 0);
    }

    .halo-sidebar.halo-sidebar-right{
        right: 0;
        transform: translate3d(101%, 0, 0);
    }

    .halo-sidebar.halo-sidebar-left .halo-sidebar-close{
        left: 20px;
    }

    .halo-sidebar.halo-sidebar-right .halo-sidebar-close{
        right: 20px;
    } 
/* END:  Sidebar */

/* START: Alert */
    .alertBox{
        font-size: var(--font-body-size);
        font-weight: var(--font-weight-normal);
        line-height: var(--body-line-height);
        letter-spacing: var(--body-letter-spacing);
        padding: 13px 15px;
    }

    .alertBox-message{
        margin-top: 0;
        margin-bottom: 0;
    }

    .alertBox.alertBox--success{
        color: var(--color-success);
        background-color: var(--color-success-bg);
    }

    .alertBox.alertBox--error{
        color: var(--color-error);
        background-color: var(--color-error-bg);
    }

    .alertBox.alertBox--info{
        color: var(--color-info);
        background-color: var(--color-info-bg);
    }
/* END: Alert */

/* START: Notify Me */
    .halo-notifyMe{
        padding: 30px 0 0 0;
    }

    .halo-notifyMe .form-field{
        display: flex;
        flex-wrap: wrap;
    }

    .halo-notifyMe .form-input{
        width: calc(100% - 185px);
    }

    .halo-notifyMe .form-label{
        color: var(--color-text2);
    }

    .halo-notifyMe .button{
        width: 175px;
        margin: 0 0 0 10px;
    }

    .notifyMe-text{
        display: none;
        margin: 20px 0 0 0;
    }

    .halo-notifyMe--popup{
        padding-top: 0;
    }

    .halo-notifyMe--popup .form-label{
        text-align: center;
        margin-bottom: 23px;
    }

    .halo-notifyMe--popup .form-input{
        width: 100%;
    }

    .halo-notifyMe--popup .button{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    body.notify-me-show{
        overflow: hidden;
        /*height: 100%;*/
    }

    body.notify-me-show .background-overlay{
        opacity: 1;
        pointer-events: all;
    }

    body.notify-me-show .halo-notify-popup{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(-50%,-50%,0);
        z-index: 201;
    }
/* END: Notify Me */

/* START: Menu */
    .header__inline-menu {
        display: block;
        grid-area: navigation;
    }

    .header__inline-menu[data-navigation] .menu-heading-mobile.halo-sidebar-header {
        display: none;
    }

    .list-menu {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0;
        letter-spacing: 0;
    }

    .menu-lv-item{
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .menu-lv-2,
    .menu-lv-3{
        width: 100%;
        padding: 0 20px 0 0;
    }

    .menu-lv-item > a, .menu-lv-item .site-nav-list-dropdown > a{
        display: block;
        position: relative;
    }

    .menu-lv-item .site-nav-list-dropdown > a.has-icon {
        padding-right: 15px;
    }

    .menu-lv-1__action {
        padding: 11px 20px 12px 20px;
    }

    .menu-lv-2__action,
    .menu-lv-3__action {
        padding: 8px 0;
        border-bottom: 1px solid #ebebeb;
    }

    .menu-lv-1__action,
    .menu--mobile-lv-1__action{
        font-family: var(--font-menu-lv1-family);
        font-size: var(--font-menu-lv1-size);
        font-weight: var(--font-menu-lv1-weight);
        line-height: var(--menu-lv1-line-height);
        letter-spacing: var(--menu-lv1-letter-spacing);
        text-transform: var(--menu-lv1-text-transform);
    }

    .menu-lv-2__action,
    .menu--mobile-lv-2__action{
        font-family: var(--font-menu-lv2-family);
        font-size: var(--font-menu-lv2-size);
        font-weight: var(--font-menu-lv2-weight);
        line-height: var(--menu-lv2-line-height);
        letter-spacing: var(--menu-lv2-letter-spacing);
        text-transform: var(--menu-lv2-text-transform);
    }

    .menu-lv-3__action,
    .menu--mobile-lv-3__action{
        font-family: var(--font-menu-lv3-family);
        font-size: var(--font-menu-lv3-size);
        font-weight: var(--font-menu-lv3-weight);
        line-height: var(--menu-lv3-line-height);
        letter-spacing: var(--menu-lv3-letter-spacing);
        text-transform: var(--menu-lv3-text-transform);
    }

    .menu-lv-1__action .text{
        text-decoration-thickness: 0.2rem!important;
    }

    .menu-lv-1 .label{
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 7px;
        top: -9px;
        font-size: calc(var(--font-body-size) - 2px);
        font-weight: var(--font-weight-normal);
        letter-spacing: 0;
        line-height: 15px;
        height: 15px;
        padding: 0px 6px;
        text-transform: capitalize;
        text-align: center;
        border-radius: 1px;
    }

    .style-dots-2.style-arrows-2.product-card-layout-05 .menu-lv-1 .label{
        line-height: 16px;
    }

    .site-nav-title .label,
    .site-nav-link .label,
    .menu-lv-2__action .label{
        position: relative;
        top: 0px;
        margin-left: 20px;
    }

    .menu-lv-3__action .label{
        position: relative;
        top: -2px;
        margin-left: 20px;
    }

    .menu-lv-1 .label:before{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -9px;
        transform: translateX(-50%) rotate(180deg);
        border: 5px solid transparent;
    }

    .site-nav-title .label:before,
    .site-nav-link .label:before,
    .menu-lv-2__action .label:before,
    .menu-lv-3__action .label:before{
        left: -9px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%) rotate(270deg);
    }

    .menu-lv-item.menu-lv-1 .icon-dropdown{
        display: none;
    }

    .menu-lv-item:last-child .site-nav-list-dropdown > a,
    .menu-lv-item:last-child > a{
        border-bottom: none;
    }

    .menu-lv-item .text {
        transition: text-decoration var(--duration-short) ease;
    }

    .menu-lv-item .icon {
        display: block;
        position: absolute;
        height: 10px;
        width: 10px;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
    }

    .menu-lv-item.has-megamenu{
        position: static;
    }

    /*.menu-lv-blink .label.new-label,
    .menu-lv-blink .label.hot-label,
    .menu-lv-blink .label.sale-label{
        -webkit-animation: .6s blink infinite;
        animation: .6s blink infinite;
        opacity: 0; 
    }*/

    .menu-lv-item.has-megamenu:hover > .menu-dropdown .menu-lv-blink .label.new-label, 
    .menu-lv-item.has-megamenu:hover > .menu-dropdown .menu-lv-blink .label.hot-label, 
    .menu-lv-item.has-megamenu:hover > .menu-dropdown .menu-lv-blink .label.sale-label,
    .menu_open .menu-lv-blink .label.new-label,
    .menu_open .menu-lv-blink .label.hot-label,
    .menu_open .menu-lv-blink .label.sale-label {
        -webkit-animation: .6s blink infinite;
        animation: .6s blink infinite;
        opacity: 0; 
    }
/* END: Menu */

/* START: Product Grid */
    .products-grid{
        display: block;
        position: relative;
        margin: 0 -15px;
        font-size: 0;
        letter-spacing: 0;
    }

    .products-grid .product{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0 15px;
        margin-top: 30px;
    }

    .products-grid .product:first-child{
        margin-top: 0;
    }

    .products-grid.slider .product {
        margin-top: 0;
        flex-shrink: 0;
    }

    .products-grid .loading{
        font-size: var(--font-body-size);
    }
/* END: Product Grid */

/* START: Infinite Scroll */
    .product-infinite-scroll{
        margin: 55px 0 0 0;
    }

    .product-infinite-scroll .button{
        width: 100%;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-infinite-scroll .button span{
        pointer-events: none;
    }

    .product-infinite-scroll .button svg{
        width: 14px;
        height: 14px;
        margin-right: 8px;
        margin-top: -2px;
    }

    .product-infinite-scroll .button.is-loading{
        pointer-events: none;
    }

    .product-infinite-scroll .button[disabled] {
        display: none !important;
    }
/* END: Infinite Scroll */

/* START: Footbar Fixed */
    .footbar-fixed{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        line-height: 0;
        transition: all .3s ease;
    }
    .sticky-toolbar-mobile .footbar-fixed{
        bottom: 60px;
    }
    .footbar-fixed .footbar-fixed-left, .footbar-fixed .footbar-fixed-right {
      line-height: 22px;
      display: inline-block;
    }
    .footbar-fixed-left {
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      display: inline-block;
      vertical-align: top;
      transition: all 0.3s ease;
    }
    .footbar-fixed-right {
      left: 0;
      right: 0;
      bottom: 0;
      display: inline-block;
      vertical-align: top;
      transition: all 0.3s ease;
    }
/* END: Footbar Fixed */

/* START: Slideshow */
    .slideshow .item {
        position: relative;
    }

    .slideshow .item.item-video + .slide-content .slide-heading,
    .slideshow .item.item-video + .slide-content .slide-text {
        display: block !important;
    }

    .slide-content .slide-heading {
        margin-top: 0;
        margin-bottom: var(--heading-spacing-bottom-style);
        position: relative;
        display: inline-block;
        line-height: 1;
    }

    .slide-content .slide-heading.has-border {
        padding-bottom: 22px;
    }

    .slide-content .slide-heading .line {
        position: absolute;
        left: 50%;
        bottom: 0;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        width: 40px;
        display: inline-block;
    }

    .slide-content .slide-sub{
        color: var(--slide-sub-color-style);
        font-size: var(--slide-sub-font-size-style);
        font-weight: var(--font-weight-sub-heading-style);
        margin-top: 0;
        margin-bottom: var(--sub-heading-spacing-bottom-style);
    }

    .slide-content .slide-sub.border--solid span {
        border-bottom: 1px solid var(--slide-sub-color-style);
    }

    .slide-content .slide-text {
        margin-top: 0;
        margin-bottom: var(--des-spacing-bottom-style);
        max-width: 425px;
        margin-left: auto;
        margin-right: auto;
    }

    .slide-content .slide-sub.slide-mobile {
        margin-bottom: var(--sub-heading-spacing-bottom-style) !important;
    }

    .slide-content .slide-heading.slide-mobile{
        margin-bottom: var(--heading-spacing-bottom-style) !important;
    }

    .slide-content .slide-text.slide-mobile {
        margin-bottom: var(--des-spacing-bottom-style) !important;
    }

    .slide-content .slide-button {
        min-width: 240px;
        width: auto;
        display: inline-block;
    }

    .fluid-width-video-wrapper {
        width: 100%;
        position: relative;
        padding: 0;
        overflow: hidden;
    }

    .fluid-width-video-wrapper video,
    .fluid-width-video-wrapper iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

    .slick-slider img {
        visibility: visible !important;
    }

    .slideshow:not(.slick-slider) .item:not(.type-item--custom-2):nth-child(n+2) {
        display: none;
    }

    .slideshow:not(.slick-slider) .swatch .item:nth-child(n+2) {
        display: inline-block;
    }

    .slideshow .slick-arrow {
      /*  width: 72px;
        height: 72px;*/
        opacity: 0;
       /* padding: 20px;*/
    }

    .slideshow:hover .slick-arrow {
        opacity: 1;
    }

    .slideshow .slick-dots {
        position: absolute;
        left: 50%;
        bottom: 20px;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .slick-slide img{
        margin-left: auto;
        margin-right: auto;
    }

    .slideshow .content-box--absolute:before {
        content: "";
        position: absolute;
        border: 4px solid;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        left: 10px;
        top: 10px;
        z-index: -1;
        display: none;
    }

    .wrapper-category-banner{
        display: flex;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }

    .wrapper-category-banner .slideshow{
        padding-left: 5px;
        padding-right: 5px;
    }

    .block-categories-slider{
        padding-left: 5px;
        padding-right: 5px;
    }

    .block-categories-slider .wrapper-category{
        padding: 20px 20px 17px 20px;
        background-color: #fff;
        box-shadow: 0 2px 11px #0000001a;
        border-radius: 10px;
    }

    .block-categories-slider .title {
        text-transform: unset;
        margin-bottom: 5px; 
    }

    .block-categories-slider .title span {
        display: inline-block;
        padding: 6px 20px;
        font-weight: var(--font-weight-bold);
        border-radius: 6px 6px 0 0;
        letter-spacing: .02em;
    }

    .block-categories-slider .categories-slider--list{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .block-categories-slider .categories-slider--list li {
        width: 50%;
        margin: 0;
        border-top: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
        min-height: 72px;
    }

    .block-categories-slider .categories-slider--list li:nth-child(1), 
    .block-categories-slider .categories-slider--list li:nth-child(2) {
        border-top: 0;
    }

    .block-categories-slider .categories-slider--list li:nth-child(2n + 0){
        border-right: 0;
    }

    .block-categories-slider .categories-slider--list li a {
        display: flex;
        align-content: space-around;
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
        line-height: 24px;
        color: #202020;
    }

    .block-categories-slider .categories-slider--list li a:hover .text-menu{
        text-decoration: underline;
        text-underline-offset: 0.3rem;
    }

    .block-categories-slider .categories-slider--list li a span {
        display: block;
        width: 100%;
        text-align: center;
        overflow: hidden;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .block-categories-slider .categories-slider--list li a img {
        max-width: 24px;
        margin-bottom: 5px;
        padding-top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .block-banner-slider{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        padding-left: 5px;
        padding-right: 5px;
    }

    .block-banner-slider .banner{
        width: calc(50% - 5px);
    }
/* END: Slideshow */

/* START: Lookbook Popup Mobile */
    .halo-lookbook-popup-mobile {
        --lookbook-mobile-duraton: 500ms;
        position: fixed;
        inset: 0;
        background-color: transparent;
        z-index: 100;
        pointer-events: none;
        transition: opacity var(--lookbook-mobile-duraton) 50ms ease-in-out, background-color var(--lookbook-mobile-duraton) 50ms ease-in-out;
    }
/* END: Lookbook Popup Mobile */

/* START: Video Popup */
    body.video-show .halo-video-popup {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(-50%,-50%,0);
    }

    body.video-show .background-overlay {
        opacity: 1;
        pointer-events: all;
    }

    body.is-custom-information #halo-product-custom-information {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(-50%,-50%,0);
    }

    #halo-product-custom-information .halo-popup-content {
        max-height: 55vh;
        overflow-y: auto;
    }

    #halo-product-custom-information .halo-popup-content::-webkit-scrollbar {
        width: 5px;
    }

    #halo-product-custom-information .halo-popup-content::-webkit-scrollbar-track {
        background: #f4f4f4;
    }

    #halo-product-custom-information .halo-popup-content::-webkit-scrollbar-thumb {
        background: #000;
    }

    #halo-product-custom-information .halo-popup-content::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

    body.is-custom-information .background-overlay {
        opacity: 1;
        pointer-events: all;
    }

    .halo-video-popup .halo-popup-close {
        z-index: 9;
    }

    .halo-video-popup .halo-popup-wrapper {
        padding: 0;
    }

    .halo-video-popup .halo-popup-header {
        margin: 0;
        padding: 0;
    }

    .halo-video-popup .fluid-width-video-wrapper {
        padding-top: 56%;
    }

    .halo-video-popup .fluid-width-video-wrapper iframe {
        height: 100%;
        border: 0;
    }
/* END: Video Popup */

/* START: Mobile Sidebar Icons */
    .site-nav-mobile.nav-account {
        --icon-size: 20px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .site-nav-mobile.nav-account .icon-wrapper {
        width: calc(var(--icon-size) + 5px);
        height: var(--icon-size);
    }

    .site-nav-mobile.nav-account .customer-links.customer-login .icon-wrapper {
        height: calc(var(--icon-size) + 3px);
    }

    .site-nav-mobile.nav-account .last-link {
        border-bottom: 1px solid #e6e6e6;
    }
    
    .site-nav-mobile.nav-account .header__link--account,
    .site-nav-mobile.nav-account .header__icon {
        padding: 15px 20px !important;
        border-top: 1px solid #e6e6e6;
    }

    .site-nav-mobile.nav-account .header__link--account .title {
        position: relative;
        top: 1px;
    }

    .site-nav-mobile.nav-account .header__link--account .title,
    .site-nav-mobile.nav-account .header__icon .title {
        margin-left: 5px !important;
    }

    .site-nav-mobile.nav-account .customer-links .icon-wrapper svg,
    .site-nav-mobile.nav-account .header__icon .icon-wrapper .icon-wishlist {
        width: var(--icon-size);
        height: var(--icon-size);
        fill: var(--color-text);
    }

    .site-nav-mobile.nav-account .customer-links .customer_register_link .icon-wrapper svg {
        width: 18px;
        height: 18px;
    }

    .site-nav-mobile.nav-account .customer-links .icon-wrapper .icon-account path {
        width: var(--icon-size);
        height: var(--icon-size);
        transform: scale(1.2);
        transform-origin: center center;
    }
    
    .site-nav-mobile.nav-account .wrapper-links {
        padding-top: 7px;
        padding-bottom: 10px;
    }

    .site-nav-mobile.nav-account .customer-links.customer-login {
        padding: 15px 20px;
        border-top: 1px solid #e6e6e6;
    }

    .site-nav-mobile.nav-account .customer-links.customer-login .header__link--account {
        border-top: none;
        padding: 0 7px !important;
    }

    .site-nav-mobile.nav-account .customer-links.customer-login .header__link--account.customer_logount {
        padding-left: 0 !important;
        margin-left: 5px;
    }
    .site-nav-mobile.nav-account .customer-links.customer-login {
        align-items: normal !important;
    }
/* END: Mobile Sidebar Icons */

/* Responsive */
@media (max-width: 1600px){
    /* START: Slideshow */
        .wrapper-category-banner .block-categories-slider{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
            max-width: 20% !important;
        }

        .wrapper-category-banner.has-categories.has-banner .slideshow{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 48% !important;
            flex: 0 0 48% !important;
            max-width: 48% !important;
        }

        .wrapper-category-banner .block-banner-slider {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 32% !important;
            flex: 0 0 32% !important;
            max-width: 32% !important;
            align-content: unset !important;
        }
    /* END: Slideshow */
}

@media (max-width: 1400px){
    /* START: Slideshow */
        .wrapper-category-banner .block-categories-slider{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20% !important;
            flex: 0 0 20% !important;
            max-width: 20% !important;
        }

        .wrapper-category-banner.has-categories.has-banner .slideshow{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 49% !important;
            flex: 0 0 49% !important;
            max-width: 49% !important;
        }

        .wrapper-category-banner .block-banner-slider {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 31% !important;
            flex: 0 0 31% !important;
            max-width: 31% !important;
        }
    /* END: Slideshow */
}

@media (max-width: 1366px){
    /* START: Slideshow */
        .wrapper-category-banner .block-categories-slider{
            order: 1;
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
            margin-top: 20px !important;
        }

        .wrapper-category-banner.has-categories.has-banner .slideshow{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 520px) !important;
            flex: 0 0 calc(100% - 520px) !important;
            max-width: calc(100% - 520px) !important;
        }

        .wrapper-category-banner.has-categories .slideshow{
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }

        .wrapper-category-banner .block-banner-slider {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 520px !important;
            flex: 0 0 520px !important;
            max-width: 520px !important;
            align-content: space-between !important;
        }

        .block-categories-slider .categories-slider--list {
            scroll-snap-type: x mandatory;
            flex-wrap: nowrap;
            overflow: auto;
            padding-bottom: 10px;
            position: relative;
            z-index: 101;
        }

        .block-categories-slider .categories-slider--list li {
            border-top: 0;
            border-right: 0;
            scroll-snap-align: start;
            scroll-snap-stop: always;
            -ms-flex: 0 0 13%;
            flex: 0 0 13%;
            max-width: 13%;
            padding: 0 10px;
        }
    /* END: Slideshow */
}

@media (max-width: 1200px){
    .wrapper-category-banner.has-categories.has-banner .slideshow{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    .wrapper-category-banner.has-banner .slideshow{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    .wrapper-category-banner .block-banner-slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40% !important;
        flex: 0 0 40% !important;
        max-width: 40% !important;
        align-content: space-between !important;
    }
}

@media (max-width: 1024px) {
    body.cart-sidebar-show #halo-sidebar.page-sidebar,
    body.auth-sidebar-show #halo-sidebar.page-sidebar,
    body.open_search_mobile #halo-sidebar.page-sidebar,
    body.open_search_mobile #halo-sidebar.page-sidebar,
    body.menu_open #halo-sidebar.page-sidebar,
    body.lang-currency-sidebar-show#halo-sidebar.page-sidebar {
        display: none;
    }

    .header-with-sidebar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
        
    .header-with-sidebar .page-header {
        padding: 21px 0 21px 0 !important;
    }

    .header-with-sidebar .page-header.text-right + .sidebar-toggle {
        order: 1;
        padding-left: 0;
    }
    
    .header-with-sidebar .page-header.text-right {
        order: 2;
    }

    .background-cursor-wrapper {
        display: none;
    }
    
    /* START: Container */
        .container-1770{
            display: block;
            width: 100%;
            position: relative;
            max-width: 100%;
            padding: 0 15px;
            margin: 0 auto;
        }

        .container-1570 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-1470 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-1370 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-1320 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-1170 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .halo-row{
            margin-left: -8px;
            margin-right: -8px;
        }

        .halo-item{
            padding-left: 8px;
            padding-right: 8px;
        }

        .wrapper-body {
            padding-bottom: 50px;
        }
    /* END: Container; */

    /* START: Halo Row */
        .halo-row.halo-slider.md-column-3:not(.slick-slider) .halo-item:nth-child(n + 4){
            display: none;
        }

        .halo-row.halo-slider.md-column-3:not(.slick-slider) .halo-item{
            width: 33.333333%;
        }

        .style-arrows-5 .slick-arrow svg {
            width: 46px;
            height: 46px;
        }
    /* END: Halo Row */

    /* START: Block */
        .halo-product-block .products-carousel, .halo-product-block .products-grid{
            margin: 0 -8px;
        }

        .halo-product-block .products-carousel .product, .halo-product-block .products-grid .product {
            padding: 0 8px;
        }

        .products-grid .product .card-action, .products-carousel .product .card-action{
            padding: 0 0 15px 0;
        }

        .card-action .variants-popup{
            bottom: 15px !important;
        }

        .halo-block-header.text-left.viewAll--right .title, .halo-block-header.text-right.viewAll--left .title {
            margin-right: 30px;
        }
      
        .halo-block-header.text-left.viewAll--left,
        .halo-block-header.text-left.viewAll--right{
            text-align: left;
        }

        .halo-block-header.text-right.viewAll--right,
        .halo-block-header.text-right.viewAll--left{
            text-align: right;
        }

        .view_all{
            margin-bottom: 0 !important;
        }

        .halo-product-block .collection-column-2{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 10px;
            padding-right: 10px;
        }
        .slider-progress-bar {
            margin-top: 22px;
        }
    /* END: Block */

    /* START: Slideshow */
        .slide-content .slide-sub{
            margin-bottom: 10px;
        }

        .slide-content .slide-heading{
            margin-bottom: 3px;
            padding-bottom: 7px;
            font-size: 24px!important;
        }

        .slide-content .slide-heading.has-border{
            padding-bottom: 17px;
            margin-bottom: 17px;
        }

        .slide-content .slide-text{
            margin-bottom: 24px !important;
        }

        .slideshow .slick-dots li {
            margin: 0px 5px;
            width: 10px;
            height: 10px;
        }

        .block-categories-slider .categories-slider--list{
            padding: 0;
        }

        .block-categories-slider .categories-slider--list li {
            -ms-flex: 0 0 18%;
            flex: 0 0 18%;
            max-width: 18%;
            border-right: 0;
        }

        .block-categories-slider .categories-slider--list li a{
            align-content: center;
        }
    /* END: Slideshow */

    /* START: Lookbook Popup Mobile */

        .halo-popup-wrapper-mobile {
            position: absolute;
            bottom: 0;
            left: 0;
            height: max-content;
            max-height: 85%;
            width: 100%;
            background-color: white;
            transform: translateY(100%);
            transition: transform var(--lookbook-mobile-duraton) ease-in-out;
        }

        body.mobile-popup-active {
            overflow-y: hidden;
        }

        .halo-lookbook-popup-mobile {
            opacity: 0;
            visibility: hidden;
            transition: opacity var(--lookbook-mobile-duraton) ease, visibility var(--lookbook-mobile-duraton) ease;
        }

        .halo-lookbook-popup-mobile .product-item {
            flex: 0 0 55%;
        }

        .halo-lookbook-popup-mobile .price-item--saved {
            display: none;
        }
            
        .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile .halo-popup-container-mobile {
            display: flex;
            align-items: stretch;
            justify-content: start;
            gap: 10px;
        }

        .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile .halo-popup-container-mobile.center {
            align-items: stretch;
            justify-content: center;
        }

        .select-icon .lookbook-modal {
            display: none;
        }

        body.mobile-popup-active .halo-lookbook-popup-mobile {
            pointer-events: auto;
            opacity: 1;
            visibility: visible;
            background-color: rgba(0,0,0,0.7);
        }

        body.mobile-popup-active .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile {
            transform: translateY(0);
        }

        .halo-popup-wrapper-mobile .close-modal {
            position: absolute;
            right: 10px;
            background: none;
            border: none;
            padding: 0;
        }

        .mobile-popup-header {
            width: 100%;
            padding: 10px;
            margin: 0;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            display: block;
            text-align: center;
            color: var(--text-color);
            font-size: var(--font-heading-size);
            line-height: var(--heading-line-height);
            letter-spacing: var(--heading-letter-spacing);
            font-weight: var(--font-weight-medium);
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            text-transform: uppercase;
        }

        .halo-popup-wrapper-mobile .halo-popup-container-mobile {
            display: flex;
            justify-content: center;
            align-items: start;
            gap: 10px;
            padding: 10px;
        }

        .halo-popup-wrapper-mobile .lookbook-mobile-item {
            display: inline-block;
            width: auto;
            height: max-content;
            max-width: 55vw;
            flex: 0 0 55vw;
        }

        .halo-popup-wrapper-mobile .lookbook-mobile-item .img-box .lookbook-mobile-image-container {
            width: 100%;
            /*max-height: 60vh; */
        }

        .halo-popup-wrapper-mobile .lookbook-mobile-item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .halo-popup-wrapper-mobile .lookbook-mobile-item .text-shorten {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: var(--product-title-font-size);
            font-weight: var(--font-weight-medium);
            line-height: var(--product-title-line-height);
            letter-spacing: var(--product-title-letter-spacing);
            text-transform: var(--product-title-text-transform);
            margin-top: 10px;
            display: block;
        }

        .halo-popup-wrapper-mobile .lookbook-mobile-item .mobile-lookbook-title,
        .halo-popup-wrapper-mobile .lookbook-mobile-item .mobile-lookbook-price {
            text-align: center;
        }

        .halo-popup-wrapper-mobile .lookbook-mobile-item .mobile-lookbook-price {
            font-size: var(--product-price-font-size);
            font-weight: var(--font-weight-normal);
            line-height: var(--product-price-line-height);
            letter-spacing: var(--product-price-letter-spacing);
            margin-top: var(--product-price-margin-top);
            margin-bottom: 0px;
            padding-bottom: 15px;
        }

        .halo-popup-wrapper-mobile .scroll-snap-mobile {
            padding: 0px;
            overflow-x: scroll;
        }

        .halo-lookbook-popup-mobile .close-modal svg {
            width: 16px;
            height: 16px;
        }
    /* END: Lookbook Popup Mobile */

    /* START: Lookbook Dots */
        .hide-on-mobile {
            visibility: hidden;
        }
    /* END: Lookbook Dots */

    /* START: Footbar Fixed */
        .footbar-fixed-left.cookie_someone_right{
            position: absolute;
            bottom: 143px;
        }
    /* END: Footbar Fixed */

    /* START: Sidebar */
        .halo-sidebar-header{
            padding: 13px 20px 0 20px;
        }
        .halo-sidebar-close{
            top: 5px;
        }
        .halo-sidebar.halo-sidebar-left .halo-sidebar-close{
            left: 5px;
        }
        .halo-sidebar.halo-sidebar-right .halo-sidebar-close{
            right: 5px;
        }
        .halo-sidebar.halo-sidebar-left.halo-sidebar_search .halo-sidebar-close{
            left: auto;
            right: 5px;
        }
        .halo-sidebar.halo-sidebar-left.halo-sidebar_menu .halo-sidebar-close{
            position: inherit;
            top: 0;
            left: auto;
            right: -15px;
            background-color: transparent;
        }
        .halo-sidebar.halo-sidebar-left.halo-sidebar_menu .site-nav-mobile+.halo-sidebar-close{
            position: absolute;
            right: 5px;
        }
        .halo-sidebar.halo-sidebar-left.halo-sidebar_menu .halo-sidebar-close svg{
            fill: var(--color-black);
        }

        #navigation-mobile .halo-sidebar-close {
            opacity: 0;
            pointer-events: none;
            transition: opacity var(--duration-long) ease;
        }

        body.menu_open #navigation-mobile .halo-sidebar-close {
            opacity: 1;
            pointer-events: auto;
        }
    /* END: Sidebar */

    /* START: Header */
        .announcement-close{
            width: 15px;
            height: 15px;
            right: 10px;
        }
        .header__icon--cart .cart-count-bubble {
            position: absolute;
            right: -12px;
            top: -8px;
        }
        .search-modal__form {
            background-color: #fafafa;
            border-bottom: 1px solid #e7e7e7;
        }
        .search-modal__form .search__button {
            min-width: inherit;
            text-overflow: unset;
            padding: 1px 10px 4px;
            border-radius: 0;
            min-height: 30px;
            background: transparent;
            box-shadow: none;
            border: 0;
        }
        .search-modal__form .search__input{
            padding: 3px 10px;
            background-color: transparent;
            border: 0;
        }
        .search-modal__form .search__button svg {
            width: 20px !important;
            height: 20px !important;
            position: relative;
        }
        .menu-heading-mobile{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 20px 3px 20px;
        }
        .halo-top-language .icon svg{
            width: 20px;
            height: 20px;
        }
        .halo-currency .currency-menu .icon svg{
            width: 20px !important;
            height: 20px !important;
            position: relative;
            top: 1px;
        }
        .halo-sidebar_menu #HeaderLanguageList, .halo-sidebar_menu .halo-currency .currency-menu{
            padding: 10px 10px !important;
        }
        .halo-sidebar_menu #HeaderLanguageList .disclosure__item, .halo-sidebar_menu .halo-currency .currency-menu .dropdown-item{
            padding: 10px 10px 10px 10px !important;
        }
        .logo-m-none {
            display: none !important;
        }
    /* END: Header */

    /* START: Menu */
        .halo-sidebar_menu .site-nav-mobile .menu-lv-1 .label{
            position: relative;
            top: -1px;
            right: 0;
            margin-left: 12px;
            line-height: 18px;
            height: 18px;
        }
        .halo-sidebar_menu .site-nav-mobile .menu-lv-1 .menu-lv-1__action .label{
            top: 2px;
        }
        .menu-lv-1 .label:before{
            left: -10px;
            top: 4px;
            bottom: auto;
            transform: rotate(270deg);
        }
        .halo-sidebar_menu  .nav-title-mobile{
            font-size: var(--font-menu-lv1-size);
            text-transform: uppercase;
        }
        .halo-sidebar_menu .site-nav{
            font-size: var(--font-menu-lv1-size);
        }
        .dropdown-currency, .dropdown-language {
            pointer-events: auto;
        }
    /* END: Menu */

    /* START: Product Grid */
        .products-grid.grid{
            display: flex;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 30px;
        }

        .products-grid.grid .grid__item{
            padding-left: 0;
            padding-right: 0;
            margin-top: 0!important;
            margin-left: 0.5rem;
            width: calc(25% - 0.5rem * 3 / 4)!important;
            max-width: 50%;
            flex-grow: 1;
            flex-shrink: 0;
        }

        .products-grid.grid .grid__item:first-of-type{
            margin-left: 15px;
        }

        .products-grid.grid .grid__item:last-of-type{
            margin-right: 15px;
        }
    /* END: Product Grid */

    /* START: Slick Dots */
        .style-dots-2 .slick-dots li:last-child, .style-dots-2 .slider-dots li:last-child{
            margin-right: 7px;
        }
    /* END: Slick Dots */

    /* START: Scrollbar Disable */
        .disable-srollbar-mb::-webkit-scrollbar {
            display: none;
        }
    
        .disable-srollbar-mb::-webkit-scrollbar-track {
            display: none;
        }
    
        .disable-srollbar-mb::-webkit-scrollbar-thumb {
            display: none;
        }
    
        .disable-srollbar-mb::-webkit-scrollbar-thumb:hover {
            display: none;
        }
    /* END: Scrollbar Disable */
}

@media (max-width: 992px){
    /* START: Product Grid */
        .products-grid.grid .grid__item{
            width: calc(33.333333% - 0.5rem * 3 / 4)!important;
        }
    /* END: Product Grid */

    /* START: Scroll Snap Mobile */
        .scroll-snap-mobile {
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            overflow-x: auto;
            padding: 0 0 0 15px;
            margin-left: 0;
            align-items: center;
            scroll-snap-type: x mandatory;
        }
        .scroll-snap-mobile .halo-item {
            padding-left: 0;
            padding-right: 0;
            margin-right: 15px;
            max-width: 400px !important;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 90%;
            flex: 0 0 90%;
            scroll-snap-align: start;
            scroll-snap-stop: always;
        }
    /* END: Scroll Snap Mobile */

    /* START: Product Block */
        .halo-product-block .collection-column-2{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }

        .halo-product-block .collection-column-2+.collection-column-2{
            margin-top: 40px;
        }
    /* END: Product Block */
}

@media (max-width: 767px){
    /* START: Slideshow */
        .slide-pc,
        .hidden-mobile {
            display: none !important;
        }

        .slide-content .slide-heading{
            margin-bottom: 8px;
            padding-bottom: 10px;
        }

        .slide-content .slide-heading.has-border{
            padding-bottom: 17px;
        }

    /* END: Slideshow */

    /* START: Footbar Fixed */
        .footbar-fixed-left.cookie_someone_right {
            position: absolute;
            bottom: 128px;
        }
    /* END: Footbar Fixed */

    /* START: Popup Lookbook Product */
        .halo-lookbook-popup{
            left: 0;
            right: 0;
            margin: 20px auto;
            width: 275px;
            max-width: -moz-calc(100vw - 30px);
            max-width: -webkit-calc(100vw - 30px);
            max-width: -ms-calc(100vw - 30px);
            max-width: calc(100vw - 30px);
        }

        .halo-lookbook-popup .halo-popup-wrapper{
            padding: 10px 12px;
        }

        .halo-lookbook-popup .card{
            display: flex;
        }

        .halo-lookbook-popup .card-product{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            max-width: 30%;
            margin-right: 15px;
        }

        .halo-lookbook-popup .card-information{
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(70% - 15px);
            flex: 0 0 calc(70% - 15px);
            max-width: -moz-calc(70% - 15px);
            max-width: -webkit-calc(70% - 15px);
            max-width: -ms-calc(70% - 15px);
            max-width: calc(70% - 15px);
        }

        .halo-lookbook-popup .card-information__wrapper{
            text-align: left;
        }

        .halo-lookbook-popup .card-information .card-price{
            justify-content: flex-start !important;
        }

        .halo-lookbook-popup .card-action{
            display: none;
        }
    /* END: Popup Lookbook Product */

    /* START: Product Price Label Sale */
        .price__label_sale{
            height: 16px;
            line-height: 16px;
            margin: 0 0 0 0px!important;
            position: relative;
            top: 4px;
            display: none;
        }

        .price__label_sale .label_sale{
            font-size: 10px;
            padding: 0 5px;
        }
    /* END: Product Price Label Sale */

    /* START: Product Block */
        .halo-product-block .collection-column-2+.collection-column-2{
            margin-top: 25px;
        }

        .countdown_style_2 {
            display: block;
        }
    /* END: Product Block */
}

@media (max-width: 551px){
    /* START: Container */
        .container{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1770{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1570{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1470{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1370{
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1320 {
            padding-left: 10px;
            padding-right: 10px;
        }

        .container-1170{
            padding-left: 10px;
            padding-right: 10px;
        }

        .halo-row{
            margin-left: -5px;
            margin-right: -5px;
        }

        .halo-item{
            padding-left: 5px;
            padding-right: 5px;
        }

        .halo-row.column-3 .slider__slide{
            width: 100%;
        }
    /* END: Container; */

    /* START: Halo Row */
        .halo-row.halo-slider.sm-column-1:not(.slick-slider) .halo-item:nth-child(n + 2),
        .halo-row.halo-slider.sm-column-2:not(.slick-slider) .halo-item:nth-child(n + 3){
            display: none;
        }

        .halo-row.halo-slider.sm-column-1:not(.slick-slider) .halo-item{
            width: 100%;
        }

        .halo-row.halo-slider.sm-column-2:not(.slick-slider) .halo-item{
            width: 50%;
        }
    /* END: Halo Row */

    /* START: Scroll Snap Mobile */
        .scroll-snap-mobile {
            padding: 0 0 0 10px;
            margin-left: 0;
        }
        .scroll-snap-mobile .halo-item {
            margin-right: 10px;
        }
    /* END: Scroll Snap Mobile */

    /* START: Product Grid */
        .products-grid.grid .grid__item{
            width: calc(50% - 3.75rem / 2)!important;
        }

        .product-block-has__banner.container-full .product-block__grid{
            padding: 0 5px !important;
        }

        .halo-product-block .container-full .products-carousel, .halo-product-block .container-full .products-grid{
            margin: 0;
        }

        .halo-product-block .container-full:not(.product-block-has__banner) .halo-block-content{
            padding: 0 5px;
        }
    /* END: Product Grid */

    /* START: Term Condition */
        .halo-term-condition-popup .halo-popup-scroll{
            max-height: 50vh;
        }

        .halo-term-condition-popup .halo-popup-header {
            margin: 0 0 20px 0;
            padding: 5px 0 0 0;
        }
    /* END: Term Condition */

    /* START: Infinite Scroll */
        .product-infinite-scroll{
            margin: 30px 0 0 0;
        }
    /* END: Infinite Scroll */
    
    /* START: Block */
        .halo-product-block .products-carousel, .halo-product-block .products-grid{
            margin: 0 -5px;
        }

        .halo-product-block .products-carousel .product, .halo-product-block .products-grid .product {
            padding: 0 5px;
        }

        .products-grid .product .card-action, .products-carousel .product .card-action{
            padding: 0 0 15px 0;
        }

        .product-card__button2 {
            padding: 0;
        }

        .button{
            padding-top: 7px !important;
            padding-bottom: 7px !important;
        }

        .body-full-width.product-card-layout-04 .button{
            padding-top: 9px !important;
            padding-bottom: 5px !important;
        }

        .field__input, .form-input{
            padding-top: 7px;
            padding-bottom: 7px;
        }

        .halo-product-block .slick-dots {
            bottom: -40px;
        }

        .halo-product-block .products-carousel.slick-dotted{
            margin-bottom: 40px;
        }
    /* END: Block */
  
  	/* START: Slideshow */
        .grouped_btn--slider .slide-button {
            padding-top: var(--btn-1-padding-top) !important;
    		padding-bottom: var(--btn-1-padding-bottom) !important;
        }

        .wrapper-category-banner.has-categories.has-banner .slideshow{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
            margin-bottom: 20px;
        }

        .wrapper-category-banner .block-banner-slider {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }

        .wrapper-category-banner .block-categories-slider{
            margin-top: 10px !important;
        }

        .block-categories-slider .wrapper-category{
            padding: 20px 20px 10px 20px;
        }

        .block-categories-slider .categories-slider--list{
            padding-bottom: 0;
        }

        .block-categories-slider .categories-slider--list li{
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            max-width: 30%;
            border-right: 0;
        }

        .block-categories-slider .categories-slider--list li a{
            align-content: center;
        }

        .block-banner-slider .banner {
            margin-bottom: 15px;
        }

  	/* START: Slideshow */

    /* START: Page Header */
        .page-header {
            padding: 10px 0 15px;
        }
    /* END: Page Header */
    body .crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge {
        bottom: 72px!important;
    }
}

@media (min-width: 321px){
    /* START: Product Grid */
        .products-grid.column-2 .product,
        .products-grid.column-3 .product,
        .products-grid.column-4 .product,
        .products-grid.column-5 .product{
            width: 50%;
        }

        .products-grid.column-2 .product:nth-child(-n + 2),
        .products-grid.column-3 .product:nth-child(-n + 2),
        .products-grid.column-4 .product:nth-child(-n + 2),
        .products-grid.column-5 .product:nth-child(-n + 2){
            margin-top: 0;
        }
    /* END: Product Grid */
}

@media (min-width: 375px){
    /* START: Block */
        .halo-product-block .products-carousel:not(.slick-initialized) > .product{
            width: 50%;
        }
    /* END: Block */
}

@media (min-width: 551px){
    /* START: Footbar Fixed */
        .footbar-fixed{
            left: 15px;
            right: auto;
            bottom: 15px;
        }
    /* END: Footbar Fixed */
    
    /* START: Popup */
        .halo-popup-header{
            padding-top: 3px;
        }

        .halo-popup.customPopup-tiny{
            max-width: 535px;
        }

        .halo-popup.customPopup-small{
            max-width: 470px;
        }
    /* END: Popup */

    /* START: Sidebar */
        .halo-sidebar{
            max-width: 370px;
        }
        .halo-sidebar.halo-cart-sidebar{
            max-width: 420px;
        }
    /* END: Sidebar */
}

@media only screen and (min-width: 750px){
    .h0 {
        font-size: 5.2rem;
    }

    h1,
    .h1 {
        font-size: 4rem;
    }

    h2,
    .h2 {
        font-size: 2.4rem;
    }

    h3,
    .h3 {
        font-size: 1.8rem;
    }

    h5,
    .h5 {
        font-size: 1.3rem;
    }

    blockquote {
        padding-left: 1.5rem;
    }

    hr {
        margin: 7rem 0;
    }
}

@media (min-width: 768px){
    /* START: Slideshow */
        .slide-mobile,
        .hidden-pc {
            display: none !important;
        }

        .grouped_btn--slider{
            display: flex;
            align-items: center;
        }

        .grouped_btn--slider .slide-button:first-child {
            margin-right: 5px;
        }

        .grouped_btn--slider .slide-button:last-child {
            margin-left: 5px;
        }
    /* END: Slideshow */

    /* START: Popup */
        .halo-popup{
            max-width: 720px;
        }
    /* END: Popup */

    /* START: Product Grid */
        .products-grid.column-2 .product{
            margin-top: 30px;
        }

        .products-grid.column-3 .product,
        .products-grid.column-4 .product,
        .products-grid.column-5 .product{
            width: 33.3333333%;
            margin-top: 50px;
        }

        .products-grid.column-3 .product:nth-child(-n + 3),
        .products-grid.column-4 .product:nth-child(-n + 3),
        .products-grid.column-5 .product:nth-child(-n + 3){
            margin-top: 0;
        }
    /* END: Product Grid */

    /* START: Block */
        .halo-product-block .products-carousel:not(.slick-initialized) > .product{
            width: 33.3333333%;
        }
    /* END: Block */
}

@media (min-width: 992px){
    /* START: Block */
        .halo-product-block .products-carousel:not(.slick-initialized) > .product{
            width: 25%;
        }
    /* END: Block */
}

@media (min-width: 1025px){
    a:hover{
        color: var(--color-link-hover);
    }

    .link-underline:hover .text{
        text-decoration: underline;
        text-underline-offset: 0.3rem;
    }

    .halo-block-header .title .text{
        width: 420px;
    }

    .halo-block-header.text-left.viewAll--left .title .text,
    .halo-block-header.text-right.viewAll--right .title .text{
        width: auto;
    }

    /* START: Product Scroll */
        .products-cursor{
            display: block;
            position: fixed;
            top: -20px;
            left: -20px;
            z-index: 10000;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            user-select: none;
            opacity: 0;
            pointer-events: none;
            will-change: transform;
            transition: transform .35s cubic-bezier(.04,.64,.56,1),opacity .5s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,-webkit-transform .35s cubic-bezier(.04,.64,.56,1);
        }

        .products-cursor__inner{
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: transparent;
            padding: 5px;
        }

        .products-cursor__image{
            opacity: 0;
            -webkit-transform-origin: center;
            transform-origin: center;
            flex: 0 0 100%;
            width: 100%;
            height: 100%;
            animation: cursorInfinite 6s linear infinite;
        }

        .products-cursor__icon{
            position: absolute;
            top: 50%;
            left: 50%;
            width: 36%;
            height: 36%;
            opacity: 0;
            fill: var(--color-white);
            stroke: transparent;
            opacity: 0;
            transform-origin: center;
            transition: unset;
            transform: translate(-50%, -50%);
        }
    /* END: Product Scroll */

    /* START: Arrow */
        .slick-arrow:hover {
            border-color: var(--arrow-border-color-hover);
            background: var(--arrow-background-color-hover);
        }

        .slick-arrow:hover svg{
            color: var(--arrow-color-hover);
            fill: var(--arrow-color-hover);
        }

        .body-custom-width .slick-arrow.slick-prev{
            left: 15px;
        }

        .body-custom-width .slick-arrow.slick-next{
            right: 15px;
        }
    /* END: Arrow */

    /* START: Container */
        .container{
            max-width: 1200px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .container-full{
            width: 100%;
            /*max-width: 1920px;*/
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
            margin-left: auto;
            margin-right: auto;
            overflow: hidden;
        }

        .container-1920{
            width: 100%;
            max-width: 1920px;
            padding-left: 0;
            padding-right: 0;
            margin-left: auto;
            margin-right: auto;
        }

        .container-1770{
            max-width: 1800px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
        }

        .container-1570{
            max-width: 1600px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
        }

        .container-1470{
            max-width: 1500px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
        }

        .container-1370{
            max-width: 1400px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
        }

        .container-1320 {
            max-width: 1350px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
        }

        .container-1170{
            max-width: 1200px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: auto;
            margin-right: auto;
        }

        .has-megamenu .container{
            max-width: var(--container_size) !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        .header-full-width .header .container,
        .header-full-width #shopify-section-announcement-bar .container, 
        .body-full-width .wrapper-body .container {
            max-width: 100%;
            padding: 0 3.175%;
        }

        .body-full-width.template-customers\/login .wrapper-body .container,
        .body-full-width.template-customers\/register .wrapper-body .container,
        .body-full-width.template-customers\/account .wrapper-body .container,
        .body-full-width.template-customers\/addresses .wrapper-body .container {
            max-width: 1200px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .body-custom-width .wrapper-body .container{
            max-width: var(--body-custom-width-container);
            padding-left: 15px;
            padding-right: 15px;
        }
    /* END: Container */

    /* START: Halo Row */
        .halo-row.halo-slider.column-2:not(.slick-slider) .halo-item:nth-child(n + 3),
        .halo-row.halo-slider.column-3:not(.slick-slider) .halo-item:nth-child(n + 4),
        .halo-row.halo-slider.column-4:not(.slick-slider) .halo-item:nth-child(n + 5),
        .halo-row.halo-slider.column-5:not(.slick-slider) .halo-item:nth-child(n + 6),
        .halo-row.halo-slider.column-6:not(.slick-slider) .halo-item:nth-child(n + 7),
        .halo-row.halo-slider.column-7:not(.slick-slider) .halo-item:nth-child(n + 8),
        .halo-row.halo-slider.column-8:not(.slick-slider) .halo-item:nth-child(n + 9),
        .halo-row.halo-slider.column-9:not(.slick-slider) .halo-item:nth-child(n + 10),
        .halo-row.halo-slider.column-10:not(.slick-slider) .halo-item:nth-child(n + 11) {
            display: none;
        }

        .products-carousel.column-2:not(.slick-slider) .product:nth-child(n + 3),
        .products-carousel.column-3:not(.slick-slider) .product:nth-child(n + 4),
        .products-carousel.column-4:not(.slick-slider) .product:nth-child(n + 5),
        .products-carousel.column-5:not(.slick-slider) .product:nth-child(n + 6),
        .products-carousel.column-6:not(.slick-slider) .product:nth-child(n + 7),
        .products-carousel.column-7:not(.slick-slider) .product:nth-child(n + 8),
        .products-carousel.column-8:not(.slick-slider) .product:nth-child(n + 9),
        .products-carousel.column-9:not(.slick-slider) .product:nth-child(n + 10),
        .products-carousel.column-10:not(.slick-slider) .product:nth-child(n + 11) {
            display: none;
        }
    /* END: Halo Row */

    /* START: Header */
        .header-top,
        .header-bottom{
            display: block;
        }

        .header-bottom .main-menu, .header-bottom .main-menu > .container{
            position: static;
        }

        .header__list .link{
            padding: 23px 25px;
        }

        .header__icon:hover .icon{
            transform: scale(1.15);
        }

        .header__icon:hover .icon-search-1 {
            transform: rotate(-90deg) scale(1.15);
        }

        .halo-top-language #HeaderLanguageLabel{
            display: none;
        }

        .halo-top-currency .currency-block .title{
            display: none;
        }

        .menu-lv-item .site-nav-list-dropdown > .menu-lv-2__action{
            display: flex;
        }
    /* END: Header */

    /* START: Slideshow */
        .wrapper-category-banner .block-categories-slider{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 305px;
            flex: 0 0 305px;
            max-width: 305px;
        }

        .wrapper-category-banner.has-categories .slideshow{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 305px);
            flex: 0 0 calc(100% - 305px);
            max-width: calc(100% - 305px);
        }

        .wrapper-category-banner.has-categories.has-banner .slideshow{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 825px);
            flex: 0 0 calc(100% - 825px);
            max-width: calc(100% - 825px);
        }

        .wrapper-category-banner.has-banner .slideshow{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 520px);
            flex: 0 0 calc(100% - 520px);
            max-width: calc(100% - 520px);
        }

        .wrapper-category-banner .block-banner-slider {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 520px;
            flex: 0 0 520px;
            max-width: 520px;
        }

    /* END: Slideshow */

    /* START: Lookbook Popup */
        [data-show-lookbook-container][data-style="2"] [data-lookbook-item-container] .select-icon.invisible {
            visibility: hidden;
        }
    /* END: Lookbook Popup */

    /* START: Sticky Header */
        .header-wrapper .header-bottom .fixed-left, .header-wrapper .header-bottom .fixed-right{
            display: none;
        }

        .shopify-section-header-sticky .header-wrapper .header-top{
            display: none;
        }

        .shopify-section-header-sticky .header-wrapper .header-bottom{
            display: flex;
            justify-content: center;
            align-items: stretch;
        }

        .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-center{
            width: calc(100% - 112px - 112px);
            display: flex;
            align-items: center;
        }

        .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-left{
            width: 112px;
            padding: 6px 10px 6px 15px;
            display: inline-flex;
            align-items: center;
        }

        .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right{
            width: 112px;
            display: flex;
            align-items: center;
        }

        .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right .header__search{
            width: 45px;
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-left: 1px solid rgba(255, 255, 255, 0.15);
            padding-top: 9px;
            padding-bottom: 9px;
        }

        .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right .header__icon--cart{
            width: 45px;
            height: 100%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border-left: 1px solid rgba(255, 255, 255, 0.15);
            padding-top: 9px;
            padding-bottom: 9px;
        }

        .shopify-section-header-sticky .header-wrapper .header-bottom .fixed-right .cart-count-bubble{
            top: 5px;
            right: 5px;
            min-width: 20px;
            min-height: 20px;
            line-height: 20px;
        }

        .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top{
            display: block;
            padding: 0;
        }

        .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--left{
            display: none;
        }

        .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .header__group, 
        .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .free-shipping-text,
        .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .customer-service-text,
        .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .top-language-currency{
            display: none;
        }

        .sticky-search-open .shopify-section-header-sticky .header-wrapper .header-top .header-top--right .header-top-right-group{
            margin: 0;
        }

        .sticky-search-open #shopify-section-header{
            will-change: unset;
            transform: none !important;
        }

        .sticky-search-open .header-top-right-group .header__search{
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(35,35,35,.8);
            width: 100%;
            height: 100%;
            margin: 0;
            z-index: 101;
            opacity: 0;
            animation: slowShow 500ms ease forwards;
        }

        .sticky-search-open .header__search .search-modal__form {
            max-width: 555px;
        }

        .sticky-search-open .header__search .search-modal__form .search__input{
            padding: 7px 10px;
        }

        .sticky-search-open .header__search .search-modal__form .search__button svg{
            width: 18px;
            height: 18px;
        }

        .sticky-search-open .search_details {
            top: 10vh;
            position: relative;
            max-width: 555px;
            margin: 0 auto;
            text-align: center;
            animation: animateMenuOpen 500ms ease;
        }
        
        .sticky-search-open .search_details .quickSearchResultsWrap{
/*             top: calc(100% + 80px); */
            right: 0;
            left: 0;
            width: 555px;
        }

        .sticky-search-open .quickSearchResults .container{
            padding-left: 20px;
            padding-right: 20px;
        }

        .sticky-search-open .search_details .header-search-close {
            padding-bottom: 15px;
            display: block;
        }

        .sticky-search-open .search_details .header-search-close svg{
            width: 20px;
            height: 20px;
            color: var(--bg-white);
        }

        .sticky-search-open details>.search-modal{
            opacity: 1;
            animation: animateMenuOpen var(--duration-default) ease;
        }

        .sticky-search-open details>.search-modal .quickSearchResultsWrap{
            display: block!important;
            animation: appear-down var(--duration-default) ease;
        }
    /* END: Sticky Header */

    /* START: Custom Scroll Bar */
        .custom-scrollbar::-webkit-scrollbar-track {
            background-color: #f4f4f4;
        }

        .custom-scrollbar::-webkit-scrollbar {
            width: 5px;
            background-color: #f4f4f4;
        }

        .custom-scrollbar::-webkit-scrollbar-thumb {
            background-color: var(--color-background-30);
        }

        .custom-scrollbar-x::-webkit-scrollbar{
            height: 5px;
        }

        .custom-scrollbar-x::-webkit-scrollbar-track{
            background-color: #f4f4f4;
        }

        .custom-scrollbar-x::-webkit-scrollbar-thumb{
            background-color: var(--color-background-30);
        }
    /* END: Custom Scroll Bar */

    /* START: Button */
        .button:hover {
            box-shadow: var(--btn-1-horizontal-length) var(--btn-1-vertical-length) var(--btn-1-blur-radius) var(--btn-1-spread) var(--btn-1-all-bg-opacity-hover) var(--btn-1-inset);
        }

        .button.button-1:hover,
        .button.button--primary:hover,
        .button.button--primary:focus{
            color: var(--btn-1-color-hover);
            background: var(--btn-1-bg-hover);
            border-color: var(--btn-1-border-hover);
        }

        .button.button-1:hover svg,
        .button.button--primary:hover svg,
        .button.button--primary:focus svg{
            fill: var(--btn-1-color-hover);
        }

        .button.button-2:hover,
        .button.button--secondary:hover,
        .button.button--secondary:focus{
            color: var(--btn-2-color-hover);
            background: var(--btn-2-bg-hover);
            border-color: var(--btn-2-border-hover);
        }

        .button.button-2:hover svg,
        .button.button--secondary:hover svg,
        .button.button--secondary:focus svg{
            fill: var(--btn-2-color-hover);
        }

        .button.button-3:hover,
        .button.button-3:focus{
            color: var(--btn-3-color-hover);
            background: var(--btn-3-bg-hover);
            border-color: var(--btn-3-border-hover);
        }
        
        .button.button-3:hover svg,
        .button.button-3:focus svg{
            fill: var(--btn-3-color-hover);
        }
    /* END: Button */

    /* START: View All Header Block Position */
        .halo-block-header.text-left.viewAll--center .view_all,
        .halo-block-header.text-right.viewAll--center .view_all {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            right: auto;
        }

        .halo-block-header.text-left.viewAll--center {
            padding-right: 55%;
        }

        .halo-block-header.text-right.viewAll--center {
            padding-left: 55%;
        }

        .halo-block-header.text-center.viewAll--left,
        .halo-block-header.text-center.viewAll--right {
            padding-left: 70px;
            padding-right: 70px;
        }

        .halo-block-header.text-right.viewAll--left {
            padding-left: 70px;
        }

        .halo-block-header.text-left.viewAll--right {
            padding-right: 70px;
        }

        .halo-block-header.text-center.viewAll--left .view_all,
        .halo-block-header.text-right.viewAll--left .view_all {
            position: absolute;
            top: 12px;
            left: 0;
            right: auto;
        }

        .halo-block-header.text-center.viewAll--right .view_all,
        .halo-block-header.text-left.viewAll--right .view_all {
            position: absolute;
            top: 12px;
            left: auto;
            right: 0;
        }
    /* END: View All Header Block Position */

    /* START: Popup */
        .halo-popup-banner{
            display: block;
        }

        .halo-popup.customPopup-large{
            max-width: 1000px;
        }

        .halo-popup.halo-edit-cart-popup.customPopup-large{
            max-width: 840px;
        }
        .halo-popup.halo-edit-cart-popup .halo-notifyMe {
          display: none !important;
        }
        .halo-popup.halo-quick-view-popup.customPopup-large{
            max-width: 1020px;
        }

        .halo-popup.halo-size-chart-popup.customPopup-large,
        .halo-popup.halo-ask-an-expert-popup.customPopup-large{
            max-width: 700px;
        }

        .halo-popup.halo-compare-color-popup.customPopup-large{
            max-width: 970px;
        }
    /* END: Popup */

    /* START: Sidebar */
        .halo-sidebar-header{
            padding-left: 30px;
            padding-right: 30px;
        }
    /* END: Sidebar */

    /* START: Announcement */
        .announcement-bar__message .text{
            font-size: calc(var(--font-body-size) + 4px);
        }
    /* END: Announcement */

    /* START: Menu */
        .menu-lv-item:hover > a > .text,
        .menu-lv-item> .site-nav-list-dropdown > a > .text,
        .menu-lv-item:hover > .site-nav-list-dropdown > a > .text {
            border-bottom: 1px solid transparent;
        }

        .menu-lv-item:hover > .header__submenu, .menu-lv-item.menu-lv-2.dropdown:hover .site-nav-list-dropdown > .header__submenu{
            display: block;
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0);
            animation: animateMenuOpen var(--duration-default) ease;
            z-index: 1;
        }

        .menu-lv-item.menu-lv-1 .menu-lv-2__action .icon-dropdown {
            display: block;
        }
    /* END: Menu */

    /* START: Product Grid */
        .products-grid.column-4 .product,
        .products-grid.column-5 .product{
            width: 25%;
        }

        .products-grid.column-4 .product:nth-child(-n + 4),
        .products-grid.column-5 .product:nth-child(-n + 4){
            margin-top: 0;
        }
    /* END: Product Grid */

    /* START: Product Block */
        .halo-product-block .slick-arrow{
            top: calc(50% - 70px);
        }

        .halo-product-block .slick-prev{
            left: 0px;
        }

        .halo-product-block .slick-next{
            right: 0px;
        }

        .halo-product-block .products-carousel.column-1:not(.slick-initialized) > .product{
            width: 100%;
        }

        .halo-product-block .products-carousel.column-2:not(.slick-initialized) > .product{
            width: 50%;
        }

        .halo-product-block .products-carousel.column-3:not(.slick-initialized) > .product{
            width: calc(100% / 3);
        }

        .halo-product-block .products-carousel.column-4:not(.slick-initialized) > .product{
            width: 25%;
        }

        .halo-product-block .products-carousel.column-5:not(.slick-initialized) > .product{
            width: 20%;
        } 

        .halo-product-block .products-carousel.column-6:not(.slick-initialized) > .product{
            width: calc(100% / 6);
        }

        .halo-product-block .collection-column-2{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 15px;
            padding-right: 15px;
        }

        .halo-product-block .collection-column-2:first-child{
            padding-right: 10px;
        }

        .halo-product-block .collection-column-2+.collection-column-2{
            padding-left: 10px;
        }
        .halo-product-block .products-carousel.enable_progress_bar .slick-prev{
            left: 55px !important;
        }
        .halo-product-block .products-carousel.enable_progress_bar .slick-next{
            right: 65px !important;
        }
    /* END: Product Block */

    /* START: Footbar Fixed */
        .footbar-fixed-left {
            position: fixed;
            left: 15px;
            right: auto;
            bottom: 15px;
            z-index: 10;
            width: auto;
        }
        .footbar-fixed-right {
            position: fixed;
            left: auto;
            right: 15px;
            bottom: 15px;
            z-index: 10;
          }
    /* END: Footbar Fixed */

    /* START: Image Zoom */
        .image-zoom:hover img{
            transform: scale(1.06);
        }
    /* END: Image Zoom */

    /* START: Custom Position */
        .custom_position {
            top: var(--vertical_position) !important;
            left: var(--horizontal_position) !important;
            right: auto !important;
            bottom: auto !important;
            transform: translate(var(--minus_horizontal_position), var(--minus_vertical_position)) !important;
        }
    /* END: Slideshow */

    /* START: Calculator Free Shipping Message */
        .haloCalculatorShipping{
            padding: 0 30px;
        }
    /* END: Calculator Free Shipping Message */

    /* Start: Sidebar Animation */
        .body-content-wrapper {
            transition: transform var(--duration-long) ease;
            
        }
        
        body.cart-sidebar-show .body-content-wrapper,
        body.auth-sidebar-show .body-content-wrapper,
        body.show-pickup-availability .body-content-wrapper {
            transform: translateX(calc(var(--page-content-distance) * -1));
        }
        
        body.menu_open .body-content-wrapper,
        body.open_search_mobile .body-content-wrapper {
            transform: translateX(var(--page-content-distance));
        }
        
        #halo-cart-sidebar .halo-sidebar-header,
        #halo-cart-sidebar .previewCartMessage,
        #halo-cart-sidebar .previewCart-wrapper,
        #halo-auth-sidebar .halo-sidebar-header,
        #halo-auth-sidebar .halo-sidebar-wrapper,
        #halo-language-currency-sidebar .title,
        #halo-language-currency-sidebar .halo-top-language,
        #halo-language-currency-sidebar .halo-top-currency
        {
            transform: translateX(calc(var(--sidebar-content-distance) * 1));
            opacity: 0;
            transition: transform var(--duration-long) ease, opacity var(--duration-long) ease;
            transition-delay: 0;
        }

        body:not(.safari).cart-sidebar-show #halo-cart-sidebar .halo-sidebar-header,
        body:not(.safari).auth-sidebar-show #halo-auth-sidebar .halo-sidebar-header,
        body:not(.safari).lang-currency-sidebar-show #halo-language-currency-sidebar .title {
            transition-delay: 250ms;
        }

        body:not(.safari).cart-sidebar-show #halo-cart-sidebar .previewCartMessage,
        body:not(.safari).lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-language,
        body:not(.safari).lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-currency {
            transition-delay: 400ms;
        }

        body:not(.safari).cart-sidebar-show #halo-cart-sidebar .previewCart-wrapper {
            transition-delay: 550ms;
        }

        body:not(.safari).cart-sidebar-show #halo-auth-sidebar .halo-sidebar-header {
            transition-delay: 300ms;
        }

        body:not(.safari).auth-sidebar-show #halo-auth-sidebar .halo-sidebar-wrapper {
            transition-delay: 300ms;
        }

        #search-form-mobile .halo-sidebar-header,
        #search-form-mobile .header__search-full,
        #search-form-mobile .quickSearchTrending,
        #search-form-mobile .quickSearchProduct,
        #navigation-mobile .halo-sidebar-wrapper
        {
            transform: translateX(calc(var(--sidebar-content-distance) * -1));
            opacity: 0;
            transition: transform var(--duration-long) ease, opacity var(--duration-long) ease;
            transition-delay: 0;
        }

        body:not(.safari).open_search_mobile #search-form-mobile .halo-sidebar-header,
        body:not(.safari).menu_open #navigation-mobile .halo-sidebar-wrapper
        {
            transition-delay: 250ms;
        }

        body:not(.safari).open_search_mobile #search-form-mobile .header__search-full {
            transition-delay: 400ms;
        }

        body:not(.safari).open_search_mobile #search-form-mobile .quickSearchTrending {
            transition-delay: 550ms;
        }

        body:not(.safari).open_search_mobile #search-form-mobile .quickSearchProduct {
            transition-delay: 700ms;
        }

        body.cart-sidebar-show #halo-cart-sidebar .halo-sidebar-header,
        body.cart-sidebar-show #halo-cart-sidebar .previewCartMessage,
        body.cart-sidebar-show #halo-cart-sidebar .previewCart-wrapper,
        body.auth-sidebar-show #halo-auth-sidebar .halo-sidebar-header,
        body.auth-sidebar-show #halo-auth-sidebar .halo-sidebar-wrapper,
        body.open_search_mobile #search-form-mobile .halo-sidebar-header,
        body.open_search_mobile #search-form-mobile .header__search-full,
        body.open_search_mobile #search-form-mobile .quickSearchTrending,
        body.open_search_mobile #search-form-mobile .quickSearchProduct,
        body.menu_open #navigation-mobile .halo-sidebar-wrapper,
        body.lang-currency-sidebar-show #halo-language-currency-sidebar .title,
        body.lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-language,
        body.lang-currency-sidebar-show #halo-language-currency-sidebar .halo-top-currency {
            transform: translateX(0);
            opacity: 1;
        }

        body.cart-sidebar-show,
        body.auth-sidebar-show,
        body.open_search_mobile,
        body.menu_omenu_openpen,
        body.quick-view-show,
        body.quickshop-popup-show,
        body.newsletter-show,
        body.show-pickup-availability {
            padding-inline-end: 16px;
        } 
    /* END: Sidebar Animation */

    /* START: Mobile Lookbook */
        .halo-popup-wrapper-mobile {
            display: none;
        }
    /* END: Mobile Lookbook */
}

@media (min-width: 1280px){
    /* START: Popup */
        .halo-popup.customPopup-extraLarge{
            max-width: 1170px;
        }

        .halo-lookbook-popup .halo-popup-wrapper {
            max-height: 366px;
        } 

        .halo-lookbook-popup .lookbook-content .card-media {
            padding-bottom: 133.33333333333334% !important;
        }
    /* END: Popup */

    /* START: Block */
        .halo-product-block .products-carousel.enable_progress_bar .slick-prev{
            left: 55px !important;
        }
        .halo-product-block .products-carousel.enable_progress_bar .slick-next{
            right: 65px !important;
        }
    /* END: Block */
}

@media (min-width: 1400px){
    /* START: Layout Boxed */
        .wrapper-hasbanner-adv{
            display: flex;
        }
    /* END: Layout Boxed */

    /* START: Popup */
        .halo-popup.customPopup-extraLarge{
            max-width: 1370px;
        }
    /* END: Popup */

    /* START: Block */
        .halo-product-block .products-carousel.enable_progress_bar .slick-prev{
            left: 55px !important;
        }
        .halo-product-block .products-carousel.enable_progress_bar .slick-next{
            right: 80px !important;
        }
    /* END: Block */
}

@media (min-width: 1600px){
    /* START: Layout Boxed */
        .halo-widget-banner{
            opacity: 1;
            visibility: visible;
        }

        .halo-widget-banner .adaptive_height img.lazyload+.data-lazy-loading{
            background: transparent;
        }
    /* END: Layout Boxed */

    /* START: Popup */
        .halo-popup.customPopup-extraLarge{
            max-width: 1570px;
        }
    /* END: Popup */

    /* START: Product Grid */
        .products-grid.column-5 .product{
            width: 20%;
        }

        .products-grid.column-5 .product:nth-child(-n + 5){
            margin-top: 0;
        }
    /* END: Product Grid */

    /* START: Block */
        .halo-product-block .slick-prev{
            left: 0px;
        }

        .halo-product-block .slick-next{
            right: 0px;
        }

        .halo-product-block .products-carousel.column-5:not(.slick-initialized) > .product{
            width: 20%;
        }
        .halo-product-block .products-carousel.enable_progress_bar .slick-prev{
            left: 60px !important;
        }
        .halo-product-block .products-carousel.enable_progress_bar .slick-next{
            right: 110px !important;
        }
    /* END: Block */
}

@media (min-width: 1920px){
    /* START: Block */
        .halo-product-block .slick-prev{
            left: 0px;
        }

        .halo-product-block .slick-next{
            right: 0px;
        }
        .halo-product-block .products-carousel.enable_progress_bar .slick-prev{
            left: 50px !important;
        }
        .halo-product-block .products-carousel.enable_progress_bar .slick-next{
            right: 116px !important;
        }
    /* END: Block */

    .slick-arrow.slick-next{
        right: var(--position-horizontal-slick-arrow) !important;
    } 

    .slick-arrow.slick-prev{
        left: var(--position-horizontal-slick-arrow) !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    /* START: Lookbook */
        .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile .product-item .card-action,
        .halo-lookbook-popup-mobile .halo-popup-wrapper-mobile .product-item .card-information .card-swatch {
            display: none;
        }

        .halo-lookbook-popup-mobile .product-item {
            flex-basis: 25%;
        }
    /* END: Lookbook */
    
    /* START: Slider */
        .halo-row.column-3 .slider__slide, .halo-row.column-4 .slider__slide{
            width: 50%;
        }

        .halo-row.column-5 .slider__slide, .halo-row.column-5 .halo-item{
            width: 33.333333%;
        }

        .halo-row.column-5:not(.brands-slider) .halo-item{
            margin-bottom: 15px;
        }

        .slider-dots.count_2,
        .slider-action.count_2{
            display: none;
        }

        .slider-dots li:last-child{
            display: none;
        }
    /* END: Slider */

    /* START: Block */
        .halo-block-header .title .text{
            padding: 0 60px;
        }
    /* END: Block */
}

@media (prefers-reduced-motion){
    .motion-reduce {
        transition: none !important;
    }
}
@media (min-width: 1025px){
  div.shopify-section-header-sticky:not(.sticky-search-menu-custom-open) {
    top: -1px;
  }
}
div.container-1770 {
        max-width: 1560px;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCm3FwrK3iLTcvnUwkT9mI1F55MKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCm3FwrK3iLTcvnUwAT9mI1F55MKw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCm3FwrK3iLTcvnUwgT9mI1F55MKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCm3FwrK3iLTcvnUwcT9mI1F55MKw.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCm3FwrK3iLTcvnUwsT9mI1F55MKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCm3FwrK3iLTcvnUwoT9mI1F55MKw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCm3FwrK3iLTcvnUwQT9mI1F54.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCo3FwrK3iLTcvvYwYZ8UA3J58.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCo3FwrK3iLTcvmYwYZ8UA3J58.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCo3FwrK3iLTcvuYwYZ8UA3J58.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCo3FwrK3iLTcvhYwYZ8UA3J58.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCo3FwrK3iLTcvtYwYZ8UA3J58.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCo3FwrK3iLTcvsYwYZ8UA3J58.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/UcCo3FwrK3iLTcviYwYZ8UA3.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.0.woff2) format('woff2');
  unicode-range: U+f9ca-fa0b, U+ff03-ff05, U+ff07, U+ff0a-ff0b, U+ff0d-ff19, U+ff1b, U+ff1d, U+ff20-ff5b, U+ff5d, U+ffe0-ffe3, U+ffe5-ffe6;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.2.woff2) format('woff2');
  unicode-range: U+d723-d728, U+d72a-d733, U+d735-d748, U+d74a-d74f, U+d752-d753, U+d755-d757, U+d75a-d75f, U+d762-d764, U+d766-d768, U+d76a-d76b, U+d76d-d76f, U+d771-d787, U+d789-d78b, U+d78d-d78f, U+d791-d797, U+d79a, U+d79c, U+d79e-d7a3, U+f900-f909, U+f90b-f92e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.3.woff2) format('woff2');
  unicode-range: U+d679-d68b, U+d68e-d69e, U+d6a0, U+d6a2-d6a7, U+d6a9-d6c3, U+d6c6-d6c7, U+d6c9-d6cb, U+d6cd-d6d3, U+d6d5-d6d6, U+d6d8-d6e3, U+d6e5-d6e7, U+d6e9-d6fb, U+d6fd-d717, U+d719-d71f, U+d721-d722;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.4.woff2) format('woff2');
  unicode-range: U+d5bc-d5c7, U+d5ca-d5cb, U+d5cd-d5cf, U+d5d1-d5d7, U+d5d9-d5da, U+d5dc, U+d5de-d5e3, U+d5e6-d5e7, U+d5e9-d5eb, U+d5ed-d5f6, U+d5f8, U+d5fa-d5ff, U+d602-d603, U+d605-d607, U+d609-d60f, U+d612-d613, U+d616-d61b, U+d61d-d637, U+d63a-d63b, U+d63d-d63f, U+d641-d647, U+d64a-d64c, U+d64e-d653, U+d656-d657, U+d659-d65b, U+d65d-d666, U+d668, U+d66a-d678;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.5.woff2) format('woff2');
  unicode-range: U+d507, U+d509-d50b, U+d50d-d513, U+d515-d53b, U+d53e-d53f, U+d541-d543, U+d545-d54c, U+d54e, U+d550, U+d552-d557, U+d55a-d55b, U+d55d-d55f, U+d561-d564, U+d566-d567, U+d56a, U+d56c, U+d56e-d573, U+d576-d577, U+d579-d583, U+d585-d586, U+d58a-d5a4, U+d5a6-d5bb;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.6.woff2) format('woff2');
  unicode-range: U+d464-d477, U+d47a-d47b, U+d47d-d47f, U+d481-d487, U+d489-d48a, U+d48c, U+d48e-d4e7, U+d4e9-d503, U+d505-d506;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.7.woff2) format('woff2');
  unicode-range: U+d3bf-d3c7, U+d3ca-d3cf, U+d3d1-d3eb, U+d3ee-d3ef, U+d3f1-d3f3, U+d3f5-d3fb, U+d3fd-d400, U+d402-d45b, U+d45d-d463;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.8.woff2) format('woff2');
  unicode-range: U+d2ff, U+d302-d304, U+d306-d30b, U+d30f, U+d311-d313, U+d315-d31b, U+d31e, U+d322-d324, U+d326-d327, U+d32a-d32b, U+d32d-d32f, U+d331-d337, U+d339-d33c, U+d33e-d37b, U+d37e-d37f, U+d381-d383, U+d385-d38b, U+d38e-d390, U+d392-d397, U+d39a-d39b, U+d39d-d39f, U+d3a1-d3a7, U+d3a9-d3aa, U+d3ac, U+d3ae-d3b3, U+d3b5-d3b7, U+d3b9-d3bb, U+d3bd-d3be;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.9.woff2) format('woff2');
  unicode-range: U+d257-d27f, U+d281-d29b, U+d29d-d29f, U+d2a1-d2ab, U+d2ad-d2b7, U+d2ba-d2bb, U+d2bd-d2bf, U+d2c1-d2c7, U+d2c9-d2ef, U+d2f2-d2f3, U+d2f5-d2f7, U+d2f9-d2fe;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.10.woff2) format('woff2');
  unicode-range: U+d1b4, U+d1b6-d1f3, U+d1f5-d22b, U+d22e-d22f, U+d231-d233, U+d235-d23b, U+d23d-d240, U+d242-d256;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.11.woff2) format('woff2');
  unicode-range: U+d105-d12f, U+d132-d133, U+d135-d137, U+d139-d13f, U+d141-d142, U+d144, U+d146-d14b, U+d14e-d14f, U+d151-d153, U+d155-d15b, U+d15e-d187, U+d189-d19f, U+d1a2-d1a3, U+d1a5-d1a7, U+d1a9-d1af, U+d1b2-d1b3;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.12.woff2) format('woff2');
  unicode-range: U+d04b-d04f, U+d051-d057, U+d059-d06b, U+d06d-d06f, U+d071-d073, U+d075-d07b, U+d07e-d0a3, U+d0a6-d0a7, U+d0a9-d0ab, U+d0ad-d0b3, U+d0b6, U+d0b8, U+d0ba-d0bf, U+d0c2-d0c3, U+d0c5-d0c7, U+d0c9-d0cf, U+d0d2, U+d0d6-d0db, U+d0de-d0df, U+d0e1-d0e3, U+d0e5-d0eb, U+d0ee-d0f0, U+d0f2-d104;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.13.woff2) format('woff2');
  unicode-range: U+cfa2-cfc3, U+cfc5-cfdf, U+cfe2-cfe3, U+cfe5-cfe7, U+cfe9-cff4, U+cff6-cffb, U+cffd-cfff, U+d001-d003, U+d005-d017, U+d019-d033, U+d036-d037, U+d039-d03b, U+d03d-d04a;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.14.woff2) format('woff2');
  unicode-range: U+cef0-cef3, U+cef6, U+cef9-ceff, U+cf01-cf03, U+cf05-cf07, U+cf09-cf0f, U+cf11-cf12, U+cf14-cf1b, U+cf1d-cf1f, U+cf21-cf2f, U+cf31-cf53, U+cf56-cf57, U+cf59-cf5b, U+cf5d-cf63, U+cf66, U+cf68, U+cf6a-cf6f, U+cf71-cf84, U+cf86-cf8b, U+cf8d-cfa1;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.15.woff2) format('woff2');
  unicode-range: U+ce3c-ce57, U+ce5a-ce5b, U+ce5d-ce5f, U+ce61-ce67, U+ce6a, U+ce6c, U+ce6e-ce73, U+ce76-ce77, U+ce79-ce7b, U+ce7d-ce83, U+ce85-ce88, U+ce8a-ce8f, U+ce91-ce93, U+ce95-ce97, U+ce99-ce9f, U+cea2, U+cea4-ceab, U+cead-cee3, U+cee6-cee7, U+cee9-ceeb, U+ceed-ceef;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.16.woff2) format('woff2');
  unicode-range: U+cd92-cd93, U+cd96-cd97, U+cd99-cd9b, U+cd9d-cda3, U+cda6-cda8, U+cdaa-cdaf, U+cdb1-cdc3, U+cdc5-cdcb, U+cdcd-cde7, U+cde9-ce03, U+ce05-ce1f, U+ce22-ce34, U+ce36-ce3b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.17.woff2) format('woff2');
  unicode-range: U+ccef-cd07, U+cd0a-cd0b, U+cd0d-cd1a, U+cd1c, U+cd1e-cd2b, U+cd2d-cd5b, U+cd5d-cd77, U+cd79-cd91;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.18.woff2) format('woff2');
  unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.19.woff2) format('woff2');
  unicode-range: U+cb91-cbd3, U+cbd5-cbe3, U+cbe5-cc0b, U+cc0e-cc0f, U+cc11-cc13, U+cc15-cc1b, U+cc1d-cc20, U+cc23-cc27, U+cc2a-cc2b, U+cc2d, U+cc2f, U+cc31-cc37, U+cc3a, U+cc3c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.20.woff2) format('woff2');
  unicode-range: U+caf4-cb47, U+cb4a-cb90;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.21.woff2) format('woff2');
  unicode-range: U+ca4a-ca4b, U+ca4e-ca4f, U+ca51-ca53, U+ca55-ca5b, U+ca5d-ca60, U+ca62-ca83, U+ca85-cabb, U+cabe-cabf, U+cac1-cac3, U+cac5-cacb, U+cacd-cad0, U+cad2, U+cad4-cad8, U+cada-caf3;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.22.woff2) format('woff2');
  unicode-range: U+c996-c997, U+c99a-c99c, U+c99e-c9bf, U+c9c2-c9c3, U+c9c5-c9c7, U+c9c9-c9cf, U+c9d2, U+c9d4, U+c9d7-c9d8, U+c9db, U+c9de-c9df, U+c9e1-c9e3, U+c9e5-c9e6, U+c9e8-c9eb, U+c9ee-c9f0, U+c9f2-c9f7, U+c9f9-ca0b, U+ca0d-ca28, U+ca2a-ca49;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.23.woff2) format('woff2');
  unicode-range: U+c8e9-c8f4, U+c8f6-c8fb, U+c8fe-c8ff, U+c901-c903, U+c905-c90b, U+c90e-c910, U+c912-c917, U+c919-c92b, U+c92d-c94f, U+c951-c953, U+c955-c96b, U+c96d-c973, U+c975-c987, U+c98a-c98b, U+c98d-c98f, U+c991-c995;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.24.woff2) format('woff2');
  unicode-range: U+c841-c84b, U+c84d-c86f, U+c872-c873, U+c875-c877, U+c879-c87f, U+c882-c884, U+c887-c88a, U+c88d-c8c3, U+c8c5-c8df, U+c8e1-c8e8;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.25.woff2) format('woff2');
  unicode-range: U+c779-c77b, U+c77e-c782, U+c786, U+c78b, U+c78d, U+c78f, U+c792-c793, U+c795, U+c797, U+c799-c79f, U+c7a2, U+c7a7-c7ab, U+c7ae-c7bb, U+c7bd-c7c0, U+c7c2-c7c7, U+c7c9-c7dc, U+c7de-c7ff, U+c802-c803, U+c805-c807, U+c809, U+c80b-c80f, U+c812, U+c814, U+c817-c81b, U+c81e-c81f, U+c821-c823, U+c825-c82e, U+c830-c837, U+c839-c83b, U+c83d-c840;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.26.woff2) format('woff2');
  unicode-range: U+c6bb-c6bf, U+c6c2, U+c6c4, U+c6c6-c6cb, U+c6ce-c6cf, U+c6d1-c6d3, U+c6d5-c6db, U+c6dd-c6df, U+c6e1-c6e7, U+c6e9-c6eb, U+c6ed-c6ef, U+c6f1-c6f8, U+c6fa-c703, U+c705-c707, U+c709-c70b, U+c70d-c716, U+c718, U+c71a-c71f, U+c722-c723, U+c725-c727, U+c729-c734, U+c736-c73b, U+c73e-c73f, U+c741-c743, U+c745-c74b, U+c74e-c750, U+c752-c757, U+c759-c773, U+c776-c777;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.27.woff2) format('woff2');
  unicode-range: U+c5f5-c5fb, U+c5fe, U+c602-c605, U+c607, U+c609-c60f, U+c611-c61a, U+c61c-c623, U+c626-c627, U+c629-c62b, U+c62d, U+c62f-c632, U+c636, U+c638, U+c63a-c63f, U+c642-c643, U+c645-c647, U+c649-c652, U+c656-c65b, U+c65d-c65f, U+c661-c663, U+c665-c677, U+c679-c67b, U+c67d-c693, U+c696-c697, U+c699-c69b, U+c69d-c6a3, U+c6a6, U+c6a8, U+c6aa-c6af, U+c6b2-c6b3, U+c6b5-c6b7, U+c6b9-c6ba;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.28.woff2) format('woff2');
  unicode-range: U+c517-c527, U+c52a-c52b, U+c52d-c52f, U+c531-c538, U+c53a, U+c53c, U+c53e-c543, U+c546-c547, U+c54b, U+c54d-c552, U+c556, U+c55a-c55b, U+c55d, U+c55f, U+c562-c563, U+c565-c567, U+c569-c56f, U+c572, U+c574, U+c576-c57b, U+c57e-c57f, U+c581-c583, U+c585-c586, U+c588-c58b, U+c58e, U+c590, U+c592-c596, U+c599-c5b3, U+c5b6-c5b7, U+c5ba, U+c5be-c5c3, U+c5ca-c5cb, U+c5cd, U+c5cf, U+c5d2-c5d3, U+c5d5-c5d7, U+c5d9-c5df, U+c5e1-c5e2, U+c5e4, U+c5e6-c5eb, U+c5ef, U+c5f1-c5f3;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.29.woff2) format('woff2');
  unicode-range: U+c475-c4ef, U+c4f2-c4f3, U+c4f5-c4f7, U+c4f9-c4ff, U+c502-c50b, U+c50d-c516;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.30.woff2) format('woff2');
  unicode-range: U+c3d0-c3d7, U+c3da-c3db, U+c3dd-c3de, U+c3e1-c3ec, U+c3ee-c3f3, U+c3f5-c42b, U+c42d-c463, U+c466-c474;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.31.woff2) format('woff2');
  unicode-range: U+c32b-c367, U+c36a-c36b, U+c36d-c36f, U+c371-c377, U+c37a-c37b, U+c37e-c383, U+c385-c387, U+c389-c3cf;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.32.woff2) format('woff2');
  unicode-range: U+c26a-c26b, U+c26d-c26f, U+c271-c273, U+c275-c27b, U+c27e-c287, U+c289-c28f, U+c291-c297, U+c299-c29a, U+c29c-c2a3, U+c2a5-c2a7, U+c2a9-c2ab, U+c2ad-c2b3, U+c2b6, U+c2b8, U+c2ba-c2bb, U+c2bd-c2db, U+c2de-c2df, U+c2e1-c2e2, U+c2e5-c2ea, U+c2ee, U+c2f0, U+c2f2-c2f5, U+c2f7, U+c2fa-c2fb, U+c2fd-c2ff, U+c301-c307, U+c309-c30c, U+c30e-c312, U+c315-c323, U+c325-c328, U+c32a;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.33.woff2) format('woff2');
  unicode-range: U+c1bc-c1c3, U+c1c5-c1df, U+c1e1-c1fb, U+c1fd-c203, U+c205-c20c, U+c20e, U+c210-c217, U+c21a-c21b, U+c21d-c21e, U+c221-c227, U+c229-c22a, U+c22c, U+c22e, U+c230, U+c233-c24f, U+c251-c257, U+c259-c269;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.34.woff2) format('woff2');
  unicode-range: U+c101-c11b, U+c11f, U+c121-c123, U+c125-c12b, U+c12e, U+c132-c137, U+c13a-c13b, U+c13d-c13f, U+c141-c147, U+c14a, U+c14c-c153, U+c155-c157, U+c159-c15b, U+c15d-c166, U+c169-c16f, U+c171-c177, U+c179-c18b, U+c18e-c18f, U+c191-c193, U+c195-c19b, U+c19d-c19e, U+c1a0, U+c1a2-c1a4, U+c1a6-c1bb;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.35.woff2) format('woff2');
  unicode-range: U+c049-c057, U+c059-c05b, U+c05d-c05f, U+c061-c067, U+c069-c08f, U+c091-c0ab, U+c0ae-c0af, U+c0b1-c0b3, U+c0b5, U+c0b7-c0bb, U+c0be, U+c0c2-c0c7, U+c0ca-c0cb, U+c0cd-c0cf, U+c0d1-c0d7, U+c0d9-c0da, U+c0dc, U+c0de-c0e3, U+c0e5-c0eb, U+c0ed-c0f3, U+c0f6, U+c0f8, U+c0fa-c0ff;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.36.woff2) format('woff2');
  unicode-range: U+bfa7-bfaf, U+bfb1-bfc4, U+bfc6-bfcb, U+bfce-bfcf, U+bfd1-bfd3, U+bfd5-bfdb, U+bfdd-c048;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.37.woff2) format('woff2');
  unicode-range: U+bf07, U+bf09-bf3f, U+bf41-bf4f, U+bf52-bf54, U+bf56-bfa6;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.38.woff2) format('woff2');
  unicode-range: U+be56, U+be58, U+be5c-be5f, U+be62-be63, U+be65-be67, U+be69-be74, U+be76-be7b, U+be7e-be7f, U+be81-be8e, U+be90, U+be92-bea7, U+bea9-becf, U+bed2-bed3, U+bed5-bed6, U+bed9-bee3, U+bee6-bf06;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.39.woff2) format('woff2');
  unicode-range: U+bdb0-bdd3, U+bdd5-bdef, U+bdf1-be0b, U+be0d-be0f, U+be11-be13, U+be15-be43, U+be46-be47, U+be49-be4b, U+be4d-be53;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.40.woff2) format('woff2');
  unicode-range: U+bd03, U+bd06, U+bd08, U+bd0a-bd0f, U+bd11-bd22, U+bd25-bd47, U+bd49-bd58, U+bd5a-bd7f, U+bd82-bd83, U+bd85-bd87, U+bd8a-bd8f, U+bd91-bd92, U+bd94, U+bd96-bd98, U+bd9a-bdaf;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.41.woff2) format('woff2');
  unicode-range: U+bc4e-bc83, U+bc86-bc87, U+bc89-bc8b, U+bc8d-bc93, U+bc96, U+bc98, U+bc9b-bc9f, U+bca2-bca3, U+bca5-bca7, U+bca9-bcb2, U+bcb4-bcbb, U+bcbe-bcbf, U+bcc1-bcc3, U+bcc5-bccc, U+bcce-bcd0, U+bcd2-bcd4, U+bcd6-bcf3, U+bcf7, U+bcf9-bcfb, U+bcfd-bd02;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.42.woff2) format('woff2');
  unicode-range: U+bb90-bba3, U+bba5-bbab, U+bbad-bbbf, U+bbc1-bbf7, U+bbfa-bbfb, U+bbfd-bbfe, U+bc01-bc07, U+bc09-bc0a, U+bc0e, U+bc10, U+bc12-bc13, U+bc17, U+bc19-bc1a, U+bc1e, U+bc20-bc23, U+bc26, U+bc28, U+bc2a-bc2c, U+bc2e-bc2f, U+bc32-bc33, U+bc35-bc37, U+bc39-bc3f, U+bc41-bc42, U+bc44, U+bc46-bc48, U+bc4a-bc4d;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.43.woff2) format('woff2');
  unicode-range: U+bae6-bafb, U+bafd-bb17, U+bb19-bb33, U+bb37, U+bb39-bb3a, U+bb3d-bb43, U+bb45-bb46, U+bb48, U+bb4a-bb4f, U+bb51-bb53, U+bb55-bb57, U+bb59-bb62, U+bb64-bb8f;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.44.woff2) format('woff2');
  unicode-range: U+ba30-ba37, U+ba3a-ba3b, U+ba3d-ba3f, U+ba41-ba47, U+ba49-ba4a, U+ba4c, U+ba4e-ba53, U+ba56-ba57, U+ba59-ba5b, U+ba5d-ba63, U+ba65-ba66, U+ba68-ba6f, U+ba71-ba73, U+ba75-ba77, U+ba79-ba84, U+ba86, U+ba88-baa7, U+baaa, U+baad-baaf, U+bab1-bab7, U+baba, U+babc, U+babe-bae5;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.45.woff2) format('woff2');
  unicode-range: U+b96e-b973, U+b976-b977, U+b979-b97b, U+b97d-b983, U+b986, U+b988, U+b98a-b98d, U+b98f-b9ab, U+b9ae-b9af, U+b9b1-b9b3, U+b9b5-b9bb, U+b9be, U+b9c0, U+b9c2-b9c7, U+b9ca-b9cb, U+b9cd, U+b9d2-b9d7, U+b9da, U+b9dc, U+b9df-b9e0, U+b9e2, U+b9e6-b9e7, U+b9e9-b9f3, U+b9f6, U+b9f8, U+b9fb-ba2f;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.46.woff2) format('woff2');
  unicode-range: U+b8bf-b8cb, U+b8cd-b8e0, U+b8e2-b8e7, U+b8ea-b8eb, U+b8ed-b8ef, U+b8f1-b8f7, U+b8fa, U+b8fc, U+b8fe-b903, U+b905-b917, U+b919-b91f, U+b921-b93b, U+b93d-b957, U+b95a-b95b, U+b95d-b95f, U+b961-b967, U+b969-b96c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.47.woff2) format('woff2');
  unicode-range: U+b80d-b80f, U+b811-b817, U+b81a, U+b81c-b823, U+b826-b827, U+b829-b82b, U+b82d-b833, U+b836, U+b83a-b83f, U+b841-b85b, U+b85e-b85f, U+b861-b863, U+b865-b86b, U+b86e, U+b870, U+b872-b8af, U+b8b1-b8be;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.48.woff2) format('woff2');
  unicode-range: U+b74d-b75f, U+b761-b763, U+b765-b774, U+b776-b77b, U+b77e-b77f, U+b781-b783, U+b785-b78b, U+b78e, U+b792-b796, U+b79a-b79b, U+b79d-b7a7, U+b7aa, U+b7ae-b7b3, U+b7b6-b7c8, U+b7ca-b7eb, U+b7ee-b7ef, U+b7f1-b7f3, U+b7f5-b7fb, U+b7fe, U+b802-b806, U+b80a-b80b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.49.woff2) format('woff2');
  unicode-range: U+b6a7-b6aa, U+b6ac-b6b0, U+b6b2-b6ef, U+b6f1-b727, U+b72a-b72b, U+b72d-b72e, U+b731-b737, U+b739-b73a, U+b73c-b743, U+b745-b74c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.50.woff2) format('woff2');
  unicode-range: U+b605-b60f, U+b612-b617, U+b619-b624, U+b626-b69b, U+b69e-b6a3, U+b6a5-b6a6;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.51.woff2) format('woff2');
  unicode-range: U+b55f, U+b562-b583, U+b585-b59f, U+b5a2-b5a3, U+b5a5-b5a7, U+b5a9-b5b2, U+b5b5-b5ba, U+b5bd-b604;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.52.woff2) format('woff2');
  unicode-range: U+b4a5-b4b6, U+b4b8-b4bf, U+b4c1-b4c7, U+b4c9-b4db, U+b4de-b4df, U+b4e1-b4e2, U+b4e5-b4eb, U+b4ee, U+b4f0, U+b4f2-b513, U+b516-b517, U+b519-b51a, U+b51d-b523, U+b526, U+b528, U+b52b-b52f, U+b532-b533, U+b535-b537, U+b539-b53f, U+b541-b544, U+b546-b54b, U+b54d-b54f, U+b551-b55b, U+b55d-b55e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.53.woff2) format('woff2');
  unicode-range: U+b3f8-b3fb, U+b3fd-b40f, U+b411-b417, U+b419-b41b, U+b41d-b41f, U+b421-b427, U+b42a-b42b, U+b42d-b44f, U+b452-b453, U+b455-b457, U+b459-b45f, U+b462-b464, U+b466-b46b, U+b46d-b47f, U+b481-b4a3;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.54.woff2) format('woff2');
  unicode-range: U+b342-b353, U+b356-b357, U+b359-b35b, U+b35d-b35e, U+b360-b363, U+b366, U+b368, U+b36a-b36d, U+b36f, U+b372-b373, U+b375-b377, U+b379-b37f, U+b381-b382, U+b384, U+b386-b38b, U+b38d-b3c3, U+b3c6-b3c7, U+b3c9-b3ca, U+b3cd-b3d3, U+b3d6, U+b3d8, U+b3da-b3f7;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.55.woff2) format('woff2');
  unicode-range: U+b27c-b283, U+b285-b28f, U+b292-b293, U+b295-b297, U+b29a-b29f, U+b2a1-b2a4, U+b2a7-b2a9, U+b2ab, U+b2ad-b2c7, U+b2ca-b2cb, U+b2cd-b2cf, U+b2d1-b2d7, U+b2da, U+b2dc, U+b2de-b2e3, U+b2e7, U+b2e9-b2ea, U+b2ef-b2f3, U+b2f6, U+b2f8, U+b2fa-b2fb, U+b2fd-b2fe, U+b302-b303, U+b305-b307, U+b309-b30f, U+b312, U+b316-b31b, U+b31d-b341;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.56.woff2) format('woff2');
  unicode-range: U+b1d6-b1e7, U+b1e9-b1fc, U+b1fe-b203, U+b206-b207, U+b209-b20b, U+b20d-b213, U+b216-b21f, U+b221-b257, U+b259-b273, U+b275-b27b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.57.woff2) format('woff2');
  unicode-range: U+b120-b122, U+b126-b127, U+b129-b12b, U+b12d-b133, U+b136, U+b138, U+b13a-b13f, U+b142-b143, U+b145-b14f, U+b151-b153, U+b156-b157, U+b159-b177, U+b17a-b17b, U+b17d-b17f, U+b181-b187, U+b189-b18c, U+b18e-b191, U+b195-b1a7, U+b1a9-b1cb, U+b1cd-b1d5;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.58.woff2) format('woff2');
  unicode-range: U+b05f-b07b, U+b07e-b07f, U+b081-b083, U+b085-b08b, U+b08d-b097, U+b09b, U+b09d-b09f, U+b0a2-b0a7, U+b0aa, U+b0b0, U+b0b2, U+b0b6-b0b7, U+b0b9-b0bb, U+b0bd-b0c3, U+b0c6-b0c7, U+b0ca-b0cf, U+b0d1-b0df, U+b0e1-b0e4, U+b0e6-b107, U+b10a-b10b, U+b10d-b10f, U+b111-b112, U+b114-b117, U+b119-b11a, U+b11c-b11f;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.59.woff2) format('woff2');
  unicode-range: U+afac-afb7, U+afba-afbb, U+afbd-afbf, U+afc1-afc6, U+afca-afcc, U+afce-afd3, U+afd5-afe7, U+afe9-afef, U+aff1-b00b, U+b00d-b00f, U+b011-b013, U+b015-b01b, U+b01d-b027, U+b029-b043, U+b045-b047, U+b049, U+b04b, U+b04d-b052, U+b055-b056, U+b058-b05c, U+b05e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.60.woff2) format('woff2');
  unicode-range: U+af03-af07, U+af09-af2b, U+af2e-af33, U+af35-af3b, U+af3e-af40, U+af44-af47, U+af4a-af5c, U+af5e-af63, U+af65-af7f, U+af81-afab;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.61.woff2) format('woff2');
  unicode-range: U+ae56-ae5b, U+ae5e-ae60, U+ae62-ae64, U+ae66-ae67, U+ae69-ae6b, U+ae6d-ae83, U+ae85-aebb, U+aebf, U+aec1-aec3, U+aec5-aecb, U+aece, U+aed0, U+aed2-aed7, U+aed9-aef3, U+aef5-af02;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.62.woff2) format('woff2');
  unicode-range: U+ad9c-ada3, U+ada5-adbf, U+adc1-adc3, U+adc5-adc7, U+adc9-add2, U+add4-addb, U+addd-addf, U+ade1-ade3, U+ade5-adf7, U+adfa-adfb, U+adfd-adff, U+ae02-ae07, U+ae0a, U+ae0c, U+ae0e-ae13, U+ae15-ae2f, U+ae31-ae33, U+ae35-ae37, U+ae39-ae3f, U+ae42, U+ae44, U+ae46-ae49, U+ae4b, U+ae4f, U+ae51-ae53, U+ae55;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.63.woff2) format('woff2');
  unicode-range: U+ace2-ace3, U+ace5-ace6, U+ace9-acef, U+acf2, U+acf4, U+acf7-acfb, U+acfe-acff, U+ad01-ad03, U+ad05-ad0b, U+ad0d-ad10, U+ad12-ad1b, U+ad1d-ad33, U+ad35-ad48, U+ad4a-ad4f, U+ad51-ad6b, U+ad6e-ad6f, U+ad71-ad72, U+ad77-ad7c, U+ad7e, U+ad80, U+ad82-ad87, U+ad89-ad8b, U+ad8d-ad8f, U+ad91-ad9b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.64.woff2) format('woff2');
  unicode-range: U+ac25-ac2c, U+ac2e, U+ac30, U+ac32-ac37, U+ac39-ac3f, U+ac41-ac4c, U+ac4e-ac6f, U+ac72-ac73, U+ac75-ac76, U+ac79-ac7f, U+ac82, U+ac84-ac88, U+ac8a-ac8b, U+ac8d-ac8f, U+ac91-ac93, U+ac95-ac9b, U+ac9d-ac9e, U+aca1-aca7, U+acab, U+acad-acaf, U+acb1-acb7, U+acba-acbb, U+acbe-acc0, U+acc2-acc3, U+acc5-acdf;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.65.woff2) format('woff2');
  unicode-range: U+99df, U+99ed, U+99f1, U+99ff, U+9a01, U+9a08, U+9a0e-9a0f, U+9a19, U+9a2b, U+9a30, U+9a36-9a37, U+9a40, U+9a43, U+9a45, U+9a4d, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69-9a6a, U+9aa8, U+9ab8, U+9ad3, U+9ae5, U+9aee, U+9b1a, U+9b27, U+9b2a, U+9b31, U+9b3c, U+9b41-9b45, U+9b4f, U+9b54, U+9b5a, U+9b6f, U+9b8e, U+9b91, U+9b9f, U+9bab, U+9bae, U+9bc9, U+9bd6, U+9be4, U+9be8, U+9c0d, U+9c10, U+9c12, U+9c15, U+9c25, U+9c32, U+9c3b, U+9c47, U+9c49, U+9c57, U+9ce5, U+9ce7, U+9ce9, U+9cf3-9cf4, U+9cf6, U+9d09, U+9d1b, U+9d26, U+9d28, U+9d3b, U+9d51, U+9d5d, U+9d60-9d61, U+9d6c, U+9d72, U+9da9, U+9daf, U+9db4, U+9dc4, U+9dd7, U+9df2, U+9df8-9dfa, U+9e1a, U+9e1e, U+9e75, U+9e79, U+9e7d, U+9e7f, U+9e92-9e93, U+9e97, U+9e9d, U+9e9f, U+9ea5, U+9eb4-9eb5, U+9ebb, U+9ebe, U+9ec3, U+9ecd-9ece, U+9ed4, U+9ed8, U+9edb-9edc, U+9ede, U+9ee8, U+9ef4, U+9f07-9f08, U+9f0e, U+9f13, U+9f20, U+9f3b, U+9f4a-9f4b, U+9f4e, U+9f52, U+9f5f, U+9f61, U+9f67, U+9f6a, U+9f6c, U+9f77, U+9f8d, U+9f90, U+9f95, U+9f9c, U+ac02-ac03, U+ac05-ac06, U+ac09-ac0f, U+ac17-ac18, U+ac1b, U+ac1e-ac1f, U+ac21-ac23;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.94.woff2) format('woff2');
  unicode-range: U+3136, U+3138, U+313a-3140, U+3143-3144, U+3150, U+3152, U+3154-3156, U+3158-315b, U+315d-315f, U+3162, U+3164-318c, U+318e, U+3200-321b, U+3231, U+3239, U+3251-325a, U+3260-327b, U+327e-327f, U+328a-3290, U+3294, U+329e, U+32a5, U+3380-3384, U+3388-338b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.95.woff2) format('woff2');
  unicode-range: U+2f7d, U+2f7f-2f8b, U+2f8e-2f90, U+2f92-2f97, U+2f99-2fa0, U+2fa2-2fa3, U+2fa5-2fa9, U+2fac-2fb1, U+2fb3-2fbc, U+2fc1-2fca, U+2fcd-2fd4, U+3003, U+3012-3019, U+301c, U+301e-3020, U+3036, U+3041, U+3043, U+3045, U+3047, U+3049, U+304e, U+3050, U+3052, U+3056, U+305a, U+305c, U+305e, U+3062, U+3065, U+306c, U+3070-307d, U+3080, U+3085, U+3087, U+308e, U+3090-3091, U+30a1, U+30a5, U+30a9, U+30ae, U+30b1-30b2, U+30b4, U+30b6, U+30bc-30be, U+30c2, U+30c5, U+30cc, U+30d2, U+30d4, U+30d8-30dd, U+30e4, U+30e6, U+30e8, U+30ee, U+30f0-30f2, U+30f4-30f6, U+3133, U+3135;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.96.woff2) format('woff2');
  unicode-range: U+2541-254b, U+25a4-25a9, U+25b1, U+25b5, U+25b9, U+25bf, U+25c1, U+25c3, U+25c9-25ca, U+25cc, U+25ce, U+25d0-25d1, U+25e6, U+25ef, U+260f, U+261d, U+261f, U+262f, U+2660, U+2664, U+2667-2669, U+266d, U+266f, U+2716, U+271a, U+273d, U+2756, U+2776-277f, U+278a-2793, U+2963, U+2965, U+2ac5-2ac6, U+2acb-2acc, U+2f00, U+2f04, U+2f06, U+2f08, U+2f0a-2f0b, U+2f11-2f12, U+2f14, U+2f17-2f18, U+2f1c-2f1d, U+2f1f-2f20, U+2f23-2f26, U+2f28-2f29, U+2f2b, U+2f2d, U+2f2f-2f32, U+2f38, U+2f3c-2f40, U+2f42-2f4c, U+2f4f-2f52, U+2f54-2f58, U+2f5a-2f66, U+2f69-2f70, U+2f72-2f76, U+2f78, U+2f7a-2f7c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.97.woff2) format('woff2');
  unicode-range: U+2479-2487, U+249c-24d1, U+24d3-24d7, U+24d9-24e9, U+24eb-24f4, U+2500-2501, U+2503, U+250c-2513, U+2515-2516, U+2518-2540;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.98.woff2) format('woff2');
  unicode-range: U+215b-215e, U+2162-2169, U+2170-2179, U+2195-2199, U+21b0-21b4, U+21bc, U+21c0, U+21c4-21c5, U+21cd, U+21cf-21d4, U+21e0-21e3, U+21e6-21e9, U+2200, U+2202-2203, U+2206-2209, U+220b-220c, U+220f, U+2211, U+2213, U+221a, U+221d-2220, U+2222, U+2225-2227, U+2229-222c, U+222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+2250-2253, U+225a, U+2260-2262, U+2264-2267, U+226a-226b, U+226e-2273, U+2276-2277, U+2279-227b, U+2280-2287, U+228a-228b, U+2295-2297, U+22a3-22a5, U+22bb-22bc, U+22ce-22cf, U+22da-22db, U+22ee-22ef, U+2306, U+2312, U+2314, U+2467-2478;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.99.woff2) format('woff2');
  unicode-range: U+81-82, U+84, U+a2-a5, U+a7-a8, U+aa, U+ac-ad, U+b1-b3, U+b6, U+b8-ba, U+bc-be, U+c0, U+c2, U+c6-cb, U+ce-d0, U+d4, U+d8-d9, U+db-dc, U+de-df, U+e6, U+eb, U+ee-f0, U+f4, U+f7-f9, U+fb, U+fe-ff, U+111, U+126-127, U+132-133, U+138, U+13f-142, U+149-14b, U+152-153, U+166-167, U+2bc, U+2c7, U+2d0, U+2d8-2d9, U+2db-2dd, U+391-394, U+396-3a1, U+3a3-3a9, U+3b2-3b6, U+3b8, U+3bc, U+3be-3c1, U+3c3-3c9, U+2010, U+2015-2016, U+2018-2019, U+201b, U+201f-2021, U+2025, U+2030, U+2033-2036, U+203c, U+203e, U+2042, U+2074, U+207a-207f, U+2081-2084, U+2109, U+2113, U+2116, U+2121, U+2126, U+212b, U+2153-2154;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.100.woff2) format('woff2');
  unicode-range: U+e8, U+2da, U+2160, U+2194, U+3054, U+3058, U+306d, U+3086, U+308d, U+30ac, U+30bb, U+30c4, U+30cd-30ce, U+30e2, U+3132, U+3146, U+3149, U+339d, U+4e3b, U+4f0a, U+4fdd, U+4fe1, U+5409, U+540c, U+5834, U+592a-592b, U+5b9a, U+5dde, U+5e0c, U+5e73, U+5f0f, U+60f3, U+653f, U+661f, U+662f, U+667a, U+683c, U+6b4c, U+6c11, U+767c, U+76ee, U+76f4, U+77f3, U+79d1, U+7a7a, U+7b2c, U+7d22, U+8207, U+8a00, U+8a71, U+9280, U+9580, U+958b, U+96c6, U+9762, U+98df, U+9ed1, U+ac2d, U+adc8, U+add3, U+af48, U+b014, U+b134-b135, U+b158, U+b2aa, U+b35f, U+b6a4, U+b9cf, U+bb63, U+bd23, U+be91, U+c29b, U+c3f4, U+c42c, U+c55c, U+c573, U+c58f, U+c78c, U+c7dd, U+c8f5, U+cad1, U+cc48, U+cf10, U+cf20, U+d03c, U+d07d, U+d2a0, U+d30e, U+d38d, U+d3a8, U+d3c8, U+d5e5, U+d5f9, U+d6e4, U+f90a, U+ff02, U+ff1c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.101.woff2) format('woff2');
  unicode-range: U+3b1, U+2466, U+25a1, U+25a3, U+261c, U+3008-3009, U+305b, U+305d, U+3069, U+30a7, U+30ba, U+30cf, U+30ef, U+3151, U+3157, U+4e4b, U+4e5f, U+4e8c, U+4eca, U+4ed6, U+4f5b, U+50cf, U+5149, U+5165, U+5171, U+5229, U+529b, U+5316, U+539f, U+53f2, U+571f, U+5728, U+58eb, U+591c, U+5b78, U+5c11, U+5c55, U+5ddd, U+5e02, U+5fb7, U+60c5, U+610f, U+611f, U+6625, U+66f8, U+6797, U+679c, U+682a, U+6d2a, U+706b, U+7406, U+767b, U+76f8, U+77e5, U+7acb, U+898b, U+8a69, U+8def, U+8fd1, U+901a, U+90e8, U+91cd, U+975e, U+ae14, U+ae6c, U+aec0, U+afc7, U+afc9, U+b01c, U+b028, U+b308, U+b311, U+b314, U+b31c, U+b524, U+b560, U+b764, U+b920, U+b9e3, U+bd48, U+be7d, U+c0db, U+c231, U+c270, U+c2e3, U+c37d, U+c3ed, U+c530, U+c6a5, U+c6dc, U+c7a4, U+c954, U+c974, U+d000, U+d565, U+d667, U+d6c5, U+d79d, U+ff1e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.102.woff2) format('woff2');
  unicode-range: U+131, U+2032, U+2465, U+2642, U+3048, U+3051, U+3083-3084, U+308f, U+30c0, U+30d1, U+30d3, U+30d6, U+30df, U+30e7, U+3153, U+4e16, U+4e8b, U+4ee5, U+5206, U+52a0, U+52d5, U+53e4, U+53ef, U+54c1, U+57ce, U+597d, U+5b8c, U+5ea6, U+5f8c, U+5f97, U+6210, U+6240, U+624b, U+6728, U+6bd4, U+7236, U+7269, U+7279, U+738b, U+7528, U+7530, U+767e, U+798f, U+8005, U+8a18, U+90fd, U+91cc, U+9577, U+9593, U+98a8, U+ac20, U+acf6, U+ad90, U+af5d, U+af80, U+afcd, U+aff0, U+b0a1, U+b0b5, U+b1fd, U+b2fc, U+b380, U+b51b, U+b584, U+b5b3, U+b8fd, U+b93c, U+b9f4, U+bb44, U+bc08, U+bc27, U+bc49, U+be55, U+be64, U+bfb0, U+bfc5, U+c178, U+c21f, U+c314, U+c4f1, U+c58d, U+c664, U+c698, U+c6a7, U+c6c1, U+c9ed, U+cac0, U+cacc, U+cad9, U+ccb5, U+cdcc, U+d0e4, U+d143, U+d320, U+d330, U+d54d, U+ff06, U+ff1f, U+ff5e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.103.woff2) format('woff2');
  unicode-range: U+b4, U+20a9, U+20ac, U+2190, U+24d8, U+2502, U+2514, U+2592, U+25c7-25c8, U+2663, U+3060, U+3064, U+3081, U+3088, U+30a3, U+30a6, U+30aa, U+30b5, U+30c7, U+30ca-30cb, U+30d0, U+30e3, U+30e5, U+339e, U+4e09, U+4eac, U+4f5c, U+5167-5168, U+516c, U+51fa, U+5408, U+540d, U+591a, U+5b57, U+6211, U+65b9, U+660e, U+6642, U+6700, U+6b63, U+6e2f, U+7063, U+7532, U+793e, U+81ea, U+8272, U+82b1, U+897f, U+8eca, U+91ce, U+ac38, U+ad76, U+ae84, U+aecc, U+b07d, U+b0b1, U+b215, U+b2a0, U+b310, U+b3d7, U+b52a, U+b618, U+b775, U+b797, U+bcd5, U+bd59, U+be80, U+bea8, U+bed1, U+bee4-bee5, U+c060, U+c2ef, U+c329, U+c3dc, U+c597, U+c5bd, U+c5e5, U+c69c, U+c9d6, U+ca29, U+ca5c, U+ca84, U+cc39, U+cc3b, U+ce89, U+cee5, U+cf65, U+cf85, U+d058, U+d145, U+d22d, U+d325, U+d37d, U+d3ad, U+d769, U+ff0c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.104.woff2) format('woff2');
  unicode-range: U+2161, U+2228, U+2299, U+2464, U+2517, U+2640, U+3042, U+304a, U+3053, U+3061, U+307f, U+3082, U+308c, U+3092, U+30a8, U+30ab, U+30ad, U+30b0, U+30b3, U+30b7, U+30c1, U+30c6, U+30c9, U+30d5, U+30d7, U+30de, U+30e0-30e1, U+30ec-30ed, U+4e0b, U+4e0d, U+4ee3, U+53f0, U+548c, U+5b89, U+5bb6, U+5c0f, U+611b, U+6771, U+6aa2, U+6bcd, U+6c34, U+6cd5, U+6d77, U+767d, U+795e, U+8ecd, U+9999, U+9ad8, U+ac07, U+ac1a, U+ac40, U+ad0c, U+ad88, U+ada4, U+ae01, U+ae65, U+aebd, U+aec4, U+afe8, U+b139, U+b205, U+b383, U+b38c, U+b42c, U+b461, U+b55c, U+b78f, U+b8fb, U+b9f7, U+bafc, U+bc99, U+bed8, U+bfcd, U+c0bf, U+c0f9, U+c167, U+c204, U+c20f, U+c22f, U+c258, U+c298, U+c2bc, U+c388, U+c501, U+c50c, U+c5b9, U+c5ce, U+c641, U+c648, U+c73d, U+ca50, U+ca61, U+cc4c, U+ceac, U+d0d4, U+d5f7, U+d6d7, U+ff1a;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.105.woff2) format('woff2');
  unicode-range: U+2103, U+2463, U+25c6, U+25cb, U+266c, U+3001, U+300a, U+3046, U+304c-304d, U+304f, U+3055, U+3059, U+3063, U+3066-3068, U+306f, U+3089, U+30b8, U+30bf, U+314f, U+4e0a, U+570b, U+5730, U+5916, U+5929, U+5c71, U+5e74, U+5fc3, U+601d, U+6027, U+63d0, U+6709, U+6734, U+751f, U+7684, U+82f1, U+9053, U+91d1, U+97f3, U+ac2f, U+ac4d, U+adc4, U+ade4, U+ae41, U+ae4d-ae4e, U+aed1, U+afb9, U+b0e0, U+b299, U+b365, U+b46c, U+b480, U+b4c8, U+b7b4, U+b819, U+b918, U+baab, U+bab9, U+be8f, U+bed7, U+c0ec, U+c19f, U+c1a5, U+c3d9, U+c464, U+c53d, U+c553, U+c570, U+c5cc, U+c633, U+c6a4, U+c7a3, U+c7a6, U+c886, U+c9d9-c9da, U+c9ec, U+ca0c, U+cc21, U+cd1b, U+cd78, U+cdc4, U+cef8, U+cfe4, U+d0a5, U+d0b5, U+d0ec, U+d15d, U+d188, U+d23c, U+d2ac, U+d729, U+d79b, U+ff01, U+ff08-ff09, U+ff5c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.106.woff2) format('woff2');
  unicode-range: U+2039-203a, U+223c, U+25b3, U+25b7, U+25bd, U+25cf, U+266a, U+3002, U+300b, U+304b, U+3057, U+305f, U+306a-306b, U+307e, U+308a-308b, U+3093, U+30a2, U+30af, U+30b9, U+30c3, U+30c8, U+30e9-30eb, U+33a1, U+4e00, U+524d, U+5357, U+5b50, U+7121, U+884c, U+9751, U+ac94, U+aebe, U+aecd, U+af08, U+af41, U+af49, U+b010, U+b053, U+b109, U+b11b, U+b128, U+b154, U+b291, U+b2e6, U+b301, U+b385, U+b525, U+b5b4, U+b729, U+b72f, U+b738, U+b7ff, U+b837, U+b975, U+ba67, U+bb47, U+bc1f, U+bd90, U+bfd4, U+c27c, U+c324, U+c379, U+c3e0, U+c465, U+c53b, U+c58c, U+c610, U+c653, U+c6cd, U+c813, U+c82f, U+c999, U+c9e0, U+cac4, U+cad3, U+cbd4, U+cc10, U+cc22, U+ccb8, U+ccbc, U+cda5, U+ce84, U+cea3, U+cf67, U+cfe1, U+d241, U+d30d, U+d31c, U+d391, U+d401, U+d479, U+d5c9, U+d5db, U+d649, U+d6d4;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.107.woff2) format('woff2');
  unicode-range: U+b0, U+e9, U+2193, U+2462, U+260e, U+261e, U+300e-300f, U+3044, U+30a4, U+30fb-30fc, U+314d, U+5973, U+6545, U+6708, U+7537, U+ac89, U+ac9c, U+acc1, U+ad04, U+ad75, U+ad7d, U+ae45, U+ae61, U+af42, U+b0ab, U+b0af, U+b0b3, U+b12c, U+b194, U+b1a8, U+b220, U+b258, U+b284, U+b2ff, U+b315, U+b371, U+b3d4-b3d5, U+b460, U+b527, U+b534, U+b810, U+b818, U+b98e, U+ba55, U+bbac, U+bc0b, U+bc40, U+bca1, U+bccd, U+bd93, U+be54, U+be5a, U+bf08, U+bf50, U+bf55, U+bfdc, U+c0c0, U+c0d0, U+c0f4, U+c100, U+c11e, U+c170, U+c20d, U+c274, U+c290, U+c308, U+c369, U+c539, U+c587, U+c5ff, U+c6ec, U+c70c, U+c7ad, U+c7c8, U+c83c, U+c881, U+cb48, U+cc60, U+ce69, U+ce6b, U+ce75, U+cf04, U+cf08, U+cf55, U+cf70, U+cffc, U+d0b7, U+d1a8, U+d2c8, U+d384, U+d47c, U+d48b, U+d5dd, U+d5e8, U+d720, U+d759, U+f981;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.108.woff2) format('woff2');
  unicode-range: U+e0, U+e2, U+395, U+3b7, U+3ba, U+2460-2461, U+25a0, U+3010-3011, U+306e, U+30f3, U+314a, U+314c, U+5927, U+65b0, U+7e41, U+97d3, U+9ad4, U+ad49, U+ae0b, U+ae0d, U+ae43, U+ae5d, U+aecf, U+af3c, U+af64, U+afd4, U+b080, U+b084, U+b0c5, U+b10c, U+b1e8, U+b2ac, U+b36e, U+b451, U+b515, U+b540, U+b561, U+b6ab, U+b6b1, U+b72c, U+b730, U+b744, U+b800, U+b8ec, U+b8f0, U+b904, U+b968, U+b96d, U+b987, U+b9d9, U+bb36, U+bb49, U+bc2d, U+bc43, U+bcf6, U+bd89, U+be57, U+be61, U+bed4, U+c090, U+c130, U+c148, U+c19c, U+c2f9, U+c36c, U+c37c, U+c384, U+c3df, U+c575, U+c584, U+c660, U+c719, U+c816, U+ca4d, U+ca54, U+cabc, U+cb49, U+cc14, U+cff5, U+d004, U+d038, U+d0b4, U+d0d3, U+d0e0, U+d0ed, U+d131, U+d1b0, U+d31f, U+d33d, U+d3a0, U+d3ab, U+d514, U+d584, U+d6a1, U+d6cc, U+d749, U+d760, U+d799;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.109.woff2) format('woff2');
  unicode-range: U+24, U+60, U+3b9, U+3bb, U+3bd, U+2191, U+2606, U+300c-300d, U+3131, U+3134, U+3139, U+3141-3142, U+3148, U+3161, U+3163, U+321c, U+4eba, U+5317, U+ac31, U+ac77, U+ac9f, U+acb9, U+acf0-acf1, U+acfd, U+ad73, U+af3d, U+b00c, U+b04a, U+b057, U+b0c4, U+b188, U+b1cc, U+b214, U+b2db, U+b2ee, U+b304, U+b4ed, U+b518, U+b5bc, U+b625, U+b69c-b69d, U+b7ac, U+b801, U+b86c, U+b959, U+b95c, U+b985, U+ba48, U+bb58, U+bc0c, U+bc38, U+bc85, U+bc9a, U+bf40, U+c068, U+c0bd, U+c0cc, U+c12f, U+c149, U+c1e0, U+c22b, U+c22d, U+c250, U+c2fc, U+c300, U+c313, U+c370, U+c3d8, U+c557, U+c580, U+c5e3, U+c62e, U+c634, U+c6f0, U+c74d, U+c783, U+c78e, U+c796, U+c7bc, U+c92c, U+ca4c, U+cc1c, U+cc54, U+cc59, U+ce04, U+cf30, U+cfc4, U+d140, U+d321, U+d38c, U+d399, U+d54f, U+d587, U+d5d0, U+d6e8, U+d770;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.110.woff2) format('woff2');
  unicode-range: U+d7, U+ea, U+fc, U+2192, U+25bc, U+3000, U+3137, U+3145, U+315c, U+7f8e, U+ac13, U+ac71, U+ac90, U+acb8, U+ace7, U+ad7f, U+ae50, U+aef4, U+af34, U+afbc, U+b048, U+b09a, U+b0ad, U+b0bc, U+b113, U+b125, U+b141, U+b20c, U+b2d9, U+b2ed, U+b367, U+b369, U+b374, U+b3cb, U+b4ec, U+b611, U+b760, U+b81b, U+b834, U+b8b0, U+b8e1, U+b989, U+b9d1, U+b9e1, U+b9fa, U+ba4d, U+ba78, U+bb35, U+bb54, U+bbf9, U+bc11, U+bcb3, U+bd05, U+bd95, U+bdd4, U+be10, U+bed0, U+bf51, U+c0d8, U+c232, U+c2b7, U+c2eb, U+c378, U+c500, U+c52c, U+c549, U+c568, U+c598, U+c5c9, U+c61b, U+c639, U+c67c, U+c717, U+c78a, U+c80a, U+c90c-c90d, U+c950, U+c9e7, U+cbe4, U+cca9, U+cce4, U+cdb0, U+ce78, U+ce94, U+ce98, U+cf8c, U+d018, U+d034, U+d0f1, U+d1b1, U+d280, U+d2f8, U+d338, U+d380, U+d3b4, U+d610, U+d69f, U+d6fc, U+d758;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.111.woff2) format('woff2');
  unicode-range: U+e7, U+2022, U+203b, U+25c0, U+2605, U+2661, U+3147, U+318d, U+672c, U+8a9e, U+acaa, U+acbc, U+ad1c, U+ae4a, U+ae5c, U+b044, U+b054, U+b0c8-b0c9, U+b2a6, U+b2d0, U+b35c, U+b364, U+b428, U+b454, U+b465, U+b4b7, U+b4e3, U+b51c, U+b5a1, U+b784, U+b790, U+b7ab, U+b7f4, U+b82c, U+b835, U+b8e9, U+b8f8, U+b9d8, U+b9f9, U+ba5c, U+ba64, U+babd, U+bb18, U+bb3b, U+bbff, U+bc0d, U+bc45, U+bc97, U+bcbc, U+be45, U+be75, U+be7c, U+bfcc, U+c0b6, U+c0f7, U+c14b, U+c2b4, U+c30d, U+c4f8, U+c5bb, U+c5d1, U+c5e0, U+c5ee, U+c5fd, U+c606, U+c6c5, U+c6e0, U+c708, U+c81d, U+c820, U+c824, U+c878, U+c918, U+c96c, U+c9e4, U+c9f1, U+cc2e, U+cd09, U+cea1, U+cef5, U+cef7, U+cf64, U+cf69, U+cfe8, U+d035, U+d0ac, U+d230, U+d234, U+d2f4, U+d31d, U+d575, U+d578, U+d608, U+d614, U+d718, U+d751, U+d761, U+d78c, U+d790;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.112.woff2) format('woff2');
  unicode-range: U+2665, U+3160, U+4e2d, U+6587, U+65e5, U+ac12, U+ac14, U+ac16, U+ac81, U+ad34, U+ade0, U+ae54, U+aebc, U+af2c, U+afc0, U+afc8, U+b04c, U+b08c, U+b099, U+b0a9, U+b0ac, U+b0ae, U+b0b8, U+b123, U+b179, U+b2e5, U+b2f7, U+b4c0, U+b531, U+b538, U+b545, U+b550, U+b5a8, U+b6f0, U+b728, U+b73b, U+b7ad, U+b7ed, U+b809, U+b864, U+b86d, U+b871, U+b9bf, U+b9f5, U+ba40, U+ba4b, U+ba58, U+ba87, U+baac, U+bbc0, U+bc16, U+bc34, U+bd07, U+bd99, U+be59, U+bfd0, U+c058, U+c0e4, U+c0f5, U+c12d, U+c139, U+c228, U+c529, U+c5c7, U+c635, U+c637, U+c735, U+c77d, U+c787, U+c789, U+c8c4, U+c989, U+c98c, U+c9d0, U+c9d3, U+cc0c, U+cc99, U+cd0c, U+cd2c, U+cd98, U+cda4, U+ce59, U+ce60, U+ce6d, U+cea0, U+d0d0-d0d1, U+d0d5, U+d14d, U+d1a4, U+d29c, U+d2f1, U+d301, U+d39c, U+d3bc, U+d4e8, U+d540, U+d5ec, U+d640, U+d750;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.113.woff2) format('woff2');
  unicode-range: U+5e, U+25b2, U+25b6, U+314e, U+ac24, U+ace1, U+ace4, U+ae68, U+af2d, U+b0d0, U+b0e5, U+b150, U+b155, U+b193, U+b2c9, U+b2dd, U+b3c8, U+b3fc, U+b410, U+b458, U+b4dd, U+b5a0, U+b5a4, U+b5bb, U+b7b5, U+b838, U+b840, U+b86f, U+b8f9, U+b960, U+b9e5, U+bab8, U+bb50, U+bc1d, U+bc24-bc25, U+bca8, U+bcbd, U+bd04, U+bd10, U+bd24, U+be48, U+be5b, U+be68, U+c05c, U+c12c, U+c140, U+c15c, U+c168, U+c194, U+c219, U+c27d, U+c2a8, U+c2f1, U+c2f8, U+c368, U+c554-c555, U+c559, U+c564, U+c5d8, U+c5fc, U+c625, U+c65c, U+c6b1, U+c728, U+c794, U+c84c, U+c88c, U+c8e0, U+c8fd, U+c998, U+c9dd, U+cc0d, U+cc30, U+ceec, U+cf13, U+cf1c, U+cf5c, U+d050, U+d07c, U+d0a8, U+d134, U+d138, U+d154, U+d1f4, U+d2bc, U+d329, U+d32c, U+d3d0, U+d3f4, U+d3fc, U+d56b, U+d5cc, U+d600-d601, U+d639, U+d6c8, U+d754, U+d765;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.114.woff2) format('woff2');
  unicode-range: U+3c-3d, U+2026, U+24d2, U+314b, U+ac11, U+acf3, U+ad74, U+ad81, U+adf9, U+ae34, U+af43, U+afb8, U+b05d, U+b07c, U+b110, U+b118, U+b17c, U+b180, U+b18d, U+b192, U+b2cc, U+b355, U+b378, U+b4a4, U+b4ef, U+b78d, U+b799, U+b7a9, U+b7fd, U+b807, U+b80c, U+b839, U+b9b4, U+b9db, U+ba3c, U+bab0, U+bba4, U+bc94, U+be4c, U+c154, U+c1c4, U+c26c, U+c2ac, U+c2ed, U+c4f4, U+c55e, U+c561, U+c571, U+c5b5, U+c5c4, U+c654-c655, U+c695, U+c6e8, U+c6f9, U+c724, U+c751, U+c775, U+c7a0, U+c7c1, U+c874, U+c880, U+c9d5, U+c9f8, U+cabd, U+cc29, U+cc2c, U+cca8, U+ccab, U+ccd0, U+ce21, U+ce35, U+ce7c, U+ce90, U+cee8, U+cef4, U+cfe0, U+d070, U+d0b9, U+d0c1, U+d0c4, U+d0c8, U+d15c, U+d1a1, U+d2c0, U+d300, U+d314, U+d3ed, U+d478, U+d480, U+d48d, U+d508, U+d53d, U+d5e4, U+d611, U+d61c, U+d68d, U+d6a8, U+d798;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.115.woff2) format('woff2');
  unicode-range: U+23, U+25, U+5f, U+a9, U+ac08, U+ac78, U+aca8, U+acac, U+ace8, U+ad70, U+adc0, U+addc, U+b137, U+b140, U+b208, U+b290, U+b2f5, U+b3c5, U+b3cc, U+b420, U+b429, U+b529, U+b530, U+b77d, U+b79c, U+b7a8, U+b7c9, U+b7f0, U+b7fc, U+b828, U+b860, U+b9ad, U+b9c1, U+b9c9, U+b9dd-b9de, U+b9e8, U+ba38-ba39, U+babb, U+bc00, U+bc8c, U+bca0, U+bca4, U+bcd1, U+bcfc, U+bd09, U+bdf0, U+be60, U+c0ad, U+c0b4, U+c0bc, U+c190, U+c1fc, U+c220, U+c288, U+c2b9, U+c2f6, U+c528, U+c545, U+c558, U+c5bc, U+c5d4, U+c600, U+c644, U+c6c0, U+c6c3, U+c721, U+c798, U+c7a1, U+c811, U+c838, U+c871, U+c904, U+c990, U+c9dc, U+cc38, U+cc44, U+cca0, U+cd1d, U+cd95, U+cda9, U+ce5c, U+cf00, U+cf58, U+d150, U+d22c, U+d305, U+d328, U+d37c, U+d3f0, U+d551, U+d5a5, U+d5c8, U+d5d8, U+d63c, U+d64d, U+d669, U+d734, U+d76c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.116.woff2) format('woff2');
  unicode-range: U+26, U+2b, U+3e, U+40, U+7e, U+ac01, U+ac19, U+ac1d, U+aca0, U+aca9, U+acb0, U+ad8c, U+ae09, U+ae38, U+ae40, U+aed8, U+b09c, U+b0a0, U+b108, U+b204, U+b298, U+b2d8, U+b2eb-b2ec, U+b2f4, U+b313, U+b358, U+b450, U+b4e0, U+b54c, U+b610, U+b780, U+b78c, U+b791, U+b8e8, U+b958, U+b974, U+b984, U+b9b0, U+b9bc-b9bd, U+b9ce, U+ba70, U+bbfc, U+bc0f, U+bc15, U+bc1b, U+bc31, U+bc95, U+bcc0, U+bcc4, U+bd81, U+bd88, U+c0c8, U+c11d, U+c13c, U+c158, U+c18d, U+c1a1, U+c21c, U+c4f0, U+c54a, U+c560, U+c5b8, U+c5c8, U+c5f4, U+c628, U+c62c, U+c678, U+c6cc, U+c808, U+c810, U+c885, U+c88b, U+c900, U+c988, U+c99d, U+c9c8, U+cc3d-cc3e, U+cc45, U+cd08, U+ce20, U+cee4, U+d074, U+d0a4, U+d0dd, U+d2b9, U+d3b8, U+d3c9, U+d488, U+d544, U+d559, U+d56d, U+d588, U+d615, U+d648, U+d655, U+d658, U+d65c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.117.woff2) format('woff2');
  unicode-range: U+d, U+48, U+7c, U+ac10, U+ac15, U+ac74, U+ac80, U+ac83, U+acc4, U+ad11, U+ad50, U+ad6d, U+adfc, U+ae00, U+ae08, U+ae4c, U+b0a8, U+b124, U+b144, U+b178, U+b274, U+b2a5, U+b2e8, U+b2f9, U+b354, U+b370, U+b418, U+b41c, U+b4f1, U+b514, U+b798, U+b808, U+b824-b825, U+b8cc, U+b978, U+b9d0, U+b9e4, U+baa9, U+bb3c, U+bc18, U+bc1c, U+bc30, U+bc84, U+bcf5, U+bcf8, U+bd84, U+be0c, U+be14, U+c0b0, U+c0c9, U+c0dd, U+c124, U+c2dd, U+c2e4, U+c2ec, U+c54c, U+c57c-c57d, U+c591, U+c5c5-c5c6, U+c5ed, U+c608, U+c640, U+c6b8, U+c6d4, U+c784, U+c7ac, U+c800-c801, U+c9c1, U+c9d1, U+cc28, U+cc98, U+cc9c, U+ccad, U+cd5c, U+cd94, U+cd9c, U+cde8, U+ce68, U+cf54, U+d0dc, U+d14c, U+d1a0, U+d1b5, U+d2f0, U+d30c, U+d310, U+d398, U+d45c, U+d50c, U+d53c, U+d560, U+d568, U+d589, U+d604, U+d6c4, U+d788;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.118.woff2) format('woff2');
  unicode-range: U+39, U+49, U+4d-4e, U+a0, U+ac04, U+ac1c, U+ac70, U+ac8c, U+acbd, U+acf5, U+acfc, U+ad00, U+ad6c, U+adf8, U+b098, U+b0b4, U+b294, U+b2c8, U+b300, U+b3c4, U+b3d9, U+b4dc, U+b4e4, U+b77c, U+b7ec, U+b85d, U+b97c, U+b9c8, U+b9cc, U+ba54, U+ba74, U+ba85, U+baa8, U+bb34, U+bb38, U+bbf8, U+bc14, U+bc29, U+bc88, U+bcf4, U+bd80, U+be44, U+c0c1, U+c11c, U+c120, U+c131, U+c138, U+c18c, U+c218, U+c2b5, U+c2e0, U+c544, U+c548, U+c5b4, U+c5d0, U+c5ec, U+c5f0, U+c601, U+c624, U+c694, U+c6a9, U+c6b0, U+c6b4, U+c6d0, U+c704, U+c720, U+c73c, U+c740, U+c744, U+c74c, U+c758, U+c77c, U+c785, U+c788, U+c790-c791, U+c7a5, U+c804, U+c815, U+c81c, U+c870, U+c8fc, U+c911, U+c9c4, U+ccb4, U+ce58, U+ce74, U+d06c, U+d0c0, U+d130, U+d2b8, U+d3ec, U+d504, U+d55c, U+d569, U+d574, U+d638, U+d654, U+d68c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_z-9LZxnthzY0SO7Jj27F-wOe3JI_cmfgf-Q.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-38, U+3a-3b, U+3f, U+41-47, U+4a-4c, U+4f-5d, U+61-7b, U+7d, U+a1, U+ab, U+ae, U+b7, U+bb, U+bf, U+2013-2014, U+201c-201d, U+2122, U+ac00, U+ace0, U+ae30, U+b2e4, U+b85c, U+b9ac, U+c0ac, U+c2a4, U+c2dc, U+c774, U+c778, U+c9c0, U+d558;
}
/* latin */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/PN_3Rfi-oW3hYwmKDpxS7F_D-dje5Hkr3w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.0.woff2) format('woff2');
  unicode-range: U+f9ca-fa0b, U+ff03-ff05, U+ff07, U+ff0a-ff0b, U+ff0d-ff19, U+ff1b, U+ff1d, U+ff20-ff5b, U+ff5d, U+ffe0-ffe3, U+ffe5-ffe6;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.2.woff2) format('woff2');
  unicode-range: U+d723-d728, U+d72a-d733, U+d735-d748, U+d74a-d74f, U+d752-d753, U+d755-d757, U+d75a-d75f, U+d762-d764, U+d766-d768, U+d76a-d76b, U+d76d-d76f, U+d771-d787, U+d789-d78b, U+d78d-d78f, U+d791-d797, U+d79a, U+d79c, U+d79e-d7a3, U+f900-f909, U+f90b-f92e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.3.woff2) format('woff2');
  unicode-range: U+d679-d68b, U+d68e-d69e, U+d6a0, U+d6a2-d6a7, U+d6a9-d6c3, U+d6c6-d6c7, U+d6c9-d6cb, U+d6cd-d6d3, U+d6d5-d6d6, U+d6d8-d6e3, U+d6e5-d6e7, U+d6e9-d6fb, U+d6fd-d717, U+d719-d71f, U+d721-d722;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.4.woff2) format('woff2');
  unicode-range: U+d5bc-d5c7, U+d5ca-d5cb, U+d5cd-d5cf, U+d5d1-d5d7, U+d5d9-d5da, U+d5dc, U+d5de-d5e3, U+d5e6-d5e7, U+d5e9-d5eb, U+d5ed-d5f6, U+d5f8, U+d5fa-d5ff, U+d602-d603, U+d605-d607, U+d609-d60f, U+d612-d613, U+d616-d61b, U+d61d-d637, U+d63a-d63b, U+d63d-d63f, U+d641-d647, U+d64a-d64c, U+d64e-d653, U+d656-d657, U+d659-d65b, U+d65d-d666, U+d668, U+d66a-d678;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.5.woff2) format('woff2');
  unicode-range: U+d507, U+d509-d50b, U+d50d-d513, U+d515-d53b, U+d53e-d53f, U+d541-d543, U+d545-d54c, U+d54e, U+d550, U+d552-d557, U+d55a-d55b, U+d55d-d55f, U+d561-d564, U+d566-d567, U+d56a, U+d56c, U+d56e-d573, U+d576-d577, U+d579-d583, U+d585-d586, U+d58a-d5a4, U+d5a6-d5bb;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.6.woff2) format('woff2');
  unicode-range: U+d464-d477, U+d47a-d47b, U+d47d-d47f, U+d481-d487, U+d489-d48a, U+d48c, U+d48e-d4e7, U+d4e9-d503, U+d505-d506;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.7.woff2) format('woff2');
  unicode-range: U+d3bf-d3c7, U+d3ca-d3cf, U+d3d1-d3eb, U+d3ee-d3ef, U+d3f1-d3f3, U+d3f5-d3fb, U+d3fd-d400, U+d402-d45b, U+d45d-d463;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.8.woff2) format('woff2');
  unicode-range: U+d2ff, U+d302-d304, U+d306-d30b, U+d30f, U+d311-d313, U+d315-d31b, U+d31e, U+d322-d324, U+d326-d327, U+d32a-d32b, U+d32d-d32f, U+d331-d337, U+d339-d33c, U+d33e-d37b, U+d37e-d37f, U+d381-d383, U+d385-d38b, U+d38e-d390, U+d392-d397, U+d39a-d39b, U+d39d-d39f, U+d3a1-d3a7, U+d3a9-d3aa, U+d3ac, U+d3ae-d3b3, U+d3b5-d3b7, U+d3b9-d3bb, U+d3bd-d3be;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.9.woff2) format('woff2');
  unicode-range: U+d257-d27f, U+d281-d29b, U+d29d-d29f, U+d2a1-d2ab, U+d2ad-d2b7, U+d2ba-d2bb, U+d2bd-d2bf, U+d2c1-d2c7, U+d2c9-d2ef, U+d2f2-d2f3, U+d2f5-d2f7, U+d2f9-d2fe;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.10.woff2) format('woff2');
  unicode-range: U+d1b4, U+d1b6-d1f3, U+d1f5-d22b, U+d22e-d22f, U+d231-d233, U+d235-d23b, U+d23d-d240, U+d242-d256;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.11.woff2) format('woff2');
  unicode-range: U+d105-d12f, U+d132-d133, U+d135-d137, U+d139-d13f, U+d141-d142, U+d144, U+d146-d14b, U+d14e-d14f, U+d151-d153, U+d155-d15b, U+d15e-d187, U+d189-d19f, U+d1a2-d1a3, U+d1a5-d1a7, U+d1a9-d1af, U+d1b2-d1b3;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.12.woff2) format('woff2');
  unicode-range: U+d04b-d04f, U+d051-d057, U+d059-d06b, U+d06d-d06f, U+d071-d073, U+d075-d07b, U+d07e-d0a3, U+d0a6-d0a7, U+d0a9-d0ab, U+d0ad-d0b3, U+d0b6, U+d0b8, U+d0ba-d0bf, U+d0c2-d0c3, U+d0c5-d0c7, U+d0c9-d0cf, U+d0d2, U+d0d6-d0db, U+d0de-d0df, U+d0e1-d0e3, U+d0e5-d0eb, U+d0ee-d0f0, U+d0f2-d104;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.13.woff2) format('woff2');
  unicode-range: U+cfa2-cfc3, U+cfc5-cfdf, U+cfe2-cfe3, U+cfe5-cfe7, U+cfe9-cff4, U+cff6-cffb, U+cffd-cfff, U+d001-d003, U+d005-d017, U+d019-d033, U+d036-d037, U+d039-d03b, U+d03d-d04a;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.14.woff2) format('woff2');
  unicode-range: U+cef0-cef3, U+cef6, U+cef9-ceff, U+cf01-cf03, U+cf05-cf07, U+cf09-cf0f, U+cf11-cf12, U+cf14-cf1b, U+cf1d-cf1f, U+cf21-cf2f, U+cf31-cf53, U+cf56-cf57, U+cf59-cf5b, U+cf5d-cf63, U+cf66, U+cf68, U+cf6a-cf6f, U+cf71-cf84, U+cf86-cf8b, U+cf8d-cfa1;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.15.woff2) format('woff2');
  unicode-range: U+ce3c-ce57, U+ce5a-ce5b, U+ce5d-ce5f, U+ce61-ce67, U+ce6a, U+ce6c, U+ce6e-ce73, U+ce76-ce77, U+ce79-ce7b, U+ce7d-ce83, U+ce85-ce88, U+ce8a-ce8f, U+ce91-ce93, U+ce95-ce97, U+ce99-ce9f, U+cea2, U+cea4-ceab, U+cead-cee3, U+cee6-cee7, U+cee9-ceeb, U+ceed-ceef;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.16.woff2) format('woff2');
  unicode-range: U+cd92-cd93, U+cd96-cd97, U+cd99-cd9b, U+cd9d-cda3, U+cda6-cda8, U+cdaa-cdaf, U+cdb1-cdc3, U+cdc5-cdcb, U+cdcd-cde7, U+cde9-ce03, U+ce05-ce1f, U+ce22-ce34, U+ce36-ce3b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.17.woff2) format('woff2');
  unicode-range: U+ccef-cd07, U+cd0a-cd0b, U+cd0d-cd1a, U+cd1c, U+cd1e-cd2b, U+cd2d-cd5b, U+cd5d-cd77, U+cd79-cd91;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.18.woff2) format('woff2');
  unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.19.woff2) format('woff2');
  unicode-range: U+cb91-cbd3, U+cbd5-cbe3, U+cbe5-cc0b, U+cc0e-cc0f, U+cc11-cc13, U+cc15-cc1b, U+cc1d-cc20, U+cc23-cc27, U+cc2a-cc2b, U+cc2d, U+cc2f, U+cc31-cc37, U+cc3a, U+cc3c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.20.woff2) format('woff2');
  unicode-range: U+caf4-cb47, U+cb4a-cb90;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.21.woff2) format('woff2');
  unicode-range: U+ca4a-ca4b, U+ca4e-ca4f, U+ca51-ca53, U+ca55-ca5b, U+ca5d-ca60, U+ca62-ca83, U+ca85-cabb, U+cabe-cabf, U+cac1-cac3, U+cac5-cacb, U+cacd-cad0, U+cad2, U+cad4-cad8, U+cada-caf3;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.22.woff2) format('woff2');
  unicode-range: U+c996-c997, U+c99a-c99c, U+c99e-c9bf, U+c9c2-c9c3, U+c9c5-c9c7, U+c9c9-c9cf, U+c9d2, U+c9d4, U+c9d7-c9d8, U+c9db, U+c9de-c9df, U+c9e1-c9e3, U+c9e5-c9e6, U+c9e8-c9eb, U+c9ee-c9f0, U+c9f2-c9f7, U+c9f9-ca0b, U+ca0d-ca28, U+ca2a-ca49;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.23.woff2) format('woff2');
  unicode-range: U+c8e9-c8f4, U+c8f6-c8fb, U+c8fe-c8ff, U+c901-c903, U+c905-c90b, U+c90e-c910, U+c912-c917, U+c919-c92b, U+c92d-c94f, U+c951-c953, U+c955-c96b, U+c96d-c973, U+c975-c987, U+c98a-c98b, U+c98d-c98f, U+c991-c995;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.24.woff2) format('woff2');
  unicode-range: U+c841-c84b, U+c84d-c86f, U+c872-c873, U+c875-c877, U+c879-c87f, U+c882-c884, U+c887-c88a, U+c88d-c8c3, U+c8c5-c8df, U+c8e1-c8e8;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.25.woff2) format('woff2');
  unicode-range: U+c779-c77b, U+c77e-c782, U+c786, U+c78b, U+c78d, U+c78f, U+c792-c793, U+c795, U+c797, U+c799-c79f, U+c7a2, U+c7a7-c7ab, U+c7ae-c7bb, U+c7bd-c7c0, U+c7c2-c7c7, U+c7c9-c7dc, U+c7de-c7ff, U+c802-c803, U+c805-c807, U+c809, U+c80b-c80f, U+c812, U+c814, U+c817-c81b, U+c81e-c81f, U+c821-c823, U+c825-c82e, U+c830-c837, U+c839-c83b, U+c83d-c840;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.26.woff2) format('woff2');
  unicode-range: U+c6bb-c6bf, U+c6c2, U+c6c4, U+c6c6-c6cb, U+c6ce-c6cf, U+c6d1-c6d3, U+c6d5-c6db, U+c6dd-c6df, U+c6e1-c6e7, U+c6e9-c6eb, U+c6ed-c6ef, U+c6f1-c6f8, U+c6fa-c703, U+c705-c707, U+c709-c70b, U+c70d-c716, U+c718, U+c71a-c71f, U+c722-c723, U+c725-c727, U+c729-c734, U+c736-c73b, U+c73e-c73f, U+c741-c743, U+c745-c74b, U+c74e-c750, U+c752-c757, U+c759-c773, U+c776-c777;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.27.woff2) format('woff2');
  unicode-range: U+c5f5-c5fb, U+c5fe, U+c602-c605, U+c607, U+c609-c60f, U+c611-c61a, U+c61c-c623, U+c626-c627, U+c629-c62b, U+c62d, U+c62f-c632, U+c636, U+c638, U+c63a-c63f, U+c642-c643, U+c645-c647, U+c649-c652, U+c656-c65b, U+c65d-c65f, U+c661-c663, U+c665-c677, U+c679-c67b, U+c67d-c693, U+c696-c697, U+c699-c69b, U+c69d-c6a3, U+c6a6, U+c6a8, U+c6aa-c6af, U+c6b2-c6b3, U+c6b5-c6b7, U+c6b9-c6ba;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.28.woff2) format('woff2');
  unicode-range: U+c517-c527, U+c52a-c52b, U+c52d-c52f, U+c531-c538, U+c53a, U+c53c, U+c53e-c543, U+c546-c547, U+c54b, U+c54d-c552, U+c556, U+c55a-c55b, U+c55d, U+c55f, U+c562-c563, U+c565-c567, U+c569-c56f, U+c572, U+c574, U+c576-c57b, U+c57e-c57f, U+c581-c583, U+c585-c586, U+c588-c58b, U+c58e, U+c590, U+c592-c596, U+c599-c5b3, U+c5b6-c5b7, U+c5ba, U+c5be-c5c3, U+c5ca-c5cb, U+c5cd, U+c5cf, U+c5d2-c5d3, U+c5d5-c5d7, U+c5d9-c5df, U+c5e1-c5e2, U+c5e4, U+c5e6-c5eb, U+c5ef, U+c5f1-c5f3;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.29.woff2) format('woff2');
  unicode-range: U+c475-c4ef, U+c4f2-c4f3, U+c4f5-c4f7, U+c4f9-c4ff, U+c502-c50b, U+c50d-c516;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.30.woff2) format('woff2');
  unicode-range: U+c3d0-c3d7, U+c3da-c3db, U+c3dd-c3de, U+c3e1-c3ec, U+c3ee-c3f3, U+c3f5-c42b, U+c42d-c463, U+c466-c474;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.31.woff2) format('woff2');
  unicode-range: U+c32b-c367, U+c36a-c36b, U+c36d-c36f, U+c371-c377, U+c37a-c37b, U+c37e-c383, U+c385-c387, U+c389-c3cf;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.32.woff2) format('woff2');
  unicode-range: U+c26a-c26b, U+c26d-c26f, U+c271-c273, U+c275-c27b, U+c27e-c287, U+c289-c28f, U+c291-c297, U+c299-c29a, U+c29c-c2a3, U+c2a5-c2a7, U+c2a9-c2ab, U+c2ad-c2b3, U+c2b6, U+c2b8, U+c2ba-c2bb, U+c2bd-c2db, U+c2de-c2df, U+c2e1-c2e2, U+c2e5-c2ea, U+c2ee, U+c2f0, U+c2f2-c2f5, U+c2f7, U+c2fa-c2fb, U+c2fd-c2ff, U+c301-c307, U+c309-c30c, U+c30e-c312, U+c315-c323, U+c325-c328, U+c32a;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.33.woff2) format('woff2');
  unicode-range: U+c1bc-c1c3, U+c1c5-c1df, U+c1e1-c1fb, U+c1fd-c203, U+c205-c20c, U+c20e, U+c210-c217, U+c21a-c21b, U+c21d-c21e, U+c221-c227, U+c229-c22a, U+c22c, U+c22e, U+c230, U+c233-c24f, U+c251-c257, U+c259-c269;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.34.woff2) format('woff2');
  unicode-range: U+c101-c11b, U+c11f, U+c121-c123, U+c125-c12b, U+c12e, U+c132-c137, U+c13a-c13b, U+c13d-c13f, U+c141-c147, U+c14a, U+c14c-c153, U+c155-c157, U+c159-c15b, U+c15d-c166, U+c169-c16f, U+c171-c177, U+c179-c18b, U+c18e-c18f, U+c191-c193, U+c195-c19b, U+c19d-c19e, U+c1a0, U+c1a2-c1a4, U+c1a6-c1bb;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.35.woff2) format('woff2');
  unicode-range: U+c049-c057, U+c059-c05b, U+c05d-c05f, U+c061-c067, U+c069-c08f, U+c091-c0ab, U+c0ae-c0af, U+c0b1-c0b3, U+c0b5, U+c0b7-c0bb, U+c0be, U+c0c2-c0c7, U+c0ca-c0cb, U+c0cd-c0cf, U+c0d1-c0d7, U+c0d9-c0da, U+c0dc, U+c0de-c0e3, U+c0e5-c0eb, U+c0ed-c0f3, U+c0f6, U+c0f8, U+c0fa-c0ff;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.36.woff2) format('woff2');
  unicode-range: U+bfa7-bfaf, U+bfb1-bfc4, U+bfc6-bfcb, U+bfce-bfcf, U+bfd1-bfd3, U+bfd5-bfdb, U+bfdd-c048;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.37.woff2) format('woff2');
  unicode-range: U+bf07, U+bf09-bf3f, U+bf41-bf4f, U+bf52-bf54, U+bf56-bfa6;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.38.woff2) format('woff2');
  unicode-range: U+be56, U+be58, U+be5c-be5f, U+be62-be63, U+be65-be67, U+be69-be74, U+be76-be7b, U+be7e-be7f, U+be81-be8e, U+be90, U+be92-bea7, U+bea9-becf, U+bed2-bed3, U+bed5-bed6, U+bed9-bee3, U+bee6-bf06;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.39.woff2) format('woff2');
  unicode-range: U+bdb0-bdd3, U+bdd5-bdef, U+bdf1-be0b, U+be0d-be0f, U+be11-be13, U+be15-be43, U+be46-be47, U+be49-be4b, U+be4d-be53;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.40.woff2) format('woff2');
  unicode-range: U+bd03, U+bd06, U+bd08, U+bd0a-bd0f, U+bd11-bd22, U+bd25-bd47, U+bd49-bd58, U+bd5a-bd7f, U+bd82-bd83, U+bd85-bd87, U+bd8a-bd8f, U+bd91-bd92, U+bd94, U+bd96-bd98, U+bd9a-bdaf;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.41.woff2) format('woff2');
  unicode-range: U+bc4e-bc83, U+bc86-bc87, U+bc89-bc8b, U+bc8d-bc93, U+bc96, U+bc98, U+bc9b-bc9f, U+bca2-bca3, U+bca5-bca7, U+bca9-bcb2, U+bcb4-bcbb, U+bcbe-bcbf, U+bcc1-bcc3, U+bcc5-bccc, U+bcce-bcd0, U+bcd2-bcd4, U+bcd6-bcf3, U+bcf7, U+bcf9-bcfb, U+bcfd-bd02;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.42.woff2) format('woff2');
  unicode-range: U+bb90-bba3, U+bba5-bbab, U+bbad-bbbf, U+bbc1-bbf7, U+bbfa-bbfb, U+bbfd-bbfe, U+bc01-bc07, U+bc09-bc0a, U+bc0e, U+bc10, U+bc12-bc13, U+bc17, U+bc19-bc1a, U+bc1e, U+bc20-bc23, U+bc26, U+bc28, U+bc2a-bc2c, U+bc2e-bc2f, U+bc32-bc33, U+bc35-bc37, U+bc39-bc3f, U+bc41-bc42, U+bc44, U+bc46-bc48, U+bc4a-bc4d;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.43.woff2) format('woff2');
  unicode-range: U+bae6-bafb, U+bafd-bb17, U+bb19-bb33, U+bb37, U+bb39-bb3a, U+bb3d-bb43, U+bb45-bb46, U+bb48, U+bb4a-bb4f, U+bb51-bb53, U+bb55-bb57, U+bb59-bb62, U+bb64-bb8f;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.44.woff2) format('woff2');
  unicode-range: U+ba30-ba37, U+ba3a-ba3b, U+ba3d-ba3f, U+ba41-ba47, U+ba49-ba4a, U+ba4c, U+ba4e-ba53, U+ba56-ba57, U+ba59-ba5b, U+ba5d-ba63, U+ba65-ba66, U+ba68-ba6f, U+ba71-ba73, U+ba75-ba77, U+ba79-ba84, U+ba86, U+ba88-baa7, U+baaa, U+baad-baaf, U+bab1-bab7, U+baba, U+babc, U+babe-bae5;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.45.woff2) format('woff2');
  unicode-range: U+b96e-b973, U+b976-b977, U+b979-b97b, U+b97d-b983, U+b986, U+b988, U+b98a-b98d, U+b98f-b9ab, U+b9ae-b9af, U+b9b1-b9b3, U+b9b5-b9bb, U+b9be, U+b9c0, U+b9c2-b9c7, U+b9ca-b9cb, U+b9cd, U+b9d2-b9d7, U+b9da, U+b9dc, U+b9df-b9e0, U+b9e2, U+b9e6-b9e7, U+b9e9-b9f3, U+b9f6, U+b9f8, U+b9fb-ba2f;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.46.woff2) format('woff2');
  unicode-range: U+b8bf-b8cb, U+b8cd-b8e0, U+b8e2-b8e7, U+b8ea-b8eb, U+b8ed-b8ef, U+b8f1-b8f7, U+b8fa, U+b8fc, U+b8fe-b903, U+b905-b917, U+b919-b91f, U+b921-b93b, U+b93d-b957, U+b95a-b95b, U+b95d-b95f, U+b961-b967, U+b969-b96c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.47.woff2) format('woff2');
  unicode-range: U+b80d-b80f, U+b811-b817, U+b81a, U+b81c-b823, U+b826-b827, U+b829-b82b, U+b82d-b833, U+b836, U+b83a-b83f, U+b841-b85b, U+b85e-b85f, U+b861-b863, U+b865-b86b, U+b86e, U+b870, U+b872-b8af, U+b8b1-b8be;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.48.woff2) format('woff2');
  unicode-range: U+b74d-b75f, U+b761-b763, U+b765-b774, U+b776-b77b, U+b77e-b77f, U+b781-b783, U+b785-b78b, U+b78e, U+b792-b796, U+b79a-b79b, U+b79d-b7a7, U+b7aa, U+b7ae-b7b3, U+b7b6-b7c8, U+b7ca-b7eb, U+b7ee-b7ef, U+b7f1-b7f3, U+b7f5-b7fb, U+b7fe, U+b802-b806, U+b80a-b80b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.49.woff2) format('woff2');
  unicode-range: U+b6a7-b6aa, U+b6ac-b6b0, U+b6b2-b6ef, U+b6f1-b727, U+b72a-b72b, U+b72d-b72e, U+b731-b737, U+b739-b73a, U+b73c-b743, U+b745-b74c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.50.woff2) format('woff2');
  unicode-range: U+b605-b60f, U+b612-b617, U+b619-b624, U+b626-b69b, U+b69e-b6a3, U+b6a5-b6a6;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.51.woff2) format('woff2');
  unicode-range: U+b55f, U+b562-b583, U+b585-b59f, U+b5a2-b5a3, U+b5a5-b5a7, U+b5a9-b5b2, U+b5b5-b5ba, U+b5bd-b604;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.52.woff2) format('woff2');
  unicode-range: U+b4a5-b4b6, U+b4b8-b4bf, U+b4c1-b4c7, U+b4c9-b4db, U+b4de-b4df, U+b4e1-b4e2, U+b4e5-b4eb, U+b4ee, U+b4f0, U+b4f2-b513, U+b516-b517, U+b519-b51a, U+b51d-b523, U+b526, U+b528, U+b52b-b52f, U+b532-b533, U+b535-b537, U+b539-b53f, U+b541-b544, U+b546-b54b, U+b54d-b54f, U+b551-b55b, U+b55d-b55e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.53.woff2) format('woff2');
  unicode-range: U+b3f8-b3fb, U+b3fd-b40f, U+b411-b417, U+b419-b41b, U+b41d-b41f, U+b421-b427, U+b42a-b42b, U+b42d-b44f, U+b452-b453, U+b455-b457, U+b459-b45f, U+b462-b464, U+b466-b46b, U+b46d-b47f, U+b481-b4a3;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.54.woff2) format('woff2');
  unicode-range: U+b342-b353, U+b356-b357, U+b359-b35b, U+b35d-b35e, U+b360-b363, U+b366, U+b368, U+b36a-b36d, U+b36f, U+b372-b373, U+b375-b377, U+b379-b37f, U+b381-b382, U+b384, U+b386-b38b, U+b38d-b3c3, U+b3c6-b3c7, U+b3c9-b3ca, U+b3cd-b3d3, U+b3d6, U+b3d8, U+b3da-b3f7;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.55.woff2) format('woff2');
  unicode-range: U+b27c-b283, U+b285-b28f, U+b292-b293, U+b295-b297, U+b29a-b29f, U+b2a1-b2a4, U+b2a7-b2a9, U+b2ab, U+b2ad-b2c7, U+b2ca-b2cb, U+b2cd-b2cf, U+b2d1-b2d7, U+b2da, U+b2dc, U+b2de-b2e3, U+b2e7, U+b2e9-b2ea, U+b2ef-b2f3, U+b2f6, U+b2f8, U+b2fa-b2fb, U+b2fd-b2fe, U+b302-b303, U+b305-b307, U+b309-b30f, U+b312, U+b316-b31b, U+b31d-b341;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.56.woff2) format('woff2');
  unicode-range: U+b1d6-b1e7, U+b1e9-b1fc, U+b1fe-b203, U+b206-b207, U+b209-b20b, U+b20d-b213, U+b216-b21f, U+b221-b257, U+b259-b273, U+b275-b27b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.57.woff2) format('woff2');
  unicode-range: U+b120-b122, U+b126-b127, U+b129-b12b, U+b12d-b133, U+b136, U+b138, U+b13a-b13f, U+b142-b143, U+b145-b14f, U+b151-b153, U+b156-b157, U+b159-b177, U+b17a-b17b, U+b17d-b17f, U+b181-b187, U+b189-b18c, U+b18e-b191, U+b195-b1a7, U+b1a9-b1cb, U+b1cd-b1d5;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.58.woff2) format('woff2');
  unicode-range: U+b05f-b07b, U+b07e-b07f, U+b081-b083, U+b085-b08b, U+b08d-b097, U+b09b, U+b09d-b09f, U+b0a2-b0a7, U+b0aa, U+b0b0, U+b0b2, U+b0b6-b0b7, U+b0b9-b0bb, U+b0bd-b0c3, U+b0c6-b0c7, U+b0ca-b0cf, U+b0d1-b0df, U+b0e1-b0e4, U+b0e6-b107, U+b10a-b10b, U+b10d-b10f, U+b111-b112, U+b114-b117, U+b119-b11a, U+b11c-b11f;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.59.woff2) format('woff2');
  unicode-range: U+afac-afb7, U+afba-afbb, U+afbd-afbf, U+afc1-afc6, U+afca-afcc, U+afce-afd3, U+afd5-afe7, U+afe9-afef, U+aff1-b00b, U+b00d-b00f, U+b011-b013, U+b015-b01b, U+b01d-b027, U+b029-b043, U+b045-b047, U+b049, U+b04b, U+b04d-b052, U+b055-b056, U+b058-b05c, U+b05e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.60.woff2) format('woff2');
  unicode-range: U+af03-af07, U+af09-af2b, U+af2e-af33, U+af35-af3b, U+af3e-af40, U+af44-af47, U+af4a-af5c, U+af5e-af63, U+af65-af7f, U+af81-afab;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.61.woff2) format('woff2');
  unicode-range: U+ae56-ae5b, U+ae5e-ae60, U+ae62-ae64, U+ae66-ae67, U+ae69-ae6b, U+ae6d-ae83, U+ae85-aebb, U+aebf, U+aec1-aec3, U+aec5-aecb, U+aece, U+aed0, U+aed2-aed7, U+aed9-aef3, U+aef5-af02;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.62.woff2) format('woff2');
  unicode-range: U+ad9c-ada3, U+ada5-adbf, U+adc1-adc3, U+adc5-adc7, U+adc9-add2, U+add4-addb, U+addd-addf, U+ade1-ade3, U+ade5-adf7, U+adfa-adfb, U+adfd-adff, U+ae02-ae07, U+ae0a, U+ae0c, U+ae0e-ae13, U+ae15-ae2f, U+ae31-ae33, U+ae35-ae37, U+ae39-ae3f, U+ae42, U+ae44, U+ae46-ae49, U+ae4b, U+ae4f, U+ae51-ae53, U+ae55;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.63.woff2) format('woff2');
  unicode-range: U+ace2-ace3, U+ace5-ace6, U+ace9-acef, U+acf2, U+acf4, U+acf7-acfb, U+acfe-acff, U+ad01-ad03, U+ad05-ad0b, U+ad0d-ad10, U+ad12-ad1b, U+ad1d-ad33, U+ad35-ad48, U+ad4a-ad4f, U+ad51-ad6b, U+ad6e-ad6f, U+ad71-ad72, U+ad77-ad7c, U+ad7e, U+ad80, U+ad82-ad87, U+ad89-ad8b, U+ad8d-ad8f, U+ad91-ad9b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.64.woff2) format('woff2');
  unicode-range: U+ac25-ac2c, U+ac2e, U+ac30, U+ac32-ac37, U+ac39-ac3f, U+ac41-ac4c, U+ac4e-ac6f, U+ac72-ac73, U+ac75-ac76, U+ac79-ac7f, U+ac82, U+ac84-ac88, U+ac8a-ac8b, U+ac8d-ac8f, U+ac91-ac93, U+ac95-ac9b, U+ac9d-ac9e, U+aca1-aca7, U+acab, U+acad-acaf, U+acb1-acb7, U+acba-acbb, U+acbe-acc0, U+acc2-acc3, U+acc5-acdf;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.65.woff2) format('woff2');
  unicode-range: U+99df, U+99ed, U+99f1, U+99ff, U+9a01, U+9a08, U+9a0e-9a0f, U+9a19, U+9a2b, U+9a30, U+9a36-9a37, U+9a40, U+9a43, U+9a45, U+9a4d, U+9a55, U+9a57, U+9a5a-9a5b, U+9a5f, U+9a62, U+9a65, U+9a69-9a6a, U+9aa8, U+9ab8, U+9ad3, U+9ae5, U+9aee, U+9b1a, U+9b27, U+9b2a, U+9b31, U+9b3c, U+9b41-9b45, U+9b4f, U+9b54, U+9b5a, U+9b6f, U+9b8e, U+9b91, U+9b9f, U+9bab, U+9bae, U+9bc9, U+9bd6, U+9be4, U+9be8, U+9c0d, U+9c10, U+9c12, U+9c15, U+9c25, U+9c32, U+9c3b, U+9c47, U+9c49, U+9c57, U+9ce5, U+9ce7, U+9ce9, U+9cf3-9cf4, U+9cf6, U+9d09, U+9d1b, U+9d26, U+9d28, U+9d3b, U+9d51, U+9d5d, U+9d60-9d61, U+9d6c, U+9d72, U+9da9, U+9daf, U+9db4, U+9dc4, U+9dd7, U+9df2, U+9df8-9dfa, U+9e1a, U+9e1e, U+9e75, U+9e79, U+9e7d, U+9e7f, U+9e92-9e93, U+9e97, U+9e9d, U+9e9f, U+9ea5, U+9eb4-9eb5, U+9ebb, U+9ebe, U+9ec3, U+9ecd-9ece, U+9ed4, U+9ed8, U+9edb-9edc, U+9ede, U+9ee8, U+9ef4, U+9f07-9f08, U+9f0e, U+9f13, U+9f20, U+9f3b, U+9f4a-9f4b, U+9f4e, U+9f52, U+9f5f, U+9f61, U+9f67, U+9f6a, U+9f6c, U+9f77, U+9f8d, U+9f90, U+9f95, U+9f9c, U+ac02-ac03, U+ac05-ac06, U+ac09-ac0f, U+ac17-ac18, U+ac1b, U+ac1e-ac1f, U+ac21-ac23;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.94.woff2) format('woff2');
  unicode-range: U+3136, U+3138, U+313a-3140, U+3143-3144, U+3150, U+3152, U+3154-3156, U+3158-315b, U+315d-315f, U+3162, U+3164-318c, U+318e, U+3200-321b, U+3231, U+3239, U+3251-325a, U+3260-327b, U+327e-327f, U+328a-3290, U+3294, U+329e, U+32a5, U+3380-3384, U+3388-338b;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.95.woff2) format('woff2');
  unicode-range: U+2f7d, U+2f7f-2f8b, U+2f8e-2f90, U+2f92-2f97, U+2f99-2fa0, U+2fa2-2fa3, U+2fa5-2fa9, U+2fac-2fb1, U+2fb3-2fbc, U+2fc1-2fca, U+2fcd-2fd4, U+3003, U+3012-3019, U+301c, U+301e-3020, U+3036, U+3041, U+3043, U+3045, U+3047, U+3049, U+304e, U+3050, U+3052, U+3056, U+305a, U+305c, U+305e, U+3062, U+3065, U+306c, U+3070-307d, U+3080, U+3085, U+3087, U+308e, U+3090-3091, U+30a1, U+30a5, U+30a9, U+30ae, U+30b1-30b2, U+30b4, U+30b6, U+30bc-30be, U+30c2, U+30c5, U+30cc, U+30d2, U+30d4, U+30d8-30dd, U+30e4, U+30e6, U+30e8, U+30ee, U+30f0-30f2, U+30f4-30f6, U+3133, U+3135;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.96.woff2) format('woff2');
  unicode-range: U+2541-254b, U+25a4-25a9, U+25b1, U+25b5, U+25b9, U+25bf, U+25c1, U+25c3, U+25c9-25ca, U+25cc, U+25ce, U+25d0-25d1, U+25e6, U+25ef, U+260f, U+261d, U+261f, U+262f, U+2660, U+2664, U+2667-2669, U+266d, U+266f, U+2716, U+271a, U+273d, U+2756, U+2776-277f, U+278a-2793, U+2963, U+2965, U+2ac5-2ac6, U+2acb-2acc, U+2f00, U+2f04, U+2f06, U+2f08, U+2f0a-2f0b, U+2f11-2f12, U+2f14, U+2f17-2f18, U+2f1c-2f1d, U+2f1f-2f20, U+2f23-2f26, U+2f28-2f29, U+2f2b, U+2f2d, U+2f2f-2f32, U+2f38, U+2f3c-2f40, U+2f42-2f4c, U+2f4f-2f52, U+2f54-2f58, U+2f5a-2f66, U+2f69-2f70, U+2f72-2f76, U+2f78, U+2f7a-2f7c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.97.woff2) format('woff2');
  unicode-range: U+2479-2487, U+249c-24d1, U+24d3-24d7, U+24d9-24e9, U+24eb-24f4, U+2500-2501, U+2503, U+250c-2513, U+2515-2516, U+2518-2540;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.98.woff2) format('woff2');
  unicode-range: U+215b-215e, U+2162-2169, U+2170-2179, U+2195-2199, U+21b0-21b4, U+21bc, U+21c0, U+21c4-21c5, U+21cd, U+21cf-21d4, U+21e0-21e3, U+21e6-21e9, U+2200, U+2202-2203, U+2206-2209, U+220b-220c, U+220f, U+2211, U+2213, U+221a, U+221d-2220, U+2222, U+2225-2227, U+2229-222c, U+222e, U+2234-2237, U+223d, U+2243, U+2245, U+2248, U+2250-2253, U+225a, U+2260-2262, U+2264-2267, U+226a-226b, U+226e-2273, U+2276-2277, U+2279-227b, U+2280-2287, U+228a-228b, U+2295-2297, U+22a3-22a5, U+22bb-22bc, U+22ce-22cf, U+22da-22db, U+22ee-22ef, U+2306, U+2312, U+2314, U+2467-2478;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.99.woff2) format('woff2');
  unicode-range: U+81-82, U+84, U+a2-a5, U+a7-a8, U+aa, U+ac-ad, U+b1-b3, U+b6, U+b8-ba, U+bc-be, U+c0, U+c2, U+c6-cb, U+ce-d0, U+d4, U+d8-d9, U+db-dc, U+de-df, U+e6, U+eb, U+ee-f0, U+f4, U+f7-f9, U+fb, U+fe-ff, U+111, U+126-127, U+132-133, U+138, U+13f-142, U+149-14b, U+152-153, U+166-167, U+2bc, U+2c7, U+2d0, U+2d8-2d9, U+2db-2dd, U+391-394, U+396-3a1, U+3a3-3a9, U+3b2-3b6, U+3b8, U+3bc, U+3be-3c1, U+3c3-3c9, U+2010, U+2015-2016, U+2018-2019, U+201b, U+201f-2021, U+2025, U+2030, U+2033-2036, U+203c, U+203e, U+2042, U+2074, U+207a-207f, U+2081-2084, U+2109, U+2113, U+2116, U+2121, U+2126, U+212b, U+2153-2154;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.100.woff2) format('woff2');
  unicode-range: U+e8, U+2da, U+2160, U+2194, U+3054, U+3058, U+306d, U+3086, U+308d, U+30ac, U+30bb, U+30c4, U+30cd-30ce, U+30e2, U+3132, U+3146, U+3149, U+339d, U+4e3b, U+4f0a, U+4fdd, U+4fe1, U+5409, U+540c, U+5834, U+592a-592b, U+5b9a, U+5dde, U+5e0c, U+5e73, U+5f0f, U+60f3, U+653f, U+661f, U+662f, U+667a, U+683c, U+6b4c, U+6c11, U+767c, U+76ee, U+76f4, U+77f3, U+79d1, U+7a7a, U+7b2c, U+7d22, U+8207, U+8a00, U+8a71, U+9280, U+9580, U+958b, U+96c6, U+9762, U+98df, U+9ed1, U+ac2d, U+adc8, U+add3, U+af48, U+b014, U+b134-b135, U+b158, U+b2aa, U+b35f, U+b6a4, U+b9cf, U+bb63, U+bd23, U+be91, U+c29b, U+c3f4, U+c42c, U+c55c, U+c573, U+c58f, U+c78c, U+c7dd, U+c8f5, U+cad1, U+cc48, U+cf10, U+cf20, U+d03c, U+d07d, U+d2a0, U+d30e, U+d38d, U+d3a8, U+d3c8, U+d5e5, U+d5f9, U+d6e4, U+f90a, U+ff02, U+ff1c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.101.woff2) format('woff2');
  unicode-range: U+3b1, U+2466, U+25a1, U+25a3, U+261c, U+3008-3009, U+305b, U+305d, U+3069, U+30a7, U+30ba, U+30cf, U+30ef, U+3151, U+3157, U+4e4b, U+4e5f, U+4e8c, U+4eca, U+4ed6, U+4f5b, U+50cf, U+5149, U+5165, U+5171, U+5229, U+529b, U+5316, U+539f, U+53f2, U+571f, U+5728, U+58eb, U+591c, U+5b78, U+5c11, U+5c55, U+5ddd, U+5e02, U+5fb7, U+60c5, U+610f, U+611f, U+6625, U+66f8, U+6797, U+679c, U+682a, U+6d2a, U+706b, U+7406, U+767b, U+76f8, U+77e5, U+7acb, U+898b, U+8a69, U+8def, U+8fd1, U+901a, U+90e8, U+91cd, U+975e, U+ae14, U+ae6c, U+aec0, U+afc7, U+afc9, U+b01c, U+b028, U+b308, U+b311, U+b314, U+b31c, U+b524, U+b560, U+b764, U+b920, U+b9e3, U+bd48, U+be7d, U+c0db, U+c231, U+c270, U+c2e3, U+c37d, U+c3ed, U+c530, U+c6a5, U+c6dc, U+c7a4, U+c954, U+c974, U+d000, U+d565, U+d667, U+d6c5, U+d79d, U+ff1e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.102.woff2) format('woff2');
  unicode-range: U+131, U+2032, U+2465, U+2642, U+3048, U+3051, U+3083-3084, U+308f, U+30c0, U+30d1, U+30d3, U+30d6, U+30df, U+30e7, U+3153, U+4e16, U+4e8b, U+4ee5, U+5206, U+52a0, U+52d5, U+53e4, U+53ef, U+54c1, U+57ce, U+597d, U+5b8c, U+5ea6, U+5f8c, U+5f97, U+6210, U+6240, U+624b, U+6728, U+6bd4, U+7236, U+7269, U+7279, U+738b, U+7528, U+7530, U+767e, U+798f, U+8005, U+8a18, U+90fd, U+91cc, U+9577, U+9593, U+98a8, U+ac20, U+acf6, U+ad90, U+af5d, U+af80, U+afcd, U+aff0, U+b0a1, U+b0b5, U+b1fd, U+b2fc, U+b380, U+b51b, U+b584, U+b5b3, U+b8fd, U+b93c, U+b9f4, U+bb44, U+bc08, U+bc27, U+bc49, U+be55, U+be64, U+bfb0, U+bfc5, U+c178, U+c21f, U+c314, U+c4f1, U+c58d, U+c664, U+c698, U+c6a7, U+c6c1, U+c9ed, U+cac0, U+cacc, U+cad9, U+ccb5, U+cdcc, U+d0e4, U+d143, U+d320, U+d330, U+d54d, U+ff06, U+ff1f, U+ff5e;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.103.woff2) format('woff2');
  unicode-range: U+b4, U+20a9, U+20ac, U+2190, U+24d8, U+2502, U+2514, U+2592, U+25c7-25c8, U+2663, U+3060, U+3064, U+3081, U+3088, U+30a3, U+30a6, U+30aa, U+30b5, U+30c7, U+30ca-30cb, U+30d0, U+30e3, U+30e5, U+339e, U+4e09, U+4eac, U+4f5c, U+5167-5168, U+516c, U+51fa, U+5408, U+540d, U+591a, U+5b57, U+6211, U+65b9, U+660e, U+6642, U+6700, U+6b63, U+6e2f, U+7063, U+7532, U+793e, U+81ea, U+8272, U+82b1, U+897f, U+8eca, U+91ce, U+ac38, U+ad76, U+ae84, U+aecc, U+b07d, U+b0b1, U+b215, U+b2a0, U+b310, U+b3d7, U+b52a, U+b618, U+b775, U+b797, U+bcd5, U+bd59, U+be80, U+bea8, U+bed1, U+bee4-bee5, U+c060, U+c2ef, U+c329, U+c3dc, U+c597, U+c5bd, U+c5e5, U+c69c, U+c9d6, U+ca29, U+ca5c, U+ca84, U+cc39, U+cc3b, U+ce89, U+cee5, U+cf65, U+cf85, U+d058, U+d145, U+d22d, U+d325, U+d37d, U+d3ad, U+d769, U+ff0c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.104.woff2) format('woff2');
  unicode-range: U+2161, U+2228, U+2299, U+2464, U+2517, U+2640, U+3042, U+304a, U+3053, U+3061, U+307f, U+3082, U+308c, U+3092, U+30a8, U+30ab, U+30ad, U+30b0, U+30b3, U+30b7, U+30c1, U+30c6, U+30c9, U+30d5, U+30d7, U+30de, U+30e0-30e1, U+30ec-30ed, U+4e0b, U+4e0d, U+4ee3, U+53f0, U+548c, U+5b89, U+5bb6, U+5c0f, U+611b, U+6771, U+6aa2, U+6bcd, U+6c34, U+6cd5, U+6d77, U+767d, U+795e, U+8ecd, U+9999, U+9ad8, U+ac07, U+ac1a, U+ac40, U+ad0c, U+ad88, U+ada4, U+ae01, U+ae65, U+aebd, U+aec4, U+afe8, U+b139, U+b205, U+b383, U+b38c, U+b42c, U+b461, U+b55c, U+b78f, U+b8fb, U+b9f7, U+bafc, U+bc99, U+bed8, U+bfcd, U+c0bf, U+c0f9, U+c167, U+c204, U+c20f, U+c22f, U+c258, U+c298, U+c2bc, U+c388, U+c501, U+c50c, U+c5b9, U+c5ce, U+c641, U+c648, U+c73d, U+ca50, U+ca61, U+cc4c, U+ceac, U+d0d4, U+d5f7, U+d6d7, U+ff1a;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.105.woff2) format('woff2');
  unicode-range: U+2103, U+2463, U+25c6, U+25cb, U+266c, U+3001, U+300a, U+3046, U+304c-304d, U+304f, U+3055, U+3059, U+3063, U+3066-3068, U+306f, U+3089, U+30b8, U+30bf, U+314f, U+4e0a, U+570b, U+5730, U+5916, U+5929, U+5c71, U+5e74, U+5fc3, U+601d, U+6027, U+63d0, U+6709, U+6734, U+751f, U+7684, U+82f1, U+9053, U+91d1, U+97f3, U+ac2f, U+ac4d, U+adc4, U+ade4, U+ae41, U+ae4d-ae4e, U+aed1, U+afb9, U+b0e0, U+b299, U+b365, U+b46c, U+b480, U+b4c8, U+b7b4, U+b819, U+b918, U+baab, U+bab9, U+be8f, U+bed7, U+c0ec, U+c19f, U+c1a5, U+c3d9, U+c464, U+c53d, U+c553, U+c570, U+c5cc, U+c633, U+c6a4, U+c7a3, U+c7a6, U+c886, U+c9d9-c9da, U+c9ec, U+ca0c, U+cc21, U+cd1b, U+cd78, U+cdc4, U+cef8, U+cfe4, U+d0a5, U+d0b5, U+d0ec, U+d15d, U+d188, U+d23c, U+d2ac, U+d729, U+d79b, U+ff01, U+ff08-ff09, U+ff5c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.106.woff2) format('woff2');
  unicode-range: U+2039-203a, U+223c, U+25b3, U+25b7, U+25bd, U+25cf, U+266a, U+3002, U+300b, U+304b, U+3057, U+305f, U+306a-306b, U+307e, U+308a-308b, U+3093, U+30a2, U+30af, U+30b9, U+30c3, U+30c8, U+30e9-30eb, U+33a1, U+4e00, U+524d, U+5357, U+5b50, U+7121, U+884c, U+9751, U+ac94, U+aebe, U+aecd, U+af08, U+af41, U+af49, U+b010, U+b053, U+b109, U+b11b, U+b128, U+b154, U+b291, U+b2e6, U+b301, U+b385, U+b525, U+b5b4, U+b729, U+b72f, U+b738, U+b7ff, U+b837, U+b975, U+ba67, U+bb47, U+bc1f, U+bd90, U+bfd4, U+c27c, U+c324, U+c379, U+c3e0, U+c465, U+c53b, U+c58c, U+c610, U+c653, U+c6cd, U+c813, U+c82f, U+c999, U+c9e0, U+cac4, U+cad3, U+cbd4, U+cc10, U+cc22, U+ccb8, U+ccbc, U+cda5, U+ce84, U+cea3, U+cf67, U+cfe1, U+d241, U+d30d, U+d31c, U+d391, U+d401, U+d479, U+d5c9, U+d5db, U+d649, U+d6d4;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.107.woff2) format('woff2');
  unicode-range: U+b0, U+e9, U+2193, U+2462, U+260e, U+261e, U+300e-300f, U+3044, U+30a4, U+30fb-30fc, U+314d, U+5973, U+6545, U+6708, U+7537, U+ac89, U+ac9c, U+acc1, U+ad04, U+ad75, U+ad7d, U+ae45, U+ae61, U+af42, U+b0ab, U+b0af, U+b0b3, U+b12c, U+b194, U+b1a8, U+b220, U+b258, U+b284, U+b2ff, U+b315, U+b371, U+b3d4-b3d5, U+b460, U+b527, U+b534, U+b810, U+b818, U+b98e, U+ba55, U+bbac, U+bc0b, U+bc40, U+bca1, U+bccd, U+bd93, U+be54, U+be5a, U+bf08, U+bf50, U+bf55, U+bfdc, U+c0c0, U+c0d0, U+c0f4, U+c100, U+c11e, U+c170, U+c20d, U+c274, U+c290, U+c308, U+c369, U+c539, U+c587, U+c5ff, U+c6ec, U+c70c, U+c7ad, U+c7c8, U+c83c, U+c881, U+cb48, U+cc60, U+ce69, U+ce6b, U+ce75, U+cf04, U+cf08, U+cf55, U+cf70, U+cffc, U+d0b7, U+d1a8, U+d2c8, U+d384, U+d47c, U+d48b, U+d5dd, U+d5e8, U+d720, U+d759, U+f981;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.108.woff2) format('woff2');
  unicode-range: U+e0, U+e2, U+395, U+3b7, U+3ba, U+2460-2461, U+25a0, U+3010-3011, U+306e, U+30f3, U+314a, U+314c, U+5927, U+65b0, U+7e41, U+97d3, U+9ad4, U+ad49, U+ae0b, U+ae0d, U+ae43, U+ae5d, U+aecf, U+af3c, U+af64, U+afd4, U+b080, U+b084, U+b0c5, U+b10c, U+b1e8, U+b2ac, U+b36e, U+b451, U+b515, U+b540, U+b561, U+b6ab, U+b6b1, U+b72c, U+b730, U+b744, U+b800, U+b8ec, U+b8f0, U+b904, U+b968, U+b96d, U+b987, U+b9d9, U+bb36, U+bb49, U+bc2d, U+bc43, U+bcf6, U+bd89, U+be57, U+be61, U+bed4, U+c090, U+c130, U+c148, U+c19c, U+c2f9, U+c36c, U+c37c, U+c384, U+c3df, U+c575, U+c584, U+c660, U+c719, U+c816, U+ca4d, U+ca54, U+cabc, U+cb49, U+cc14, U+cff5, U+d004, U+d038, U+d0b4, U+d0d3, U+d0e0, U+d0ed, U+d131, U+d1b0, U+d31f, U+d33d, U+d3a0, U+d3ab, U+d514, U+d584, U+d6a1, U+d6cc, U+d749, U+d760, U+d799;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.109.woff2) format('woff2');
  unicode-range: U+24, U+60, U+3b9, U+3bb, U+3bd, U+2191, U+2606, U+300c-300d, U+3131, U+3134, U+3139, U+3141-3142, U+3148, U+3161, U+3163, U+321c, U+4eba, U+5317, U+ac31, U+ac77, U+ac9f, U+acb9, U+acf0-acf1, U+acfd, U+ad73, U+af3d, U+b00c, U+b04a, U+b057, U+b0c4, U+b188, U+b1cc, U+b214, U+b2db, U+b2ee, U+b304, U+b4ed, U+b518, U+b5bc, U+b625, U+b69c-b69d, U+b7ac, U+b801, U+b86c, U+b959, U+b95c, U+b985, U+ba48, U+bb58, U+bc0c, U+bc38, U+bc85, U+bc9a, U+bf40, U+c068, U+c0bd, U+c0cc, U+c12f, U+c149, U+c1e0, U+c22b, U+c22d, U+c250, U+c2fc, U+c300, U+c313, U+c370, U+c3d8, U+c557, U+c580, U+c5e3, U+c62e, U+c634, U+c6f0, U+c74d, U+c783, U+c78e, U+c796, U+c7bc, U+c92c, U+ca4c, U+cc1c, U+cc54, U+cc59, U+ce04, U+cf30, U+cfc4, U+d140, U+d321, U+d38c, U+d399, U+d54f, U+d587, U+d5d0, U+d6e8, U+d770;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.110.woff2) format('woff2');
  unicode-range: U+d7, U+ea, U+fc, U+2192, U+25bc, U+3000, U+3137, U+3145, U+315c, U+7f8e, U+ac13, U+ac71, U+ac90, U+acb8, U+ace7, U+ad7f, U+ae50, U+aef4, U+af34, U+afbc, U+b048, U+b09a, U+b0ad, U+b0bc, U+b113, U+b125, U+b141, U+b20c, U+b2d9, U+b2ed, U+b367, U+b369, U+b374, U+b3cb, U+b4ec, U+b611, U+b760, U+b81b, U+b834, U+b8b0, U+b8e1, U+b989, U+b9d1, U+b9e1, U+b9fa, U+ba4d, U+ba78, U+bb35, U+bb54, U+bbf9, U+bc11, U+bcb3, U+bd05, U+bd95, U+bdd4, U+be10, U+bed0, U+bf51, U+c0d8, U+c232, U+c2b7, U+c2eb, U+c378, U+c500, U+c52c, U+c549, U+c568, U+c598, U+c5c9, U+c61b, U+c639, U+c67c, U+c717, U+c78a, U+c80a, U+c90c-c90d, U+c950, U+c9e7, U+cbe4, U+cca9, U+cce4, U+cdb0, U+ce78, U+ce94, U+ce98, U+cf8c, U+d018, U+d034, U+d0f1, U+d1b1, U+d280, U+d2f8, U+d338, U+d380, U+d3b4, U+d610, U+d69f, U+d6fc, U+d758;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.111.woff2) format('woff2');
  unicode-range: U+e7, U+2022, U+203b, U+25c0, U+2605, U+2661, U+3147, U+318d, U+672c, U+8a9e, U+acaa, U+acbc, U+ad1c, U+ae4a, U+ae5c, U+b044, U+b054, U+b0c8-b0c9, U+b2a6, U+b2d0, U+b35c, U+b364, U+b428, U+b454, U+b465, U+b4b7, U+b4e3, U+b51c, U+b5a1, U+b784, U+b790, U+b7ab, U+b7f4, U+b82c, U+b835, U+b8e9, U+b8f8, U+b9d8, U+b9f9, U+ba5c, U+ba64, U+babd, U+bb18, U+bb3b, U+bbff, U+bc0d, U+bc45, U+bc97, U+bcbc, U+be45, U+be75, U+be7c, U+bfcc, U+c0b6, U+c0f7, U+c14b, U+c2b4, U+c30d, U+c4f8, U+c5bb, U+c5d1, U+c5e0, U+c5ee, U+c5fd, U+c606, U+c6c5, U+c6e0, U+c708, U+c81d, U+c820, U+c824, U+c878, U+c918, U+c96c, U+c9e4, U+c9f1, U+cc2e, U+cd09, U+cea1, U+cef5, U+cef7, U+cf64, U+cf69, U+cfe8, U+d035, U+d0ac, U+d230, U+d234, U+d2f4, U+d31d, U+d575, U+d578, U+d608, U+d614, U+d718, U+d751, U+d761, U+d78c, U+d790;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.112.woff2) format('woff2');
  unicode-range: U+2665, U+3160, U+4e2d, U+6587, U+65e5, U+ac12, U+ac14, U+ac16, U+ac81, U+ad34, U+ade0, U+ae54, U+aebc, U+af2c, U+afc0, U+afc8, U+b04c, U+b08c, U+b099, U+b0a9, U+b0ac, U+b0ae, U+b0b8, U+b123, U+b179, U+b2e5, U+b2f7, U+b4c0, U+b531, U+b538, U+b545, U+b550, U+b5a8, U+b6f0, U+b728, U+b73b, U+b7ad, U+b7ed, U+b809, U+b864, U+b86d, U+b871, U+b9bf, U+b9f5, U+ba40, U+ba4b, U+ba58, U+ba87, U+baac, U+bbc0, U+bc16, U+bc34, U+bd07, U+bd99, U+be59, U+bfd0, U+c058, U+c0e4, U+c0f5, U+c12d, U+c139, U+c228, U+c529, U+c5c7, U+c635, U+c637, U+c735, U+c77d, U+c787, U+c789, U+c8c4, U+c989, U+c98c, U+c9d0, U+c9d3, U+cc0c, U+cc99, U+cd0c, U+cd2c, U+cd98, U+cda4, U+ce59, U+ce60, U+ce6d, U+cea0, U+d0d0-d0d1, U+d0d5, U+d14d, U+d1a4, U+d29c, U+d2f1, U+d301, U+d39c, U+d3bc, U+d4e8, U+d540, U+d5ec, U+d640, U+d750;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.113.woff2) format('woff2');
  unicode-range: U+5e, U+25b2, U+25b6, U+314e, U+ac24, U+ace1, U+ace4, U+ae68, U+af2d, U+b0d0, U+b0e5, U+b150, U+b155, U+b193, U+b2c9, U+b2dd, U+b3c8, U+b3fc, U+b410, U+b458, U+b4dd, U+b5a0, U+b5a4, U+b5bb, U+b7b5, U+b838, U+b840, U+b86f, U+b8f9, U+b960, U+b9e5, U+bab8, U+bb50, U+bc1d, U+bc24-bc25, U+bca8, U+bcbd, U+bd04, U+bd10, U+bd24, U+be48, U+be5b, U+be68, U+c05c, U+c12c, U+c140, U+c15c, U+c168, U+c194, U+c219, U+c27d, U+c2a8, U+c2f1, U+c2f8, U+c368, U+c554-c555, U+c559, U+c564, U+c5d8, U+c5fc, U+c625, U+c65c, U+c6b1, U+c728, U+c794, U+c84c, U+c88c, U+c8e0, U+c8fd, U+c998, U+c9dd, U+cc0d, U+cc30, U+ceec, U+cf13, U+cf1c, U+cf5c, U+d050, U+d07c, U+d0a8, U+d134, U+d138, U+d154, U+d1f4, U+d2bc, U+d329, U+d32c, U+d3d0, U+d3f4, U+d3fc, U+d56b, U+d5cc, U+d600-d601, U+d639, U+d6c8, U+d754, U+d765;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.114.woff2) format('woff2');
  unicode-range: U+3c-3d, U+2026, U+24d2, U+314b, U+ac11, U+acf3, U+ad74, U+ad81, U+adf9, U+ae34, U+af43, U+afb8, U+b05d, U+b07c, U+b110, U+b118, U+b17c, U+b180, U+b18d, U+b192, U+b2cc, U+b355, U+b378, U+b4a4, U+b4ef, U+b78d, U+b799, U+b7a9, U+b7fd, U+b807, U+b80c, U+b839, U+b9b4, U+b9db, U+ba3c, U+bab0, U+bba4, U+bc94, U+be4c, U+c154, U+c1c4, U+c26c, U+c2ac, U+c2ed, U+c4f4, U+c55e, U+c561, U+c571, U+c5b5, U+c5c4, U+c654-c655, U+c695, U+c6e8, U+c6f9, U+c724, U+c751, U+c775, U+c7a0, U+c7c1, U+c874, U+c880, U+c9d5, U+c9f8, U+cabd, U+cc29, U+cc2c, U+cca8, U+ccab, U+ccd0, U+ce21, U+ce35, U+ce7c, U+ce90, U+cee8, U+cef4, U+cfe0, U+d070, U+d0b9, U+d0c1, U+d0c4, U+d0c8, U+d15c, U+d1a1, U+d2c0, U+d300, U+d314, U+d3ed, U+d478, U+d480, U+d48d, U+d508, U+d53d, U+d5e4, U+d611, U+d61c, U+d68d, U+d6a8, U+d798;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.115.woff2) format('woff2');
  unicode-range: U+23, U+25, U+5f, U+a9, U+ac08, U+ac78, U+aca8, U+acac, U+ace8, U+ad70, U+adc0, U+addc, U+b137, U+b140, U+b208, U+b290, U+b2f5, U+b3c5, U+b3cc, U+b420, U+b429, U+b529, U+b530, U+b77d, U+b79c, U+b7a8, U+b7c9, U+b7f0, U+b7fc, U+b828, U+b860, U+b9ad, U+b9c1, U+b9c9, U+b9dd-b9de, U+b9e8, U+ba38-ba39, U+babb, U+bc00, U+bc8c, U+bca0, U+bca4, U+bcd1, U+bcfc, U+bd09, U+bdf0, U+be60, U+c0ad, U+c0b4, U+c0bc, U+c190, U+c1fc, U+c220, U+c288, U+c2b9, U+c2f6, U+c528, U+c545, U+c558, U+c5bc, U+c5d4, U+c600, U+c644, U+c6c0, U+c6c3, U+c721, U+c798, U+c7a1, U+c811, U+c838, U+c871, U+c904, U+c990, U+c9dc, U+cc38, U+cc44, U+cca0, U+cd1d, U+cd95, U+cda9, U+ce5c, U+cf00, U+cf58, U+d150, U+d22c, U+d305, U+d328, U+d37c, U+d3f0, U+d551, U+d5a5, U+d5c8, U+d5d8, U+d63c, U+d64d, U+d669, U+d734, U+d76c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.116.woff2) format('woff2');
  unicode-range: U+26, U+2b, U+3e, U+40, U+7e, U+ac01, U+ac19, U+ac1d, U+aca0, U+aca9, U+acb0, U+ad8c, U+ae09, U+ae38, U+ae40, U+aed8, U+b09c, U+b0a0, U+b108, U+b204, U+b298, U+b2d8, U+b2eb-b2ec, U+b2f4, U+b313, U+b358, U+b450, U+b4e0, U+b54c, U+b610, U+b780, U+b78c, U+b791, U+b8e8, U+b958, U+b974, U+b984, U+b9b0, U+b9bc-b9bd, U+b9ce, U+ba70, U+bbfc, U+bc0f, U+bc15, U+bc1b, U+bc31, U+bc95, U+bcc0, U+bcc4, U+bd81, U+bd88, U+c0c8, U+c11d, U+c13c, U+c158, U+c18d, U+c1a1, U+c21c, U+c4f0, U+c54a, U+c560, U+c5b8, U+c5c8, U+c5f4, U+c628, U+c62c, U+c678, U+c6cc, U+c808, U+c810, U+c885, U+c88b, U+c900, U+c988, U+c99d, U+c9c8, U+cc3d-cc3e, U+cc45, U+cd08, U+ce20, U+cee4, U+d074, U+d0a4, U+d0dd, U+d2b9, U+d3b8, U+d3c9, U+d488, U+d544, U+d559, U+d56d, U+d588, U+d615, U+d648, U+d655, U+d658, U+d65c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.117.woff2) format('woff2');
  unicode-range: U+d, U+48, U+7c, U+ac10, U+ac15, U+ac74, U+ac80, U+ac83, U+acc4, U+ad11, U+ad50, U+ad6d, U+adfc, U+ae00, U+ae08, U+ae4c, U+b0a8, U+b124, U+b144, U+b178, U+b274, U+b2a5, U+b2e8, U+b2f9, U+b354, U+b370, U+b418, U+b41c, U+b4f1, U+b514, U+b798, U+b808, U+b824-b825, U+b8cc, U+b978, U+b9d0, U+b9e4, U+baa9, U+bb3c, U+bc18, U+bc1c, U+bc30, U+bc84, U+bcf5, U+bcf8, U+bd84, U+be0c, U+be14, U+c0b0, U+c0c9, U+c0dd, U+c124, U+c2dd, U+c2e4, U+c2ec, U+c54c, U+c57c-c57d, U+c591, U+c5c5-c5c6, U+c5ed, U+c608, U+c640, U+c6b8, U+c6d4, U+c784, U+c7ac, U+c800-c801, U+c9c1, U+c9d1, U+cc28, U+cc98, U+cc9c, U+ccad, U+cd5c, U+cd94, U+cd9c, U+cde8, U+ce68, U+cf54, U+d0dc, U+d14c, U+d1a0, U+d1b5, U+d2f0, U+d30c, U+d310, U+d398, U+d45c, U+d50c, U+d53c, U+d560, U+d568, U+d589, U+d604, U+d6c4, U+d788;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.118.woff2) format('woff2');
  unicode-range: U+39, U+49, U+4d-4e, U+a0, U+ac04, U+ac1c, U+ac70, U+ac8c, U+acbd, U+acf5, U+acfc, U+ad00, U+ad6c, U+adf8, U+b098, U+b0b4, U+b294, U+b2c8, U+b300, U+b3c4, U+b3d9, U+b4dc, U+b4e4, U+b77c, U+b7ec, U+b85d, U+b97c, U+b9c8, U+b9cc, U+ba54, U+ba74, U+ba85, U+baa8, U+bb34, U+bb38, U+bbf8, U+bc14, U+bc29, U+bc88, U+bcf4, U+bd80, U+be44, U+c0c1, U+c11c, U+c120, U+c131, U+c138, U+c18c, U+c218, U+c2b5, U+c2e0, U+c544, U+c548, U+c5b4, U+c5d0, U+c5ec, U+c5f0, U+c601, U+c624, U+c694, U+c6a9, U+c6b0, U+c6b4, U+c6d0, U+c704, U+c720, U+c73c, U+c740, U+c744, U+c74c, U+c758, U+c77c, U+c785, U+c788, U+c790-c791, U+c7a5, U+c804, U+c815, U+c81c, U+c870, U+c8fc, U+c911, U+c9c4, U+ccb4, U+ce58, U+ce74, U+d06c, U+d0c0, U+d130, U+d2b8, U+d3ec, U+d504, U+d55c, U+d569, U+d574, U+d638, U+d654, U+d68c;
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv37y1Eh14deQtcf1b9i-uK8HYrMk-16lQzqKQ.119.woff2) format('woff2');
  unicode-range: U+20-22, U+27-2a, U+2c-38, U+3a-3b, U+3f, U+41-47, U+4a-4c, U+4f-5d, U+61-7b, U+7d, U+a1, U+ab, U+ae, U+b7, U+bb, U+bf, U+2013-2014, U+201c-201d, U+2122, U+ac00, U+ace0, U+ae30, U+b2e4, U+b85c, U+b9ac, U+c0ac, U+c2a4, U+c2dc, U+c774, U+c778, U+c9c0, U+d558;
}
/* latin */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/PN_oRfi-oW3hYwmKDpxS7F_LQv3LyVsm9YUUUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.card-information [data-oke-star-rating] {
    margin-bottom: 6px;
}
.slae-icon { background: #1162B4 ; color: white; padding: 0 8px; margin-right: 6px; display: inline-block; font-size: 13px;}
.slae-textpri { color: #1162B4 ; }
@media (max-width: 768px) {
    .slae-icon {position: absolute;top: -35px;right: 0px;z-index: 9;font-size: 12px;line-height: 22px;padding: 0 7px !important; margin-right: 0;}
}
div.product-item .slae-icon {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    left: auto;
    z-index: 99;
}

/* assets/css/animated.css */
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{animation-name:fadeInUp;animation-duration:.6s;animation-fill-mode:both}@keyframes fadeInDown2{0%{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes headerSlideDown{to{transform:translateY(0)}}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animateMenuOpen{0%{opacity:0;transform:translateY(-1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes appear-down{0%{opacity:0;margin-top:-1rem}to{opacity:1;margin-top:0}}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;transform:rotate(135deg)}to{stroke-dashoffset:280;transform:rotate(450deg)}}@-webkit-keyframes progress-bar-stripes{0%{background-position:0 0}to{background-position:40px 0}}@-moz-keyframes progress-bar-stripes{0%{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{0%{background-position:0 0}to{background-position:40px 0}}@-webkit-keyframes shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes shimmer{0%{background-position:-1200px 0}to{background-position:1200px 0}}@-webkit-keyframes zoom-animation{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.5,1.5,1);transform:scale3d(1.5,1.5,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes zoom-animation{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.5,1.5,1);transform:scale3d(1.5,1.5,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes box-shadow{0%,to{-webkit-box-shadow:0 0 0 0;-moz-box-shadow:0 0 0 0;box-shadow:0 0}50%{-webkit-box-shadow:0 0 0 4px;-moz-box-shadow:0 0 0 4px;box-shadow:0 0 0 4px}}@keyframes dot-shadow{0%,to{-webkit-box-shadow:0 0 0 0 var(--dot-shadow-color);-moz-box-shadow:0 0 0 0 var(--dot-shadow-color);box-shadow:0 0 0 0 var(--dot-shadow-color)}50%{-webkit-box-shadow:0 0 0 4px var(--dot-shadow-color);-moz-box-shadow:0 0 0 4px var(--dot-shadow-color);box-shadow:0 0 0 4px var(--dot-shadow-color)}}@keyframes animateDrawerOpen{@media screen and (max-width: 767px) {0% {opacity: 0; transform: translateX(100%);} 100% {opacity: 1; transform: translateX(0);}} @media screen and (min-width: 768px) {0% {opacity: 1; transform: translateX(100%);} 100% {opacity: 1; transform: translateX(0);}}}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}@keyframes halo-animateloader{0%{width:0%}to{width:100%}}@keyframes slowShow{0%{opacity:.01}to{opacity:1}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes tilt-shaking{0%,18%,to{transform:rotate(0)}2%,6%,10%,14%{transform:rotate(-2deg)}4%,8%,12%,16%{transform:rotate(2deg)}}@-webkit-keyframes tilt-shaking{0%,18%,to{transform:rotate(0)}2%,6%,10%,14%{transform:rotate(-2deg)}4%,8%,12%,16%{transform:rotate(2deg)}}.an-tilt-shaking{animation:tilt-shaking 6s ease infinite;animation-delay:5s;transform-origin:50% 50%}@-webkit-keyframes vertical-shaking{0%,18%,to{transform:translateZ(0)}2%,6%,10%,14%{transform:translate3d(0,-2px,0)}4%,8%,12%,16%{transform:translate3d(0,2px,0)}}@keyframes vertical-shaking{0%,18%,to{transform:translateZ(0)}2%,6%,10%,14%{transform:translate3d(0,-2px,0)}4%,8%,12%,16%{transform:translate3d(0,2px,0)}}.an-vertical-shaking{animation:vertical-shaking 6s ease infinite;animation-delay:5s;transform-origin:50% 50%}@-webkit-keyframes horizontal-shaking{0%,18%,to{transform:translateZ(0)}2%,6%,10%,14%{transform:translate3d(-5px,0,0)}4%,8%,12%,16%{transform:translate3d(5px,0,0)}}@keyframes horizontal-shaking{0%,18%,to{transform:translateZ(0)}2%,6%,10%,14%{transform:translate3d(-5px,0,0)}4%,8%,12%,16%{transform:translate3d(5px,0,0)}}.an-horizontal-shaking{animation:horizontal-shaking 6s ease infinite;animation-delay:5s;transform-origin:50% 50%}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px);pointer-events:none}to{opacity:1;transform:translateY(0);pointer-events:auto}}@keyframes iconFadeLeft{0%{opacity:0;transform:translate(-50%,-5px);pointer-events:none}to{opacity:1;transform:translate(0);pointer-events:auto}}@keyframes iconFadeRight{0%{opacity:0;transform:translate(-50%,5px);pointer-events:none}to{opacity:1;transform:translate(0);pointer-events:auto}}@keyframes scrollArrow{0%{-webkit-transform:translateY(0px);transform:translateY(0)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(0px);transform:translateY(0)}}@keyframes slideUp{0%,50%{transform:translateY(100%);opacity:0}60%,to{transform:translateY(0);opacity:1}}@keyframes fadeOut{0%{opacity:1;pointer-events:auto}to{opacity:0;pointer-events:none}}@-webkit-keyframes cursorInfinite{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359.85deg);transform:rotate(359.85deg)}}@keyframes cursorInfinite{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359.85deg);transform:rotate(359.85deg)}}@keyframes jelly{0%,to{transform:scale(1)}25%{transform:scale(.9,1.1)}50%{transform:scale(1.1,.9)}75%{transform:scale(.95,1.05)}}@keyframes lookbook-appear-down{0%{opacity:0;transform:translateY(-10px);pointer-events:none}to{opacity:1;transform:translateY(0);pointer-events:auto}}@keyframes lookbook-disappear-up{0%{opacity:1;transform:translateY(0);pointer-events:auto}to{opacity:0;transform:translateY(-10px);pointer-events:none}}@keyframes marquee{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}.marquee-rtl{animation:marquee var(--timeScroll) infinite linear;animation-delay:2s}@keyframes marquee-ltr{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.marquee-ltr{animation:marquee-ltr var(--timeScroll) infinite linear;animation-delay:2s}
/*# sourceMappingURL=/cdn/shop/t/8/assets/animated.css.map?v=85100867744973969481774117207 */

/* assets/css/component-card.css */
.product-item{position:relative;letter-spacing:0;font-size:0}.product-item>.card{font-size:var(--font-body-size)}.card{position:relative}.card-product{position:relative;z-index:1}.card-media{display:block;position:relative;overflow:hidden}.card-link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;width:100%;height:100%;display:block}.card-media>img,.card-media>video{display:block;position:absolute;top:0;left:0;height:100%;width:100%;max-width:100%;cursor:pointer;object-fit:var(--product-cart-image-fit);object-position:center center;transition:all .8s ease}.card-media>img.lazyload,.card-media>img.lazyloading{opacity:0}.card-media>img+img.lazyloaded{opacity:0}.card-media>img+img,.card-media>img+video{opacity:0}.card-product--padding{border:.1rem solid var(--color-background-20)}.card-product--padding .card-product__wrapper{padding:2rem}.card-information{padding:15px 0 0}.card-information__group{margin:0 0 1px}.card-vendor{overflow:hidden;white-space:normal;display:-webkit-box;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;font-family:var(--product-vendor-font);font-size:var(--product-vendor-font-size);font-weight:var(--product-vendor-font-weight);font-style:var(--product-vendor-font-style);color:var(--product-vendor-color);line-height:var(--product-vendor-line-height);letter-spacing:var(--product-vendor-letter-spacing);text-transform:var(--product-vendor-text-transform);width:100%;margin-bottom:var(--product-vendor-margin-bottom);margin-top:var(--product-vendor-margin-top)}.card-vendor a{font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;letter-spacing:inherit}.card-review{font-size:0;letter-spacing:0;margin:-2px 0 0}.card-review .spr-badge-caption{display:none!important}.card__heading{font-size:var(--product-title-font-size);margin:0}.card-title{font-family:var(--product-title-font);font-size:var(--product-title-font-size);font-weight:var(--product-title-font-weight);line-height:var(--product-title-line-height);letter-spacing:var(--product-title-letter-spacing);text-transform:var(--product-title-text-transform);color:var(--product-title-color);display:block;margin:0 0 var(--product-title-margin-bottom) 0}.card-title span[data-change-title]{display:none}.enable_text_color_title .card-title span[data-change-title]{display:inline-block}.card-title-ellipsis{overflow:hidden;white-space:normal;display:-webkit-box;-webkit-line-clamp:var(--product-title-line-text);text-overflow:ellipsis;-webkit-box-orient:vertical}.card-price{font-weight:var(--font-weight-bold);letter-spacing:0;margin-top:var(--product-price-margin-top);margin-bottom:var(--product-price-margin-bottom)}.card-price .price-item--regular{color:#9d9d9d}.card-quickview .quickview-button{font-family:var(--font-body-family);font-size:var(--product-quickview-font-size);font-weight:var(--font-body-weight);line-height:var(--product-quickview-line-height);letter-spacing:var(--body-letter-spacing);color:var(--product-quick-view-color);background-color:var(--product-quick-view-bg);border-color:var(--product-quick-view-bg);padding:var(--product-quickview-padding-top) var(--product-quickview-padding-left-right) var(--product-quickview-padding-bottom) var(--product-quickview-padding-left-right);min-width:86px;width:auto;text-transform:capitalize;border-radius:var(--product-quickview-border-radius);box-shadow:var(--product-quickview-box-shadow)}.card-quickview .quickview-icon,.card-wishlist .wishlist-icon,.card-compare .compare-icon{display:block;text-align:center;position:relative;width:36px;height:36px;padding:9px 8px;line-height:1;border-radius:50%;font-size:0;letter-spacing:0;cursor:pointer}.card-quickview .quickview-icon{background-color:var(--product-quick-view-bg);border:none}.card-quickview .text,.card-wishlist .text,.card-compare .text,.card-compare .text_1{display:none;white-space:nowrap;font-size:var(--font-body-size);font-weight:var(--font-weight-normal);line-height:var(--body-line-height);width:0;opacity:0;overflow:hidden;visibility:hidden;right:calc(100% - 30px);height:36px;background-color:var(--bg-white);line-height:36px;position:absolute;top:50%;padding:0 30px 0 15px;border-radius:36px;transform:translateY(-50%);transition:var(--anchor-transition);transition-duration:var(--duration-default);pointer-events:none}.card-compare .text{padding:0 30px}.card-product__group.group-left .card-quickview .text,.card-product__group.group-left .card-wishlist .text{padding:0 15px 0 30px}.card-quickview .text{color:var(--product-quick-view-color);background-color:var(--product-quick-view-bg)}.card-quickview .text:before{border-left:7px solid var(--product-quick-view-bg)}.card-quickview .icon,.card-wishlist .icon,.card-compare .icon{width:100%;height:100%;width:18px;height:18px;line-height:18px;vertical-align:top;position:relative;z-index:2;background-color:transparent}.card-quickview .icon{fill:var(--product-quick-view-color)}.card-quickview:not(.card-quickviewIcon){display:block;position:absolute;top:50%;left:50%;z-index:4;transition:transform var(--duration-default) ease,visibility var(--duration-default) ease;transform:translate3d(-50%,calc(-50% - 10px),0);opacity:0;visibility:hidden;pointer-events:none;width:auto}.card-quickview.card-quickviewIcon{display:none}.card-wishlist .wishlist-icon{background-color:var(--product-wishlist-bg);border:1px solid var(--product-wishlist-border)}.card-wishlist .text{color:var(--product-wishlist-color);background-color:var(--product-wishlist-bg);text-transform:capitalize}.card-wishlist .text:before{border-left:7px solid var(--product-wishlist-bg)}.card-wishlist .icon{fill:var(--product-wishlist-color)}.card-wishlist .wishlist-added{background-color:var(--product-wishlist-bg-added);border-color:var(--product-wishlist-border-added)}.card-wishlist .wishlist-added .text{color:var(--product-wishlist-color-added);background-color:var(--product-wishlist-bg-added)}.card-wishlist .wishlist-added .text:before{border-left-color:var(--product-wishlist-bg-added)}.card-wishlist .wishlist-added .icon{fill:var(--product-wishlist-color-added)}.card-compare .compare-icon{background-color:var(--product-compare-bg)}.card-compare .compare-label{display:inline-block;vertical-align:middle;font-size:calc(var(--font-body-size) - 3px);cursor:pointer;position:relative}.card-compare .text{color:var(--product-compare-color);background-color:var(--product-compare-bg)}.card-compare .text:before{border-left:7px solid var(--product-compare-bg)}.card-compare .icon{fill:var(--product-compare-color)}.card-compare .compare-checkbox:checked+.compare-label .text,.card-compare .compare-checkbox:checked+.compare-label .text_1{color:var(--product-compare-color-added);background-color:var(--product-compare-bg-added)}.card-compare .compare-checkbox:checked+.compare-label .text:before{border-left-color:var(--product-compare-bg)}.card-compare .compare-checkbox:checked+.compare-label .icon{fill:var(--product-compare-color-added)}.card-compare .compare-icon.is-checked{background-color:var(--product-compare-bg-added)}.card-compare.card-compareIcon{display:none}.card-compare:not(.card-compareIcon){opacity:0;visibility:hidden;pointer-events:none;transition:var(--anchor-transition);transition-duration:var(--duration-default)}.card-compare.card-compareIcon .compare-label{font-size:0;letter-spacing:0;padding:0;position:static}.card-product__group{position:absolute;z-index:3;transition:transform var(--duration-long) ease,opacity var(--duration-default) ease}.card-product__group.group-left,.card-product__group.group-right{top:10px;display:flex;flex-direction:column}.card-product__group .card-product__group-item+.card-product__group-item{margin-top:10px}.card-product__group.group-left{left:10px;transform:translate3d(-10px,0,0)}.card-product__group.group-middle{top:50%;left:50%;transform:translate3d(-50%,calc(-50% - 10px),0)}.card-product__group.group-right{left:auto;right:10px}.card-product__group.group-left .card-wishlist .text,.card-product__group.group-left .card-quickview .text,.card-product__group.group-left .card-compare .text{right:auto;left:calc(100% + 20px)}.card-product__group.group-left .card-wishlist .text:before,.card-product__group.group-left .card-quickview .text:before,.card-product__group.group-left .card-compare .text:before{border-left:none;right:auto;left:-7px}.card-product__group.group-left .card-wishlist .text:before{border-right:7px solid var(--product-wishlist-bg)}.card-product__group.group-left .card-quickview .text:before{border-right:7px solid var(--product-quick-view-bg)}.card-product__group.group-left .card-compare .text:before{border-right:7px solid var(--product-compare-bg-add)}.card-product__group.group-left .card-wishlist .wishlist-added .text:before{border-right-color:var(--product-wishlist-color-added)}.card-product__group.group-left .card-compare .compare-checkbox:checked+.compare-label .text:before{border-right-color:var(--product-compare-bg-added)}.card-action{position:absolute;bottom:0;width:100%;padding:0;background:transparent;z-index:10;margin:0;transform:translate3d(0,15px,0);transition:transform var(--duration-long) ease,opacity var(--duration-default) ease}.price{justify-content:center}.card-action .button{font-family:var(--btn-3-font-family);font-size:var(--btn-3-font-size);font-weight:var(--btn-3-font-weight);text-transform:var(--btn-3-text-transform);text-align:var(--btn-3-text-align);letter-spacing:var(--btn-3-letter-spacing);line-height:var(--btn-3-line-height);border-radius:var(--btn-3-border-radius);border-style:var(--btn-3-border-style);border-width:var(--btn-3-border-width);padding-top:var(--btn-3-padding-top);padding-bottom:var(--btn-3-padding-bottom);background:var(--product-action-bg);color:var(--product-action-color);border-color:var(--product-action-border);box-shadow:var(--btn-3-horizontal-length) var(--btn-3-vertical-length) var(--btn-3-blur-radius) var(--btn-3-spread) var(--btn-3-all-bg-opacity) var(--btn-3-inset)}.card-action .variants-popup{display:block;opacity:0;visibility:hidden;position:absolute;top:auto;bottom:0;left:0;width:100%;background-color:var(--bg-white);z-index:2;pointer-events:none;transition:transform var(--duration-default) ease,visibility var(--duration-default) ease}.card-action .variants-popup-content{position:relative;padding:25px 10px 50px;overflow-y:auto}.card-action .variants-popup-content .variants{max-height:102px;overflow-y:auto;webkit-overflow-scrolling:touch}.productList .card-action .variants-popup-content{padding:25px 10px 50px 0;overflow-y:visible}.productList .card-action .variants-popup-content .variants{max-height:100%!important;min-height:100%!important;display:inherit}.card-action .variants-popup-close{position:absolute;top:-6px;left:auto;right:-7px;color:inherit;line-height:1;font-size:0;letter-spacing:0;z-index:1}.card-action .variants-popup-close svg{width:40px;height:40px;padding:11px;fill:var(--icon);stroke:transparent}.card-action .selector-wrapper{padding:0 0 18px}.card-action .selector-wrapper.option-color{padding-bottom:5px}.product-card__button2{padding:0;display:flex;position:absolute;bottom:0;left:0;width:100%}.productList .product-card__button2{bottom:auto}.card-action .selector-wrapper .form-label{font-weight:var(--font-weight-medium);padding:0 25px;text-align:center;line-height:18px}.card-action .selector-wrapper .form-label .label-value-1,.card-action .selector-wrapper .form-label .label-value-2,.card-action .selector-wrapper .form-label .label-value-3{font-weight:var(--font-weight-normal);color:#3c3c3c}.productList .card-action .selector-wrapper{text-align:left}.productList .card-action .selector-wrapper.option-color{display:none}.quick_shop_option_2 .productList .card-action .selector-wrapper.option-color{display:block}.productList .card-action .selector-wrapper .form-label{padding:0 25px 0 0;text-align:left}.card-action .selector-wrapper .swatch-element{position:relative;padding:0 12px;transition:var(--anchor-transition);display:inline-block}.productList .card-action .selector-wrapper .swatch-element{padding-right:24px;padding-left:0}.card-action .selector-wrapper .single-label{display:block;font-size:calc(var(--font-body-size) + 2px);font-weight:var(--font-weight-medium);padding:0;cursor:pointer}.card-action .selector-wrapper .single-label .text{display:none;font-size:calc(var(--font-body-size) - 3px);font-weight:var(--font-weight-normal);color:var(--color-grey);margin:0 0 0 5px}.card-action .selector-wrapper .single-action{display:none;font-size:0;letter-spacing:0;padding:0;position:absolute;top:0;right:0;z-index:1;height:100%;width:100%}.card-action .selector-wrapper .single-action .icon{fill:var(--icon);stroke:transparent;width:16px;height:16px;margin:0 5px 0 0}.card-action .selector-wrapper .single-action .text{display:inline-block;vertical-align:middle;font-size:calc(var(--font-body-size) - 3px);font-weight:var(--font-weight-normal);letter-spacing:var(--letter-spacing);line-height:var(--line-height);color:var(--form-label);opacity:0}.card-action .selector-wrapper .single-option:checked+.single-label{text-decoration:underline;text-underline-position:under}.productList .card-action .selector-wrapper .single-option:checked+.single-label{border-bottom:1px solid;text-decoration:unset}.card-action .selector-wrapper .swatch-element.unavailable{display:none}.card-action .selector-wrapper .swatch-element.soldout{opacity:.5}.card-action .selector-wrapper .swatch-element.soldout .single-label .text{display:inline-block;vertical-align:inherit}.card-action .selector-wrapper .swatch-element.soldout .single-action{display:none}.card-action .selector-wrapper .swatch-element.unavailable .single-label{opacity:.6;pointer-events:none}.size_varriant_style_2 .card-action .selector-wrapper .single-label{font-size:var(--font-body-size);font-weight:var(--font-weight-normal);border:1px solid #d2d2d2;padding:7px 20px;min-width:60px;text-align:center}.size_varriant_style_2 .card-action .selector-wrapper .single-option:checked+.single-label{text-decoration:unset;text-underline-position:unset;border-color:#000}.size_varriant_style_2 .card-action .selector-wrapper .swatch-element{padding:0 2.5px 5px}.card-swatch{font-size:0;letter-spacing:0}.card-swatch .swatch{display:block;width:100%;position:relative;font-size:0}.card-swatch .item{display:inline-block;vertical-align:top;margin:0 5px 5px 0;position:relative;line-height:1}.card-swatch .item .tooltip,.card-swatch .group-swatch .tooltip{display:none;font-size:calc(var(--font-body-size) - 2px);font-weight:var(--font-weight-normal);color:var(--color-white);background:var(--color-global);text-align:center;position:absolute;bottom:100%;left:50%;padding:5px;z-index:2;min-width:40px;transform:translate(-50%);margin:0 0 10px;border-radius:2px;transition:var(--anchor-transition);white-space:nowrap;text-transform:capitalize}.card-swatch .item .tooltip:before,.card-swatch .group-swatch .tooltip:before{content:"";position:absolute;bottom:-7px;left:50%;height:0;width:0;border-top:7px solid var(--color-global);border-left:7px solid transparent;border-right:7px solid transparent;transform:translate(-50%)}.card-swatch .swatch-label{display:block;border-radius:50%;overflow:hidden;position:relative;font-size:0;letter-spacing:0;width:var(--w-product-swatch-custom);height:var(--h-product-swatch-custom);margin:0 auto;border:1px solid var(--product-swatch-border);background:transparent;cursor:pointer;padding:2px;box-sizing:border-box}.productList .card-swatch .swatch-label{width:var(--w-product-swatch-custom);height:var(--h-product-swatch-custom)}.card-swatch .number-showmore{width:auto;height:var(--h-product-swatch-custom);display:inline-block;cursor:pointer;line-height:var(--h-product-swatch-custom);text-align:center;font-size:var(--font-size-product-swatch-more);font-weight:var(--font-weight-normal);color:var(--color-text2);background:none;border:none}.card-swatch .number-showmore span{pointer-events:none}.card-swatch .number-showmore span.text-number{position:relative;top:0}.card-swatch .swatch-label .pattern{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden;position:relative;background-color:transparent;background-repeat:no-repeat;background-size:cover;background-position:center}.card-swatch .swatch-label.is-active{border-color:var(--product-swatch-border-active)}.card-swatch .item:first-child{margin-left:0}.card-swatch .item:last-child{margin-right:0}.card-swatch--grid{margin-top:12px}.card-swatch--slider{position:absolute;width:100%;top:auto;left:0;bottom:0;opacity:1;visibility:visible;pointer-events:auto;padding:8px;z-index:3;background-color:var(--bg-white);transition:transform var(--duration-default) ease,visibility var(--duration-default) ease}.card-summary{font-size:var(--font-body-size);font-weight:var(--font-body-weight);line-height:var(--body-line-height);letter-spacing:var(--body-letter-spacing);color:var(--color-text);margin:0 0 13px}.card-list__hidden{display:none!important}.swatch .group-swatch{display:inline;vertical-align:top;line-height:1}.swatch.show--more .group-swatch{display:inline!important}.swatch.show--more .group-swatch .item-wrapper{display:inline-block;margin:0 5px 5px 0;position:relative}.product-item.quickshop-popup-show .card-action .variants-popup{pointer-events:auto;animation:fadeUp var(--duration-default) ease forwards;visibility:visible}.product-item-custom .card-product{display:inline-block;vertical-align:top;width:80px;height:107px}.product-item-custom .card-media{width:100%;height:100%}.product-item-custom .card-information{display:inline-block;vertical-align:top;width:calc(100% - 80px);padding:0 25px 0 20px!important;position:relative;top:-6px}.product-item-custom .card-review{margin:0 0 6px}.product-item-custom .card-vendor{margin:0 0 10px}.product-item-custom .card-title{margin-bottom:19px}.card-vendor.animated-loading>a,.card-title.animated-loading .text,.card-price.animated-loading .price,.card-action.animated-loading .button{opacity:0;visibility:hidden}.card-information__wrapper.text-center .card-price,.card-swatch.text-center{display:flex;justify-content:center}.card-information__wrapper.text-left .card-price,.card-swatch.text-left{display:flex;justify-content:flex-start}.card-information__wrapper.text-right .card-price,.card-swatch.text-right{display:flex;justify-content:flex-end}.card-information__wrapper.text-center .card-information__group{justify-content:center}.text-size{display:block;font-size:var(--text-size-font-size);font-weight:var(--text-size-font-weight);color:var(--text-size-color);line-height:var(--text-size-line-height);letter-spacing:var(--text-size-letter-spacing);text-transform:var(--text-size-text-transform);margin-top:10px}.card .text-size{font-size:var(--text-size-font-size)}.product-tab-block .halo-block-header{margin-bottom:0}.list-product-tabs .separation--style2{height:15px;width:1px;background:var(--bg-color);font-size:0!important;margin-top:-2px}.product-tab-block .list-product-tabs{list-style:none;padding:0;display:flex;justify-content:center;align-items:center;overflow:auto;flex-wrap:wrap;margin-top:0;margin-bottom:40px}.product-tab-block .list-product-tabs li{margin:0 12px;text-align:center}.product-tab-block .list-product-tabs li .tab-links{padding:6px 15px;display:block;transition:none;width:100%}.product-tab-block .product-tabs-content .tab-content{display:none}.product-tab-block .product-tabs-content .tab-content.active{display:block}.product-tab-block .product-tabs-content .loading{font-size:var(--font-body-size)}.product-tab-block .list-product-tabs.list-tab__style_2 li .tab-links{background:transparent;position:relative;border-radius:0;padding-left:0;padding-right:0}.product-tab-block .list-product-tabs.list-tab__style_2 li .tab-links.active:before{content:"";width:0;height:0;position:absolute;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid black;bottom:-1px;left:50%;transform:translate(-50%)}.product-tab-block .list-product-tabs li:last-child{margin-right:0}.product-tab-block .list-product-tabs li:first-child{margin-left:0}.wrapper-item-size{position:absolute;bottom:60px;left:50%;transform:translate(-50%);width:100%;opacity:0;visibility:hidden;pointer-events:none;z-index:1}.sizes-list{margin:0;letter-spacing:-.33em;padding:0}.sizes-list li{display:inline-block;letter-spacing:normal;margin:0 2.5px}.sizes-list li:first-of-type{margin-left:0}.sizes-list li:last-of-type{margin-right:0}.sizes-list li a{min-width:27px;-moz-border-radius:13px;-webkit-border-radius:13px;-ms-border-radius:13px;-o-border-radius:13px;border-radius:13px;color:var(--variant-size);border:1px solid var(--variant-size-border);background-color:var(--variant-size-bg);display:block;text-align:center;padding:3px 5px 2px;font-weight:var(--font-weight-medium);font-size:12px;line-height:20px}.sizes-list li a:hover{background:var(--variant-size-bg-hover);color:var(--variant-size-hover);border-color:var(--variant-size-border-hover)}.sizes-list li.hide-count-5 a{border:none;background-color:transparent}.sizes-list li.hide-count-5 a:hover{color:var(--variant-size);background-color:transparent}.card-action .variants-popup-content .variants::-webkit-scrollbar{width:5px}.card-action .variants-popup-content .variants::-webkit-scrollbar-track{background:#f4f4f4}.card-action .variants-popup-content .variants::-webkit-scrollbar-thumb{background:#000}.card-action .variants-popup-content .variants::-webkit-scrollbar-thumb:hover{background:#000}.product-block__banner .list_banner_item{position:relative}.product-block__banner .list_banner_item:not(.slick-initialized) figure:nth-child(n+2){display:none}.product-block__banner .list_banner_item .slick-dots{bottom:30px}.product-block__banner .list_banner_item .slick-dots li button{background:var(--bg-white);border-color:var(--bg-white)}.product-block__banner .list_banner_item .slick-dots li.slick-active button{background:transparent;border-color:var(--bg-white)}.product-block-has__banner .product-block__banner figure{margin:0;position:relative}.product-block-has__banner .product-block__banner figure img{cursor:auto}.product-block-has__banner .product-block__banner .product-block__cap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;max-height:100%;overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%;padding-left:10px;padding-right:10px}.product-block-has__banner .product-block__banner .product-block__cap.align--left{text-align:left;padding-left:0}.product-block-has__banner .product-block__banner .product-block__cap.align--right{text-align:right;padding-right:0}.product-block-has__banner .product-block__banner .product-block__cap.align-items--center{padding-top:30px;padding-bottom:30px}.product-block-has__banner .product-block__banner .product-block__cap.align-items--top{top:0;bottom:auto;padding-top:var(--align-items-spacing-tb-style);padding-bottom:30px;transform:translate(-50%)}.product-block-has__banner .product-block__banner .product-block__cap.align-items--bottom{top:auto;bottom:0;padding-top:30px;padding-bottom:var(--align-items-spacing-tb-style);transform:translate(-50%)}.product-block-has__banner .product-block__banner .product-block__cap.align-items--center .cap-content{max-width:320px;margin-left:auto;margin-right:auto}.product-block__cap--text{margin:0}.product-block__cap--subText{font-weight:var(--font-weight-medium)}.product-block__cap--description{margin-bottom:34px}.product-block__cap--button{max-width:180px;margin:0 auto}.product-block__grid{padding-top:45px;padding-bottom:40px}.product-block-has__banner.has__banner--left .product-block__grid{padding-right:15px}.product-block-has__banner.has__banner--right .product-block__grid{padding-left:15px}.product-block-has__banner.product-block-has__collections{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr;grid-gap:0 20px;grid-auto-flow:dense}.product-block-has__banner.product-block-has__collections .product-block__banner{grid-column-end:span 1;grid-row-end:span 4;width:auto}.product-block-has__banner.product-block-has__collections .product-block__grid{grid-column-end:span 3;grid-row-end:span 4;padding:0!important;width:100%!important}.product-block-has__banner.product-block-has__collections .product-block__grid .card-product .card-media{padding-bottom:77%!important}.product-block-has__banner.product-block-has__collections .product-block__grid .products-carousel{margin:0!important}.product-block-has__banner.product-block-has__collections .product-block__grid .products-carousel .product{margin:0;padding-left:1px;padding-right:1px}.product-block-has__banner.product-block-has__collections .product-block__collections{grid-column-end:span 1;grid-row-end:span 4;display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr;grid-gap:20px 0px;grid-auto-flow:dense}.product-block__collection--list{display:flex;justify-content:center;align-items:center;padding-left:25px;padding-right:10px;border-radius:6px;background-color:var(--bg-white)}.product-block__collection--list_info h5{font-size:calc(var(--font-body-size) + 2px);text-transform:unset;margin:0}.product-block__collection--list_info{display:inline-block;width:calc(100% - 75px);margin-right:5px}.product-block__collection--list_image{max-width:70px;display:inline-block}.halo-block-header.has__banner .title .text{padding:0;margin-bottom:5px}.card-action .option-color .swatch-element{padding:0 3px}.productList .card-action .option-color .swatch-element{padding-right:6px;padding-left:0}.card-action .option-color .single-label{display:block;border-radius:50%;overflow:hidden;position:relative;font-size:0;letter-spacing:0;width:var(--w-product-swatch-custom);height:var(--h-product-swatch-custom);border:1px solid var(--product-swatch-border);background:0 0;cursor:pointer;padding:2px}.productList .card-action .option-color .single-label{width:var(--w-product-swatch-custom);height:var(--h-product-swatch-custom)}.card-action .option-color .single-option:checked+.single-label{border-color:var(--swatch-border-active)}.card-action .option-color .single-label .pattern{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden;position:relative;background-color:transparent;background-repeat:no-repeat;background-size:cover;background-position:center}.body-full-width .product-block .container-full .products-carousel .slick-prev{left:calc((var(--grid-gap)) + 10px)}.body-full-width .product-block .container-full .products-carousel .slick-next{right:calc((var(--grid-gap)) + 10px)}.style_2_text_color_varriant .card-title-ellipsis{position:relative}.style_2_text_color_varriant .card-title-change{padding-right:90px}.style_2_text_color_varriant .card-title span[data-change-title]{top:0;right:0;max-width:90px;font-weight:var(--font-weight-normal);text-transform:capitalize;overflow:hidden;position:absolute;white-space:nowrap;text-overflow:ellipsis;color:var(--product-vendor-color)}.style_2_text_color_varriant .card-title [data-change-title]{font-size:var(--product-title-variant-font-size)}.product-card-layout-01 .product-item.enable_background_button_card .card-action{padding-top:10px;padding-bottom:10px;background:var(--bg-white)}.product-card-layout-01 .product-item.enable_background_button_card .card-action.has-compare{padding-bottom:0}.product-card-layout-01 .product-item.enable_background_button_card .card-action .variants-popup{bottom:15px}.animated-loading .media-loading{display:block}.media-loading{display:none;position:absolute;top:50%;left:50%;font-size:30px;line-height:1;font-family:var(--font-body-family);font-weight:var(--font-weight-medium);color:#ccc;box-sizing:border-box;text-shadow:0 0 2px var(--bg-white),0 0 1px var(--bg-white),0 0 1px var(--bg-white);letter-spacing:2px;transform:translate(-50%,-50%);opacity:.6}.media--loading-effect img.lazyloaded+img+.data-lazy-loading+.media-loading,.card.ajax-loaded .media--loading-effect .media-loading{display:none}.card-compare:not(.card-compareIcon) .compare-label{font-size:var(--font-body-size);font-weight:var(--font-weight-normal);padding:0 0 0 25px}.card-compare input[type=checkbox]+.form-label--checkbox:before{width:16px;height:16px;border:1px solid #d0d0d0}.card-compare input[type=checkbox]:checked+.form-label--checkbox:before{border-color:#000}.card-compare input[type=checkbox]+.form-label--checkbox:after{width:11px;height:11px}.product-card-layout-01 .productListing.productList .card-product__wrapper .card-action+.card-compare{display:none!important}.product-card-layout-01 .productListing.productList .card-compare-wrapper{margin-top:12px}.quick_shop_option_2 .variants-popup .variants-popup-close{display:none}.quick_shop_option_2 .productList .card-action .variants-popup-content{padding:25px 10px 70px 0!important}.quick_shop_option_2 .product-card__button2{background-color:#fff;padding-top:12px}.quick_shop_option_2 .variants-popup-content .scrollable .product-card__button2:before{content:"";position:absolute;z-index:1;left:50%;top:-30px;background:linear-gradient(0deg,#fffc 38.19%,#fff0);width:85%;height:30px;transform:translate(-50%)}.quick_shop_option_2 .variants-popup-content .variants.scrollable{justify-content:flex-start;padding-bottom:20px;padding-top:5px}.quick_shop_option_2 .card-action .add-to-cart-btn+.cancel-btn{margin-left:10px}.quick_shop_option_2 .card-action .variants-popup-content .quickshop-quantity{margin:0 auto 12px}.quick_shop_option_2 .card-action .product-card__button2 .button{min-width:auto}.quick_shop_option_2 .card-action .product-card__button2 .button.add-to-cart-btn{background:var(--product-action-bg-hover);color:var(--product-action-color-hover);border-color:var(--product-action-border-hover)}.quick_shop_option_2 .card-action .selector-wrapper:not(.option-color){padding:0 0 8px}.quick_shop_option_2 .card-action .variants-popup{background-color:#ffffffd9}.quick_shop_option_2 .card-action .variants-popup-content .label-quantity-2{text-align:center;margin-bottom:8px;margin-top:-2px}.quick_shop_option_2 .card-action .selector-wrapper .swatch-element{padding:0 2px}.quick_shop_option_2 .card-action .selector-wrapper .single-label{font-size:var(--font-body-size)}.quick_shop_option_2 .card-action .selector-wrapper .form-label .label-value-1,.quick_shop_option_2 .card-action .selector-wrapper .form-label .label-value-2,.quick_shop_option_2 .card-action .selector-wrapper .form-label .label-value-3{font-weight:var(--font-weight-normal);color:var(--product-vendor-color)}.quick_shop_option_2 .card-action .selector-wrapper:not(.option-color) .single-label{display:block;width:auto;min-width:30px;height:30px;line-height:30px;border-radius:20px;padding:0 6px;font-size:var(--font-body-size);font-weight:var(--font-weight-normal);text-transform:capitalize;color:var(--variant-color);background-color:var(--variant-bg);border:1px solid var(--swatch-border);text-align:center;transition:var(--anchor-transition);margin-bottom:5px}.quick_shop_option_2 .card-action .selector-wrapper.option-color .single-label{padding:2px;min-width:30px;height:30px;line-height:30px}.quick_shop_option_2 .card-action .selector-wrapper .single-option:checked+.single-label,.quick_shop_option_2 .card-action .selector-wrapper .swatch-element:hover{text-decoration:none;color:var(--variant-color-active);border-color:var(--swatch-border-active)}.quick_shop_option_2 .variants-popup-content .variants{display:flex;flex-direction:column;justify-content:center}.quick_shop_option_2 .variants-popup-content.active_option_3 .variants{display:inherit}quickshop-update-quantity.disabled{pointer-events:none;opacity:.5}.card-product:hover .card-media.media--hover-effect>img:first-child:not(:only-child){opacity:0}.card-product:hover .card-media.media--hover-effect>img+img{opacity:1;transform:scale(1.05);transition:opacity .5s,transform 2s cubic-bezier(0,0,.44,1.18),-webkit-transform 2s cubic-bezier(0,0,.44,1.18)}.card-product:hover .card-media.media--hover-effect>img+video{opacity:1}@media(max-width:1024px){.product-card-layout-01 .product-item .card-action,.product-card-layout-04 .product-item .card-action,.product-card-layout-03 .product-item .card-action,.product-card-layout-07 .product-item .card-action{position:relative;padding-top:0!important;padding-bottom:5px!important;transform:translate3d(0,10px,0)}.product-card-layout-01 .product-item.enable_background_button_card .card-action{padding-top:10px!important;transform:translateZ(0)}.product-card-layout-03 .card-product .card-group-abs-center{position:relative!important}.product-card-layout-01 .card-action .variants-popup,.product-card-layout-03 .card-action .variants-popup,.product-card-layout-04 .card-action .variants-popup{bottom:5px!important}.card-compare .compare-icon,.card-quickview .quickview-icon,.card-wishlist .wishlist-icon,.card-compare-wrapper{display:none}.card-quickview.show-mb,.card-quickview.show-mb .quickview-icon,.card-wishlist .wishlist-icon.show-mb{display:block}.product-tab--block-has__banner .product-block__grid{padding-bottom:20px}.product-tab-block .list-product-tabs.has__banner{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;justify-content:flex-end!important}.product-block-has__banner .product-block__banner .product-block__cap.align-items--top{padding-top:30px}.product-block-has__banner .product-block__banner .product-block__cap.align-items--bottom{padding-bottom:30px}.product-block-has__banner.product-block-has__collections{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr}.product-block-has__banner.product-block-has__collections .product-block__grid{grid-column-end:span 2!important}.product-block-has__banner.product-block-has__collections .product-block__collections{margin-top:45px;grid-column-end:span 3;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr;grid-gap:0 20px;overflow:auto}.product-block-has__banner.product-block-has__collections .product-block__banner .product-block__image{padding-top:100%!important}.product-block__collection--list{min-width:280px}.product-block__collection--list_image img{padding:6px}.style_2_text_color_varriant .card-title-ellipsis{padding-right:0}.style_2_text_color_varriant .card-title span[data-change-title]{display:none}.productList .card-compare-wrapper.card-list__hidden,.card-compare{display:none!important}.quick_shop_option_2 .card-action .selector-wrapper .swatch-element{padding:0 2px}}@media(max-width:991px){.product-block-has__banner.product-block-no__collections:not(.not-img){display:block!important}.product-block-has__banner.product-block-no__collections:not(.not-img) .product-block__banner,.product-block-has__banner.product-block-no__collections:not(.not-img) .product-block__grid{width:100%!important}.product-block-has__banner.product-block-no__collections:not(.not-img) .product-block__banner+.product-block__grid{margin-top:30px}}@media(max-width:768px){.product-block-has__banner.has__banner--right .product-block__grid{padding-top:15px}.product-block-has__banner .product-block__grid{padding:0 15px!important}.product-tab-block .list-product-tabs.has__banner{justify-content:flex-start!important}.product-block-has__banner.product-block-has__collections .product-block__grid .card-product .card-media{padding-bottom:50%!important}.product-block-has__banner.product-block-has__collections .product-block__banner .product-block__image{padding-top:139.5973154%!important}.product-block-has__banner.product-block-has__collections .product-block__collections{margin-top:60px}}@media(max-width:767px){.product-block-has__banner.product-block-has__collections .product-block__grid .card-product .card-media{padding-bottom:80%!important}.product-block-has__banner .product-block__grid.pd--style2{margin-top:10px;padding:0!important}.product-block-has__banner .product-block__banner{margin-bottom:10px}.product-tab--block-has__banner .product-block__banner{display:none}.product-tab--block-has__banner .product-block__grid{padding-top:0}.product-block-has__banner.product-block-has__collections{display:block}.product-block-has__banner.product-block-has__collections .product-block__banner{display:none}.product-block-has__banner.product-block-has__collections .product-block__collections{margin-top:60px}.product-block__collection--list{min-width:250px}.quick_shop_option_2 .card-product{z-index:auto!important}.quick_shop_option_2 .card-action{transform:none!important;z-index:auto!important}.quick_shop_option_2 .card-action .variants-popup{transform:translateY(-50%)}.quick_shop_option_2 .card-action .variants-popup-content .variants{max-height:260px!important;min-height:214px!important;display:inherit}.quick_shop_option_2 .card-action .selector-wrapper.option-color{padding-bottom:7px}.quick_shop_option_2 .card-action .selector-wrapper{padding-bottom:10px}.quick_shop_option_2 .card-action .add-to-cart-btn+.cancel-btn{margin-left:10px}.quick_shop_option_2 .product-card__button2{padding:0 10px}.quick_shop_option_2 .card-action .variants-popup-content .quickshop-quantity{margin:5px auto 12px}.quick_shop_option_2 .previewCartItem-qty.quickshop-quantity .btn-quantity{height:38px;top:50%;transform:translateY(-50%)}.quick_shop_option_2 .previewCartItem-qty.quickshop-quantity .btn-quantity:before,.quick_shop_option_2 .previewCartItem-qty.quickshop-quantity .btn-quantity:after{top:18px}.quick_shop_option_2 .product-item.quickshop-popup-show .card-action .variants-popup{display:none}.quick_shop_popup_mobile{overflow-y:hidden}.quick_shop_popup_mobile .background-overlay{opacity:1;pointer-events:all;z-index:99}}@media(max-width:765px){.product-block-has__banner .product-block__banner.not-img .product-block__cap{position:static;transform:unset;padding-top:0;padding-bottom:10px;text-align:center}.product-block-has__banner .product-block__banner.not-img .product-block__cap .cap-content{max-width:100%}}@media(max-width:551px){.card-product__group.group-right{top:5px;right:5px;transform:none}.card-product__group.group-left{top:5px;left:5px;transform:none}.card-product__group .card-product__group-item+.card-product__group-item{margin-top:5px}.card-quickview .quickview-icon,.card-wishlist .wishlist-icon{width:30px;height:30px;padding:0}.product-block-has__banner .product-block__grid{padding:0 10px!important}.product-tab--block-has__banner .product-block__grid{padding-bottom:10px}.product-tab-block .halo-block-header.has__banner,.product-tab-block .halo-block-header.has__banner .title{margin-bottom:0}.product-tab-block .list-product-tabs.list-tab__style_2{margin-bottom:20px}.product-tab-block .list-product-tabs li a{font-size:16px}.product-tab-block .list-product-tabs.list-tab__style_2 li a{margin-bottom:10px}.list-product-tabs.list-tab__style_2 li:before{right:-22px!important;font-size:16px!important;top:0!important}.product-tab-block .list-product-tabs.enable_scroll_tab{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.product-tab-block .list-product-tabs.enable_scroll_tab li:first-child{margin-left:3px}.product-block-has__banner .product-block__grid.pd--style3{padding:0!important;margin-top:15px}.product-card-layout-01 .card-information{padding:8px 0 0}.card-swatch .swatch-label{width:var(--w-product-swatch-custom-mb);height:var(--h-product-swatch-custom-mb)}.card-swatch .number-showmore{width:auto;height:var(--h-product-swatch-custom-mb);line-height:var(--h-product-swatch-custom-mb)}.card-action .option-color .single-label{width:var(--w-product-swatch-custom-mb);height:var(--h-product-swatch-custom-mb)}.productList .card-action .variants-popup-close{top:15px}.quick_shop_option_2 .card-action .selector-wrapper .swatch-element{padding:0 3px}.size_varriant_style_2 .card-action .selector-wrapper .single-label{padding:4px 14px;min-width:30px}}@media(min-width:551px){.card-information__group{display:flex;align-items:center;justify-content:space-between}.sidebarBlock-product .card-information__group:not(.card-information__group-2){display:block}.card-information__group .card-vendor{width:calc(100% - 85px)}.card-information__group .card-review{width:100px;margin-top:0;text-align:right}.card-information__group-2 .card-vendor,.card-information__group-2 .card-review{width:100%}.card-information__wrapper.text-center .card-information__group-2{justify-content:center}.card-information__wrapper.text-left .card-information__group-2{justify-content:flex-start}.card-information__wrapper.text-right .card-information__group-2{justify-content:flex-end}}@media(min-width:767px){.product-tab--block-has__banner{display:flex}.halo-block-top{display:flex;align-items:center;justify-content:space-between}.product-tab-block .halo-block-top{align-items:unset}.product-tab-block .halo-block-header.has__banner{display:flex;align-items:center}.halo-block-top .halo-block-header .title{margin:0!important}.product-tab--block-has__banner{justify-content:space-between}.product-tab--block-has__banner .product-block__banner{width:250px}.product-tab--block-has__banner .product-block__grid{width:calc(100% - 265px);padding-top:0}.product-tab--block-has__banner .product-block__banner figure{margin:0;width:100%}.product-tab-block .list-product-tabs.has__banner{width:calc(100% - 270px)!important}.product-block-has__banner .product-block__banner{width:calc(var(--width-box-banner) - 20px)}.product-block-has__banner.has__banner--left[data-width-banner="50"] .product-block__banner{width:var(--width-box-banner);padding-right:calc(var(--grid-gap) * 2)}.product-block-has__banner.has__banner--right[data-width-banner="50"] .product-block__banner{width:var(--width-box-banner);padding-left:calc(var(--grid-gap) * 2)}.product-block-has__banner{display:flex}.product-block-has__banner.has__banner--right{flex-direction:row-reverse}.product-block-has__banner.has__banner--left .product-block__grid{width:calc(100% - var(--width-box-banner) + 20px);padding-left:6%}.product-block-has__banner.has__banner--right .product-block__grid{width:calc(100% - var(--width-box-banner) + 20px);padding-right:6%}.body-full-width .product-block-has__banner.has__banner--left .product-block__grid.pd--style2{padding-right:15px}.body-full-width .product-block-has__banner.has__banner--right .product-block__grid.pd--style2{padding-left:15px}.body-custom-width .product-block-has__banner.has__banner--right .product-block__grid{padding-right:30px}.body-custom-width .product-block-has__banner.has__banner--left .product-block__grid{padding-left:30px}.product-block-has__banner.has__banner--left .product-block__grid.pd--style2{padding-left:15px}.product-block-has__banner.has__banner--right .product-block__grid.pd--style2{padding-right:15px}body:not(.body-full-width) .product-block-has__banner.has__banner--left .product-block__grid.pd--style2{padding-right:0!important}body:not(.body-full-width) .product-block-has__banner.has__banner--right .product-block__grid.pd--style2{padding-left:0!important}.product-block-has__banner .product-block__grid.pd--style2 .products-carousel .slick-prev{left:10px}.product-block-has__banner .product-block__grid.pd--style2 .products-carousel .slick-next{right:10px}.product-block-has__banner .product-block__grid.pd--style2{padding-top:0}.product-block-has__banner.has__banner--left[data-width-banner="50"] .product-block__grid.pd--style2{width:var(--width-box-banner);padding-left:10px;padding-right:0}.product-block-has__banner.has__banner--right[data-width-banner="50"] .product-block__grid.pd--style2{width:var(--width-box-banner);padding-left:0;padding-right:10px}.product-block-has__banner .product-block__banner.pd--style3{width:var(--width-box-banner)!important}.product-block-has__banner.has__banner--left .product-block__grid.pd--style3{padding:0;width:calc(100% / 3)!important;max-width:370px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.product-block-has__banner.has__banner--right .product-block__grid.pd--style3{padding:0;width:calc(100% / 3);max-width:370px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.product-block-has__banner .product-block__grid.pd--style3 .products-grid .product{margin-bottom:0!important}.product-block-has__banner .product-block__grid.pd--style3 .products-grid .product:nth-child(n+2){display:none}.product-block-has__banner .product-block__grid.pd--style3 .products-grid[data-products-to-show="1"]+.product-infinite-scroll{display:none}.product-block-has__banner .product-block__grid.pd--style3 .product-item{margin-top:10px;margin-bottom:10px}.product-block-has__banner .product-block__grid.pd--style3 .card{background-color:#fff;padding-bottom:6px;-webkit-box-shadow:-5px 4px 5px 0 rgba(0,0,0,.1);box-shadow:-5px 4px 5px #0000001a}.product-block-has__banner .product-block__grid.pd--style3 .card .card-information{padding:15px 7px 3px}.product-block-has__banner .product-block__banner.not-img figure{height:100%}.card-action .variants-popup{animation:fadeOut var(--duration-default) ease forwards}}@media(min-width:991px){.product-block-has__banner,.product-tab--block-has__banner{display:flex}.product-block-has__banner.has__banner--right,.product-tab--block-has__banner.has__banner--right{flex-direction:row-reverse}.product-block-has__banner .product-block__image,.product-block-has__banner .product-block__banner figure{height:100%}.product-block-has__banner.height_auto .product-block__image,.product-block-has__banner.height_auto .product-block__banner figure{height:auto}.product-tab--block-has__banner .product-block__image,.product-tab--block-has__banner .product-block__banner figure{height:auto}.product-block-has__banner .product-block__banner img,.product-tab--block-has__banner .product-block__banner img{object-fit:unset}.product-block-has__banner:not(.height_auto) .product-block__banner img{object-fit:cover}.product-block-has__banner .product-block__grid.pd--style3 .card .card-information{padding:25px 30px 10px}.halo-block-top{display:flex;align-items:center;justify-content:space-between}.halo-block-top .halo-block-header .title{margin:0!important}.product-tab--block-has__banner{justify-content:space-between}.product-tab--block-has__banner .product-block__banner{width:calc(25% - 10px)}.product-tab--block-has__banner .product-block__grid{width:calc(75% - 10px);padding-top:0}.product-tab--block-has__banner .product-block__banner figure{margin:0;width:100%}}@media(min-width:1025px){.product-tab--block-has__banner .product-block__banner{width:calc(var(--width-box-banner) - 10px)}.product-tab--block-has__banner .product-block__grid{width:calc(100% - var(--width-box-banner) - 10px);padding-top:0}.product-tab-block .halo-block-header.has__banner{width:300px}.product-tab-block .list-product-tabs.has__banner{width:calc(100% - 300px);justify-content:flex-end}.body-full-width .product-block-has__banner.has__banner--left .product-block__grid{padding-right:3.175%}.body-full-width .product-block-has__banner.has__banner--right .product-block__grid{padding-left:3.175%}.body-custom-width .product-block-has__banner.has__banner--right .product-block__grid,.body-custom-width .product-block-has__banner.has__banner--left .product-block__grid{padding-left:30px;padding-right:30px}.body-full-width .product-block-has__banner.has__banner--left .product-block__grid.pd--style2{padding-right:10px}.body-full-width .product-block-has__banner.has__banner--right .product-block__grid.pd--style2{padding-left:10px}.product-block-has__banner.has__banner--left .product-block__grid.pd--style2{padding-left:25px}.product-block-has__banner.has__banner--right .product-block__grid.pd--style2{padding-right:25px}.product-block-has__banner .product-block__grid.pd--style2 .products-carousel .slick-prev{left:15px}.product-block-has__banner .product-block__grid.pd--style2 .products-carousel .slick-next{right:15px}.product-block-has__banner.has__banner--left[data-width-banner="50"] .product-block__grid.pd--style2{padding-left:calc(var(--grid-gap) * 2);padding-right:0}.product-block-has__banner.has__banner--right[data-width-banner="50"] .product-block__grid.pd--style2{padding-left:0;padding-right:calc(var(--grid-gap) * 2)}.halo-product-block .product-block-has__banner[data-width-banner="50"] .pd--style2 .products-carousel{margin-left:calc((var(--grid-gap)) * (-1));margin-right:calc((var(--grid-gap)) * (-1))}.quickview-button:hover{color:var(--product-quick-view-color-hover);background-color:var(--product-quick-view-bg-hover);border-color:var(--product-quick-view-bg-hover)}.card-quickview .quickview-icon:hover .text,.card-wishlist .wishlist-icon:hover .text,.card-compare .compare-icon:hover .text{opacity:1;visibility:visible;pointer-events:auto;display:inline-block;width:auto}.card-product__group.group-left .card-wishlist .wishlist-icon:hover .text,.card-product__group.group-left .card-quickview .quickview-icon:hover .text,.card-product__group.group-left .card-compare .compare-icon:hover .text{left:calc(100% - 30px);right:auto}.card-product__group.group-right .card-wishlist .wishlist-icon:hover .text,.card-product__group.group-right .card-quickview .quickview-icon:hover .text,.card-product__group.group-right .card-compare .compare-icon:hover .text{left:auto;right:calc(100% - 30px)}.card-quickview.card-quickviewIcon,.card-compare.card-compareIcon{display:block}.card-quickviewIcon.default{display:none}.card-title:hover{color:var(--product-title-color-hover);text-decoration:underline;text-underline-offset:3px}.card-information:hover .link-underline .text{text-decoration:underline}.card-product__group,.card-action{opacity:0;visibility:hidden}.card-product__group.group-right{transform:translate3d(10px,0,0)}.card-action .button:hover{background:var(--product-action-bg-hover);color:var(--product-action-color-hover);border-color:var(--product-action-border-hover);box-shadow:var(--btn-3-horizontal-length) var(--btn-3-vertical-length) var(--btn-3-blur-radius) var(--btn-3-spread) var(--btn-3-all-bg-opacity-hover) var(--btn-3-inset)}.card-action .selector-wrapper .swatch-element:hover{text-decoration:underline;text-underline-position:under}.size_varriant_style_2 .card-action .selector-wrapper .swatch-element:hover{text-decoration:unset;text-underline-position:unset;border-color:#000}.card-action .selector-wrapper .swatch-element+.swatch-element{border-top:none}.card-swatch .item .tooltip,.card-swatch .group-swatch .tooltip{display:block;opacity:0;visibility:hidden;pointer-events:none}.card-swatch .item:hover .tooltip,.card-swatch .item-wrapper:hover .tooltip{opacity:1;visibility:visible;pointer-events:auto}.card-swatch--slider{opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,30px,0)}.card:hover .card-quickview:not(.card-quickviewIcon){opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(-50%,-50%,0)}.card:hover .card-compare:not(.card-compareIcon){opacity:1;visibility:visible;pointer-events:auto}.card:hover .card-wishlist{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0)}.card:hover .card-product__group{opacity:1;visibility:visible;pointer-events:auto}.card:hover .card-action{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0)}.card:hover .card-product__group.group-left,.card:hover .card-product__group.group-right{transform:translateZ(0)}.card:hover .card-product__group.group-middle{transform:translate3d(-50%,-50%,0)}.card:hover .card-swatch--slider{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0)}.product-card-layout-01 .card-action{bottom:-1px}.template-index.hide_compare_homepage .card-compare-wrapper,.template-index.hide_compare_homepage .card-compareIcon,.template-index.hide_compare_homepage .halo-compareProduct,.template-index.hide_compare_homepage .card-compare{display:none!important}.template-index.hide_compare_homepage .card .card-media.has-compare:after{content:none}.template-index.hide_compare_homepage.product-card-layout-01 .card-action.has-compare{bottom:-1px}.template-index.hide_compare_homepage.product-card-layout-01 .product-item.enable_background_button_card .card-action.has-compare{padding-bottom:15px}.product-card-layout-01 .card-action.has-compare{bottom:40px}.product-card-layout-01 .card-compare:not(.card-compareIcon){position:absolute;bottom:0;left:50%;width:auto;padding:0;background:transparent;z-index:10;margin:0;transform:translate(-50%,15px);transition:transform var(--duration-long) ease,visibility var(--duration-long) ease}.product-card-layout-01 .card .card-media.has-compare:after,.product-card-layout-05 .card .card-media.has-compare:after{content:"";position:absolute;bottom:0;background:#fff;width:100%;height:100px;transition:.5s ease;opacity:0;color:#fff;font-size:20px;text-align:center}.product-card-layout-01 .card:hover .card-compare:not(.card-compareIcon),.product-card-layout-05 .card:hover .card-compare:not(.card-compareIcon){transform:translate(-50%,-5px)}.product-card-layout-01 .card-compare:hover .compare-label,.product-card-layout-05 .card-compare:hover .compare-label{text-decoration:underline;text-underline-offset:.1rem}.product-card-layout-01 .card:hover .card-media:after,.product-card-layout-05 .card:hover .card-media:after{opacity:1}.product-card-layout-02 .card-compare:not(.card-compareIcon){position:absolute;bottom:8px;left:50%;width:auto;padding:0;background:transparent;z-index:10;margin:0;transform:translate(-50%,15px);transition:transform var(--duration-long) ease,visibility var(--duration-long) ease}.product-card-layout-02 .card-compare-wrapper{position:relative}.product-card-layout-02 .card-action.has-compare{padding-bottom:25px}.product-card-layout-03 .card-compare:not(.card-compareIcon),.product-card-layout-04 .card-compare:not(.card-compareIcon){display:flex;justify-content:center;padding-top:12px}.product-card-layout-03 .productListing.productList .card-compare:not(.card-compareIcon),.product-card-layout-04 .productListing.productList .card-compare:not(.card-compareIcon){justify-content:flex-start;padding-top:15px}.product-card-layout-05 .card-action.has-compare{bottom:20px}.product-card-layout-05 .card-compare:not(.card-compareIcon){position:absolute;bottom:-18px;left:50%;width:auto;padding:0;background:transparent;z-index:10;margin:0;transform:translate(-50%,15px);transition:transform var(--duration-long) ease,visibility var(--duration-long) ease}.product-card-layout-01 .product-item.enable_background_button_card .card-action{padding-top:15px;padding-bottom:15px}.product-card-layout-01 .product-item.enable_background_button_card .card-action.has-compare{padding-bottom:0}.product-block__collection--list:hover{box-shadow:0 3px 8px #0003;cursor:pointer}.quick_shop_option_2 .card-action .product-card__button2 .button.add-to-cart-btn:hover,.product-card-layout-01.quick_shop_option_2 .product-item.enable_background_button_card .card-action .product-card__button2 .button.add-to-cart-btn{background:var(--product-action-bg);color:var(--product-action-color);border-color:var(--product-action-border)}.product-card-layout-01.quick_shop_option_2 .product-item.enable_background_button_card .card-action .product-card__button2 .button.add-to-cart-btn:hover,.product-card-layout-01.quick_shop_option_2 .product-item.enable_background_button_card .card-action .product-card__button2 .button.cancel-btn{background:var(--product-action-bg-hover);color:var(--product-action-color-hover);border-color:var(--product-action-border-hover)}.product-card-layout-01.quick_shop_option_2 .product-item.enable_background_button_card .card-action .product-card__button2 .button.cancel-btn:hover{background:var(--product-action-bg);color:var(--product-action-color);border-color:var(--product-action-border)}}@media(min-width:1200px){.product-block-has__banner .product-block__banner .product-block__cap.align--left{padding-left:var(--align-items-spacing-lr-style)}.product-block-has__banner .product-block__banner .product-block__cap.align--right{padding-right:var(--align-items-spacing-lr-style)}}@media screen and (min-width:1200px)and (max-width:1920px){.product-block-has__banner.has__banner--left .product-block__grid{padding-right:calc((100% - 1170px)/2)}.product-block-has__banner.has__banner--right .product-block__grid{padding-left:calc((100% - 1170px)/2)}}@media screen and (min-width:1921px){.product-block-has__banner.has__banner--left:not(.container-1170,.container-1770,.layout-body--default,.layout-body--boxed,.layout-body--custom_width) .product-block__grid{padding-right:375px}.product-block-has__banner.has__banner--right:not(.container-1170,.container-1770,.layout-body--default,.layout-body--boxed,.layout-body--custom_width) .product-block__grid{padding-left:375px}}body .product-full-width .productView-wishlist a,body .product-full-width-2 .productView-wishlist a,body a.product-full-width,body .productView-share.style-2 .share-button__button{background:none;border:none}body .product-full-width .productView-wishlist a.wishlist-added{background-color:var(--product-wishlist-bg-added);border-color:var(--product-wishlist-border-added)}body .product-full-width .productView-wishlist a{border:1px solid #000;border-radius:50%;width:38px;height:38px;padding:6px;margin-right:5px}body .productView-wishlist a:hover .icon{fill:#c8c8c8}@media(max-width:550px){body .productView-share.style-2 .share-button__button{margin-right:15px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-card.css.map?v=107875801030094601881774117229 */

/* assets/css/component-loading-overlay.css */
.loading-overlay{position:absolute;z-index:1;width:3rem;top:0;right:0}.loading-overlay__spinner{width:3rem;display:inline-block}.halo-cart-content.is-loading .path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:var(--color-background-global);animation:dash 1.4s ease-in-out infinite}predictive-search[open] .path,.cart-sidebar-show .path,.has-halo-loader .path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:center;stroke:var(--color-background-global);animation:dash 1.4s ease-in-out infinite}predictive-search[open] .spinner{animation:rotator 1.4s linear infinite}.loading-overlay:not(.hidden)+.cart-item__price-wrapper,.loading-overlay:not(.hidden)~cart-remove-button{opacity:50%}.loading-overlay:not(.hidden)~cart-remove-button{pointer-events:none;cursor:default}.loading-overlay--custom{display:none;bottom:0;left:0;right:0;width:100%;padding:0 5rem;background-color:var(--color-background-overylay)}.loading-overlay--custom .loading-overlay__spinner{position:absolute;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-50%)}.loading-overlay--custom .spinner{width:100%;height:100%}.is-loading>.loading-overlay{display:block}.show_image_loading .card-media.animated-loading{background:var(--bg-planceholder)}.animated-loading{animation-duration:2.25s;animation-fill-mode:forwards;animation-iteration-count:inherit;animation-name:shimmer;animation-timing-function:linear;border:none!important;border-radius:0!important;background:var(--bg-planceholder);background:linear-gradient(to right,var(--bg-planceholder) 4%,#f1f2f3 25%,var(--bg-planceholder) 36%);background-size:2000px 100%}.card:not(.ajax-loaded) .animated-loading{animation-iteration-count:infinite}.animated-loading>span,.animated-loading>img{opacity:0!important}.is-loading.add-to-cart-btn,.is-loading.button{font-size:0!important;transition:none;position:relative}.is-loading.button svg{display:none!important}.is-loading.button:before{content:"";position:absolute;top:50%;left:46%;transform:translate(-50%,-50%);display:inline-block;border:2px solid #f6f6f6;border-radius:50%;border-top:2px solid var(--spinner-top-color);border-right:2px solid var(--spinner-right-color);border-bottom:2px solid var(--spinner-bottom-color);border-left:2px solid var(--spinner-left-color);width:20px;height:20px;animation:spin 1.4s linear infinite}.has-halo-loader .loading-overlay--custom{display:block;position:fixed;z-index:111}.product-item--loadingNoInfo .card-vendor,.product-item--loadingNoInfo .card-title .text,.product-item--loadingNoInfo .card-price .price{opacity:0;visibility:hidden}.show_image_loading .media--loading-effect{background:var(--bg-planceholder)}.media--loading-effect>img.lazyload,.media--loading-effect>img.lazyloading{opacity:0!important}.media--loading-effect>img.lazyload~.media-loading,.media--loading-effect>img.lazyloading~.media-loading,.card-media--loading .media-loading{display:block}.ajax-loaded .media--loading-effect{background:transparent}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}@-webkit-keyframes bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@media(min-width:768px){.loading-overlay{left:0;right:auto}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-loading-overlay.css.map?v=98393919969379515581774117262 */

/* assets/css/component-loading-banner.css */
.banner-item,.image-banner .halo-banner-wrapper .item{position:relative}.image-banner.style_bg--full{background:var(--bg-color-style)}.image-banner.style_bg--for_img .item .image:after{content:"";position:absolute;top:0;left:auto;right:0;bottom:0;background-color:var(--bg-color-style);width:30%;max-width:420px;height:100%;transition:all 2s ease}.image-banner.style_bg--for_img .item:hover .image:after{width:calc(50% + 15px);max-width:calc(50% + 15px)}.img-box .image{display:block;overflow:hidden;position:relative}.img-box .image img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;object-fit:cover;object-position:center}.img-box .image.image-circle{border-radius:50%}.img-box--mobile .image{display:none}.img-box--mobile .image+.image{display:block}.video-box{position:absolute;top:50%;left:0;width:100%;height:0;transform:translateY(-50%);opacity:0;visibility:hidden;transition:var(--anchor-transition)}.content-box{position:relative}.content-box--absolute{position:absolute;top:50%;left:0;z-index:1;padding:25px 25px 30px;-moz-transform:translateY(-47%);-o-transform:translateY(-47%);-ms-transform:translateY(-47%);-webkit-transform:translateY(-47%);transform:translateY(-47%);max-width:100%;width:475px;max-height:100%;overflow-x:hidden;overflow-y:auto}.content-box--absolute::-webkit-scrollbar{width:5px}.content-box--absolute::-webkit-scrollbar-track{background:#f4f4f4}.content-box--absolute::-webkit-scrollbar-thumb{background:#000}.content-box--absolute::-webkit-scrollbar-thumb:hover{background:#000}.content-box--center{left:50%;-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.banner-heading{display:inline-block;position:relative;font-family:var(--font-heading-family);font-size:var(--font-heading-size);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);text-transform:var(--heading-text-transform);letter-spacing:var(--heading-letter-spacing);line-height:var(--heading-line-height);color:var(--color-text);margin:0 0 20px}.border--border_s1 .banner-heading{padding:0 0 30px}.border--border_s1 .banner-heading:before{content:"";position:absolute;left:50%;bottom:0;-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translate(-50%);height:2px;width:40px;display:inline-block;background-color:var(--border-color-title-style)}.border--border_s2 .banner-heading:before{content:"";position:absolute;top:auto;left:0;right:0;bottom:0;display:block;width:100%;height:22px;background-color:var(--border-color-title-style);z-index:-1}.banner-text{display:block;font-family:var(--font-body-family);font-size:var(--font-body-size);font-weight:var(--font-body-weight);line-height:var(--body-line-height);letter-spacing:var(--body-letter-spacing);color:var(--color-text);margin:0 0 35px}.banner-button{max-width:237px}.banner-button svg{width:14px;height:14px;display:inline-block;vertical-align:middle;margin-right:0}.banner-button span{display:inline-block;vertical-align:middle}.banner-action{display:block;line-height:1;font-size:0}.banner-action .banner-button{display:inline-block;width:auto;min-width:167px;font-size:14px}.content-box--absolute.text-left .banner-action{text-align:left}.content-box--absolute.text-center .banner-action{text-align:center}.content-box--absolute.text-right .banner-action{text-align:right}.image-banner .item+.item{margin-top:20px}.custom-banner .content-box--absolute{padding-left:15px;padding-right:15px}.content-box--absolute.align-items--top{top:0;bottom:auto;-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%)}.content-box--absolute.align-items--bottom{top:auto;bottom:0;-moz-transform:translate(-50%,0);-o-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%)}.countdown-block{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;color:var(--color-countdown-style);margin-bottom:var(--countdown-margin-bottom-style)}.countdown-block .clock-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;align-items:center;flex-direction:column;border:2px solid var(--color-countdown-style);border-radius:50%;margin-left:20px;margin-right:20px;width:96px;height:96px}.countdown-block.shape-square .clock-item{border-radius:0;margin-left:0;margin-right:0;border:1px solid var(--color-countdown-style);border-left:0;width:105px;height:70px}.countdown-block.shape-square .clock-item:first-of-type{border-left:1px solid var(--color-countdown-style)}.countdown-block .clock-item:first-child{margin-left:0}.countdown-block .clock-item:last-child{margin-right:0}.countdown-block .clock-item span{display:block}.countdown-block .clock-item span.num{font-weight:var(--font-weight-bold);font-size:var(--font-size-countdown-number-style);margin-bottom:4px;line-height:1}.countdown-block .clock-item span.text{font-weight:var(--font-weight-normal);font-size:var(--font-size-countdown-text-style);text-transform:uppercase;line-height:1}.collection-countdown{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.collection-countdown .clock-item{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border:1px solid;padding-top:1px}.collection-countdown .clock-item span{display:block}.collection-countdown .clock-item:first-of-type{margin-left:0}.collection-countdown .clock-item:last-of-type{margin-right:0}.type-item--special .countdown-box{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:90%;text-align:center;z-index:1}.image--parallax{display:none}.parallax-image{display:block;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}.btn-scroll-down{position:absolute;left:50%;bottom:30px;transform:translate(-50%);line-height:1;z-index:1}.btn-scroll-down svg{width:39px;height:20px}.point-box{position:absolute;z-index:3;pointer-events:auto}.point-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;text-align:center;border-radius:50%;cursor:pointer;pointer-events:auto;position:relative;font-size:var(--font-body-size);font-weight:var(--font-weight-bold);color:var(--lookbook-point-color);line-height:var(--line-height);letter-spacing:var(--letter-spacing);background-color:var(--lookbook-point-bg-2);border:2px solid var(--lookbook-point-border);box-shadow:0 3px 9px #0000006e;transition:var(--anchor-transition)}.point-icon .text{position:relative;top:1px;line-height:1}.halo-banner-wrapper .flex-box__banner .content-box{padding:30px 15px;margin:0 auto}.halo-banner-wrapper .flex-box__banner .banner-item{text-align:center;overflow:hidden}.halo-banner-wrapper .flex-box__banner .text-left .button{margin-left:0}.halo-banner-wrapper .flex-box__banner .text-right .button{margin-right:0}.flex-box__banner .video-open-popup .video-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;line-height:0;padding:10px 20px;border-radius:5px;background:var(--bg_color);color:var(--color);border:none}.flex-box__banner .video-open-popup .video-circle--custom{background:transparent;color:transparent;top:auto;left:auto;bottom:30px;right:30px;padding:0}.flex-box__banner .video-open-popup .video-circle--custom svg{width:40px;height:40px;fill:transparent}.flex-box__banner .video-open-popup.icon_style_2 a{padding:0}.flex-box__banner .video-open-popup svg{width:20px;height:20px;fill:currentColor;stroke:currentColor}.flex-box__banner .video-open-popup.icon_style_2 svg{width:96px;height:96px}.halo-banner-wrapper .flex-box__banner .banner-content.bordered{align-self:stretch;border:1px solid var(--content-border);display:flex;align-items:center}.scrolling-text__content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;position:absolute;top:0;left:0;z-index:1}.scrolling-text__list{display:flex;flex-wrap:nowrap;list-style:none;padding:0 0 0 45px;margin:8px 0;transition:transform .7s ease-in-out}.scrolling-text__list::-webkit-scrollbar{display:none}.scrolling-text__list{-ms-overflow-style:none;scrollbar-width:none}.scrolling-text__list li{white-space:nowrap}.scrolling-text__list li:last-child{padding-right:45px}.scrolling-text__list a{color:var(--color);font-size:30px;font-weight:var(--font-weight-bold);line-height:1.2}.scrolling-text__list span{color:var(--color);font-size:30px;display:inline-block;margin-left:15px;margin-right:15px}@media(min-width:768px){.scrolling-text__list{padding:0 0 0 60px;margin:15px 0}.scrolling-text__list li:last-child{padding-right:60px}.scrolling-text__list a{font-size:35px}.scrolling-text__list span{font-size:35px;margin-left:20px;margin-right:20px}}@media(min-width:1200px){.scrolling-text__list{padding:0 0 0 130px;margin:25px 0}.scrolling-text__list li:last-child{padding-right:130px}.scrolling-text__list a{font-size:var(--fontsize)}.scrolling-text__list span{font-size:var(--fontsize);margin-left:50px;margin-right:50px}}@media(max-width:550px){.content-box--absolute{text-align:center}.halo-article .content-box--absolute.text-left,.halo-article .content-box--absolute.text-right{text-align:left}.banner-action .banner-button{display:block}.banner-action .banner-button+.banner-button{margin-top:15px}.content-box--absolute .banner-action .banner-button{margin-left:auto;margin-right:auto}}@media(max-width:1024px){.banner-heading{margin:0 0 15px;padding:0 0 20px;line-height:26px!important}.banner-text{margin:0 0 25px}.countdown-block .clock-item{margin-left:7.5px;margin-right:7.5px;width:55px;height:55px}.countdown-block .clock-item span.num{font-size:20px;margin-bottom:0}.countdown-block .clock-item span.text{font-size:12px}.collection-countdown .clock-item{width:55px!important;height:55px!important}.border--border_s2 .banner-heading{padding-bottom:0}.image-banner.style_bg--for_img .item .image:after{width:calc(50% + 15px);max-width:calc(50% + 15px)}}@media(max-width:768px){.border--border_s1 .banner-heading:before{background-color:var(--border-color-title-mobile-style)}}@media(max-width:767px){.countdown-block{color:var(--color-countdown-mb-style)}.countdown-block .clock-item,.countdown-block.shape-square .clock-item,.countdown-block.shape-square .clock-item:first-of-type{border-color:var(--color-countdown-mb-style)}.border--border_s2 .banner-heading:before{height:12px}}@media(max-width:551px){.content-box--absolute.align-items--bottom,.content-box--absolute.align-items--top{left:50%!important;top:50%!important;bottom:auto!important;transform:translate(-50%,-47%)!important}}@media(min-width:551px){.img-box--mobile .image{display:block}.img-box--mobile .image+.image{display:none}.content-box--hover{opacity:0;visibility:hidden;pointer-events:none;transition:var(--anchor-transition)}.content-box--absolute.text-left .banner-button{margin-left:0}.content-box--absolute.text-right .banner-button{margin-right:0}.banner-item:hover .content-box--hover{opacity:1;visibility:visible;pointer-events:auto}.custom-banner .column-1 .content-box--absolute{max-width:500px}.content-box--absolute .banner-action .banner-button:first-child{margin-right:15px}.content-box--absolute .banner-action .banner-button:last-child{margin-left:15px}.body-custom-width.style-dots-2.style-arrows-2.product-card-layout-02 .halo-banner-wrapper .type-item--small{margin-bottom:0}.halo-banner-wrapper .type-item--small{margin-bottom:30px}.halo-banner-wrapper .flex-box__banner{display:flex;justify-content:space-between;align-items:center}.halo-banner-wrapper .flex-box__banner>div{width:calc(50% - 15px)}.halo-banner-wrapper .item--smallImg .flex-box__banner>div{width:calc(51% - 15px)}.template-page .halo-banner-wrapper .flex-box__banner>div{width:50%}.halo-banner-wrapper .flex-box__banner.row-reverse{flex-direction:row-reverse}}@media(min-width:1025px){.image-banner>.container-full{overflow:visible}}@media(min-width:1200px){.content-box--left{left:-moz-calc((100% - 1170px)/ 2);left:-webkit-calc((100% - 1170px)/ 2);left:-ms-calc((100% - 1170px)/ 2);left:calc((100% - 1170px)/2)}.content-box--right{right:-moz-calc((100% - 1170px)/ 2);right:-webkit-calc((100% - 1170px)/ 2);right:-ms-calc((100% - 1170px)/ 2);right:calc((100% - 1170px)/2);left:auto}.content-box--absolute.align-items--top{padding-top:55px}.content-box--absolute.align-items--bottom{padding-bottom:70px}.img-box.is-parallax .image{display:none}.img-box.is-parallax .image--parallax{display:block}.parallax-image{height:860px}.border--border_s2 .banner-heading:before{left:-7px;width:calc(100% + 17px)}}@media(min-width:768px)and (max-width:991px){.content-box--left{left:-moz-calc((100% - 730px)/ 2);left:-webkit-calc((100% - 730px)/ 2);left:-ms-calc((100% - 730px)/ 2);left:calc((100% - 730px)/2)}.content-box--right{right:-moz-calc((100% - 730px)/ 2);right:-webkit-calc((100% - 730px)/ 2);right:-ms-calc((100% - 730px)/ 2);right:calc((100% - 730px)/2);left:auto}}@media(min-width:992px)and (max-width:1199px){.content-box--left{left:-moz-calc((100% - 950px)/ 2);left:-webkit-calc((100% - 950px)/ 2);left:-ms-calc((100% - 950px)/ 2);left:calc((100% - 950px)/2)}.content-box--right{right:-moz-calc((100% - 950px)/ 2);right:-webkit-calc((100% - 950px)/ 2);right:-ms-calc((100% - 950px)/ 2);right:calc((100% - 950px)/2);left:auto}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-loading-banner.css.map?v=43539461848081260661774117261 */

/* assets/css/vendor.css */
/*!
* slick-slider.css.css
*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}