.elementor-kit-6{--e-global-color-primary:#1C2815;--e-global-color-secondary:#AFBC88;--e-global-color-text:#313929;--e-global-color-accent:#61CE70;--e-global-color-63a90c3:#D5CEC1;--e-global-color-26154ab:#002E5C;--e-global-color-212948c:#40531B;--e-global-color-ac443eb:#002E5C;--e-global-color-245fdb9:#EF4742;--e-global-color-5f722db:#005DAB;--e-global-typography-primary-font-family:"phoreuscherokee";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"phoreuscherokee";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"phoreuscherokee";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"phoreuscherokee";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;border-style:none;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#000000;}.elementor-kit-6 a:hover{color:var( --e-global-color-245fdb9 );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Cabin", Sans-serif;font-size:18px;text-transform:capitalize;color:#FFFFFF;border-style:none;border-radius:20px 20px 20px 20px;padding:15px 35px 15px 35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* canoe table – scoped to THIS widget */
.elementor-kit-6 .table-responsive-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.elementor-kit-6 .canoe-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-family: Cabin, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.elementor-kit-6 .canoe-table th {
  padding: 12px 8px;
  border: none;
  text-align: center;
  vertical-align: middle;
}

.elementor-kit-6 .canoe-table .header-label-row th:not(.grumman) {
  border-bottom: 5px dotted #9aaa74;
}

.elementor-kit-6 .canoe-table td {
  padding: 12px 8px;
  border: none;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  vertical-align: middle;
}

.elementor-kit-6 .canoe-table td:first-child {
  font-weight: 700;
  background: #f9f9f3;
  text-align: left;
}

/* Grumman column */
.elementor-kit-6 .canoe-table td:nth-child(2),
.elementor-kit-6 .canoe-table th:nth-child(2) {
  background: #afbc88 !important;
  color: #fff;
  font-weight: 700;
  box-shadow: inset 2px 0 6px rgba(0,0,0,.1);
  text-align: center; /* keep column contents centered */
}

/* Light alt columns */
.elementor-kit-6 .canoe-table td:nth-child(4),
.elementor-kit-6 .canoe-table td:nth-child(6),
.elementor-kit-6 .canoe-table th:nth-child(6) {
  background: #f8f8ee !important;
}

/* Force transparent cells */
.elementor-kit-6 .canoe-table .no-bg {
  background: transparent !important;
}

/* --- Checkmark-cell formatting --- */
.elementor-kit-6 .canoe-table .checkmark-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center; /* keep icon + text centered together */
  gap: 6px;
  line-height: 1.25;
  text-align: left; /* ensures multi-line text wraps under itself */
}

.elementor-kit-6 .canoe-table .checkmark-cell img {
  width: 18px;
  height: 18px;
  display: block;
}



.sticky-section-shop {
  position: sticky;
  top: 80px; /* adjust for your header height */
  align-self: flex-start; /* useful inside flex containers */
  z-index: 10;
}
/* ------------------------------- */

@media (max-width:768px) {
  .elementor-kit-6 .canoe-table {
    width: max-content;
    min-width: 100%;
  }
  
   
}

/* kill sticky below 768px (adjust as needed) */
@media (max-width: 767px) {
  .sticky-section-shop {
    position: static !important;
    top: auto !important;
  }
}
/* -------spec tables product pages------------------------ */
.spec-table {
font-family: phoreuscherokee, serif;
  color: #313929;
  width: 100%;
   
  padding: 1rem;
  border-collapse: collapse;
}

.spec-header, .spec-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-bottom: 2px dotted #313929;
  padding: 0.5rem 0;
}

.spec-row.single {
  grid-template-columns: 1fr;
}


.spec-header {
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.8;
  border-bottom: none;
}

.spec-row div {
  padding: 0.25rem 0;
  font-size: 1.1rem;
}

.spec-row div:nth-child(2),
.spec-row div:nth-child(3) {
  text-align: right;
  padding:5px 15px 5px 15px;
  font-weight: bold;
}

.spec-header .spec-col {
  text-align: right;
  font-weight: bold;
}


.aluminum-strong {
    font-family: phoreuscherokee;
    padding:20px;
    
}


 /* ========== PRODUCT GRID: IMAGE + CAPTION STACK ========== */

ul.products li.product a.woocommerce-LoopProduct-link{
  display: grid;
  grid-template-rows: auto auto; /* row 1 = image, row 2 = caption */
  gap: .5rem;                    /* space between image and text */
}

/* Image area (both images share the same grid cell) */
ul.products li.product a.woocommerce-LoopProduct-link img{
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  width: 100%;
  aspect-ratio: 4 / 3;           /* 4:3 box */
  object-fit: cover;
  border-radius: 15px;
  transition: opacity .2s ease;
}

/* Secondary image stacked on top of the primary */
ul.products li.product a.woocommerce-LoopProduct-link img.wp-post-image--secondary{
  z-index: 1;
  opacity: 0;                    /* hidden until hover */
}

/* ===== Hover swap ONLY on products with a gallery ===== */
ul.products li.pif-has-gallery:hover a.woocommerce-LoopProduct-link img.wp-post-image--secondary{ 
  opacity: 1; 
}
ul.products li.pif-has-gallery:hover a.woocommerce-LoopProduct-link img:not(.wp-post-image--secondary){ 
  opacity: 0; 
}

/* Caption (title + price) lives in row 2, stacked under image */
ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title,
ul.products li.product a.woocommerce-LoopProduct-link .price{
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  margin: 0;                     
  padding: 0;                    
  color: inherit;
  text-align: center;            /* center text under images */
}

/* ========== MOBILE ADJUSTMENT: disable flip if needed ========== */
@media (max-width: 767px){
  ul.products li.pif-has-gallery:hover a.woocommerce-LoopProduct-link img.wp-post-image--secondary{ 
    opacity: 0; 
  }
  ul.products li.pif-has-gallery:hover a.woocommerce-LoopProduct-link img:not(.wp-post-image--secondary){ 
    opacity: 1; 
  }
}



/* Single-product gallery thumbs */
.woocommerce div.product div.images .flex-control-thumbs img{
  width: 110px !important;   /* pick 90–110px to taste */
  height: 110px !important;
  object-fit: cover;
  border-radius: 10px;       /* optional */
}


.elementor-widget-html .spec-table {
  max-width: none;
}

@font-face {
  font-family: "Cabin";
  src: url("https://marathonboat.com/wp-content/uploads/2025/09/Cabin-VariableFont_wdthwght.ttf") format("truetype");
  font-display: swap;
  font-weight: 400 700;     /* Regular through Bold */
  font-stretch: 75% 100%;   /* Condensed through Normal width */
}

html, body {
  font-family: "Cabin", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cabin';
	font-display: auto;
	src: url('https://marathonboat.com/wp-content/uploads/2025/09/Cabin-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */