* {
  font-family: Arial, Helvetica, sans-serif;
}

footer>div {
  width: 100%;
  display: block;
}


.cart-count {
  display: none !important;
  visibility: hidden !important;
}

.cart-count.is-check {
  display: inline-flex !important;
  visibility: visible !important;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.cart-count.is-check::before {
  content: "✓";
  font-size: 14px;
  font-weight: 700;
  color: #2e7d32;
  transform: translateY(-1px);
}




.primary-btn {
  background-color: #F08E34;
  color: black;
  font-size: 1.125rem;
  padding: 14px 20px;
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.primary-btn:hover,
.secondary-btn:hover {
  background-color: #d66e00;
  color: white;
}

.btn-wrapper .primary-btn {
  display: inline-block;
}

.secondary-btn {
  border: 1px solid #b65b00;
  color: #b65b00;
  background: none;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

a:hover {
  color: #f3800e;
}

h2 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
}

h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.5rem;
}


/*.divider {
  border-top: 1.5px solid #D3D3D3;
}*/

.section {
  margin: auto;
  max-width: 1200px;
  padding-bottom: 57px;
}

.cart-icon {
  margin-right: 8px;
  font-size: 1.2rem;
}


@media (max-width: 768px) {

  .breadcrumbs {
    margin: 1.5rem;
    font-size: 1rem;
  }

  .section {
    padding: 0 1rem;
  }

  .btn-wrapper {
    margin-top: 1rem;
    text-align: center;
  }

  .section {
    padding: 1rem;

  }

  p,
  .contact-form label {
    font-size: 1.125rem;
  }

}

.flex {
  display: flex;
}


.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background-color: #fff;
  margin-right: 8px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

.custom-checkbox input:checked+.checkmark {
  background-color: #000;
}

.custom-checkbox .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked+.checkmark::after {
  display: block;
}


.carousel {
  position: relative;
  width: 300px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel__track {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.carousel__slide {
  min-width: 100%;
  height: 100%;
}

.carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.carousel__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.5rem;
}


/* Arrow Icons - Thinner, more modern */
.carousel__control::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(220deg);
}

/* Right arrow rotation */
.carousel__control--next::before {
  transform: rotate(45deg);
}

/* On hover, make them more visible */
.carousel__control:hover {
  background: rgbargb(0 0 0 / 71%);
  opacity: 1;
}




.carousel__control--prev {
  left: 10px;
}

.carousel__control--next {
  right: 10px;
}

.carousel__indicators {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel__indicator {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.carousel__indicator--active {
  background-color: #333;
}




.counter {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: fit-content;
  padding: 5px 10px;
}

.counter button {
  background: none;
  border: none;
  font-size: 1.2em;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #000;
}

.counter button:hover {
  background-color: #f8f8f8;
  color: #f08e34;
  border-radius: 4px;
  transform: scale(1.1);
}

.cart-item__increment button {
  background: none;
  border: none;
  font-size: 1.2em;
  padding: 5px 10px;
  cursor: pointer;
}

.cart-item__count {
  border: none;
  width: 30px;
  text-align: center;
  font-size: 1em;
  display: inline-block;
}

.terms-of-sale-container {
  margin: 2rem auto;
  max-width: 1200px;
}

.quantity-icon {
  width: 2rem;
  height: 12px;
  stroke-width: 4px;
  stroke: black;
}

.change-quantity {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.change-quantity input {
  -moz-appearance: textfield;
  width: 4rem;
}

.space-between {
  justify-content: space-between;
}

.variations-container {
  width: 100%;
  display: flex;
  gap: calc(100% * (24/1440));
  overflow: hidden;
  padding: 1rem 0;
  flex-flow: row wrap;
  justify-content: left;
}

.var-block {
  display: flex;
  gap: 2px;
  flex-flow: row nowrap;
  margin: 5px 0;
}

.var-block>div {
  display: flex;
  width: 100%;
  padding: 2px 0;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}

.var-block>button {
  width: 80px;
  padding: 2px;
  margin: 0;
}


#cart-modal.flex {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem;
}

.cart-modal {
  width: 471px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  box-sizing: border-box;
  color: #000;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

@media (min-width: 768px) {
  .cart-modal {
    top: 6%;
  }
}

.product.section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.product-gallery {
  flex: 1;
  min-width: 400px;
}

.brk-product-page-info {
  flex: 1;
  max-width: 600px;
}

#cart-modal {
  display: none;
}

.delete-product {
  background: none;
  border: none;
  color: #BA0808;
  font-size: 0.9em;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.delete-product:hover {
  color: #a60000;
  text-decoration: underline;
}

.product-row {
  overflow: unset;
}

.product-image {
  object-fit: contain;
  height: 174px;
  width: 100%;
  max-width: 211px;
}

.remove-btn {
  margin-left: auto;
  color: #e74c3c;
  cursor: pointer;
}

.nav {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}


.discounted-price {
  color: #F08E34;
  font-weight: bold;
  font-size: 1rem;
}

.no-discount-price {
  text-decoration: line-through;
  color: #aaa;
  font-size: 0.9rem;
  margin-right: 5px;
}

.all-price-toggle {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
}

div.breadcrumbs.all{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  color: #444;
  margin: 2rem auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.breadcrumbs{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  color: #444;
  margin:1.5rem 20rem;
  max-width: 1200px;
  box-sizing: border-box;
}


a.gray-badge {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #f5f5f5;
  transition: background-color 0.2s ease, color 0.2s ease;
}

a.gray-badge:hover {
  background-color: #ffe8d9;
  color: #F08E34;
}


span.gray-badge {
  color: black;
  font-weight: bold;
}

.gray-badge-pgn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 42px;
  min-width: 32px;
  padding: 0 10px;
  border-radius: .6rem;
  border: 1px solid #CFCFCF;
  background: #F7F7F7;
  color: #000;

  font-size: 15px;
  line-height: 1;
  font-variant-numeric: tabular-nums;

  cursor: pointer;
  transition: background .15s, border-color .15s, box-shadow .15s, color .15s;
}

.gray-badge-pgn:hover {
  background: #EEE;
  border-color: #BDBDBD;
}

.gray-badge-pgn[aria-current="page"],
.gray-badge-pgn.category-chosen {
  background: #FFF7EE;
  border-color: #e19854;
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}




/* ------------------------
   Product Description Block
------------------------ */
.description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Headings */
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-weight: 700;
  margin: 24px 0 16px;
  color: #222;
  line-height: 1.3;
}

.description h1 {
  font-size: 32px;
}

.description h2 {
  font-size: 26px;
}

.description h3 {
  font-size: 22px;
}

.description h4 {
  font-size: 20px;
  color: #F08E34;
}

.description h5 {
  font-size: 18px;
}

.description h6 {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}

/* Optional Divider Before h4 */
.description h4::before {
  content: "";
  display: block;
  height: 1px;
  background: #ddd;
  margin-bottom: 12px;
}

/* Paragraph Text */
.description p {
  margin-bottom: 12px;
}

/* Lists */
.description ul,
.description ol {
  margin: 0 0 16px 20px;
  padding: 0;
}

.description ul {
  list-style: disc;
}

.description ol {
  list-style: decimal;
}

.description ul li,
.description ol li {
  margin-bottom: 8px;
}

/* Remove margin from nested paragraphs */
.description li p {
  margin: 0;
}

/* Images */
.description img {
  max-width: 100%;
  height: auto;
  margin: 16px 0;
  display: block;
  border-radius: 4px;
}

/* Tables */
.description table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 15px;
}

.description table th,
.description table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}

.description table th {
  background-color: #f7f7f7;
  font-weight: 600;
}

/* Blockquote */
.description blockquote {
  margin: 20px 0;
  padding: 12px 20px;
  background: #f9f9f9;
  border-left: 5px solid #F08E34;
  color: #555;
  font-style: italic;
}

/* Links */
.description a {
  color: #F08E34;
  text-decoration: underline;
}

.description a:hover {
  text-decoration: none;
}

/* ------------------------
   Responsive Design
------------------------ */
@media (max-width: 600px) {
  .description {
    font-size: 15px;
  }

  .description h1 {
    font-size: 26px;
  }

  .description h2 {
    font-size: 22px;
  }

  .description h3 {
    font-size: 20px;
  }

  .description h4 {
    font-size: 18px;
  }

  .description h5,
  .description h6 {
    font-size: 16px;
  }

  .description table th,
  .description table td {
    padding: 6px 8px;
  }
}




/* === RESPONSIVE === */

@media (max-width: 768px) {

  div.breadcrumbs.all{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  color: #444;
  margin: 2rem auto;
  max-width: 1200px;
  box-sizing: border-box;
}


  p {
    font-size: 1.25rem;
  }

  #cart-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }

  .cart-modal {
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
  }

  .cart-header {
    margin-bottom: 1rem;
  }

  .cart-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .product-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
  }

  .product-name {
    font-size: 1.25rem;
  }

  .product-price {
    font-size: 1rem;
  }

  .product-image-shopping-modal {
    width: 100%;
    height: auto;
    max-width: 100px;
  }

  .remove-btn-shopping-modal {
    position: static;
    margin-top: 0.5rem;
    align-self: flex-start;
  }

  .cart-item__quantity {
    gap: 0.25rem;
  }

  .cart-item__decrement,
  .cart-item__increment {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .cart-item__count {
    font-size: 18px;
  }

  .custom-checkbox {
    font-size: 0.85rem;
  }

  .totals-title {
    font-size: 1.1rem;
  }

  .totals-section .line,
  .grand-total {
    font-size: 18px;
  }

  .primary-btn {
    width: 75%;
    min-height: 48px;
    font-size: 18px;
    padding: 1.25rem;
  }

  .empty-cart-message {
    padding: 2rem 1rem;
    max-width: 100%;
    box-shadow: none;
    justify-items: center;
  }

  .empty-cart-message .empty-text {
    font-size: 1rem;
  }

  .close-btn {
    font-size: 2.25rem;
    color: black;
  }

  .delivery-info {
    font-size: 13px;
  }

  .all-price-toggle {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
  }
}


/*loader spinner*/

#page-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f0f0f0;
  border-top: 4px solid #f08e34;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#page-loader.hide {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}



.old-price {
  text-decoration: line-through;
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: black;
}

.new-price {
  color: #F08E34;
  font-size: 1.5rem;
}

.only-price {
  color: #333;
  font-size: 1.5rem;
}

.km-toggle {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hidden {
  display: none;
}

.km-small {
  font-size: 0.75rem;
  margin-left: 4px;
  display: inline-block;
  text-decoration: none;
  color: #5a5858;
}

.product-summary {
  text-align: left;
}


a.primary-btn:hover,
button.primary-btn.action:hover,
a.primary-btn:focus {
  background-color: #d97824;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration: none;
}


.product-title {
  /* min-height: 3.5rem; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

button.disabled[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (min-width: 769px) and (max-width: 1100px) {
  h2 {
    margin: 1.5rem;
  }
}


/*arrow scroll to the top of page */

:root {
  --brand: #F08E34;
}

html {
  scroll-behavior: smooth;
}

.scroll-top-sentinel {
  position: sticky;
  bottom: clamp(12px, 2vw, 24px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  display: flex;
  justify-content: flex-end;
  padding-right: clamp(12px, 2vw, 24px);
  z-index: 999;
  pointer-events: none;
}


.scroll-to-top__btn {
  pointer-events: auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  border: 2px solid var(--brand);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
  text-decoration: none;
  outline: 0;
}

.scroll-to-top__btn:hover,
.scroll-to-top__btn:focus-visible {
  background: var(--brand);
}

.scroll-to-top__btn svg {
  fill: var(--brand);
  transition: transform .2s, fill .2s;
}

.scroll-to-top__btn:hover svg,
.scroll-to-top__btn:focus-visible svg {
  fill: #fff;
  transform: translateY(-2px);
}

@media (pointer:coarse) {
  .scroll-to-top__btn {
    width: 64px;
    height: 64px;
  }
}

.contact-form-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.contact-text {
  flex: 1;
  color: #333;
}


.contact-text {
  font-size: 1rem;
  position: relative;
  top: 33%;
}

.privacy-note {
  top: 33%;
  position: relative;
}

.contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  width: 100%;
  font-family: inherit;
  color: #333;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa;
  font-size: 0.9rem;
}

.contact-form-wrapper .primary-btn {
  max-width: 170px;
}

.privacy-note-mobile {
  display: none;
}


@media (max-width: 768px) {
  .contact-form-wrapper {
    flex-direction: column;
  }

  .privacy-note-mobile {
    display: flex;
  }

  .privacy-note {
    display: none;
  }
}



/* Modal THANK YOU Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 1rem;
}

.modal-overlay.active {
  display: flex;
}

/* Modal Content */
.modal-content-sign-up {
  background-color: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  animation: fadeInModal 0.3s ease-in-out;
}

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

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

.modal-close {
  position: absolute;
  top: 0rem;
  right: 1rem;
  font-size: 2rem;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: #000;
}

.h2-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
}

.container-contact {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}


/* Message Text */
.h4-text {
  font-size: 1.125rem;
  color: #444;
  line-height: 1.6;
}

#userEmail {
  font-weight: 600;
  color: #f78b1f;
}




/*invalid captcha*/

/* Alert Container */
.alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: fixed;
  bottom: 35rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 90%;
  background-color: #ffe5e5;
  color: #b30000;
  border-left: 6px solid #d40000;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-family: system-ui, sans-serif;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideUp 0.4s ease-out;
}


/* Slide-in animation */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 767px){
  #page-loader{ display: grid !important; } 
}

.alert__expand {
  cursor: pointer;
  font-size: 1.5rem;
  color: #b30000;
}

.alert__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}

.alert__message {
  font-weight: 600;
  font-size: 1rem;
  color: #b30000;
}

html {
  scroll-behavior: smooth;
}


.alert__close {
  cursor: pointer;
  font-size: 1.25rem;
  color: #b30000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

.alert__close:hover {
  background-color: #f1c0c0;
  color: #7a0000;
}

.alert__close i {
  font-size: 1.25rem;
  pointer-events: none;
}

@media (max-width: 480px) {
  .alert {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .alert__title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form__item {
  width: 50%;
}

/* ============ Mobile-first (phones) ============ */
.full-description p {
  font-size: 16px;
  /* readable body on mobile */
  line-height: 1.55;
  /* comfortable multi-line */
  margin: 8px 0 12px;
}

.product-price {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.km-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.km-toggle .label-left,
.km-toggle .label-right {
  font-size: 16px;
  line-height: 1.35;
}

.add-to-cart-btn {
  font-size: 16px;
  line-height: 1.35;
  min-height: 48px;
  padding: 14px 18px;
}

.add-to-cart-btn .cart-icon svg {
  width: 20px;
  height: 24px;
  margin-right: 8px;
  vertical-align: -2px;
}

.caption,
.hint,
.stock-note {
  font-size: 13px;
  line-height: 1.4;
}

/* ============ Small tablets and up ============ */
@media (min-width: 480px) {
  .full-description p {
    font-size: 17px;
  }

  .product-price {
    font-size: 26px;
  }

  .add-to-cart-btn {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .full-description p {
    font-size: 18px;
  }

  .product-price {
    font-size: 28px;
  }

  .add-to-cart-btn {
    font-size: 18px;
  }
}