/** Shopify CDN: Minification failed

Line 336:5 Unexpected "{"

**/
/* -----------------------------------------------------------------------------
1. common
-------------------------------------------------------------------------------*/
*:focus {
    outline: none !important;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.mt-30 {
    margin-top: 30px;
}
.mt--30 {
    margin-top: -30px;
}
.mt--60 {
    margin-top: -60px;
}
.mt--100 {
    margin-top: -100px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb--30{
    margin-bottom:-30px
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-50 {
    margin-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.p-25 {
    padding: 25px
}
.mb-0 {
    margin-bottom: 0 !important;
}
/*--button--*/
.button {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 36px;
    padding: 0 5px;
    white-space: nowrap;
}
.button:hover {
    opacity: 0.7;
}
a.button {
    text-decoration: none;
}
.button .text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-decoration: none;
}
.button .separator {
    width: 1px;
    height: 100%;
    background-color: #fff;
    margin: 0 4px;
}
.button .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}
.button .arrow::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/cdn/shop/t/7/assets/arrow.png?v=1742037513');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* -----------------------------------------------------------------------------
2. header
-------------------------------------------------------------------------------*/
.mobile-menu__featured-image img {
    width: 150px;
    margin-top: 20px;
}
.slideout__drawer-left {
    padding-left: 20px;
}
.js-accordion-mobile-nav {
    margin-top: -20px;
}
.navigation__menuitem a[href="/collections/sale"],
.navigation .megamenu__listlink[href="/collections/sale"],
.navigation .megamenu__listlink[href="/collections/sale"]:hover,
.navigation .megamenu__listlink[href="/collections/sale"]:visited,
.navigation .megamenu__listlink[href="/collections/sale"]:focus {
    color: #ff0000!important;
    -webkit-text-fill-color: #ff0000 !important;
}
.js-accordion-link.c-accordion__link[href="/collections/sale"] {
    color: #ff0000!important;
    -webkit-text-fill-color: #ff0000 !important;
}
.search__page_results--text {
    border: none !important;
    margin-top: -10px;
}
#main-search-results .search_section-grid--wrapper {
    margin-bottom: 50px;
}
.theme-header {
    padding: 0;
    margin: 0;
    height: 64px;
}
.header--container {
    padding: 8px 0 0 0;
    margin: 0;
    height: 64px;
}
li.search-icon {
    width: 60px;
    height: 60px;
     transform: translateX(20px);
}
li.cart-links__link-cart {
    margin-right: 0px;
    width: 80px;
    height: 60px;
}
.slideout__trigger-mobile-menu--icon {
    width: 30px;
    height: 30px;
}
button.js-mini-cart-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    border: none;
    background: transparent;
}
.fash--icon-theme-cart {
    margin-top: 10px;
    width: 40px !important;
    height: auto !important;
}
.fash--apollo-search {
    margin-top: 15px;
    width: 30px !important;
    height: auto !important;
}
li.cart-links__link-cart .js-cart-count {
    display: inline-block;
    position: relative;
    top: -16px;
    font-size: 14px !important;
}
/*--dewer--*/
.slide-cart {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9999;
  display: flex;
  align-items: center;

}
.slide-cart .fash--icon-theme-cart {
  width: 40px !important;
  height: 40px !important; 
  display: inline-block;
  image-rendering: auto;
  transform: scale(1.001);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.slide-cart .js-cart-count {
    display: inline-block;
    position: relative;
    top: -18px;
    font-size: 14px !important;
    color: #fff;
}
.slideout__trigger--close .icn-close{
    overflow: visible;
    position: relative;
    z-index: 10;
    padding-top: 10px;
}
.slideout__trigger-mobile-menu {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.mobile-menu__search {
    position: relative;
    width: 100%;
    max-width: 300px;
}
.mobile-menu__search form {
    display: flex;
    align-items: center;
    border: 1px solid white;
    background: black;
    padding: 10px;
}
.mobile-menu__search input[type="text"] {
    flex-grow: 1;
    background: transparent;
    border: none;
    outline: none;
    color: gray;
    font-size: 16px;
    padding: 5px;
}
.mobile-menu__search input[type="text"]::placeholder {
    color: gray;
}
.mobile-menu__search input[type="text"]:focus {
    color: white;
}
.modal__inner-wrapper,
.modal__general-modal__wrapper {
    background-color: #000 !important;
    color: #fff !important;
}
.search-modal-content input[type="text"] {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.search-modal-content input::placeholder {
    color: #7d7d7d !important;
}
.search-modal-content .search-button {
    display: none !important;
}
/*side cart*/
.ajax-cart__header-wrapper .icn-close {
  margin-top:-20px;
}
.dynamic-checkout__content p{
  font-size:90%;
}

/* -----------------------------------------------------------------------------
3. footer
-------------------------------------------------------------------------------*/
#bottom-footer {
    display: none !important;
}
.footer-area {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}
@media (max-width: 767px) {
    .footer-area {
        padding: 20px 0 -20px 0;
    }
}
#footer .section-title {
    display: none;
}
.footer-sect {
    padding: 0;
    margin-left: 300px;
    margin-top: -40px;
    padding-bottom: 5px;
}
.f-logo {
    width: 140px;
}
.f-logo img {
    width: 100%;
    display: block;
}
.footer-sect:nth-of-type(1) ul li {
    font-size: 16px;
    margin-bottom: 5px;
}
.footer-sect:nth-of-type(2) ul li {
    font-size: 13px;
}
.footer-sect ul li {
    float: left;
}
.footer-sect li {
    padding: 0 15px;
}
@media screen and (max-width: 768px) {
     {
        padding: 0 0 30px 0;
    }
    .footer-sect:nth-of-type(1) ul li {
        line-height: 2.3;
        font-size: 14px;
    }
    .footer-sect:nth-of-type(2) ul li {
        line-height: 2.2;
        font-size: 12px;
    }
    .footer-sect:nth-of-type(2) ul {
        margin-left: -30px;
        padding-bottom: 5px;
    }
    .footer-area .grid__wrapper:first-of-type {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .f-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .f-logo img {
        margin: 20px 0 10px 0;
    }
    .footer-sect ul li {
        clear: both;
    }
    .footer-sect {
        padding: 0;
        margin: 0;
    }
    .footer-sect {
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}
/* -----------------------------------------------------------------------------
4. top
-------------------------------------------------------------------------------*/
.secCon {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 0;
}
.bg-gray {
    background: #CFCFCF;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 30px 0 30px 0;
}
@media (max-width: 768px) {
    h2.top-headline {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
h2.top-headline {
    padding: 10px 0;
    margin: 0 auto;
    font-weight: 900;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
h2.top-headline2 {
    padding: 10px 0;
    margin: 0 auto;
    font-weight: 900;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
/*Section: slider-*/
.custom-slider-swiper {
    width: 100%;
    position: relative;
  margin-bottom:0px;
}
.custom-slider-container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    overflow: visible;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-slider-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.slider-text-container {
    position: absolute;
    width: calc(100% - 0px);
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    color: #fff;
}

@media (min-width: 1025px) {
    .custom-slider-swiper .swiper-slide img {
        aspect-ratio: 2 / 1;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .custom-slider-swiper .swiper-slide img {
        aspect-ratio: 3 / 2;
    }
}
@media (max-width: 767px) {
    .custom-slider-swiper .swiper-slide img {
        aspect-ratio: 0.7303 / 1;
    }
}
.slider-text-upper {
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: left;
}
.kv-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.kv-subheading {
    font-size: 30px;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.5em;
}
.slider-text-lower {
    position: absolute;
    bottom: 50px;
    left: 30px;
    text-align: left;
}
.kv-category {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
.kv-title {
    line-height: 1.5em;
    font-weight: bold;
    font-size: 38px;
    margin-top: 10px;
    letter-spacing: 2px;
}
@media (max-width: 1024px) {
    .kv-heading {
        font-size: 26px;
    }
    .kv-subheading {
        font-size: 24px;
    }
    .kv-category {
        font-size: 24px;
        padding: 8px 16px;
    }
    .kv-title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .slider-text-container {
        left: 0px;
        top: 0px;
    }
    .kv-heading {
        font-size: 20px;
    }
    .kv-subheading {
        font-size: 18px;
    }
    .kv-category {
        font-size: 18px;
        padding: 6px 12px;
    }
    .kv-title {
        font-size: 20px;
    }
}
.swiper-pagination {
    position: relative;
    margin: 0px 0 30px 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}
.swiper-pagination-bullet {
    width: 30px !important;
    height: 7px !important;
    border-radius: 0px !important;
    background: #fff !important;
    border: 1px solid #000;
    margin: -0.5px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
}
/*Section: modal menu*/
/*-- modal button --*/
.modal-button {
    height: 36px;
    width: 120px;
    margin: 0px 10px 0 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1em;
}
.modal-button:hover {
    opacity: 0.7;
}
/*-- modal background --*/
.modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999 !important;
    align-items: center;
    justify-content: center;
}
/*-- modal main area --*/
.modal {
    position: relative;
    background: #000;
    width: 90%;
    max-width: 480px;
    padding: 30px 50px;
    text-align: center;
    z-index: 100000 !important;
}
h2.modal-title {
    padding: 50px 0 20px 0;
    display: block;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    font-size: 24px;
    text-align: left;
}
.modal-grid {
    display: block;
    padding: 10px 0;
}
.modal-item {
    font-weight: 300;
    display: block;
    padding: 5px 0;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}
.modal-item:last-child {
    border-bottom: none;
}
.modal-item a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
}
.modal-item a:hover {
    opacity: 0.7;
}
.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    z-index: 10;
    line-height: 1;
}
.modal-close .icn-close {
    position: relative;
    width: 100%;
    height: 100%;
}
.modal-close .icn-close::before,
.modal-close .icn-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform-origin: center;
}
.modal-close .icn-close::before {
    transform: rotate(45deg);
}
.modal-close .icn-close::after {
    transform: rotate(-45deg);
}
.modal-item[href="/collections/sale"]:hover,
.modal-item[href="/collections/sale"] {
    color: #ff0000 !important;
}

/*Section: new arrival*/
@media (max-width: 768px) {
    .secCon .new-arrival-swiper {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
.new-arrival-swiper .swiper-slide a {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
}
.new-arrival-swiper .swiper-slide a:hover {
    opacity: 0.7;
}
.new-arrival-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.new-arrival-swiper .swiper-slide img:hover {
    opacity: 0.7;
}
.new-arrival-swiper .swiper-slide h3 {
    font-size: 16px;
    margin-top: 8px;
}
.new-arrival-swiper .swiper-slide h3 strong {
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
/*Section: recommend*/
@media (max-width: 768px) {
    .secCon .recommend-item-swiper {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
.recommend-item-swiper .swiper-slide a {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
}
.recommend-item-swiper .swiper-slide a:hover {
    opacity: 0.7;
}
.recommend-item-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.recommend-item-swiper .swiper-slide img:hover {
    opacity: 0.7;
}
.recommend-item-swiper .swiper-slide h3 {
    font-size: 16px;
    margin-top: 8px;
}
.recommend-item-swiper .swiper-slide h3 strong {
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
/*Section: feature*/
.feature-swiper .swiper-slide a {
    display: block;
}
.feature-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  aspect-ratio: 0.6875:1;
}
.feature-swiper .swiper-slide img:hover {
    opacity: 0.7;
}
.feature-carousel-container {
    max-width: 90vw;
    padding: 0 5%;
    overflow: visible;
}
.feature-carousel {
    overflow: visible;
}
.swiper-slide {
    width: auto;
    flex-shrink: 0;
}
.feature-slide img {
    width: 100%;
    display: block;
}
.feature-slide img:hover {
    opacity: 0.7;
}

/*Section: snap*/
.snap-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.snap-swiper .swiper-slide a {
    display: block;
    padding: 26px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    position: relative;
}
.snap-swiper .swiper-slide a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.snap-swiper .swiper-slide:last-child a::before {
    border-right: 1px solid #000;
}
.snap-swiper .swiper-slide a:hover {
    opacity: 0.7;
}
.snap-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  aspect-ratio: 4/5;
}
.snap-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.model-info {
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}
h3.snap-title-top {
    font-size: 16px;
    font-weight: bold;
}
/*Section: news*/

/*Section: shop info*/
.sns-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 10px;
    text-decoration: none;
    margin-top: 20px;
}
.sns-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}
a.sns-link {
    text-decoration: none;
}
a.sns-link:hover {
    opacity: 0.7;
}
a.sns-link::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/cdn/shop/t/7/assets/instagam.png?v=1742290183');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}
.shop-image {
    max-width: 546px;
    margin: 0 auto;
}
.shop-image img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .shop-image {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: -67px;
    }
}
/* -----------------------------------------------------------------------------
5. page
-------------------------------------------------------------------------------*/
h1.section__page-title {
    font-weight: 900;
    letter-spacing: 3px;
    color: #000;
}
.hero__title {
    padding-top: 20px !important;
}
.page-template {
    padding-bottom: 0px;
    margin-bottom: -50px;
}
.blog-news {
    margin-top: -50px;
}
.blog-snap {
    margin-top: -20px;
}
.page-width {
    max-width: 780px;
    margin: 0 auto;
}
.page-offset .content-wrapper {
    margin: 0 auto;
}
/* google map*/
.google-map-wrapper {
  padding: 0 50px;
}

.google-map {
    margin: 0 auto;
    position: relative;
    max-width: 600px;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 100px;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* -----------------------------------------------------------------------------
6. blog
-------------------------------------------------------------------------------*/
.blog-container {
    max-width: 780px;
    margin: 0 auto;
}
.page-content p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    line-height: 1.8em;
  text-align:justify;
}
p:has(> img) {
    display: contents;
    margin: 0;
    padding: 0;
}
.blog-snap .page-content img {
    margin-bottom: 10px;
}
.blog-feature .page-content img {
    margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
}
/**pager**/
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
a.page-link {
    text-decoration: none;
}
.page-link.active {
    background-color: #000;
    color: #fff;
}
.page-link:hover {
    background-color: #333;
    color: #fff;
}
/*Template: feature*/
.feature-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    margin-top: -30px;
}
.feature-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.feature-item img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 0.6875:1;
    margin-bottom: 30px;
}
.feature-item img:hover {
    opacity: 0.7;
}
@media (max-width: 1024px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .feature-item img {
        padding: 0 30px;
    }
}
/*Template: snap*/
.snap-title-logo {
    max-width: 30%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .snap-title-logo {
        max-width: 60%;
        margin: 0 auto;
    }
}
.snap-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    margin-top: -30px;
}
.snap-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.snap-item {
    display: block;
    text-decoration: none !important;
    color: inherit;
}
.snap-item img {
    width: 100%;
    height: auto;
    display: block;
  aspect-ratio: 4/5;
}
.snap-item img:hover {
    opacity: 0.7;
}
.snap-info {
    padding: 10px 5px;
    text-align: center;
}
.snap-model {
    text-decoration: none !important;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.snap-list-title {
    text-decoration: none !important;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .snap-list-title {
        font-size: 14px;
    }
}
.snap-item * {
    text-decoration: none !important;
}
.title:hover,
.snap-model:hover {
    text-decoration: underline !important;
}
@media (max-width: 1024px) {
    .snap-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .snap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.snap-header h1.title {
    font-weight: bold;
    line-height: 1.8em;
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 12px;
    font-size: 28px;
}
.snap-header h1.title:hover {
    text-decoration: none !important;
    text-decoration-thickness: 0px;
    text-underline-offset: 0px;
}
.meta {
    padding: 10px 0 10px 0;
    font-size: 20px;
    line-height: 1.5em;
    display: block;
}
.date {
    font-size: 16px;
}
/*Template: news*/
.news-container {
    max-width: 780px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.news-list {
    list-style: none;
    padding: 0;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.news-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
    text-align: left;
}
.news-date {
    flex-shrink: 0;
    width: 100px;
    text-align: left;
    color: black;
}
@media (max-width: 768px) {
    .news-date {
        width: 70px;
    }
    .news-list {
        width: 80%;
    }
}
.news-title {
    color: black;
    text-decoration: none;
}
a.news-title {
    text-decoration: none;
}
.news-title:hover {
    text-decoration: underline;
}
/*Text style*/
.en-line {
    border: 2px solid #000;
    padding: 5px 20px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 900;
    letter-spacing: 3px;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}
.en-regular-thin {
    padding: 2px 20px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-size: 14px;
}
.en-regular {
    padding: 5px 20px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: 900;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
.bg-black {
    background: #000;
    padding: 5px 20px;
    display: block;
    max-width: 500px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.bg-black::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    border-bottom: 2px solid #000;
}
.underline {
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*item card*/
.item-card {
    display: flex;
    flex-direction: column;
    width: 70%;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.category {
    font-size: 14px;
    color: #000;
    width: 100%;
    margin-bottom: 2px;
}
.content-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-block {
    display: flex;
    flex-direction: column;
    line-height: 1.2em;
}
.brand {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}
.product-name {
    font-size: 14px;
    color: #000;
}
.buy-button {
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 8px 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}
a.buy-button {
    text-decoration: none;
    color: #fff;
}
a.buy-button:hover {
    opacity: 0.7;
}
/*--slider a--*/
@media (max-width: 768px) {
    .slider-a-container {
        width: 100vw;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 769px) {
    .slider-a-container {
        border: 0 auto;
        overflow: hidden;
        position: relative;
    }
}
.slider-a-container {
    width: 100%;
    max-width: 780px;
    margin: auto;
    margin-bottom: -50px;
}
.slider-a-swiper {
    width: 100%;
    height: auto;
    overflow: visible !important;
}
.slider-a-slide {
    text-align: center;
    transition: transform 0.3s ease;
}
.slider-a-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.7303 / 1;
    object-fit: cover;
}
.slider-a-container .swiper-pagination {
    display: none !important;
}
/*--slider b--*/
        .slider-b-container {
            width: 100%;
            max-width: 780px;
            height: auto;
            margin: auto;
            overflow: hidden;
            position: relative;
            margin-top: -50px;
          margin-bottom:0;
          padding-bottom:0;
        }
        .slider-b-swiper {
            width: 100%;
            height: 100%;
            overflow: hidden;
          padding-bottom:20px!important;
        }
        .slider-b-slide {
            width: 100%;
            text-align: center;
            transition: transform 0.3s ease;
        }
        .slider-b-slide img {
            width: 100%;
            height: auto;
            aspect-ratio: 125/92;
            object-fit: cover;
        }
.slider-b-container .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
  margin-bottom:0px;
}
.slider-b-container .swiper-pagination-bullet {
    width: 30px !important;
    height: 7px !important;
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #000;
    margin: 0px -0.5px 0 -0.5px!important;
}

.slider-b-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000 !important;
}

/* -----------------------------------------------------------------------------
7. item list
-------------------------------------------------------------------------------*/
.price.price--listing.price--on-sale {
  text-align: center;
}

.price.price--listing.price--on-sale .price__sale {
  display: inline-block;
  text-align: center;
}
