/** Shopify CDN: Minification failed

Line 463:0 Unexpected "}"

**/
/* Custom Order Section - Exact Image Replica */
.custom-order-section {
  background-color: #faf8f6;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 650px;
}

.custom-order-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 650px;
}

.custom-order-grid {
  display: flex;
  width: 100%;
  align-items: stretch;
  min-height: 650px;
}

/* Left Content - Exactly 50% CENTERED */
.custom-order-content {
  width: 50%;
  padding: 80px 40px 80px 40px;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.custom-order-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  margin: 0 0 80px 0;
  text-transform: uppercase;
  max-width: 420px;
  text-align: center;
}

.custom-order-features {
  margin-bottom: 40px;
  width: 100%;
  max-width: 420px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
  padding: 0;
  text-align: left;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-icon-wrapper {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.feature-icon-wrapper svg,
.feature-icon-placeholder svg {
  width: 32px;
  height: 32px;
  color: #2a2a2a;
}

.feature-content {
  flex: 1;
  padding-top: 2px;
}

.feature-content p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
  color: #333333;
  margin: 0;
  text-align: left;
}

.custom-order-cta {
  margin-top: 40px;
  text-align: center;
}

.custom-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  backdrop-filter: blur(15px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  padding: 1.3rem 2.8rem;
  border-radius: 35px;
  font-family: "Inter", "Helvetica Neue", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateZ(0);
  backface-visibility: hidden;
  cursor: pointer;
}

.custom-order-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

.custom-order-btn:hover {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
  color: black !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-4px) scale(1.05) translateZ(0);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 255, 255, 0.2),
    inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.custom-order-btn:hover::before {
  left: 100%;
}

/* Right Image - EXACTLY 50% NO PADDING ANYWHERE */
.custom-order-image-wrapper {
  width: 50%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.custom-order-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

/* Desktop Image - Hidden on Mobile */
.desktop-image {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.desktop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
}

/* Mobile Image - Hidden on Desktop */
.mobile-image {
  width: 100%;
  height: 100%;
  display: none;
  margin: 0;
  padding: 0;
}

.mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
}

.custom-order-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 650px;
  background-color: #f0f0f0;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}

/* Tablet Breakpoint */
@media screen and (max-width: 1024px) {
  .custom-order-content {
    padding: 80px 30px 80px 30px;
  }
  
  .custom-order-heading {
    font-size: 34px;
    margin-bottom: 60px;
  }
  
  .custom-order-features {
    max-width: 380px;
    margin-bottom: 30px;
  }
  
  .feature-content p {
    font-size: 1.375rem;
    line-height: 1.8;
  }
  
  .custom-order-cta {
    margin-top: 30px;
  }
  
  .custom-order-image-placeholder {
    min-height: 500px;
  }
}

/* Mobile Breakpoint */
@media screen and (max-width: 768px) {
  .custom-order-section {
    display: block;
    min-height: auto;
    background-color: #faf8f6;
  }
  
  .custom-order-wrapper {
    flex-direction: column;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  
  .custom-order-grid {
    flex-direction: column;
    gap: 0;
  }
  
  .custom-order-content {
    width: 100%;
    padding: 80px 20px 80px 20px;
    text-align: center;
    order: 2;
    align-items: center;
  }
  
  .custom-order-image-wrapper {
    width: 100vw;
    height: 50vh;
    min-height: 400px;
    max-height: 500px;
    margin: 0;
    order: 1;
    position: relative;
  }
  
  /* Show mobile image, hide desktop image on mobile */
  .desktop-image {
    display: none;
  }
  
  .mobile-image {
    display: block;
  }
  
  .custom-order-heading {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 40px;
    max-width: none;
  }
  
  .custom-order-features {
    margin-bottom: 30px;
    text-align: center;
    max-width: none;
  }
  
  .feature-item {
    gap: 20px;
    margin-bottom: 32px;
    text-align: left;
  }
  
  .feature-icon-wrapper {
    width: 40px;
    height: 40px;
  }
  
  .feature-icon-wrapper svg,
  .feature-icon-placeholder svg {
    width: 28px;
    height: 28px;
  }
  
  .feature-content p {
    font-size: 1.375rem;
    line-height: 1.8;
    max-width: none;
  }
  
  .custom-order-cta {
    margin-top: 30px;
    text-align: center;
  }
  
  .custom-order-btn {
    padding: 1.1rem 2.4rem;
    font-size: 0.95rem;
    min-width: 180px;
    text-align: center;
  }
  
  .custom-order-image-placeholder {
    min-height: 400px;
  }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
  .custom-order-content {
    padding: 80px 16px 80px 16px;
  }
  
  .custom-order-heading {
    font-size: 26px;
    margin-bottom: 30px;
  }
  
  .custom-order-features {
    margin-bottom: 25px;
  }
  
  .feature-item {
    gap: 16px;
    margin-bottom: 28px;
  }
  
  .feature-content p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  
  .custom-order-cta {
    margin-top: 25px;
  }
  
  .custom-order-image-wrapper {
    width: 100vw;
    height: 45vh;
    min-height: 350px;
    max-height: 450px;
  }
  
  .custom-order-image-placeholder {
    min-height: 350px;
  }
}

/* Animation Support */
.custom-order-content,
.custom-order-image-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* High DPI Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .desktop-image img,
  .mobile-image img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Print Styles */
@media print {
  .custom-order-section {
    background-color: white !important;
    padding: 20px 0 !important;
  }
  
  .custom-order-btn {
    display: none;
  }
  
  .desktop-image img,
  .mobile-image img {
    max-height: 300px;
  }
} 
} 