/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

button.attribute-btn {
    background: #3333;
}

.image-tools{display：none}
/* ===================== 🔒 DTF Unified Section Styles (Isolated) ===================== */
/* Prefix: .dtf-style- */
/* ===================================================
   ✨ DTF Transfer — Unified Visual Theme CSS
   Author: GPT-5 Custom Design
   =================================================== */

/* --- Global Reset for DTF Section --- */
.dtf-size-guide,
.transfer-instructions,
.shipping-info-section {
  font-family: "Poppins", "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.7;
}

/* --- Header Section --- */
.dtf-size-guide header {
  text-align: center;
  margin-bottom: 2rem;
}

.dtf-size-guide header h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.dtf-size-guide header span {
  display: block;
  margin-top: 4px;
}

/* --- Grid Layout --- */
.dtf-size-guide .grid {
  display: grid;

  gap: 1.5rem;
}

/* --- Size Card --- */
.dtf-size-guide .card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.dtf-size-guide .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.dtf-size-guide .size-badge {
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 600;
}

.dtf-size-guide .inch {
  font-size: 1.1rem;
  color: #111827;
}

.dtf-size-guide .cm {
  font-size: 0.9rem;
  color: #6b7280;
}

.dtf-size-guide .card-body h3 {
  font-size: 1.1rem;
  color: #111827;
  margin-bottom: 0.5rem;
}

.dtf-size-guide .placement {
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
  background: #f9fafb;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #555;
}

/* --- Tags --- */
.dtf-size-guide .tags {
  margin-top: 0.6rem;
}

.dtf-size-guide .tag {
  display: inline-block;
  background: #f3f4f6;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.8rem;
  color: #374151;
  margin: 3px;
  transition: all 0.3s ease;
}

.dtf-size-guide .tag:hover {
  background: #0070f3;
  color: #fff;
}

/* --- Heat Press / Iron Instructions --- */
.transfer-instructions {
 

 display: grid
;
    gap: 1.5rem;
  margin-top: 2.5rem;

}

.transfer-instructions .instruction-card {
  flex: 1 1 48%;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  padding: 24px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.transfer-instructions .instruction-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

.transfer-instructions .instruction-card h2 {
  font-size: 1.2rem;
  color: #111827;
  margin-bottom: 0.8rem;
  border-left: 4px solid #0070f3;
  padding-left: 10px;
}

.transfer-instructions .steps {
  margin: 0;
  padding-left: 18px;
}

.transfer-instructions .steps li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #444;
}

/* --- Shipping Info Section --- */
.shipping-info-section {
  margin-top: 3rem;
  background: linear-gradient(135deg, #f9fafb, #f3f4f6);
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 30px 36px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.shipping-info-section::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 112, 243, 0.06), transparent 60%);
  z-index: 0;
}

.shipping-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.shipping-details {
  text-align: center;
  font-size: 0.95rem;
  color: #444;
  position: relative;
  z-index: 1;
}

.shipping-details p {
  margin: 8px 0;
}

.shipping-details strong {
  color: #111827;
}

.shipping-details a {
  color: #0070f3;
  font-weight: 500;
  text-decoration: none;
}

.shipping-details a:hover {
  text-decoration: underline;
}

/* --- Responsive Layout --- */
@media (max-width: 768px) {
  .dtf-size-guide header h1 {
    font-size: 1.4rem;
  }
  .transfer-instructions {
    flex-direction: column;
  }
  .transfer-instructions .instruction-card {
    flex: 1 1 100%;
  }
  .shipping-info-section {
    padding: 24px 18px;
  }
  .shipping-title {
    font-size: 1.2rem;
  }
}
.wcisc-split-images{
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 一行 3 个 */
    gap: 8px;               /* 格子间距，可改 */
    align-items: start;
  }

@media (max-width: 767px) {
  .wcisc-split-images{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 一行 3 个 */
    gap: 8px;               /* 格子间距，可改 */
    align-items: start;
  }
  }

.nasa-product-content-select-wrap{display:none}
.button.icon.circle>i+span, .button.icon.round>i+span{
	margin-left: 4px;
    text-align: center;
	padding-right:0px
}
li.account-item.has-icon.menu-item.has-child {
    display: none;
}
