@charset "UTF-8";
/*--------------------------------------------------
PREDGE 商品詳細（プロトナ寄せ）
--------------------------------------------------*/
body.predge-shop.single-product #primary.content-area,
body.predge-shop.single-product .woocommerce {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

body.predge-shop .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 20px;
}

body.predge-shop .product .woocommerce-product-gallery,
body.predge-shop .product .images {
  width: 52%;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

body.predge-shop .summary.entry-summary {
  display: flex;
  flex-direction: column;
  width: 44%;
}

body.predge-shop .summary.entry-summary h1.product_title {
  color: #054496;
  padding: 0 0 20px;
  margin: 0;
  font-size: clamp(26px, 2rem, 32px);
  line-height: 1.35;
}

body.predge-shop .summary.entry-summary .woocommerce-product-details__short-description {
  order: 1;
}

body.predge-shop .summary.entry-summary .woocommerce-product-details__short-description h3 {
  font-size: clamp(20px, 1.3rem, 24px);
  margin: 0 0 0.6rem;
}

body.predge-shop .summary.entry-summary .woocommerce-product-details__short-description p {
  padding: 0.5rem 0;
  line-height: 1.6;
  font-size: 92%;
  margin: 0;
}

body.predge-shop .summary.entry-summary .price {
  order: 2;
  font-size: 28px;
  padding: 0 0 30px;
  margin: 0;
  font-weight: 600;
}

body.predge-shop .summary.entry-summary .price p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2em 0.35em;
}

body.predge-shop .summary.entry-summary .price p > span.predge-price-label {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

body.predge-shop .summary.entry-summary .price .amount {
  font-size: 30px !important;
  color: #e60012;
  font-weight: 700;
}

body.predge-shop .summary.entry-summary .price .woocommerce-Price-currencySymbol {
  font-size: 18px;
  margin-right: 2px;
}

body.predge-shop .summary.entry-summary .price .predge-tax-label,
body.predge-shop .summary.entry-summary .price small,
body.predge-shop .summary.entry-summary .price .woocommerce-price-suffix {
  font-size: 14px;
  font-weight: 500;
  color: #e60012;
}

body.predge-shop .summary.entry-summary form.cart {
  order: 3;
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 0 !important;
}

body.predge-shop .summary.entry-summary form.cart .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 32px;
}

body.predge-shop .summary.entry-summary form.cart .single_add_to_cart_button,
body.predge-shop .summary.entry-summary form.cart .button {
  vertical-align: middle;
  background: #004098 !important;
  border: none !important;
  border-radius: 6px;
  padding: 10px 14px;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  line-height: 1.3;
  cursor: pointer;
}

body.predge-shop .summary.entry-summary form.cart .single_add_to_cart_button::before {
  font-family: "Material Icons";
  content: "\eb88";
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
}

body.predge-shop .summary.entry-summary .product_meta {
  order: 4;
  padding: 20px 0;
  font-size: 13px;
  color: #555;
}

body.predge-shop .summary.entry-summary .product_meta span.sku_wrapper {
  display: block;
  padding: 0 0 10px;
}

body.predge-shop .summary.entry-summary #wc-stripe-express-checkout-element,
body.predge-shop .summary.entry-summary .wc-stripe-payment-request-wrapper {
  order: 4;
}

/* 商品概要タブ */
body.predge-shop .woocommerce-tabs {
  width: 100%;
  clear: both;
  padding: 1rem 0 0 !important;
  margin: 0 !important;
}

body.predge-shop .woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0 0 1rem !important;
  padding: 0 !important;
  border: 0;
  display: block;
  left: 0 !important;
}

body.predge-shop .woocommerce-tabs ul.tabs::before,
body.predge-shop .woocommerce-tabs ul.tabs li::before,
body.predge-shop .woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
}

body.predge-shop .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 0 10px !important;
  display: block;
  width: 100%;
  left: 0 !important;
}

body.predge-shop .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 18px;
  font-weight: 600;
  color: #111 !important;
  border: 0 !important;
}

body.predge-shop .woocommerce-tabs ul.tabs li.active,
body.predge-shop .woocommerce-tabs .description_tab.active {
  border-bottom: 1px dotted #ccc !important;
}

body.predge-shop .woocommerce-tabs h2 {
  display: none;
}

body.predge-shop .woocommerce-tabs .panel,
body.predge-shop .woocommerce-tabs .woocommerce-Tabs-panel {
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 15px 0 !important;
  line-height: 1.8;
}

/* お引渡し時期 */
body.predge-shop .delivery {
  margin: 30px 0;
  width: 100%;
}

body.predge-shop .delivery h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px;
  margin: 0;
}

body.predge-shop .delivery h3 + p {
  padding: 15px 0 10px;
  line-height: 2;
  margin: 0;
}

/* 関連商品見出し */
body.predge-shop .related.products > h2,
body.predge-shop .upsells.products > h2 {
  font-size: clamp(18px, 1.2rem, 22px);
  border-left: 6px solid #054496;
  padding: 14px 0 14px 20px;
  line-height: 1;
  margin: 0 0 30px;
  background: #efefef;
}

@media screen and (max-width: 640px) {
  body.predge-shop .product {
    display: block;
  }

  body.predge-shop .product .woocommerce-product-gallery,
  body.predge-shop .product .images,
  body.predge-shop .summary.entry-summary {
    width: 100%;
  }

  body.predge-shop .summary.entry-summary {
    margin-top: 1.4rem;
  }

  body.predge-shop .summary.entry-summary form.cart {
    flex-wrap: wrap;
  }
}
