/* WPCode "Single Product CSS", site-wide half: rules that also match the Elementor product cards on /, /shop/ and category pages, or other pages (the add-to-cart form with its quantity, size and swatch rules, .type-product spacing, clearfix, breadcrumb). Rules verbatim; still loaded on every page by includes/legacy/css-single-product.php. */
.woocommerce-variation-price,
.woocommerce-variation-availability {
  display: none !important;
}

.woocommerce div.product form.cart .variations {
  background: transparent !important;
  margin: 0 !important;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.variations .label label, .variations .label span  {
  font-weight: 400 !important;
  font-size: 16px;
  color: #444444;
  display: block;
  margin-bottom: 10px;
	font-family: "Inter", Sans-serif !important;
}

.patriot-qty-size-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 20px;
  overflow: visible !important;
}

.quantity {
  display: flex !important;
  flex-direction: column !important;
  border: none !important;
  overflow: visible !important;
}
.quantity::before {
  content: "Quantity:";
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  margin-bottom: 10px;
	font-family: "Inter", Sans-serif !important;
}

.quantity-wrap {
  display: flex !important;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 3px 6px;
  width: fit-content !important;
  gap: 4px;
}
.quantity .qty {
  border: none !important;
  outline: none !important;
  width: 36px !important;
  height: 34px !important;
  min-width: 36px !important;
  text-align: center;
  font-size: 15px !important;
  color: #1a1a2e !important;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  padding: 0 !important;
  -moz-appearance: textfield;
}
.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-btn {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 50%;
  background: #4444440D;
  color: #444444;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
	font-family: "Inter", Sans-serif !important;
  user-select: none;
  flex-shrink: 0 !important;
}

.quantity-btn:hover{
	background: #102B91;
	color: #fff;
}

.type-product {
    margin-top: 80px;
}

.variable-items-wrapper {
  display: flex !important;
  gap: 12px !important;
}
li.variable-item {
  display: flex !important;
  align-items: center;
  gap: 8px;
  border-radius: 30px !important;
  border: 1.5px solid #ddd !important;
  padding: 10px 20px !important;
  min-width: auto !important;
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
  background: #fff !important;
}
li.variable-item::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1.5px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
li.variable-item.selected {
  background: #E1322F !important;
  border-color: #E1322F !important;
}
li.variable-item.selected::before {
  content: "✓";
  background: #fff;
  color: #E1322F;
  border-color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
}
.variable-item-span {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
}
li.variable-item.selected .variable-item-span {
  color: #fff !important;
}
.reset_variations {
  color: #E1322F !important;
  font-size: 13px;
  margin-top: 8px;
  display: block;
}

.woocommerce-variation-add-to-cart,
.variations_button {
  width: 100%;
}
.single_add_to_cart_button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #102B91 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 18px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  margin-top: 10px !important;
  transition: background 0.25s ease;
	font-family: "Inter", Sans-serif !important;
}
.single_add_to_cart_button::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") no-repeat center/contain;
}
.single_add_to_cart_button:hover {
  background: #E1322F !important;
}

/* ===== Clearfix — reliable float clear ===== */
div.product::after {
  content: "";
  display: table;
  clear: both;
}

nav.woocommerce-breadcrumb {
    border-top: 1px solid #4444441A;
    border-bottom: 1px solid #4444441A;
    padding: 30px 10px !important;
    margin: 10px 0px 40px 0px !important;
}

/* ============================================
   RESPONSIVE — Tablet (max-width: 900px)
   ============================================ */
@media (max-width: 900px) {
  .patriot-qty-size-row {
    gap: 24px;
    flex-wrap: wrap;
  }
  .variable-items-wrapper {
    flex-wrap: wrap;
  }
  nav.woocommerce-breadcrumb {
    padding: 20px 10px !important;
    margin: 10px 0px 24px 0px !important;
  }
  .type-product {
    margin-top: 50px;
  }
}

/* ============================================
   RESPONSIVE — Mobile (max-width: 600px)
   ============================================ */
@media (max-width: 600px) {
  .patriot-qty-size-row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .quantity-wrap {
    width: 100% !important;
    justify-content: space-between;
  }
  .quantity .qty {
    width: 50px !important;
  }
  .variable-items-wrapper {
    width: 100%;
  }
  li.variable-item {
    flex: 1;
    justify-content: center;
    padding: 10px 14px !important;
  }
  .single_add_to_cart_button {
    font-size: 14px !important;
    padding: 15px !important;
  }
  nav.woocommerce-breadcrumb {
    padding: 15px 10px !important;
    margin: 8px 0px 20px 0px !important;
  }
  .type-product {
    margin-top: 30px;
  }
}
