@charset "utf-8";
* {
    margin: 0;
}
html,
body {

    font-family: var(--general_font_family);
    font-style: var(--general_font_style);
    font-weight: var(--general_font_weigth);
    font-size: var(--general_font_size);
    width: 100%;
    color: var(--main_color);
    line-height: var(--general_line_height);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-color: var(--page_background_color);
    word-wrap:break-word;
}
html {
    overflow-y: scroll;
}

td {
    font-size: var(--general_font_size);
}
iframe{
    border: 0;
}
input,
button,
textarea {
    font-size: var(--general_font_size);
    outline: none;
    border: none;
    -webkit-appearance: none;
    color: var(--color-main);
    font-family: var(--general_font_family);
}
select{
    font-family: var(--general_font_family);
    font-size: var(--general_font_size);
}

input:disabled {
    color: var(--disable-color);
}

input[type=text],
input[type=password] {
    line-height: 1;
    -webkit-appearance: none;
}

input::-moz-placeholder {
    color: var(--color-input-placeholder);
}

input:-ms-input-placeholder {
    color: var(--color-input-placeholder);
}

input::placeholder {
    color: var(--color-input-placeholder);
}

textarea::placeholder {
    color: var(--color-input-placeholder);
}

input[type=button],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    font-size: 1rem;
}

textarea {
    overflow: auto;
    font-size: 1rem;
}

img {
    border: 0px;
    vertical-align: top;
}

ul,
li {
    list-style-type: none;
}


ul,
li,
p,
div,
input,
ol {
    padding: 0px;
    margin: 0px;
}

a {
    color: var(--color-main);
    text-decoration: none;
    outline-style: none;
}

.main_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 30px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: var(--main_button_bg);
    color: var(--main_button_color);
    cursor: pointer;
    border-radius: var(--button_border_radius);
    transition: all 0.3s;
}
.main_btn:hover{
    opacity: .9;
}


.title {
    text-align: center;
    margin-top: calc(var(--general_layout_spacing) * var(--title_margin_bottom_scale));
    margin-bottom: calc(var(--general_layout_spacing) * var(--title_margin_bottom_scale));
    position: relative;
    color: var(--title_color);
    font-size: var(--title_font_size);
    font-family: var(--title_font_family);
    font-style: var(--title_font_style);
    font-weight: var(--title_font_weigth);
    letter-spacing: var(--title_letter_spacing);
}

.block_title {
    margin-bottom: calc(var(--general_layout_spacing) * var(--title_margin_bottom_scale));
    text-align: center;
    position: relative;
}

.block_title h2 {
    font-size: var(--title_font_size);
    color: var(--title_color);
    font-family: var(--title_font_family);
    font-style: var(--title_font_style);
    font-weight: var(--title_font_weigth);
    letter-spacing: var(--title_letter_spacing);
    position: relative;
    line-height: 1;
    
}

.block_title .block_detail {
    color: var(--detail_color);
    max-width: 880px;
    margin: 0 auto;
    margin-top: calc(var(--general_layout_spacing) * 0.25);
}



.product_tag_list {
    position: absolute;
    left: 20px;
    bottom: 10px;
    top: auto;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.product_tag_list .mobile_product_view{
    display: none;
}

.fall-item:hover .product_tag_list,
li:hover .product_tag_list {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.product_tag_list a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 3%);
    font-family: var(--header_font_family);
    transition: all 0.3s;
}
.product_tag_list a svg {
    width: 18px;
    height: 18px;
    fill: #000;
    transition: all 0.3s;
}
.product_tag_list a:hover{
    background: #ff6f61;
}
.product_tag_list a:hover svg{
    fill: #fff;
}

.block_collection_product_tab_items_content .product_pic .soldout,
.block_collection_product .product_pic .soldout{
    position: absolute;
    left: 0;
    top: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #a0a0a0;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
}
.block_product_name{
    font-family: var(--title_font_family);
}
.discount_tag.label_style_1,
.discount_tag.label_style_2,
.discount_tag.label_style_3,
.discount_tag.label_style_4{
    overflow: hidden;
}
.mobile_product_view{
    display:none;
}


.collection_list_default .collection_content li .collection_pic .collection_name{
    text-align: center !important;
}
.graphic-warp .graphic-list .graphic-item .graphic-item-title,
.block_blog .blog_name{
    font-weight: 500 !important;
}
.minicart .minicart_top .close_btn svg{
    fill: #a6a6a6;
}

@media (max-width: 768px) {
    .product_tag_list{
        opacity: 1;
        visibility: visible;
    }
    
    .mobile_product_view{
        display:block;
        margin-top: 20px;
    }
    .solgan-warp .solgan-flex .solgan-flex-item {
        padding: 0;
    }
    .discount_tag.label_style_1{
        transform: none; 
        top: 0; 
        right: 0; 
    }
    .block_title{
        margin-bottom: calc(var(--general_layout_spacing) * 0.5);
    }
    .title, 
    .mo-header .header-title, 
    .general_title-color, 
    .block_image .content-title, 
    .block_title h2 {
        font-size: calc(var(--title_font_size) * var(--wap_title_scale));
    }
    
}
@media (max-width: 767px) {
    .discount_tag.label_style_1 .discount_tag_name{
        font-size: 12px;
        line-height: 14px;
        top: 3px;
        left: -2px;
    }
    .discount_tag.label_style_1{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .discount_tag.label_style_1 .discount_tag_graphics{
        border-top: 60px solid var(--discount_tag_bg);
        border-left: 60px solid transparent;
    }
    .discount_tag.label_style_2 .discount_tag_name{
        font-size: 12px;
        width: 34px;
        padding: 6px 0;
    }
    .discount_tag.label_style_3 .discount_tag_name{
        font-size: 12px;
        top: -16px;
        left: 16px;
    }
    .discount_tag.label_style_4{
        right: 0;
        top: 0;
        font-size: 12px;
        width: 40px;
        height: 40px;
    }
    .discount_tag.label_style_4 .discount_tag_name{
        line-height: 14px;
    }
}


.product_quick-mobile-view {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--main_button_bg);
    display: none;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    padding: 8px;
  }
  
  .product_quick-mobile-view path {
    fill: var(--main_button_color);
  }
  
  @media screen and (max-width: 767px) {
    .product_quick-mobile-view {
        display: flex;
    }
  }

  *, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
  }
  
  ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
  }
  
  .visible {
    visibility: visible;
  }
  
  .fixed {
    position: fixed;
  }
  
  .absolute {
    position: absolute;
  }
  
  .relative {
    position: relative;
  }
  
  .sticky {
    position: sticky;
  }
  
  .-top-2 {
    top: -0.5rem;
  }
  
  .-right-2 {
    right: -0.5rem;
  }
  
  .right-0 {
    right: 0px;
  }
  
  .mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  
  .mt-6 {
    margin-top: 1.5rem;
  }
  
  .mt-4 {
    margin-top: 1rem;
  }
  
  .mt-1 {
    margin-top: 0.25rem;
  }
  
  .mt-8 {
    margin-top: 2rem;
  }
  
  .-ml-\[18px\] {
    margin-left: -18px;
  }
  
  .ml-2 {
    margin-left: 0.5rem;
  }
  
  .box-border {
    box-sizing: border-box;
  }
  
  .block {
    display: block;
  }
  
  .flex {
    display: flex;
  }
  
  .grid {
    display: grid;
  }
  
  .hidden {
    display: none;
  }
  
  .h-full {
    height: 100%;
  }
  
  .h-\[20px\] {
    height: 20px;
  }
  
  .h-\[40px\] {
    height: 40px;
  }
  
  .min-h-\[70px\] {
    min-height: 70px;
  }
  
  .w-full {
    width: 100%;
  }
  
  .w-\[240px\] {
    width: 240px;
  }
  
  .min-w-\[20px\] {
    min-width: 20px;
  }
  
  .max-w-\[160px\] {
    max-width: 160px;
  }
  
  .flex-1 {
    flex: 1 1 0%;
  }
  
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  
  .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .resize {
    resize: both;
  }
  
  .items-center {
    align-items: center;
  }
  
  .justify-end {
    justify-content: flex-end;
  }
  
  .justify-center {
    justify-content: center;
  }
  
  .justify-between {
    justify-content: space-between;
  }
  
  .gap-7 {
    gap: 1.75rem;
  }
  
  .gap-8 {
    gap: 2rem;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .whitespace-nowrap {
    white-space: nowrap;
  }
  
  .rounded-xl {
    border-radius: 0.75rem;
  }
  
  .rounded-full {
    border-radius: 9999px;
  }
  
  .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
  }
  
  .bg-transparent {
    background-color: transparent;
  }
  
  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .py-\[48px\] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  
  .py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  
  .px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }
  
  .px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }
  
  .pb-5 {
    padding-bottom: 1.25rem;
  }
  
  .pl-\[14px\] {
    padding-left: 14px;
  }
  
  .pr-\[52px\] {
    padding-right: 52px;
  }
  
  .text-center {
    text-align: center;
  }
  
  .font-bold {
    font-weight: 700;
  }
  
  .opacity-70 {
    opacity: 0.7;
  }
  
  .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  
  @media (min-width: 768px) {
    .md\:mt-0 {
      margin-top: 0px;
    }
    .md\:mt-3 {
      margin-top: 0.75rem;
    }
    .md\:block {
      display: block;
    }
    .md\:hidden {
      display: none;
    }
    .md\:max-h-\[70vh\] {
      max-height: 70vh;
    }
    .md\:min-w-\[180px\] {
      min-width: 180px;
    }
    .md\:max-w-\[400px\] {
      max-width: 400px;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:gap-\[56px\] {
      gap: 56px;
    }
    .md\:gap-16 {
      gap: 4rem;
    }
    .md\:overflow-y-scroll {
      overflow-y: scroll;
    }
    .md\:rounded-3xl {
      border-radius: 1.5rem;
    }
    .md\:p-\[56px\] {
      padding: 56px;
    }
    .md\:p-5 {
      padding: 1.25rem;
    }
    .md\:py-0 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .md\:px-\[30px\] {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  .public_title {
    font-family: var(--title_font_family);
    font-style: var(--title_font_style);
    font-weight: var(--title_font_weigth);
    letter-spacing: var(--title_letter_spacing);
    font-size: var(--title_font_size);
  }
  
  @media (max-width: 767px) {
    .public_title {
      font-size: calc(var(--title_font_size) * var(--wap_title_scale)) !important;
    }
  }

  .collection_detail_default .collection_content .soldout {
    position: absolute;
    left: 0 !important;
    top: 20px !important;
    height: 24px !important;
    line-height: 24px !important;
    text-align: center !important;
    background: #a0a0a0 !important;
    color: #fff !important;
    font-size: 12px !important;
    padding: 0 10px !important;
    width: auto !important;
  }
  .test-001{
    display: none;
  }