/** Shopify CDN: Minification failed

Line 822:0 Unexpected "}"

**/
/* Main Slideshow */
.slideshow__slide-inner .button {
  line-height: 40px !important;
}
.slideshow__slide-inner .heading--large {
  font-size: 40px !important;
}
.slideshow__slide-inner .text-container .heading--large {
  margin-block-start: 11px !important;
  margin-block-end: 25px !important;
}

cart-drawer #mini-cart-form > input,
safe-sticky .cart__recap > input {
  visibility: hidden;
  height: 0;
  padding: 0;
  font-size: 0;
}
.cart-notification--drawer {
  z-index:2;
}

@media (max-width: 768px) {
  .slideshow__slide-inner .heading--large {
    font-size: 20px !important;
  }
  .slideshow__slide-inner .container {
    position: absolute !important;
    left: 0 !important;
    bottom: 10px !important;
  }
  .slideshow__slide-inner .heading {
    color: #fff !important;
  }
  .slideshow__slide-inner .heading--small {
    margin-bottom:0;
  }
  .heading+.button-wrapper, .heading+.button-group, p+.button-wrapper, p+.button-group, .button-wrapper+p, .button-group+p {
    margin-block-start:15px;
  }
}

/* Product Item */
.product-item__info {
  text-align:left;
}
.product-item-meta__title {
  font-weight:600;
  line-height:1.4;
}
.hera-product-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  /* height: 2.5em; */
  height:auto;
}
.product-item-subtitle {
  font-weight:400;
  font-size:12px;
  color:#666;
  margin-top:5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 2.5em;
}
.product-item__label-list {
  min-height:19.06px;
}
.product-item__label-list .label {
  padding: 0px 8px;
  font-size:11px;
}
.label-list:not(.label-list--horizontal) .label:not(:last-child) {
  margin-block-end:0;
}
.label-list {
  flex-direction: row;
  gap:3px;
  flex-wrap:wrap;
}
.product-item__cta {
  width: 100%;
  background-image: none !important;
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
  line-height: 1.2;
  padding:15px;
}
.product-item__label-list {
  position: relative;
  left: unset !important;
  right: unset !important;
  top: unset !important; 
  margin-bottom:10px;
}
.price--highlight {
  color:#000 ;
}
.price--compare {
  opacity: 1;
  color: #AFAFAF;
}
.product-item-meta__swatch-list {
  justify-content: flex-start;
  padding-left:1px;
}
@media(max-width:768px) {
  .product-item__label-list {
    min-height:15.42px;
  }
  .product-item__label-list .label {
    padding: 0px 5px;
    font-size:9px;
  }
}

/* Product Page */
.product-page-subtitle {
  font-weight:400;
  font-size:16px;
  color:#666;
  display:block;
  margin-top:10px;
}
.product-item__quick-form .button--outline  {
  background-image:none;
  background-color:#000 !important;
  color:#fff;
  border:1px solid #000 !important;
}
.product-page-label {
  display: inline-block;
  padding: 2px 10px;
  font-weight: 600;
  line-height:1.5;
  font-size:12px;
  margin-right:3px;
}
.best-label {
  background-color: #e1d0c3;
}
.product-item-ranking {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  z-index:1;
  opacity:0;
  transition:0.3s;
}
.product-item:hover .product-item-ranking {
  opacity:1;
}
.hashtag-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hashtag-item {
  display:inline-block;
  margin-right: 11px;
}
.inventory {
  color:#999;
}
.product-meta__price-list-container {
  justify-content: space-between;
}
.product__info .loox-rating {
  margin-bottom:10px;
  cursor:pointer;
}
.product-meta__title {
  margin-bottom:10px;
}
.label {
  margin-right:4px;
}
@media(min-width:1000px){
 .product-meta__title {
    margin-block-end: 10px;
  }
}
.product-form__add-button[disabled] {
  border:1px solid #d7d7d7 !important;
}
.price-with-tax {
  display: flex;
  gap: 10px;
  align-items: center;
}
.price-with-tax .product-meta__taxes-included {
  line-height:1.6;
}

/* Product page description */
.details-imgtxt {
  display:flex;
  justify-content:center;
  align-items:center;
}
.details-imgtxt.flex-row {
  flex-direction:row;
}
.details-imgtxt.flex-row-reverse {
  flex-direction:row-reverse;
}
.details-imgtxt > div {
  flex:1;
  text-align:center;
}
.details-img img {
  width:100%;
  margin:0 !important;
}
.details-txt > div {
  width:70%;
  margin:0 auto;
}

.details-txt h3,
.details-txt h2 {
  font-size:30px;
  line-height:1.2;
  margin-bottom:30px !important;
}
.details-txt p,
.details-txt strong {
    font-size:14px;
    line-height:1.5;
}
.details-txt br {
  display:block;
}
.details-videowrapper {
  width:100%;
}
.details-video {
  width:100%;
  position:relative;
  margin-bottom:50px;
}
.details-video iframe, video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.hera-jp-details-videowrapper {
  max-width:732px;
  width:100%;
  margin:32px 0;
}
.hera-jp-details-video {
  position:relative;
  width:100%;
  padding-top:61.47540983606557%;
}
.hera-jp-details-video video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.details-imgtxt-wrapper img {
  width:100%;
  display:block;
}

@media(max-width:900px){
  .details-txt h3,
  .details-txt h2 {
    font-size:25px;
    margin-bottom:20px !important;
  }
  .details-txt p,
  .details-txt strong {
    font-size:12px;
    line-height:1.5;
  }
}
@media(max-width:768px) {
  .details-video {
    margin-bottom:20px;
    margin-top:20px;
  }
  .details-imgtxt.flex-row,
  .details-imgtxt.flex-row-reverse {
    flex-direction:column-reverse;
  }
  .details-imgtxt>div {
    text-align:left;
  }
  .details-txt > div {
    width:100%;
    padding:50px 25px 50px 20px;
  }
}


/* Blog Posts */
.article-item__image-container img {
  object-fit: cover;
  height: 100%;
}

/* Footer  */
.footer__copyright {
  margin-top:5px;
}
.footer__item--familysite {
  min-width:275px;
}
#familysite-select {
  width: 100%;
  background-color: #000;
  padding: 12px 5px;
}
.footer-policy-link {
  display:inline-block;
  margin-right:5px;
}
.footer__aside {
  display:block;
  max-width:60%;
}
.footer-policy-links .footer-policy-link:after {
  content:'|';
  display:inline-block;
  margin-left:5px;
}
.footer-policy-links .footer-policy-link:last-child:after {
    display:none;
}
@media(max-width:768px){
  .footer__aside {
    max-width:100%;
  }
  .footer__item-list {
    display:block;
  }
}

/* Shop the look */
.shop-the-look__product {
  border-radius:10px;
}
.shop-the-look__product-title {
  line-height:1.5;
  margin-bottom:18px;
  font-weight:600;
}
.shop-the-look__product-link {
  font-size:12px;
}

/* Wishlist */
#shopify-section-template--15412284620865__featured-collections wishlist-button-collection {
  display: none !important;
}
wishlist-page .wk-page {
  min-height: 500px;
  justify-content: center;
}
wishlist-button-collection .wk-floating {
  z-index:0 !important;
}



/* Article */
.article__title {
  font-size:35px;
}
.article {
  margin-top:0 !important;
}
.article__header-content {
  width:100%;
  max-width:668px;
  padding-left: 0;
  text-align: left;
}
.blog-post-prev-icon,
.blog-post-next-icon {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.blog-post-next-icon {
  justify-content: flex-start;
  text-align: left;
}
.blog-post-next-icon {
  justify-content: flex-end;
  text-align: right;
}

@media(max-width:768px){
  .article__title {
    font-size:24px;
  }
}
@media(max-width:667px) {
  .article__header-content {
    padding-left:24px;
  }
}

/* Video gallery */
@media screen and (min-width: 741px) {
  .video-gallery-blogs  .article-list--stacked {
    grid-template-columns: repeat(auto-fit,calc(100% / 2 - var(--article-list-column-gap) * (2 / 2))) !important;
    justify-content: safe center;
  }
}



/* Main */
.hera-subheading {
  font-size:25px;
  font-weight:500;
  margin-bottom:5px;
  line-height:1.2;
}
.hera-heading {
  font-size:32px;
  margin-top:0;
  line-height:1.2;
}
#shopify-section-template--15503303802945__shop-the-look {
  margin-top:64px;
}
.mini-cart__recommendations-list wishlist-button-collection {
  display:none;
}
#shopify-section-template--15503303409729__hera-page-category .hera-page-category-wrap {
  margin-top:80px;
}
#shopify-section-template--15503303802945__collection-list .list-collections__item-list {
  grid-gap:15px;
}
.article-item__excerpt {
  font-size:15px;
}
.image-overlay {
  background-color:none;
}

@media(max-width:999px) {
  #shopify-section-template--15503303802945__featured-collections .product-list__inner--scroller {
    grid-auto-columns:70vw;
    grid-gap:30px;
  }  
  #shopify-section-template--15503303802945__featured-collections .product-item__label-list .label {
    padding: 0 8px;
    font-size: 11px;
  }

}
@media(max-width:768px) {
  .hera-subheading {
    font-size:16px;
  }
  .hera-heading {
      font-size:26px;
    }
  #shopify-section-template--15503303802945__shop-the-look {
    margin-top:32px;
  }
  #shopify-section-template--15503303409729__hera-page-category .hera-page-category-wrap {
    margin-top:50px;
  }
  #shopify-section-template--15503303802945__collection-list .list-collections__item-list {
    grid-gap:24px;
  }
  #shopify-section-template--15503303802945__featured-collections .product-item__label-list .label {
    padding: 0 8px;
    font-size: 11px;
  }
  #shopify-section-template--15503303802945__featured-collections .product-item-subtitle {
    font-size:13px;
  }
  #shopify-section-template--15503303802945__featured-collections .product-item-meta__title,
  #shopify-section-template--15503303802945__featured-collections .price {
   font-size:14px;
  }
}

/* Multi column */
.multi-column-title {
  font-size: 15px;
  font-weight: 500;
  margin-block-end: 10px;
}
.multi-column-content {
  font-size: 11px;
  line-height: 1.5;
  margin-block-start: 0;
}
.multi-column__image-wrapper {
  margin-block-end: 15px;
}

/* Header */
.header__wrapper {
  padding-left:25px;
  padding-right:25px;
}
.hera-mobile-bottom-menu {
  display:none;
}
@media(max-width:999px) {
  .hera-mobile-bottom-menu {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .header .hera-mobile-bottom-menu {
    border-top:1px solid;
    border-color: rgb(38, 38, 38);
  }
  .header--transparent .hera-mobile-bottom-menu {
     border-top:1px solid;
     border-color: rgb(0,0,0,.15);
  }
  .mobile-bottom-item {
    display: inline-block;
    padding: 8px 10px;
    margin-right: 5px;
  }
}

/* Search page */
.shopify-section--main-search .tabs-nav__item {
  font-size: 18px;
  padding-block-end: 10px;
}
@media(max-width:500px) {
  .predictive-search__input {
  min-width:220px;
}
}


/* Filter */
.product-facet__filter-item+.product-facet__filter-item {
  border-top:none;
}
.product-facet__filter-item .collapsible__content {
  padding-inline-start: 0;
  font-size:13px;
}
@media(min-width:741px) {
  .product-facet__filters .collapsible-toggle {
    padding:10px 0;
    border-bottom: 1px solid rgb(217, 217, 217);
    margin-bottom:20px;
  }
}

.promotion-block-list {
  gap:15px;
}
.promotion-block {
  margin:0;
}
.shopify-section--blog-posts .article-list--collage .article-item--featured .article-item__excerpt {
  font-size:20px;
}
@media(max-width:999px) {
  .shopify-section--blog-posts .hera-read-more-wrap {
    display:none;
  }
}
.hera-image-with-text-header {
  margin-bottom:0;
}
.link-bar__link-item--selected {
  font-weight:600;
}
.predictive-search__article-excerpt {
  font-size:12px;
  color:#666;
  margin-top:5px;
  line-height:1.5;
}
.shop-the-look__product-info {
  max-width:200px;
}
.predictive-search__menu-title {
  font-size:15px;
}
.predictive-search__menu .linklist__item {
  font-size:14px;
  line-height:1.5;
}
@media(min-width:1000px){
  .list-collections__prev-next:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) {
    right:1%;
  }
}
.list-collections__item-info {
  top:80%;
}

/** register **/
:root {
  --button-background: var(--primary-button-background);
  --button-text-color: var(--primary-button-text-color);
}
.cf-field input {
  -webkit-appearance: none;
  appearance: none;
  height: var(--form-input-field-height);
  line-height: var(--form-input-field-height);
  border-radius: var(--button-border-radius);
  border: 1px solid rgba(var(--text-color), .15);
  box-shadow: none;
  color: var(--form-input-color);
  text-align: start;
  background: none;
  width: 100%;
  padding: 0 18px;
  transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
}
.cf-form-inner .cf-form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 15px;
}
.cf-form-inner .cf-form-actions .cf-step-invalid {
  grid-column: 1 / 3;
  margin: 0;
}
.cf-form-inner .cf-form-actions .cf-step-invalid .cf-error-message {
  width: 100%;
}
.cf-form-inner .cf-form-actions button {
  margin: 0 1em 1em 0;
  position: relative;
  display: inline-block;
  background-position: 100% -100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 200%, 100% 100%;
  transition: background-position .3s cubic-bezier(.215,.61,.355,1);
  transform: translateZ(0);
  font-size: calc(var(--base-font-size) - 2px);
  letter-spacing: 2px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  width: 100%;
  margin: 0 !important;
}
.cf-form-inner .cf-form-actions button.cf-submit-form {
  background-image: linear-gradient(178deg, rgb(var(--button-background)), rgb(var(--button-background)) 10%, #00000012 10% 100%), linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
}
.cf-form-inner .cf-form-actions button.cf-cancel {
  --button-background: var(--background);
  --button-text-color: var(--root-text-color);
  border: 1px solid rgb(var(--border-color));
}

#simple-sitemap-wrapper {
  max-width:1100px;
  margin:80px auto;
}
.simple-sitemap__list-title {
  background-color: #efefef;
  padding: 8px 10px;
}
.message-link {
  text-decoration:none !important;
}
.slideshow__slide:not(:only-child) .slideshow__text-wrapper--bottom {
  padding-block-end:64px;
}

.image-with-text__navigation{
  grid-template-columns: 1fr 1fr 1fr;
}
@media(max-width:768px) {
  .slideshow__slide:not(:only-child) .slideshow__text-wrapper--bottom {
  padding-block-end:36px;
}
}

/* Table law */
td p {
  margin:0 !important;
  line-height:1.5;
}

/* Mega menu gap */
.mega-menu {
  --mega-menu-column-gap: 30px ;
}
@media(min-width:1200px) {
  .mega-menu {
    --mega-menu-column-gap: 40px ;
  }
}
@media(min-width:1400px) {
  .mega-menu {
    --mega-menu-column-gap: 40px ;
    --mega-menu-image-gap: 20px ;
  }
}

/* News article content */
.news-article-header {
  text-align:center;
}
.news-article-header h2 {
  font-size:34px;
  margin:0;
  margin-bottom:5px;
  line-height:1.5;
}
.news-article-header h3 {
  font-size:16px;
  margin:0;
  line-height:1.5;
  margin-bottom:10px;
}
.news-article-header h4 {
  font-size:14px;
  font-weight:300;
  color:#666;
  margin:0;
  margin-bottom:30px;
}
.news-article-header p {
  font-size:16px;
}
.news-article-image {
  margin:30px auto;
  max-width:500px;
  width:100%;
}
.news-article-image img {
  width:100%;
  margin: 0 auto !important;
}
.news-article-image span {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display:block;
  margin-top:10px;
}
.news-article-when {
  margin-bottom:30px;
}
.news-article-gift h5 {
  font-size: 14px;
  margin:0;
  margin-bottom:5px;
}
.news-article-qr {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 100px;
}
.news-article-contact {
  color: #666;
  max-width: 300px;
  margin: 0 auto;
}
@media(max-width:768px){
  .news-article-header h2 {
    font-size:24px;
    margin-bottom:0;
  }
  .news-article-header h3 {
    font-size:13px;
    margin-bottom:5px;
  }
  .news-article-header h4 {
    font-size:12px;
    margin-bottom:25px;
  }
  .news-article-header p {
    font-size:13px;
  }
  .news-article-image span {
    font-size:12px;
  }
  .news-article-text {
    font-size:12px;
  }
}

.hidden-h1 {
clip: rect(1px, 1px, 1px, 1px);    clip-path: inset(50%);    position: absolute !important;    overflow: hidden !important;    width: 1px !important;    height: 1px !important;    margin: -1px !important;    padding: 0 !important;    border: 0px !important;}
}
.register-page-header {
  margin-bottom:0 !important;
}


/* Account */
.account .table td,
.account .table th{
  padding:8px !important;
  text-align:left !important;
}
.hera-account-vip-point {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.hera-account-myvip-rank,
.hera-account-mypoint-value {
  font-weight: 600;
  font-size: 20px;
}
.socialplus-association-wrapper.socialplus-association-wrapper-first.socialplus-association-wrapper-last {
  display:flex;
  justify-content:center;
}
.account__block-list {
  row-gap: 24px;
  grid-template-columns: 100%;
  display: grid;
}
#shopify-block-vip_pending_points_r9rVGh h2 {
  font-size:26px !important;
  font-weight:600 !important;
}
.hera-account-order-history {
  font-size:26px;
  margin-bottom:0 !important;
}
.cancellation-notice {
  background-color: #efefef;
  font-size: 12px;
  padding: 20px;
  margin-top:20px
}
.account-order-notice {
  background-color: #efefef;
  padding: 30px;
  margin-top: 30px;
}
.cancellation-notice a,
.account-order-notice a {
  text-decoration:underline;
}
@media(max-width:768px) {
  .hera-account-order-history {
    font-size:22px;
  }
}
@media(max-width:740px) {
  .cancellable-btn {
    display:inline-block;
    width:100%;
  }
  .cancellable-btn > a {
    display: inline-block;
    padding: 9px;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
  }
  .cancellable-item-block {
    grid-column: 1 / 3;
  }
}


/* Register */
.register-policy {
  text-decoration:underline;
  color:#000;
  display:inline-block; 
}
.register-policy-link {
  text-align: center !important;
  display: block !important;
}
.register-policy-link div {
  display:flex;
  gap:15px;
  justify-content:center;
}
.register-or-divider {
  position:relative;
  height:20px;
  width:100%;
  margin-top: 30px;
}
.register-or-divider:after {
  content:'';
  position:absolute;
  width:100%;
  height:0.5px;
  background-color:#a1a1a1;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.register-or-divider span {
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  padding: 0 15px;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.cf-form-actions button span {
  display:inline-block !important;
  line-height:1.3;
  vertical-align: middle;
}
.socialplus-login-button-wrapper.socialplus-login-button-wrapper-first {
  margin-top:0 !important;
}
.shopify-payment-button__button {
  height:auto !important;
}

/* FAQ */
.faq-img {
  display:inline-block;
  width:100%;
}

/* Cart page */
.hera-cart-notice {
  padding: 30px;
  margin-top: 20px;
  background-color: #ededed;
  font-size: 13px;
}
@media(max-width:768px) {
  .hera-cart-notice {
    font-size:12px;
  }
}

/* Policy page */
.shopify-policy__container {
    overflow-wrap: break-word;
}

/* Campaign page */
.product-campaign ul,
.product-campaign ol {
  padding:0;
}

/* Cart */
/* preorder flag */
#mini-cart-form .line-item[data-preorder="true"],
.cart .line-item[data-preorder="true"]{
  position: relative;
}

#mini-cart-form .line-item[data-preorder="true"]::after ,
.cart .line-item[data-preorder="true"]::after {
  content: "PRE-ORDER";
  position: absolute;
  top: 12px;
  left: 5px;
  color: #000;
  background-color: rgb(225, 208, 195);
  padding: 0 8px 1px;
  font-family: Cera Pro,Noto Sans JP!important;
  font-size: 10px;
  font-weight: 700;
}

#mini-cart-form .line-item[data-preorder="true"]::after {
  top: 8px;
}



/**********************************************************************/
/********************** HERA renewal 9/25 solugate *******************/
/**********************************************************************/
mobile-navigation .header__log-link {
  font-size: 0;
}

.header__log-link .logo-img {
  height: 16px;
}

.st0 {
  fill:#13130A;
}

.mobile-nav__images-wrapper .mobile-nav__image-heading {
  font-size: 14px;
  text-align: left;
  color: #666;
  font-weight: 400;
}

.mobile-nav__common.mo-gnb .mobile-nav__image-push {
  max-width: 100%;
}

.mobile-nav__images-wrapper.mobile-nav__common {
  padding: 0;
}

.mobile-nav__common .mobile-nav__images-scroller {
  margin: 0;
  padding: 0;
  opacity: 0;
}

mobile-navigation[open] .mobile-nav__common .mobile-nav__images-scroller {
  opacity: 1;
  transition: all 1s ease;
  transition-delay: 1s;
}

.drawer__header--shadowed {
  padding-block-end: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.mobile-nav+.mobile-nav__images-wrapper {
  padding-inline-start: 0;
}


/* new lookbook page 9/11 */
section.title-only {
  margin-bottom: 0;
}

.shopify-section--title-only + .shopify-section--image-with-text-products section {
  margin-top: 0;
}

.image-with-text-product .hera-bwp-products {
  display: flex;
  justify-content: center;
}

.image-with-text-product .hera-bwp-products .hera-bwp-product-item {
  /* width: 55%; */
  width: 70%;
}

.sg-custom .product-item__image-wrapper{
  width:80%;
  margin:0 auto;
}

@media (max-width: 768px) {
  .image-with-text-product .hera-bwp-products .hera-bwp-product-item {
    width: 100%; 
  }  
}
.image-with-text-product .hera-bwp-products .product-item-subtitle {
  height: unset;
}

.shopify-section--image-with-text-products .hera-heading {
  margin-bottom: 0;
}

.shopify-section--image-with-text-products .hera-subheading {
  margin-top: 0;
  margin-bottom: 10px;
}

 .image-with-text-product .hera-bwp-products .hera-bwp-product-item .product-item__image-wrapper {
   margin-bottom: 0;
 }

 .image-with-text-product .hera-bwp-products .hera-bwp-product-item .product-item__image-wrapper img:not([style*=float]) {
   margin: 0;
 }

@media (min-width:1000px) and (max-width: 1400px) {
  .image-with-text-product .hera-bwp-products .hera-bwp-product-item {
    width: 40%;
  }

  .section.sg-margin .sg-custom,
  .shopify-section--image-with-text-products .hera-heading{
    font-size: 25px;
  }
  
  .shopify-section--image-with-text-products .hera-subheading{
    font-size: 18px;
  }
}

@media (min-width:1000px) and (max-width: 1200px) {
  .section.sg-margin .sg-custom,
  .shopify-section--image-with-text-products .hera-heading{
    font-size: 20px;
  }
  
  .image-with-text-product .image-with-text__text-wrapper{
    font-size: 12px;
  }
}

@media (max-width: 999px) {
  .image-with-text__content-wrapper.sg-custom .image-with-text__content-list{
    padding:0 25px;
  }
  .section.section--flush.sg-custom .slideshow__slide-list .container {
    position: absolute;
    top: 0;
    text-align: center;
  }
  
  .section.section--flush.sg-custom .slideshow__slide-list .container .content-box--left {
    margin: auto;
  }

  .section.section--flush.sg-custom .slideshow__slide-inner .heading {
    color: rgb(var(--heading-color)) !important;
  }
  .section.section--flush.sg-custom .slideshow__slide-inner .heading {
    display:none;
  }
  .shopify-section--image-with-text-products .image-with-text {
    padding: var(--vertical-breather) 0;
  }

  .shopify-section--image-with-text-products .image-with-text .container {
    padding-inline: 0;
  }
}

/* look book 0919 */

.shopify-section--image-with-text-products + .shopify-section--image-with-text-products {
  margin-top: calc(var(--vertical-breather) * -1);
}

.shopify-section--image-with-text-products + .shopify-section--image-with-text-products .section {
  margin-top: 0;
}

.shopify-section--image-with-text-products + .shopify-section--image-with-text-products .image-with-text__wrapper {
  padding-top: 0;
}

.title-only .sg-custom.heading.h2{
  display:none;
}

.section.sg-margin .sg-custom {
  font-size:32px;
  margin-top:0;
  line-height:1.2;
  margin: 0;
}

@media(min-width:1000px){
  .section.sg-margin .sg-custom {
    width: 100%;
  }
}

.content-box.sg-custom p{
  font-weight:400;
  margin:0px !important;
}
.section.sg-margin{
  margin:10px 0;
}

.section.section--flush.sg-custom button.slide_show__arrow {
  display:none;
}
.image-with-text__content-wrapper.sg-custom .product-item-meta{
  text-align:center;
}
.image-with-text__content-wrapper.sg-custom .product-item-meta .label-list{
  justify-content:center;
}
.image-with-text__content-wrapper.sg-custom .product-item-meta .color-swatch-list{
  display:flex;
  align-items:center;
  justify-content:center;
}
@media(max-width:999px){
  .title-only .sg-custom.heading.h2{
    display:block;
    letter-spacing:-1px;
  } 
  .content-box.sg-custom p{
    font-size:13px;
    line-height:22px;
    letter-spacing:-1px;
  }
  .section.section--flush.sg-custom .heading.heading--large{
    display:none;
  }
}

/* moheader img show */
.mobile-nav__images-scroller{
  display:block;
}

.image-with-text__content-wrapper.sg-custom [hidden]{
  display:none;
}

/* 0923 main banner */
.sg-custom-banner .pcimg{
  display:block;
  width:100%;
}

.sg-custom-banner .moimg{
  display:none;
}
.sg-banner-wrap > a + a{
  margin-top:15px;
}
.sg-banner-wrap > a{
  display:block;
  width:calc(100% + 24px);
  position:relative;
  left:-12px;
  
}
.sg-banner-wrap .txtbox{
  position:absolute;
  left:20%;
  top:50%;
  transform:translateY(-50%);

  font-size:44px;
  font-weight:700;
  letter-spacing:-0.6px;
  line-height:30px;
  text-align:center;
}

.section.section--flush.sg-custom-banner{
  margin:64px 0;
}
@media(max-width:999px){
  .sg-banner-wrap .img{
    display: flex;
    flex-direction: column-reverse;
  }
  .sg-banner-wrap>a+a{
    margin-top:30px;
  }
  .sg-banner-wrap .txtbox{
    margin-bottom:15px;
    font-size:28px;
    position:relative;
    top:unset;
    left:unset;
     transform:translateY(0%);
    
  }
  .section.section--flush.sg-custom-banner{
    margin:36px 0;
  }
  .sg-custom-banner .pcimg{
    display:none;
  }
  .sg-custom-banner .moimg{
    display:block;
  }
}

/* 241014 review tab */
.tabs-nav__item.anchor.reviews {
  display: none;
}

/* 241128 */
.product-form__option-value {
    margin-inline-start: 0;
}

/* 1217 shop info icon adjust */
.header__secondary-links .header__cross-border {
  margin-inline-end: 0;
  order: 2;
}

.header__secondary-links {
  column-gap: 24px;
}

.header__icon-list {
  order: 1;
}

/* 1231 PDP sticky add to cart variant thumbnail broken */
.select__color-swatch {
  flex-shrink: 0;
}

/* 0206 hera image with text heading */
 image-with-text-item .heading {
  text-transform: none;
}

/* account */
.subscription__block{
    margin:-24px auto 24px;
}
 .subscription__block .subscription__box{
    display:flex;
    gap:12px;
    padding:12px 16px;
    border:1px solid #ddd;
    width:100%;
    max-width:520px;
    margin-inline:auto;
}
 .subscription__icon-check{
    display:block;
    width:24px;
    height:24px;
    background-image:url('/cdn/shop/files/subscription__icon_20e09bc0-2b9b-4ce2-8bd2-5344b087ff74.svg?v=1751504168');
    background-size:contain;
    background-repeat:no-repeat;
}
 .subscription__block .subscription__button{
    text-decoration:underline;
    text-underline-position:under;
}