/* D-ARMS product CTA block. */

.new-cta {
  padding: 28px 32px !important;
  border: 1px solid #e3e3e3 !important;
  background: #fff !important;
}

.new-cta .vk_spacer {
  display: none;
}

/* Two-column CTA layout. */
.new-cta .vk_gridColumn > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -12px;
  margin-left: -12px;
}

.new-cta .row > .vk_gridColumn_item:first-child {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  max-width: 50%;
  padding-right: 24px;
  padding-left: 12px;
}

.new-cta .row > .vk_gridColumn_item:last-child {
  flex: 0 0 50%;
  min-width: 0;
  max-width: 50%;
  padding-right: 12px;
  padding-left: 24px;
}

/* Brand and product names. */
.new-cta .row > .vk_gridColumn_item:first-child h2 {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border-top: 1px solid;
  border-right: 0;
  border-bottom: 1px solid;
  border-left: 0;
  background: none;
  color: #666;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
}

.new-cta .row > .vk_gridColumn_item:first-child h3 {
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  background: none;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.new-cta .new-cta__notice {
  margin: 0 0 3px;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

.new-cta .row > .vk_gridColumn_item:first-child h2::before,
.new-cta .row > .vk_gridColumn_item:first-child h2::after,
.new-cta .row > .vk_gridColumn_item:first-child h3::before,
.new-cta .row > .vk_gridColumn_item:first-child h3::after {
  display: none !important;
}

/* Purchase button. */
.new-cta .vk_button {
  margin: 0;
}

.new-cta .vk_button_link {
  display: block;
  width: 100%;
  padding: 12px 10px !important;
  box-sizing: border-box;
  border: 1px solid #222 !important;
  border-radius: 6px !important;
  background: #222 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}

.new-cta .vk_button_link:hover {
  background: #fff !important;
  color: #222 !important;
}

.new-cta .vk_button_link_txt {
  font-size: 14px;
  line-height: 1.4;
}

/* Link to the current product brand archive. */
.new-cta .new-cta__brand-nav {
  margin-top: 28px;
}

.new-cta .new-cta__brand-guide {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.new-cta .new-cta__brand-button {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #777;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.new-cta .new-cta__brand-button:hover {
  border-color: #222;
  background: #222;
  color: #fff;
}

/* Single product card generated by [cat_list]. */
.new-cta .product-group.column-grid.column-grid1 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .new-cta .row > .vk_gridColumn_item:first-child {
    flex-basis: 65%;
    max-width: 65%;
  }

  .new-cta .row > .vk_gridColumn_item:last-child {
    display: flex;
    flex-basis: 35%;
    max-width: 35%;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .new-cta .product-group.column-grid.column-grid1 {
    margin: 0 !important;
  }
}

.new-cta .product-group.column-grid.column-grid1 > article.list {
  position: relative;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 38px 10px 48px !important;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  background: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.06);
}

/* Compact product status tag. */
.new-cta .product-group.column-grid.column-grid1 .opt-tag {
  position: absolute;
  z-index: 5;
  top: 8px;
  left: 8px;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  line-height: 1;
}

.new-cta .product-group.column-grid.column-grid1 .opt-tag li,
.new-cta .product-group.column-grid.column-grid1 .opt-tag .newtag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0 !important;
  padding: 4px 6px !important;
  border: 1px solid #777;
  border-radius: 0;
  background: #fff;
  color: #666 !important;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.03em;
  list-style: none;
}

.new-cta .product-group.column-grid.column-grid1 .my-fav-wrap {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 6px;
}

.new-cta .product-group.column-grid.column-grid1 > article.list > a {
  display: block;
  padding: 0 !important;
}

.new-cta .product-group.column-grid.column-grid1 .img.square,
.new-cta .product-group.column-grid.column-grid1 .img.square .overlay {
  width: 100%;
  margin: 0;
}

.new-cta .product-group.column-grid.column-grid1 .img.square img {
  display: block;
  width: 100%;
  height: auto;
}

.new-cta .product-group.column-grid.column-grid1 .brand-link {
  display: block;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  text-align: right;
}

.new-cta .product-group.column-grid.column-grid1 .brand-link img {
  width: 65px;
  height: auto;
  margin: 0 !important;
}

.new-cta .product-group.column-grid.column-grid1 .iroiro {
  width: 100%;
  height: auto;
  margin: 6px 0 0 !important;
  padding: 0;
}

.new-cta .product-group.column-grid.column-grid1 .info {
  margin: 6px 0 0 !important;
  padding: 0 !important;
}

.new-cta .product-group.column-grid.column-grid1 .kuuhaku {
  display: none;
}

.new-cta .product-group.column-grid.column-grid1 .info h2 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.9em;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  background: none;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new-cta .product-group.column-grid.column-grid1 .info h2::before,
.new-cta .product-group.column-grid.column-grid1 .info h2::after {
  display: none !important;
}

.new-cta .product-group.column-grid.column-grid1 .per {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  text-align: right;
}

.new-cta .product-group.column-grid.column-grid1 .price {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.new-cta .product-group.column-grid.column-grid1 .price .tax {
  font-size: 10px;
}

.darms-product-cta-message {
  padding: 16px;
  border: 1px dashed #a7aaad;
  background: #fff;
  color: #50575e;
}

.darms-product-cta-message--error {
  border-color: #d63638;
  color: #b32d2e;
}

@media (max-width: 767px) {
  .new-cta {
    padding: 14px 8px !important;
  }

  .new-cta .vk_gridColumn > .row {
    align-items: stretch;
    margin-right: -4px;
    margin-left: -4px;
  }

  .new-cta .row > .vk_gridColumn_item:first-child,
  .new-cta .row > .vk_gridColumn_item:last-child {
    flex: 0 0 50%;
    min-width: 0;
    max-width: 50%;
    padding-right: 4px;
    padding-left: 4px;
  }

  .new-cta .row > .vk_gridColumn_item:first-child h3 {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
  }

  .new-cta .new-cta__notice {
    margin-bottom: 3px;
    font-size: 10px;
    line-height: 1.6;
  }

  .new-cta .row > .vk_gridColumn_item:first-child h2 {
    margin-bottom: 12px;
  }

  .new-cta .vk_button_link {
    padding: 9px 3px !important;
  }

  .new-cta .vk_button_link_txt {
    font-size: 11px;
  }

  .new-cta .new-cta__brand-nav {
    margin-top: 20px;
  }

  .new-cta .new-cta__brand-guide {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .new-cta .new-cta__brand-button {
    padding: 8px 3px;
    font-size: 10px;
  }

  .new-cta .product-group.column-grid.column-grid1 {
    width: 170px;
    max-width: 100%;
    margin: 0 auto;
  }

  .new-cta .product-group.column-grid.column-grid1 > article.list {
    padding: 34px 6px 43px !important;
  }

  .new-cta .product-group.column-grid.column-grid1 .opt-tag {
    top: 6px;
    left: 6px;
  }

  .new-cta .product-group.column-grid.column-grid1 .opt-tag li,
  .new-cta .product-group.column-grid.column-grid1 .opt-tag .newtag {
    padding: 3px 5px !important;
    font-size: 9px !important;
  }

  .new-cta .product-group.column-grid.column-grid1 .brand-link img {
    width: 55px;
  }

  .new-cta .product-group.column-grid.column-grid1 .info h2 {
    font-size: 10.5px;
  }

  .new-cta .product-group.column-grid.column-grid1 .per {
    right: 6px;
    bottom: 8px;
  }

  .new-cta .product-group.column-grid.column-grid1 .price {
    font-size: 10.5px;
  }

  .new-cta .product-group.column-grid.column-grid1 .price .tax {
    font-size: 9px;
  }
}
