/** Shopify CDN: Minification failed

Line 1078:1 Expected "}" to go with "{"

**/
/* ft-bd2a9ab8 - Clean Native Implementation */

/* Container */
.rec-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.5;
  color: #333;
}

.rec-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Section */
.rec-header {
  padding: 20px 0;
}

.track-info-box {
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #f0f0f0;
  padding: 15px 20px 0;
  text-align: center;
  margin: 0 12.5% 20px;
  overflow: hidden;
}

.track-label {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
}

.track-size {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 10px -21px -1px;
  background-color: #fff;
  padding: 20px 21px;
  border-radius: 0 0 30px 30px;
  border-top: 1px solid #e0e0e0;
}

.mobile-break {
  display: inline;
}

.cobra-info {
  text-align: center;
  margin-bottom: -20px;
}

.cobra-height {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
}

.main-heading {
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}

/* Product Section */
.rec-product {
  padding: 20px 0;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.product-card {
  display: flex;
  align-items: flex-start;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 20px;
  margin: 0 auto;
  gap: 20px;
  max-width: 600px;
  background-color: #fff;
}

.product-image {
  flex: 0 0 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  cursor: pointer;
}

.product-details {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reviews {
  font-size: 10px;
  margin-bottom: 6px;
  text-align: left;
}

.reviews .jdgm-prev-badge__stars {
  font-size: 14px !important;
}

.reviews .jdgm-prev-badge__text {
  font-size: 14px !important;
}

.product-title {
  color: #e01212;
  font-size: 24px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  margin: 0 0 8px 0;
}

.penetration-info {
  color: #1e88e5;
  font-size: 16px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin: -16px 0 24px;
  background-color: #e3f2fd;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
}

.arrow-svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.arrow-text {
  font-variant-emoji: text;
  text-presentation: text;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-style: normal;
}

.quantity-heading {
  text-align: center;
  font-size: 18px;
  margin: 0 0 15px;
}

.quantity-options {
  display: flex;
  gap: 25px;
}

.quantity-btn {
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  background-color: #f5f5f5;
  color: #e01212;
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  text-align: center;
  padding: 12px 25px;
  font-size: 20px;
  cursor: pointer;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  min-width: 80px;
  transition: transform 0.2s ease;
}

.quantity-btn:hover {
  transform: scale(1.05);
}

/* Guarantee Link Styling */
.guarantee-link-container {
  text-align: center;
  margin-top: 12px;
}

.guarantee-link {
  color: #0066cc;
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
}

.guarantee-link:hover {
  text-decoration: underline;
  background: #f0f7ff;
}

.shield-icon {
  width: 14px;
  height: 14px;
}

/* Mobile Product Styles */
.product-card-mobile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 15px;
  gap: 15px;
  margin: 0 2px;
  background-color: #fff;
}

.product-image-mobile {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.product-image-mobile img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
}

.product-details-mobile {
  flex: 1;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

.reviews-mobile {
  font-size: 8px;
  text-align: left;
  margin-bottom: 5px;
  order: 1;
}

.reviews-mobile .jdgm-prev-badge {
  font-size: 10px !important;
  line-height: 1.2 !important;
}

.reviews-mobile .jdgm-prev-badge__stars {
  font-size: 12px !important;
}

.reviews-mobile .jdgm-prev-badge__text {
  font-size: 12px !important;
}

.product-title-mobile {
  color: #e01212;
  font-size: 20px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  margin: 0 0 1px 0;
  order: 2;
}

.penetration-info-mobile {
  color: #1e88e5;
  font-size: 14px;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin: -12px 0 15px;
  order: 3;
  background-color: #e3f2fd;
  padding: 3px 6px 3px 6px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  width: fit-content;
}

.arrow-svg-mobile {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
}


.quantity-heading-mobile {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
  order: 3;
  letter-spacing: 1px;
}

.quantity-options-mobile {
  display: flex;
  gap: 15px;
  justify-content: center;
  order: 4;
}

.quantity-btn-mobile {
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  background-color: #f5f5f5;
  color: #e01212;
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  text-align: center;
  padding: 10px 18px;
  font-size: 18px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 75px;
  text-decoration: underline;
  transition: transform 0.2s ease;
}

.quantity-btn-mobile:hover {
  transform: scale(1.05);
}

/* Mobile Guarantee Link Styling */
.guarantee-link-container-mobile {
  text-align: center;
  margin-top: 10px;
  order: 5;
}

.guarantee-link-mobile {
  color: #0066cc;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
  padding: 3px 6px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
}

.guarantee-link-mobile:hover {
  text-decoration: underline;
  background: #f0f7ff;
}

.shield-icon-mobile {
  width: 12px;
  height: 12px;
}

/* Section Heading */
.rec-quantity {
  padding: 20px 0 0;
}

.rec-quantity .section-heading {
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
}

/* Trail Options */
.rec-trails {
  padding: 20px 0;
}

.trail-grid {
  display: flex;
  gap: 100px;
  margin: 0 60px;
  align-items: stretch;
}

.trail-option {
  flex: 1 1 50%;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 20px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  overflow: hidden;
}

.trail-title {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: -5px 0 10px;
}

.trail-meta {
  background-color: #fff;
  color: #e01212;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 38px;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 5px;
  line-height: 1;
}

.trail-option img {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  height: auto;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 0;
  border-radius: 0;
  display: block;
  max-width: none;
}

.trail-benefits {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 12px;
}

.benefit-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.benefit-icon svg {
  width: 100%;
  height: 100%;
}

.benefit-content {
  flex: 1;
}

.benefit-title {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
}

.benefit-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

/* Action Buttons */
.rec-buttons {
  padding: 20px 0 40px;
}

.button-row {
  display: flex;
  gap: 100px;
  justify-content: center;
  margin: 0 60px;
}

.action-btn {
  flex: 1;
  background-color: #C73E2D;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  border-radius: 30px;
  padding: 15px 25px;
  text-align: center;
  cursor: pointer;
  display: block;
  border: none;
  box-shadow: 0 2px 0 #A32F20, 0 3px 8px rgba(199, 62, 45, 0.2);
  transition: all 0.2s ease;
}

.action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 0 #A32F20, 0 4px 12px rgba(199, 62, 45, 0.3);
}

.action-btn .arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.action-btn:hover .arrow {
  transform: translateX(3px);
}

/* Search Section */
.rec-search {
  padding: 20px 0;
  text-align: center;
}

/* Responsive Design */
@media (min-width: 1025px) and (max-width: 1199px) {
  .track-info-box {
    margin: 0 100px 30px;
  }
  
  .product-card {
    max-width: 550px;
  }
  
  .product-image {
    flex: 0 0 140px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .track-info-box {
    margin: 0 50px 30px;
  }
  
  .product-card {
    max-width: 500px;
  }
  
  .product-image {
    flex: 0 0 130px;
  }
  
  .trail-title {
    font-size: 25px;
  }
  
  .trail-meta {
    font-size: 25px;
  }
  
  .trail-grid {
    gap: 30px;
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: block;
  }
  
  .rec-container {
    padding: 0 5px;
  }
  
  .track-info-box {
    margin: 0 2px 15px;
    padding: 8px 10px;
  }
  
  .track-label {
    font-size: 15px;
    text-transform: none;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  
  .track-size {
    font-size: 17px;
    margin: 10px -20px -10px;
    padding: 15px 20px 20px;
    line-height: 1.2;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
  }
  
  
  .main-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .cobra-info {
    margin-bottom: -5px;
  }
  
  .rec-quantity .section-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .trail-grid {
    flex-direction: row;
    margin: 0;
    gap: 20px;
  }
  
  .trail-option {
    padding: 15px 12px;
  }
  
  .trail-title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  
  .trail-meta {
    font-size: 20px;
    padding: 3px 0;
    margin: -10px 0 15px;
  }
  
  .trail-option img {
    margin-bottom: 12px;
  }
  
  .trail-benefits {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
  }
  
  .benefit-item {
    margin-bottom: 12px;
    gap: 8px;
  }
  
  .benefit-icon {
    width: 20px;
    height: 20px;
  }
  
  .benefit-title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  
  .benefit-desc {
    font-size: 14px;
  }
  
  .button-row {
    flex-direction: column;
    gap: 12px;
    max-width: none;
    margin: 0 5px;
  }
  
  .action-btn {
    font-size: 18px;
    padding: 12px 20px;
  }
  
  .rec-header {
    padding: 15px 0;
  }
  
  .rec-product {
    padding: 10px 0;
  }
  
  .rec-quantity {
    padding: 15px 0 0;
  }
  
  .rec-trails {
    padding: 15px 0;
  }
  
  .rec-buttons {
    padding: 25px 0;
  }
}

/* Metafield compatibility classes - removed f-70_ since using clean action-btn */

/* Remove complex f- class styling - using clean button approach */

/* Simplified - no complex f- class styling needed */

.f-47_ {
  background-color: #fff;
  color: #e01212;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 38px;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  line-height: 1;
}

/* Mobile specific button styling */
@media (max-width: 767px) {
  .f-78_, .f-80_ {
    background-color: #c7c7c7;
    color: #e01212;
    font-size: 14px;
    padding: 8px 12px;
    min-height: 35px;
    border: 1px solid #000;
    border-radius: 30px;
    max-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
  }
  
  .f-98_, .f-99_ {
    background-color: #c7c7c7;
    color: #e01212;
    font-size: 14px;
    padding: 8px 12px;
    min-height: 35px;
    border: 1px solid #000;
    border-radius: 30px;
    max-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
  }
  
  .f-47_ {
    font-size: 24px;
    margin: 0 0 5px;
    padding: 0;
  }
}

/* Modal Styles */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

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

.modal-content {
  background: white;
  border-radius: 12px;
  padding: 30px;
  padding-bottom: 20px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideUp 0.3s ease;
  cursor: default;
  display: flex;
  flex-direction: column;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: #f5f5f5;
  color: #333;
}

.modal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.modal-icon {
  width: 36px;
  height: 36px;
  background: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
}

.modal-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1;
  font-family: Montserrat, sans-serif;
}

.modal-body {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.measurement-section {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.measurement-section h3 {
  color: #333;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.measurement-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.measurement-text {
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.modal-fine-print {
  background: #fff9f0;
  border-left: 4px solid #FFA726;
  padding: 12px;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.modal-fine-print strong {
  color: #333;
}

.modal-scroll-content {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 10px;
}

.modal-button {
  position: sticky;
  bottom: 0;
  margin: 10px 20px 0 20px;
  padding: 14px 20px;
  background: #C73E2D;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  font-family: Montserrat, sans-serif;
  width: calc(100% - 40px);
  flex-shrink: 0;
}

.modal-button:hover {
  background: #B33527;
}

/* Modal Mobile Responsive */
@media (max-width: 767px) {
  .modal-content {
    padding: 20px;
    padding-bottom: 15px;
    max-height: 70vh;
    font-size: 14px;
  }
  
  .modal-scroll-content {
    padding-bottom: 5px;
  }
  
  .modal-button {
    margin: 10px 10px 0 10px;
    width: calc(100% - 20px);
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 30px;
  }
  
  .modal-close {
    font-size: 24px;
    width: 28px;
    height: 28px;
    top: 10px;
    right: 10px;
  }
  
  .modal-header {
    gap: 8px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  
  .modal-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  
  .modal-title {
    font-size: 18px;
  }
  
  .modal-body {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  
  .measurement-section {
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  .measurement-section h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .measurement-image {
    max-width: 180px;
    margin-bottom: 8px;
  }
  
  .measurement-text {
    font-size: 12px;
    line-height: 1.2;
  }
  
  .modal-fine-print {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  
  .modal-button {
    padding: 10px;
    font-size: 14px;
  }
}

/* Judge.me Integration */
.jdgm-prev-badge__text {
 