/*_____________________________________________________________________________*/
/****************************  DIRTY FIXES  ***************************/
/*___________________________________________________________________________*/

.postid-150 .woocommerce-breadcrumb {
  display: none;
}
.single_product_page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

#product-150 .product-details-wrapper .summary {
  float: none !important;
  clear: both !important;
  width: 100% !important;
}

.single_product_page > .product {
  display: flex;
  align-self: center;
  column-gap: 40px;
  width: 100%;
}
#product-150 {
  padding: 0px 8px;
}

#product-150 .single_variation_wrap .single_variation {
  display: none;
}

#product-150 .product_price_row {
  display: none;
}

/*_____________________________________________________________________________*/
/****************************  FILE UPLOAD SECTION  ***************************/
/*___________________________________________________________________________*/

#product-150 table.variations {
  display: none;
}

#product-150 form.variations_form {
  display: flex;
  flex-flow: column nowrap;
}

/*_____________________________________________________________________________*/
/****************************  FILE UPLOAD SECTION  ***************************/
/*___________________________________________________________________________*/

/* ================================================================
   DTF Interface Styling - Upload Components
   ================================================================ */

/* Main Container */

.custom-file-upload-container-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-self: center;
  max-width: 800px;
  margin: 30px 0px;
  /* margin: 8px 0px; */
  width: 96%;

  /* max-width: 800px;
    margin: 30px auto;
    padding: 0 20px; */
}

/*********============    ============*****************/
.custom-file-upload-container.drag-hover {
  border: 2px dashed #3a9dd7;
  background-color: #f0f8ff;
}

/*********============    ============*****************/
.custom-file-upload-container-wrapper p,
.custom-file-upload-container-wrapper .file-upload-info-text {
  font-size: 0.8rem;
  /* margin: 8px 0px; */
  margin: 4px 0px;
}

.custom-file-upload-container-wrapper
  .custom-file-upload-container
  .file-upload-info-text {
  margin: 0px 0px 8px 0px;
}

.file-successfully-uploaded .dtf-onpage-infotext-wrap {
  margin-top: 16px;
}

.custom-file-upload-container {
  border: 2px dashed #007bff;
  border-radius: 5px;
  text-align: center;
  background-color: #f8f8f8;
  transition: background-color 0.3s ease;
  width: 92%;
  min-height: 160px;
  /* min-height: 40px; */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;

  position: relative;
  cursor: pointer;
}

.custom-file-upload-container:hover {
  background-color: #e2e6ea;
}

.custom-file-upload-label {
  display: block;
  font-size: 16px;
  color: #6c757d;
  height: 100%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 12px 0px 24px 0px;

  pointer-events: auto;
  z-index: 2;
  position: relative;

  /* margin: 0;
    padding: 0; */
}

.custom-file-upload-label:hover {
  color: #080;
}

.custom-file-upload-container input[type="file"] {
  display: none;
}

.upload-preview {
  /*     margin-top: 20px; */
  position: relative;
  display: inline-block;
  /* width: 200px;
    height: 200px; */
  max-width: 500px;
  max-height: 500px;
  /* background: repeating-conic-gradient(#ddd 0% 25%, #fff 0% 50%) 50% / 20px 20px; */
  background-color: #ddd;
}

.upload-preview img {
  /* max-width: 200px; */
  display: none;
  height: auto;
  /* background-color: #333645; */
  /* display: block; */
  max-width: 100%;
  max-height: 500px;
}

/* .upload-preview::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-conic-gradient(#ccc 0% 25%, #eee 0% 50%) 50% / 20px 20px;
    opacity: 0.3;
} */

.progress-bar {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
  /*     margin-top: 20px; */
  margin: 20px 0px;
}

.progress {
  height: 10px;
  background-color: #007bff;
}

/*_____________________________________________________________________________*/
/****************************       ***************************/
/*___________________________________________________________________________*/

/*********============    ============*****************/
.dtf-onpage-infotext-pcontainer {
  display: flex;
  flex-flow: column nowrap;

  padding: 8px;
  /* background-color: #CDCDCE; */
  font-size: 13px;
  border-radius: 5px;
  color: #333645;
  border: 2px dashed red;

  margin-top: 16px;
}

.dtf-onpage-infotext-wrap {
  display: flex;
  flex-flow: column nowrap;
}

.custom-file-upload-container-wrapper p.dtf-info-text {
  margin: 0px 0px;
  text-align: center;
}

.dtf-info-text span.bolded {
  font-weight: 600;
}

/**===========================||==========||===============||=====||==========|| DTF inputs new style 2.0 ||=========**/

/*------*/
#product-150 .dtf-user-inputs-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  gap: 16px;
  margin: 16px 0px;
}

#product-150 .dtf-user-inputs-wrapper .custom_dtf_dim_input_container {
  display: flex;
  flex-flow: column nowrap;
  border-radius: 12px;
  border: 2px solid #000;
  padding: 8px;
  justify-content: center;
  align-items: center;

  flex-grow: 1;
  max-width: 240px;
  flex-basis: 30%;
}

#product-150 .dtf-user-inputs-wrapper .custom_dtf_dim_input_container label {
  text-align: center;
}

.number-inputs {
  margin-top: 20px;
}

.number-inputs input {
  margin-right: 10px;
  padding: 5px;
  font-size: 16px;
  width: 100px;
}

.custom-dim-input-wrap {
  display: flex;
  align-items: center;
  /* gap: 5px; */
  margin-top: 5px;
  justify-content: center;
}

.dtf-dim-plus,
.dtf-dim-minus {
  padding: 4px 10px;
  font-size: 16px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 1;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.dtf-dim-plus:hover,
.dtf-dim-minus:hover {
  background-color: #e2e2e2;
}

.custom-dim-input {
  width: 80px;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#product-150 .product-quantity-selection-info-wrapper {
  /* display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px; */
  display: flex;
  flex-flow: column nowrap;
  flex-basis: 30%;
  border-radius: 12px;
  padding: 8px;

  /* border: 2px solid #000;
    max-width: 180px; */
}

#product-150 .product-quantity-input-container {
  /* display: flex;
	flex-flow: column nowrap;
	flex-basis: 30%;
	border-radius: 12px;
	border: 2px solid #000;
	padding: 8px; */
}

#product-150 .product-quantity-input-container p {
  margin: 4px 0px;
  text-align: center;
}

#product-150 .product-quantity-input-container .quantity {
  display: flex;
  margin: 0px;
  flex-flow: row nowrap;
  justify-content: center;
  /* gap: 8px; */
}

#product-150 .product-quantity-input-container .quantity .minus,
#product-150 .product-quantity-input-container .quantity .plus {
  cursor: pointer;
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
}

#product-150 .product-quantity-input-container .quantity .minus:active,
#product-150 .product-quantity-input-container .quantity .plus:active {
  border: 1px solid #2cc64d;
  background-color: #3f3f3f;
  /* Change to your desired color */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#product-150 .product-quantity-input-container .quantity input {
  align-self: center;
  width: 40%;
  text-align: center;
}

/*------*/
#product-150 .dtf-pricing-table-container {
  display: none;
  /* display: flex; */
  flex-flow: column nowrap;
  width: 80%;
  justify-content: center;
  align-self: center;
}

#product-150 table.dtf-pricing-table {
  table-layout: fixed;
  width: full;
  border-collapse: collapse;
  border: 2px solid #000;
}

#product-150 table.dtf-pricing-table thead {
}

#product-150 table.dtf-pricing-table thead tr th {
  padding: 4px;
  border: 1px solid #000;
}

#product-150 table.dtf-pricing-table tbody {
}

#product-150 table.dtf-pricing-table tbody tr {
}

#product-150 table.dtf-pricing-table tbody tr td {
  border: 1px solid #000;
}

#product-150 .product-selection-container {
  display: flex;
  /* flex-flow: column nowrap; */
  flex-flow: row nowrap;
  /* 	flex-grow: 1; */
  gap: 8px;
  border-radius: 12px;
  min-height: 84px;
  background-color: #f8f8f8;
  justify-content: center;
  align-self: center;
  border: 2px solid #000;
  min-width: 400px;

  /* padding: 16px 8px; */
  padding: 8px 0px;

  /* flex-basis: 100%; */
}

#product-150 .product-selection-container div {
  min-width: 88px;
  border-right: 2px solid #000;
  padding: 0px 4px;
}

#product-150 .product-selection-container div:last-child {
  border-right: none;
}

#product-150 .product-selection-container div p {
  /* margin: 4px 0px; */
  margin: 0px;
  padding: 4px 0px;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

#var_qty {
  display: flex;
  flex-flow: column nowrap;
  align-self: center;
}

.dtf-savings-msg-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.dtf-savings-msg {
  color: #1a8917;
  font-weight: 600;
  background-color: #eaffea;
  padding: 5px 8px;
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;

  /* margin-top: 5px; */
  margin: 8px 0px;
}

.dtf-value-info-text {
  font-weight: 600;
}

#var_info {
  display: flex;
  flex-flow: column nowrap;
  /* 	width: 50%; */
  align-self: center;
}

#var_info p {
  margin: 4px 0px;
}

#var_info p span {
}

#var_dims {
  display: flex;
  flex-flow: column nowrap;
  /* 	width: 50%; */
  align-self: center;
}

#var_dims p {
  margin: 4px 0px;
}

#var_qty_total {
  display: flex;
  flex-flow: column nowrap;
  /* 	width: 50%; */
  align-self: center;
}

/**===========================||==========||===============|| 	DTF RADIO SELECTION	 =====**/

#product-150 {
}

#product-150 .summary {
  margin: 0px;
}

#product-150 button.single_add_to_cart_button {
  /* 	width: 80%; */
  width: 92%;
  align-self: center;

  margin: 8px 0px 0px 0px;
}

#product-150 form > div {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#product-150 .woocommerce-product-gallery__trigger {
  display: none;
}

#product-150 .woocommerce-product-gallery__wrapper {
  pointer-events: none;
}

#product-150 .woocommerce-product-gallery__image img {
  transform: none !important;
  /* 	opacity: 1 !important; */
  /* 	width: 100%;
	height: auto; */
}

#product-150 .product_meta {
  display: none;
}

#product-150 .woocommerce-tabs {
  display: none;
}

#product-150 .single_variation_wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* width: 96%; */
  width: 100%;
}

#product-150 .single_variation_wrap .woocommerce-variation-add-to-cart {
  flex-grow: 1;
  width: 100%;
  display: flex;
  /* flex-flow: row wrap; */
  flex-flow: column nowrap;
  justify-content: center;
  gap: 8px;
}

#product-150
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .custom-sizing-dtf {
  display: flex;
  /* flex-flow: row nowrap; */
  flex-flow: row wrap;
  /* 	width: 100%; */
  /* width: 60%; */
  align-self: center;
  justify-content: center;
  gap: 12px;
}

#product-150
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .custom-sizing-dtf
  .custom-dimensions {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  /* margin: 12px 0px; */
  margin: 0px;
  /* 	padding: 8px 0px; */
  /* padding: 8px; */
  padding: 0px;
  /* border: 2px solid #000;
    border-radius: 12px;
    background-color: #f8f8f8; */
  width: 100%;
  justify-content: center;
}

.product-quantity-selection-info-wrapper,
.custom_dtf_dim_input_container {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0); */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 1); */
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.12), 0 10px 24px rgba(0,0,0,0.18); */

  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.18); */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

  background-color: #f8f8f8;

  text-align: center;
  padding: 8px;
  /* border: 2px solid #000; */
  border-radius: 12px;

  /* 	display: flex; */
  /* flex-flow: column nowrap; */
}

.custom_dtf_dim_input_container label {
}

.custom_dtf_dim_input_container input {
  width: 40%;
  text-align: center;
}

#product-150 .su-lightbox:last-child,
#product-150 .wc-tabs .additional_information_tab {
  display: none;
}

.custom-file-upload-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

/*------*/

/* FIX BORDER */
#product-150 table.variations {
  /* 	border: 2px solid #000; */
  /* 	width: 96%; */
  width: 80%;
  /* 	margin: 12px 0px; */
  margin: 8px 0px 0px 0px;
}

#product-150 table.variations tr th label {
  /* 	background-color: red; */
}

#product-150 .woo-selected-variation-item-name {
  display: none;
}

#product-150 #bulkorderformshow {
  display: none;
}

#product-150 ul.button-variable-items-wrapper {
  /* 	display: flex; */
  display: none;
  flex-flow: row wrap;
  gap: 8px;
}

#product-150 li.button-variable-item {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
}

#product-150 li.button-variable-item.selected {
  background-color: #d1e7fd;
  /* Light blue background */
  border: 1px solid #0073aa;
  /* WooCommerce blue border */
  /* 	border: 1px solid #000; */
  color: #005082;
  /* Dark blue text color */
  font-weight: bold;
  /* Bold text */
  padding: 10px;
  /* Add some padding */
  border-radius: 5px;
  /* Rounded corners */
}

/* 
#product-150 li.button-variable-item.selected {
    background-color: #f0f0f0;
    border: 2px solid #007cba;
    color: #333;
} */

#product-150 li.button-variable-item .variable-item-contents {
}

#product-150
  li.button-variable-item
  .variable-item-contents
  .variable-item-span-button {
}

#product-150 .affirm-as-low-as {
  display: none;
}

/**===========================||==========||===============||=====||==========||=========**/

/*------*/

#max-width-warning {
  margin: 0px;
  text-align: center;
  font-size: 14px;
}

#preview-fallback-msg {
  font-size: 1rem;
  /* Increase size — adjust to 1.2rem if needed */
  color: #d9534f;
  /* Bootstrap's "danger" red */
  background-color: #fff3cd;
  /* Light yellow for attention */
  border: 1px solid #f0ad4e;
  /* Orange border */
  padding: 10px 16px;
  margin-top: 12px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeInMsg 0.5s ease-in-out;
}

@keyframes fadeInMsg {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**===========================||==========||===============|| 	DTF IMAGE SECTION	 =====**/
/*------*/

#product-150 .product-details-wrapper {
  width: 60%;
  flex-grow: 1;
}

#product-150 > div:first-child {
  flex-flow: row wrap;
  align-self: baseline;

  display: flex;
  width: 40%;
  justify-content: center;
  z-index: 1;
}

#product-150 > .woocommerce-product-gallery {
  flex-flow: row wrap;
  align-self: baseline;

  display: flex;
  width: 40%;
  justify-content: center;
  z-index: 1;
}

#product-150 > .woocommerce-product-gallery ol.flex-control-nav {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  justify-content: center;
}

/* #product-150 .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
    padding: 0px 2px;
}

#product-150 .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
	width: 100%;
} */

/* Hide the first thumbnail on product with ID 123 */
#product-150 > .woocommerce-product-gallery ol.flex-control-nav li:first-child {
  /* display: none; */
}

/* 
.ppcp-messages div.message div.message__messaging {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}
 */
/* Add spacing around the PayPal message block */
.ppcp-messages {
  padding-top: 8px;
  text-align: center;
  /* will center the iframe itself if it’s inline/inline-block */
}

/* Control iframe layout */
.ppcp-messages iframe {
  display: block;
  width: 65% !important;
  justify-self: center;
  /* margin: 8px auto;  */
}

/**==========

=================||==========||===============||=====||==========||=========**/

/*----  dtf_howitworks    --*/

/* Container styling */
.how-it-works-container {
  text-align: center;
  /* padding: 40px 20px; */
  padding: 16px 0px;
  font-family: "Arial", sans-serif;
  max-width: 800px;
  /* margin: 0 auto; */
}

/* Title styling */
/* .section-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
} */

/* Flexbox layout for the steps */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

/* Individual step item */
.how-it-works-container .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 120px;

  padding: 16px 8px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Circle Icon styling */
.how-it-works-container .icon-circle {
  width: 60px;
  height: 60px;
  border: 2px solid #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

/* Hover effect */
.how-it-works-container .step-item:hover .icon-circle {
  background-color: #333;
  color: #fff;
}

/* Text styling */
.how-it-works-container .step-text {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

/**===========================||==========||===============||=====||==========||=========**/

/*---   DTF Accordion FAQ   ---*/

.faq-container {
  max-width: 600px;
  margin: 20px auto;
  font-family: "Arial", sans-serif;
  background: #f9f9f9;
  /* Light grey background */
  padding: 20px;
  border-radius: 8px;
}

.faq-header {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
  background: white;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  width: 100%;
  border: none;
  background: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}

.accordion-button:hover {
  background: #f4f4f4;
}

.icon-box {
  margin-right: 15px;
  color: #666;
  display: flex;
  align-items: center;
}

.question-text {
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.plus-icon {
  font-size: 20px;
  color: #999;
  font-weight: 300;
}

.accordion-content {
  display: none;
  /* Hidden by default */
  padding: 0 20px 20px 55px;
  /* Indent to align with text */
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

/* Class to toggle visibility via JS */
.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .plus-icon {
  transform: rotate(45deg);
  /* Plus becomes X */
}

/**===========================||==========||===============||=====||==========||=========**/

/*---   DASHED UPLOAD BOX   ---*/

.upload-container {
  font-family: "Arial", sans-serif;
  max-width: 500px;
  margin: 20px auto;
}

.upload-box {
  display: block;
  width: 100%;
  border: 2px dashed #3498db;
  /* Blue dashed border matching image */
  border-radius: 4px;
  background-color: #fbfbfb;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
}

.upload-box:hover {
  background-color: #f0f8ff;
  /* Light blue tint on hover */
}

.upload-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cloud-icon {
  color: #3498db;
}

.upload-text {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* Hide the actual file input */
input[type="file"] {
  display: none;
}

/**===========================||==========||===============||=====||==========||=========**/

/*---   DTF COMPONENT DIFFERENCE    ---*/

.component-wrapper {
  max-width: 1000px;
  margin: 0 auto 32px;
  background: white;
  /* padding: 40px; */
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.component-title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
  border-bottom: 2px solid #00bcd4;
  padding-bottom: 10px;
}

/* ===== COMPONENT 1: Upload Box with Cyan Border ===== */
.upload-box-cyan {
  border: 3px dashed #00bcd4;
  border-radius: 12px;
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
  padding: 60px 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 40px;
}

.upload-box-cyan:hover {
  background: linear-gradient(135deg, #b2ebf2 0%, #80deea 100%);
  transform: scale(1.01);
}

.upload-icon-mailbox {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
}

.upload-box-cyan h2 {
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 15px;
  color: #000;
}

.upload-box-cyan p {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 8px;
}

.upload-box-cyan .formats {
  font-size: 1em;
  color: #555;
}

/* ===== COMPONENT 2: File Requirements Card ===== */
.file-requirements {
  background: white;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #00bcd4;
  border-radius: 8px;
  padding: 30px;
}

.file-requirements h3 {
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 25px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 12px;
}

.file-requirements h3:before {
  content: "📋";
  font-size: 1.2em;
}

.file-requirements ul {
  list-style: none;
  padding: 0;
}

.file-requirements li {
  padding: 15px 0;
  color: #444;
  font-size: 1em;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 35px;
  font-weight: 500;
}

.file-requirements li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00bcd4;
  font-weight: 900;
  font-size: 1.3em;
}

.file-requirements li:last-child {
  border-bottom: none;
}

/* ===== COMPONENT 3: Size Input Controls (Cyan Buttons) ===== */
.size-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 30px 0;
}

.size-input-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.size-input-group label {
  font-size: 1em;
  font-weight: 800;
  color: #000;
}

.number-control-cyan {
  display: flex;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: white;
  height: 60px;
  overflow: hidden;
}

.number-control-cyan button {
  width: 60px;
  background: #00bcd4;
  border: none;
  color: white;
  font-size: 1.8em;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 600;
}

.number-control-cyan button:hover {
  background: #0097a7;
}

.number-control-cyan input {
  flex: 1;
  border: none;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  color: #000;
}

.number-control-cyan input:focus {
  outline: none;
}

/* ===== COMPONENT 4: Simple Drop Zone ===== */
.drop-zone-simple {
  /* border: 2px dashed #d0d0d0; */
  border: 3px dashed #0073aa;
  border-radius: 12px;
  /* padding: 70px 50px; */
  text-align: center;
  cursor: pointer;
  /* transition: all 0.3s; */
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding: 40px 32px 8px 32px;
  /* background: #fafafa; */
  background: linear-gradient(135deg, #fff 0%, #fff 100%);

  /* border: 3px dashed #0073aa;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px; */
}

.drop-zone-simple:hover {
  /* border-color: #2196f3;
  background: #f0f8ff; */

  border-color: #005177 !important;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 115, 170, 0.15) !important;

  /* border-color: #005177;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 115, 170, 0.15); */
}

.drop-zone-simple .upload-arrow-icon {
  display: block;
  margin: 0 auto 20px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(89%) saturate(1234%)
    hue-rotate(174deg) brightness(95%) contrast(101%);
  transition: transform 0.3s ease;
}

.drop-zone-simple:hover .upload-arrow-icon {
  transform: translateY(-5px);
}

.drop-arrow {
  font-size: 4em;
  color: #2196f3;
  margin-bottom: 20px;
}

.drop-zone-simple h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.drop-zone-simple .subtitle {
  color: #888;
  font-size: 1em;
  margin-bottom: 10px;
}

.drop-zone-simple .filesize {
  color: #aaa;
  font-size: 0.9em;
}

/* ===== COMPONENT 5: File Requirements List (Blue Arrows) ===== */
.requirements-list-blue {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
}

.requirements-list-blue h4 {
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #000;
}

.requirements-list-blue h4:before {
  content: "📋";
  font-size: 1.2em;
}

.requirements-list-blue ul {
  list-style: none;
  padding: 0;
}

.requirements-list-blue li {
  padding: 15px 0;
  /* color: #555; */
  color: #000;
  font-size: 0.95em;
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
}

.requirements-list-blue li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #2196f3;
  font-weight: 900;
  font-size: 1.2em;
}

/* ===== COMPONENT 6: Feature Cards (Yellow Icons) ===== */
.feature-cards-yellow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.feature-card-yellow {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s;
}

.feature-card-yellow:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.feature-icon-yellow {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  flex-shrink: 0;
}

.feature-card-yellow .content h4 {
  font-size: 1.1em;
  font-weight: 900;
  margin-bottom: 5px;
  color: #000;
}

.feature-card-yellow .content p {
  font-size: 0.9em;
  color: #757575;
  font-weight: 600;
}

/* ===== COMPONENT 7: Trust Grid (4 Columns) ===== */
.trust-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}

.trust-item-4col {
  background: white;
  padding: 40px 30px;
  text-align: center;
}

.trust-item-4col .icon {
  font-size: 3em;
  margin-bottom: 15px;
  display: block;
}

.trust-item-4col h4 {
  font-size: 0.95em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #000;
}

.trust-item-4col p {
  font-size: 0.85em;
  color: #757575;
  font-weight: 600;
}

/* ===== COMPONENT 8: Specs Table ===== */
.specs-table {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border-bottom: 1px solid #e0e0e0;
  background: white;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-row:nth-child(even) {
  background: #fafafa;
}

.spec-row .label {
  font-size: 1em;
  font-weight: 800;
  color: #000;
}

.spec-row .value {
  font-size: 1em;
  font-weight: 600;
  color: #757575;
}

/* ===== COMPONENT 10: Process Steps (Cyan Circles) ===== */
.process-steps-cyan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 30px 0;
}

.process-step-cyan {
  text-align: center;
}

.step-circle-cyan {
  width: 80px;
  height: 80px;
  background: #00bcd4;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  font-weight: 900;
  margin: 0 auto 20px;
}

.process-step-cyan h4 {
  font-size: 1.3em;
  font-weight: 900;
  margin-bottom: 10px;
  color: #000;
}

.process-step-cyan p {
  font-size: 1em;
  color: #555;
}

/* ===== COMPONENT 11: Trust Banner (Horizontal) ===== */
.trust-banner-horizontal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.trust-banner-item {
  text-align: center;
}

.trust-banner-item .icon {
  font-size: 3.5em;
  margin-bottom: 15px;
  display: block;
}

.trust-banner-item h4 {
  font-size: 1.1em;
  font-weight: 900;
  margin-bottom: 8px;
  color: #000;
}

.trust-banner-item p {
  font-size: 0.95em;
  color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .size-controls,
  .trust-grid-4col,
  .process-steps-cyan,
  .trust-banner-horizontal {
    grid-template-columns: 1fr;
  }

  .tab-navigation {
    flex-wrap: wrap;
  }

  .tab-button {
    padding: 15px 20px;
    font-size: 0.85em;
  }

  #product-150 > .woocommerce-product-gallery ol.flex-control-nav {
    flex-flow: row nowrap;
  }
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  #product-150 .woocommerce-product-gallery {
    align-self: center !important;
    width: 96% !important;
    padding: 0px 16px !important;
  }
  #product-150 .woocommerce-product-gallery ol li {
    width: 24% !important;
  }
  #product-150 .product-details-wrapper {
    padding: 16px !important;
  }
  .drop-zone-simple {
    padding: 30px 20px !important;
  }

  .drop-zone-simple .custom-file-upload-label h4 {
    font-size: 20px !important;
  }

  /* .drop-zone-simple .subtitle {
    font-size: 14px !important;
    display: none;
  }

  .drop-zone-simple .filesize {
    font-size: 13px !important;
    display: none;
  }
  .requirements-list-blue {
    display: block;
  } */
  .requirements-list-blue {
    padding: 20px !important;
    margin-bottom: 8px !important;
  }

  .requirements-list-blue h4 {
    font-size: 18px !important;
    margin: 0px 0px 8px 0px !important;
  }

  .requirements-list-blue ul li {
    font-size: 14px !important;
    padding: 4px 0px !important;
    margin-bottom: 8px !important;
  }
}

/**===========================||==========||===============||=====||==========||=========**/

/*---       FULL INPUT WITH RESPONSIVE  ---*/
/* .container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} */

/* Section Heading */
.section-title {
  font-size: 0.95em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #1a1a1a;
}

/* Input Grid - Starts as 3 columns */
.input-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 35px;
}

/* Individual Input Field */
.input-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-field label {
  font-size: 0.9em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1a1a1a;
}

/* Number Control Wrapper */
.custom_dtf_dim_input_container .number-control {
  border: 2px solid #d4d4d8;
  border-radius: 6px;
  /* background: white; */
  background: #f5f5f5;
}
.product-quantity-selection-info-wrapper .number-control {
  border: none;
}
#product-150 .product-quantity-input-container .quantity {
  border: 2px solid #d4d4d8;
  border-radius: 6px;
  background-color: #f5f5f5;
}

.number-control {
  display: flex;

  /* border-radius: 10px; */
  /* background: white; */
  height: 60px;
  overflow: hidden;
  transition: all 0.2s;
}

.number-control:focus-within {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.1);
}

.number-control button {
  /* width: 60px !important; */
  max-width: 60px;
  width: 30%;
  background: #f5f5f5 !important;
  border: none !important;
  color: #1a1a1a !important;
  font-size: 1.8em !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  font-weight: 700 !important;
}

.number-control button:hover {
  background: #e5e5e5;
}

.number-control button:active {
  background: #d4d4d8;
}

.number-control input {
  flex: 1;
  border: none;
  border-left: 2px solid #e5e5e7;
  border-right: 2px solid #e5e5e7;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  color: #1a1a1a;
}

.number-control input:focus {
  outline: none;
}

/* Helper Text */
.helper-text {
  font-size: 0.85em;
  color: #9ca3af;
  font-weight: 500;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.btn-primary {
  width: 100%;
  background: #1f2937;
  color: white;
  border: none;
  padding: 20px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-primary:hover {
  background: #111827;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  width: 100%;
  background: white;
  color: #1a1a1a;
  border: 2px solid #d4d4d8;
  padding: 20px;
  border-radius: 10px;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-secondary:hover {
  border-color: #1a1a1a;
  background: #f9fafb;
}

/* Alert Box */
.alert-box {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-left: 5px solid #f59e0b;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.alert-icon {
  font-size: 1.5em;
  flex-shrink: 0;
}

.alert-content h4 {
  font-size: 1em;
  font-weight: 800;
  color: #92400e;
  margin-bottom: 8px;
}

.alert-content p {
  font-size: 0.95em;
  color: #78350f;
  line-height: 1.6;
}

/* Responsive Breakpoints */

/* Tablet: 2 columns (1/2 1/2 layout, then full width) */
@media (max-width: 968px) {
  .input-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Make quantity full width on tablet */
  .input-field:nth-child(3) {
    grid-column: 1 / -1;
  }
}

/* Mobile: 1 column (all full width) */
@media (max-width: 640px) {
  /* .container {
    padding: 30px 20px;
  } */

  .input-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .input-field:nth-child(3) {
    grid-column: auto;
  }

  .number-control {
    height: 55px;
  }

  .number-control button {
    width: 55px;
    font-size: 1.6em;
  }

  .number-control input {
    font-size: 1.3em;
  }
}

/**===========================||==========||===============||=====||==========||=========**/

/*---   FAQ     ---*/

/* ========================================
   FAQ Block Grid Component Styles
   ======================================== */

.faq-section-wrapper {
  width: 100%;
  padding: 60px 0;
  background: #ffffff;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Title */
.faq-section-title {
  font-size: 1.6em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
  color: #1a1a1a;
}

/* FAQ Grid - 3 columns, smaller blocks */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* Header Container */
.faq-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* Icon */
.faq-icon {
  font-size: 2em;
  flex-shrink: 0;
  opacity: 0.8;
  line-height: 1;
}

/* Text Container */
.faq-text {
  flex: 1;
  min-width: 0;
}

/* Question */
.faq-question {
  font-size: 0.95em;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin-bottom: 6px;
}

/* Preview/Subtext */
.faq-preview {
  font-size: 0.8em;
  color: #757575;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================================
   Modal/Lightbox Styles
   ======================================== */

.faq-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  animation: faqFadeIn 0.3s;
}

.faq-modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.faq-modal-content {
  background: white;
  border-radius: 16px;
  max-width: 700px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  animation: faqSlideUp 0.3s;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

@keyframes faqSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f5f5f5;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: #666;
}

.faq-modal-close:hover {
  background: #e5e5e5;
  transform: scale(1.1);
}

.faq-modal-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.faq-modal-icon {
  font-size: 3em;
  line-height: 1;
}

.faq-modal-question {
  font-size: 1.8em;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.3;
  flex: 1;
}

.faq-modal-answer {
  font-size: 1.05em;
  color: #444;
  line-height: 1.8;
}

.faq-modal-answer p {
  margin-bottom: 20px;
}

.faq-modal-answer p:last-child {
  margin-bottom: 0;
}

.faq-modal-answer ul,
.faq-modal-answer ol {
  margin: 20px 0;
  padding-left: 25px;
}

.faq-modal-answer li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.faq-modal-answer strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* ========================================
   Responsive Design
   ======================================== */

/* Tablet and below - 2 columns */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .faq-section-title {
    font-size: 1.3em;
  }

  .faq-icon {
    font-size: 1.8em;
  }

  .faq-question {
    font-size: 0.9em;
  }

  .faq-preview {
    font-size: 0.75em;
  }
}

/* Mobile - Still 2 columns but tighter */
@media (max-width: 640px) {
  .faq-section-wrapper {
    padding: 40px 0;
  }

  .faq-container {
    padding: 0 15px;
  }

  .faq-grid {
    gap: 12px;
  }

  .faq-header {
    gap: 10px;
  }

  .faq-icon {
    font-size: 1.6em;
  }

  .faq-question {
    font-size: 0.85em;
  }

  .faq-preview {
    font-size: 0.72em;
  }

  /* Modal adjustments for mobile */
  .faq-modal-content {
    padding: 30px 25px;
    border-radius: 12px;
  }

  .faq-modal-question {
    font-size: 1.4em;
  }

  .faq-modal-icon {
    font-size: 2.5em;
  }

  .faq-modal-answer {
    font-size: 1em;
  }
}

/**===========================||==========||===============||=====||==========||=========**/

/*---       NEW ADDTL INFO SECTION      ---*/

/* dtfproduct-infosection.css */
/* Styles for the custom DTF product info section */

.dtf-product-info-section {
  margin-top: 40px;
  padding: 0;
}

/* Individual info blocks */
.dtf-info-block {
  margin-bottom: 30px;
  padding: 25px 30px;
  background: #f9f9f9;
  border-radius: 8px;
  border-left: 4px solid #333645;
}

.dtf-info-block:last-child {
  margin-bottom: 0;
}

.dtf-info-block-title {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 1.4em;
  font-weight: 600;
  color: #333645;
  border-bottom: 1px solid #ddd;
}

.dtf-info-block-content {
  color: #444;
  line-height: 1.7;
}

.dtf-info-block-content p:last-child {
  margin-bottom: 0;
}

/* Description block */
.dtf-description-block {
  border-left-color: #333645;
}

/* Specs block */
.dtf-specs-block {
  border-left-color: #2e7d32;
}

.dtf-specs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dtf-specs-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.dtf-specs-list li:last-child {
  border-bottom: none;
}

.dtf-specs-list strong {
  display: inline-block;
  min-width: 140px;
  color: #333;
}

/* File requirements block */
.dtf-file-requirements-block {
  border-left-color: #1565c0;
}

.dtf-requirements-table {
  width: 100%;
  border-collapse: collapse;
}

.dtf-requirements-table th,
.dtf-requirements-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.dtf-requirements-table th {
  width: 40%;
  font-weight: 600;
  color: #333;
  background: rgba(0, 0, 0, 0.02);
}

.dtf-requirements-table tr:last-child th,
.dtf-requirements-table tr:last-child td {
  border-bottom: none;
}

/* Pricing info block */
.dtf-pricing-info-block {
  border-left-color: #f57c00;
}

.dtf-pricing-tiers-table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
  margin-top: 15px;
}

.dtf-pricing-tiers-table thead th {
  background: #333645;
  color: #fff;
  padding: 12px 15px;
  text-align: center;
  font-weight: 600;
}

.dtf-pricing-tiers-table tbody td {
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.dtf-pricing-tiers-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

.dtf-pricing-tiers-table tbody tr:hover {
  background: rgba(51, 54, 69, 0.05);
}

/* FAQ block */
.dtf-faq-block {
  border-left-color: #7b1fa2;
}

.dtf-faq-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.dtf-faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.dtf-faq-question {
  margin: 0 0 8px 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
}

.dtf-faq-answer {
  margin: 0;
  color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dtf-info-block {
    padding: 20px;
  }

  .dtf-info-block-title {
    font-size: 1.2em;
  }

  .dtf-specs-list strong {
    display: block;
    min-width: auto;
    margin-bottom: 4px;
  }

  .dtf-requirements-table th {
    width: 45%;
  }

  .dtf-pricing-tiers-table {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .dtf-info-block {
    padding: 15px;
    border-radius: 4px;
  }

  .dtf-requirements-table th,
  .dtf-requirements-table td {
    padding: 10px;
    font-size: 0.9em;
  }
}

/**===========================||==========||===============||=====||==========||=========**/

/*------*/

/**===========================||==========||===============||=====||==========||=========**/

/*------*/

/**===========================||==========||===============||=====||==========||=========**/

/*------*/

/**===========================||==========||===============||=====||==========||=========**/

/*---   ADDL TABS SECTION   ---*/

/* dtf-addtl-info-section.css */
/* Styles for the DTF Product Additional Info Section */

/* =====================================================================================
   WRAPPER & COMPONENT STYLES
   ===================================================================================== */

.dtf-product-addtl-info-wrapper {
  margin-top: 40px;
  /* padding: 0 15px; */
  padding: 0px;
}

/* =====================================================================================
   TAB NAVIGATION
   ===================================================================================== */

.dtf-tab-navigation {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #e0e0e0;
  /* margin-bottom: 16px; */
  margin-bottom: 0px;
  gap: 5px;
  justify-content: center;
}

.dtf-tab-button {
  background: none;
  border: none;
  /* padding: 18px 35px; */
  padding: 0.6em 1em 0.4em;
  font-size: 0.85em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s ease;
  flex-grow: 1;
}

.dtf-tab-button:hover {
  color: #333;
}

.dtf-tab-button:focus {
  outline: none;
}

.dtf-tab-button.active {
  color: #ffc107;
  border-bottom-color: #ffc107;
}

/* Blue Tab Style Variant */
.dtf-tab-button.blue-style.active {
  color: #2196f3;
  border-bottom-color: #2196f3;
}

/* =====================================================================================
   TAB CONTENT PANELS
   ===================================================================================== */

.dtf-tab-content-wrapper {
  min-height: 705px;
}

.dtf-tab-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}

.dtf-tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================================================================
   DESCRIPTION SECTION
   ===================================================================================== */

.description-section {
  padding: 20px 0;
}

.description-section h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
}

.description-section p {
  font-size: 1.1em;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* =====================================================================================
   SPECIFICATIONS TABLE
   ===================================================================================== */

.specs-table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-row:hover {
  background: #f8f9fa;
}

.spec-row .label {
  font-weight: 600;
  color: #333;
  font-size: 0.95em;
}

.spec-row .value {
  color: #666;
  font-size: 0.95em;
  text-align: right;
}

/* =====================================================================================
   HOW IT WORKS SECTION
   ===================================================================================== */

.how-it-works-section {
  /* padding: 20px 0; */
  padding: 0px;
}

.how-it-works-section h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  margin: 0 0 24px 0;
  text-align: center;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  /* gap: 30px; */
  gap: 16px;
  justify-content: center;
}

.step-item {
  flex: 1;
  /* min-width: 280px; */
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* padding: 30px 25px; */
  padding: 24px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2196f3, #1976d2);
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.step-content h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px 0;
}

.step-content p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* =====================================================================================
   CARE GUIDE SECTION
   ===================================================================================== */

.care-guide-section {
  padding: 20px 0;
}

.care-guide-section h3 {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  margin: 0 0 30px 0;
  text-align: center;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.care-item {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.care-item:hover {
  transform: translateY(-3px);
}

.care-icon {
  font-size: 2.5em;
  margin-bottom: 15px;
}

.care-item h4 {
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
}

.care-item p {
  font-size: 0.9em;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* =====================================================================================
   FAQ ACCORDION SECTION
   ===================================================================================== */

.faq-section {
  padding: 20px 0;
}

.faq-section h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  margin: 0 0 30px 0;
  text-align: center;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  color: #333;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question:focus {
  outline: none;
}

.faq-question span:first-child {
  flex: 1;
  padding-right: 15px;
}

.faq-icon {
  font-size: 1.4em;
  font-weight: 300;
  color: #2196f3;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 25px 20px 25px;
  font-size: 0.95em;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* =====================================================================================
   PRICING SECTION (Optional)
   ===================================================================================== */

.pricing-section {
  padding: 20px 0;
}

.pricing-section h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px 0;
}

.pricing-section > p {
  font-size: 1.05em;
  color: #666;
  margin-bottom: 25px;
}

/* =====================================================================================
   RESPONSIVE STYLES
   ===================================================================================== */

@media (max-width: 992px) {
  .dtf-tab-button {
    padding: 14px 25px;
    font-size: 0.85em;
  }

  #product-150
    .single_variation_wrap
    .woocommerce-variation-add-to-cart
    div.custom-sizing-dtf
    div.custom-dimensions {
    flex-flow: row wrap;
  }
  .custom_dtf_dim_input_container {
    flex-basis: 48%;
  }
}

@media (max-width: 768px) {
  .dtf-tab-navigation {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .dtf-tab-navigation::-webkit-scrollbar {
    display: none;
  }

  .dtf-tab-button {
    padding: 12px 20px;
    font-size: 0.8em;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .description-section h2,
  .how-it-works-section h3,
  .care-guide-section h3,
  .faq-section h3,
  .pricing-section h3 {
    font-size: 1.5em;
  }

  .steps-container {
    flex-direction: column;
    align-items: center;
  }

  .step-item {
    max-width: 100%;
  }

  .care-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .spec-row {
    padding: 14px 18px;
  }

  .spec-row .label,
  .spec-row .value {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .dtf-product-addtl-info-wrapper {
    padding: 0 10px;
  }

  .dtf-tab-button {
    padding: 10px 15px;
    font-size: 0.75em;
    letter-spacing: 0.5px;
  }

  .care-grid {
    grid-template-columns: 1fr;
  }

  .step-item,
  .care-item {
    padding: 25px 20px;
  }

  .faq-question {
    padding: 16px 18px;
    font-size: 0.95em;
  }

  .faq-answer p {
    padding: 0 18px 16px 18px;
  }

  .spec-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .spec-row .value {
    text-align: left;
  }
}

/**===========================||==========||===============||=====||==========||=========**/

/*------*/

/* ============================================================
   DTF - WooCommerce Custom Notice Styling
   ============================================================ */

.woocommerce-notices-wrapper {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  width: 100%;
  max-width: 680px;
  padding: 0 16px;
  box-sizing: border-box;
  pointer-events: none; /* let clicks pass through the wrapper */
}

.woocommerce-notices-wrapper .woocommerce-message {
  pointer-events: all;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: none;
  border-left: 5px solid #2ecc71;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  padding: 14px 16px;
  margin: 0 0 10px 0;
  animation: dtf-notice-slide-in 0.3s ease forwards;
}

@keyframes dtf-notice-slide-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Icon wrapper */
.notification-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.notification-icon {
  display: block;
  filter: invert(1);
}

/* Message text */
.notification-subject {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  /* color: #1a1a1a; */
  line-height: 1.4;
}

.notification-subject a.button.wc-forward {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 14px;
  background-color: #2ecc71;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.notification-subject a.button.wc-forward:hover {
  background-color: #27ae60;
}

/* Close button */
.notification-close-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  /* opacity: 0.5; */
  transition: opacity 0.2s ease;
}

.notification-close-wrapper:hover {
  opacity: 1;
}

.notification-close-icon {
  width: 16px;
  height: 16px;
  display: block;
  /* filter: invert(1); */
}

/**===========================||==========||===============||=====||==========||=========**/

/*------*/

/**===========================||==========||===============||=====||==========||=========**/

/*------*/

/**===========================||==========||===============||=====||==========||=========**/

/*------*/
