/** Shopify CDN: Minification failed

Line 2097:0 Unexpected "<"
Line 2134:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:faq-template (INDEX:1) */
/* Hide breadcrumb (e.g. "Home FAQs") when this section is on the page */
  body:has(.page_aboutus_v1.page_FQA) .bread-crumb,
  .page_aboutus_v1.page_FQA .bread-crumb {
    display: none !important;
  }
  .tcn-faq-page-banner {
    padding: 48px 24px 56px;
  }
  .tcn-faq-page-banner__inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .tcn-faq-page-banner__content {
    text-align: center;
  }
  .tcn-faq-page-banner__title {
    font-size: 1.85rem;
    font-weight: 300;
    line-height: 1.25;
    color: #1F1F1F;
    margin: 0 0 12px 0;
    letter-spacing: 0.02em;
  }
  .tcn-faq-page-banner__subtitle {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #6B6B6B;
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .tcn-faq-page-banner__divider {
    margin-top: 32px;
    height: 1px;
    background-color: #E5E3DF;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_aboutus_v1.page_FQA .asked {
    margin-top: 23px;
  }
  @media (max-width: 767px) {
    .page_FQA .container.index-section {
      padding-left: 16px;
      padding-right: 16px;
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
    }
    .tcn-faq-page-banner {
      padding: 36px 20px 44px;
    }
    .tcn-faq-page-banner__title {
      font-size: 1.5rem;
    }
    .tcn-faq-page-banner__subtitle {
      font-size: 0.9rem;
    }
    .tcn-faq-page-banner__divider {
      margin-top: 24px;
    }
    .page_FQA .asked .container-v2 {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .tcn-faq-back-cta-section {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
  }
  .tcn-faq-back-cta-section__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
  }
  .tcn-faq-back-cta-section__decoration {
    display: block;
    width: 24px;
    height: 1px;
    min-width: 24px;
    background-color: #E5E3DF;
    transition: width 0.25s ease, background-color 0.2s ease;
  }
  .tcn-faq-back-cta-section__inner:hover .tcn-faq-back-cta-section__decoration {
    width: 32px;
    background-color: #1F1F1F;
  }
  .tcn-faq-back-cta-section__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    color: #1F1F1F;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding: 0.5rem 0.75rem 0.5rem 0;
    border-radius: 2px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
  }
  .tcn-faq-back-cta-section__link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #1F1F1F;
  }
  .tcn-faq-back-cta-section__link:focus {
    outline: none;
  }
  .tcn-faq-back-cta-section__link:focus-visible {
    outline: 1px solid #1F1F1F;
    outline-offset: 3px;
  }
  .tcn-faq-back-cta-section__icon {
    opacity: 0.85;
    transition: transform 0.2s ease;
  }
  .tcn-faq-back-cta-section__link:hover .tcn-faq-back-cta-section__icon {
    transform: translateX(-2px);
  }
  @media (max-width: 767px) {
    .tcn-faq-back-cta-section {
      margin-top: 2rem;
      margin-bottom: 1rem;
      padding: 0.75rem 0;
    }
    .tcn-faq-back-cta-section__link {
      padding: 0.6rem 0.75rem 0.6rem 0;
      min-height: 44px;
    }
  }
  .tcn-faq-intro {
    line-height: 1.6;
  }
  .tcn-faq-intro p {
    margin-bottom: 1em;
  }
  .tcn-faq-intro p:last-child {
    margin-bottom: 0;
  }
/* END_SECTION:faq-template */

/* START_SECTION:contact-us-custom (INDEX:14) */
/* Clear fixed header — same as FAQs / default pages (see custom-styles :root) */
@media (min-width: 992px) {
  body.template-page--contact main#MainContent.main-content {
    padding-top: var(--tcn-main-top-desktop);
  }
}
@media (max-width: 991.98px) {
  body.template-page--contact main#MainContent.main-content {
    padding-top: var(--tcn-below-header-gap);
  }
}

.accordion-icon {
  float: right;
  transition: transform 0.3s ease-in-out;
}

.collapsed .accordion-icon {
  transform: rotate(0deg);
}

.btn-link[aria-expanded="true"] .accordion-icon {
  transform: rotate(45deg); /* Adjust this value for the desired "+" to "-" animation */
}

/* form */

.get_find .contact-form {
    margin-top: 40px;
    text-align: center;
}
  input, select, textarea {
    border: 1px solid #e4e4e4;
    color: #92959a;
}
input{
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 3px; 
  }

  .form-control {
    height: 60px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    margin-bottom: 20px;
}
  .box-email textarea {
    padding: 10px 20px;
    height: 260px;
    border-radius: 0;
}
  .get_find .contact-form textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    color: #92959a;
}
   .box-email .btn-primary {
    background-color: #000;
    border-radius: 0;
    border: none;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 21px;
    transition: .3s;
}
 .contact-form .btn-primary {
    padding: 0 65px !important;
    height: 55px;
 }
.btn-primary {
    color: #fff;
}

  .box_getin {
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .tcn-contact-form-header {
    margin-bottom: 0;
  }
  .tcn-contact-form-title {
    cursor: default;
    font-size: 18px;
    color: #333;
  }
  .tcn-contact-form-description {
    padding: 15px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin: 0 0 20px 0;
  }
  .page_contact .box_getin .box-email {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    background-color: #fff;
  }
  .btn-white {
    color: white;
}
  
/* Enhances the general style of form controls specifically for select elements */
.form-control-select {
    background-color: #ffffff; /* White background to make the dropdown stand out */
    color: #495057; /* Dark text for better readability */
    font-size: 16px; /* Slightly larger font for easy reading */
    appearance: none; /* Removes default system styling */
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%209L1%204H11L6%209Z%22%20fill%3D%22%23333%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center; /* Positions the arrow icon on the right */
    background-size: 12px; /* Ensures the icon size is consistent */
    border: 1px solid #dcdcdc; /* Borders to match the general style */
}

.form-control-select:hover {
    border-color: #a5a5a5; /* Darker border on hover for better interaction feedback */
}

.form-control-select:focus {
    border-color: #0056b3; /* Highlight color on focus to enhance accessibility */
    outline: none; /* Removes default focus outline */
}

/* Accordion Container */
.accordion-container {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

/* Card Styling */
.accordion-card {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
}

/* Card Header */
.accordion-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
}

/* Title Button */
.accordion-title-btn {
    background-color: transparent;
    color: #333;
    text-align: left;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    border: none;
    outline: none;
}

.accordion-title-btn:hover {
    text-decoration: none;
}

/* Icon for accordion toggle */
.accordion-icon {
    float: right;
    transition: transform 0.3s ease;
}

/* Collapse Body */
.accordion-body {
    padding: 15px;
    line-height: 1.5;
    background-color: #fff;
}

/* Transition effect for rotating icon */
.accordion-title-btn.collapsed .accordion-icon {
    transform: rotate(0);
}

.accordion-title-btn:not(.collapsed) .accordion-icon {
    transform: rotate(-180deg);
}

/* FAQ-style page banner and back CTA (Contact page) */
.page_contact .tcn-faq-page-banner {
  padding: 48px 24px 56px;
}
.page_contact .tcn-faq-page-banner__inner {
  max-width: 800px;
  margin: 0 auto;
}
.page_contact .tcn-faq-page-banner__content {
  text-align: center;
}
.page_contact .tcn-faq-page-banner__title {
  font-size: 1.85rem;
  font-weight: 300;
  line-height: 1.25;
  color: #1F1F1F;
  margin: 0 0 12px 0;
  letter-spacing: 0.02em;
}
.page_contact .tcn-faq-page-banner__subtitle {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6B6B6B;
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.page_contact .tcn-faq-page-banner__divider {
  margin-top: 32px;
  height: 1px;
  background-color: #E5E3DF;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.page_contact .asked {
  margin-top: 23px;
}
.page_contact .tcn-faq-intro {
  line-height: 1.6;
  margin-top: 12px;
}
.page_contact .tcn-faq-intro p {
  margin-bottom: 1em;
}
.page_contact .tcn-faq-intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page_contact .container.index-section {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .page_contact .tcn-faq-page-banner {
    padding: 36px 20px 44px;
  }
  .page_contact .tcn-faq-page-banner__title {
    font-size: 1.5rem;
  }
  .page_contact .tcn-faq-page-banner__subtitle {
    font-size: 0.9rem;
  }
  .page_contact .tcn-faq-page-banner__divider {
    margin-top: 24px;
  }
  .page_contact .asked .container-v2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.page_contact .tcn-faq-back-cta-section {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
}
.page_contact .tcn-faq-back-cta-section__inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
}
.page_contact .tcn-faq-back-cta-section__decoration {
  display: block;
  width: 24px;
  height: 1px;
  min-width: 24px;
  background-color: #E5E3DF;
  transition: width 0.25s ease, background-color 0.2s ease;
}
.page_contact .tcn-faq-back-cta-section__inner:hover .tcn-faq-back-cta-section__decoration {
  width: 32px;
  background-color: #1F1F1F;
}
.page_contact .tcn-faq-back-cta-section__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  color: #1F1F1F;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 0.5rem 0.75rem 0.5rem 0;
  border-radius: 2px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.page_contact .tcn-faq-back-cta-section__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #1F1F1F;
}
.page_contact .tcn-faq-back-cta-section__link:focus {
  outline: none;
}
.page_contact .tcn-faq-back-cta-section__link:focus-visible {
  outline: 1px solid #1F1F1F;
  outline-offset: 3px;
}
.page_contact .tcn-faq-back-cta-section__icon {
  opacity: 0.85;
  transition: transform 0.2s ease;
}
.page_contact .tcn-faq-back-cta-section__link:hover .tcn-faq-back-cta-section__icon {
  transform: translateX(-2px);
}
@media (max-width: 767px) {
  .page_contact .tcn-faq-back-cta-section {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0;
  }
  .page_contact .tcn-faq-back-cta-section__link {
    padding: 0.6rem 0.75rem 0.6rem 0;
    min-height: 44px;
  }
}

/* Contact form CTA and collapsible panel (page_contact only) */
.page_contact .tcn-contact-form-cta-wrap {
  margin-top: 28px;
  margin-bottom: 0;
}
.page_contact .tcn-contact-form-cta {
  display: inline-block;
  background: none;
  border: none;
  border-bottom: 1px solid #1F1F1F;
  padding: 0 0 2px 0;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #1F1F1F;
  cursor: pointer;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.page_contact .tcn-contact-form-cta:hover {
  border-bottom-color: #6B6B6B;
  opacity: 0.9;
}
.page_contact .tcn-contact-form-cta .tcn-contact-form-cta-text {
  position: relative;
  display: inline-block;
}
.page_contact .tcn-contact-form-cta .tcn-contact-form-cta-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 100%;
  background-color: #1F1F1F;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  opacity: 0.55;
}
.page_contact .tcn-contact-form-cta:hover .tcn-contact-form-cta-text::after {
  transform: scaleX(1);
}
.page_contact .tcn-contact-form-cta:focus {
  outline: none;
}
.page_contact .tcn-contact-form-cta:focus-visible {
  outline: 1px solid #1F1F1F;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .page_contact .tcn-contact-form-cta-wrap {
    margin-top: 24px;
  }
  .page_contact .tcn-contact-form-cta {
    min-height: 44px;
    padding: 12px 0 2px 0;
  }
}
.page_contact .tcn-contact-form-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.page_contact .tcn-contact-form-panel.is-open {
  max-height: 1200px;
  opacity: 1;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #E5E3DF;
}
@media (max-width: 767px) {
  .page_contact .tcn-contact-form-panel.is-open {
    margin-top: 24px;
    padding-top: 20px;
  }
}
/* Send us a message – form block CX (inside revealed panel) */
.page_contact .tcn-contact-form-panel .tcn-contact-form-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 16px;
}
.page_contact .tcn-contact-form-panel .tcn-contact-form-title {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #333;
}
.page_contact .tcn-contact-form-panel .tcn-contact-form-description {
  margin: 0 0 28px 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6B6B6B;
}
.page_contact .tcn-contact-form-panel .box-email {
  border: none;
  padding: 0;
}
/* Form spacing and dropdown refinements (page_contact only) */
.page_contact .box_getin .box-email .form-group {
  margin-bottom: 24px;
}
.page_contact .box_getin .box-email .form-control,
.page_contact .box_getin .box-email input.form-control {
  margin-bottom: 24px;
  height: 52px;
  padding: 12px 14px;
  border-color: #E5E3DF;
  transition: border-color 0.2s ease;
}
.page_contact .box_getin .box-email .form-control:focus,
.page_contact .box_getin .box-email input.form-control:focus {
  border-color: #1F1F1F;
  outline: none;
}
.page_contact .box_getin .box-email .form-control-select {
  width: 100%;
  height: 52px;
  padding: 12px 40px 12px 14px;
  border: 1px solid #E5E3DF;
  border-radius: 0;
  color: #1F1F1F;
  font-size: 0.95rem;
  line-height: 1.5;
  background-color: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%209L1%204H11L6%209Z%22%20fill%3D%22%231F1F1F%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.page_contact .box_getin .box-email .form-control-select:hover {
  border-color: #c9c7c2;
}
.page_contact .box_getin .box-email .form-control-select:focus {
  border-color: #1F1F1F;
  outline: none;
}
/* Custom styled dropdown (replaces native option styling) */
.page_contact .tcn-select-wrap {
  position: relative;
  width: 100%;
}
.page_contact .tcn-select-wrap .tcn-select-native {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 52px;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.page_contact .tcn-select-trigger {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 52px;
  padding: 12px 40px 12px 14px;
  border: 1px solid #E5E3DF;
  border-radius: 0;
  background: #fff;
  color: #1F1F1F;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.page_contact .tcn-select-trigger:hover {
  border-color: #c9c7c2;
}
.page_contact .tcn-select-trigger.is-open {
  border-color: #1F1F1F;
}
.page_contact .tcn-select-trigger .tcn-select-trigger-text {
  display: block;
}
.page_contact .tcn-select-trigger .tcn-select-trigger-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%209L1%204H11L6%209Z%22%20fill%3D%22%231F1F1F%22/%3E%3C/svg%3E') no-repeat center;
  background-size: 10px;
  transition: transform 0.2s ease;
}
.page_contact .tcn-select-trigger.is-open .tcn-select-trigger-icon {
  transform: translateY(-50%) rotate(180deg);
}
.page_contact .tcn-select-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 2px;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #E5E3DF;
  border-radius: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(31, 31, 31, 0.06);
}
.page_contact .tcn-select-dropdown.is-open {
  display: block;
}
.page_contact .tcn-select-option {
  padding: 12px 14px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #1F1F1F;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.15s ease;
  border-bottom: 1px solid #f0eeeb;
}
.page_contact .tcn-select-option:last-child {
  border-bottom: none;
}
.page_contact .tcn-select-option:hover {
  background-color: #f7f7f7;
}
.page_contact .tcn-select-option.is-selected {
  background-color: #f0eeeb;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page_contact .tcn-select-trigger {
    min-height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.page_contact .box_getin .box-email .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #1F1F1F;
  font-weight: 400;
}
.page_contact .tcn-form-alert {
  margin: 0 0 20px 0;
  padding: 14px 14px;
  border-radius: 0;
  border: 1px solid #E5E3DF;
  background-color: #fff;
  color: #1F1F1F;
}
.page_contact .tcn-form-alert .close {
  opacity: 0.6;
}
.page_contact .tcn-form-alert .close:hover {
  opacity: 0.85;
}
.page_contact .tcn-form-alert__title {
  margin: 0 0 6px 0;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.page_contact .tcn-form-alert__body {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #6B6B6B;
}
.page_contact .tcn-form-alert__item {
  margin: 8px 0 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #6B6B6B;
}
.page_contact .tcn-form-alert--success {
  border-color: #E5E3DF;
  background-color: #f7f7f7;
}
.page_contact .tcn-form-alert--error {
  border-color: #E5E3DF;
  background-color: #fff;
}
.page_contact .box_getin .box-email textarea.border_bottomform {
  margin-bottom: 24px;
  padding: 14px;
  min-height: 140px;
  border-color: #E5E3DF;
  transition: border-color 0.2s ease;
}
.page_contact .box_getin .box-email textarea.border_bottomform:focus {
  border-color: #1F1F1F;
  outline: none;
}
.page_contact .box_getin .box-email .btn-primary {
  margin-top: 28px;
  padding: 14px 0;
}
@media (max-width: 767px) {
  .page_contact .box_getin .box-email .form-control-select {
    min-height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/* END_SECTION:contact-us-custom */

/* START_SECTION:editorial-collage-scroll (INDEX:17) */
.ee-collage-scroll {
    background: #0a0a0a;
  }
  .ee-collage-scroll__scene {
    height: var(--ee-collage-scene, 100vh);
  }
  .ee-collage-scroll__sticky {
    position: sticky;
    top: 0;
    height: var(--ee-collage-scene, 100vh);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a0a0a;
  }
  .ee-collage-scroll__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--ee-collage-object, center center);
    display: block;
  }
  .ee-collage-scroll__img--empty {
    min-height: 50vh;
    background: linear-gradient(160deg, #141414, #222);
  }
/* END_SECTION:editorial-collage-scroll */

/* START_SECTION:editorial-experience-hero (INDEX:18) */
.editorial-experience-hero.ee-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: stretch;
    color: var(--ee-hero-text, #f5f3ef);
    overflow: clip;
  }
  .ee-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .ee-hero__img,
  .ee-hero__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .ee-hero__placeholder {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2a 100%);
  }
  .ee-hero__scrim {
    position: absolute;
    inset: 0;
    background: #0c0c0c;
    opacity: var(--ee-hero-overlay, 0.35);
    pointer-events: none;
  }
  .ee-hero__inner {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 5vw, 4rem);
  }
  .template-collection--editorial-experience .ee-hero__content {
    max-width: 36rem;
    text-align: center;
    transform-origin: 50% 45%;
    will-change: transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .template-collection--editorial-experience .ee-hero__content {
      will-change: auto;
    }
  }
  .ee-hero-intro {
    font-size: clamp(0.7rem, 1.1vw, 0.8125rem);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 1.25rem;
    opacity: 0.88;
    line-height: 1.5;
  }
  .ee-title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: clamp(2rem, 5.5vw, 3.25rem);
    line-height: 1.12;
    letter-spacing: 0.02em;
    margin: 0 0 2rem;
    color: #ffffff;
  }
  .ee-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .ee-hero__btn {
    display: inline-block;
    padding: 0.85rem 2.35rem;
    font-size: 0.6875rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(245, 243, 239, 0.55);
    background: transparent;
    transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
  }
  .ee-hero__btn:hover,
  .ee-hero__btn:focus-visible {
    border-color: rgba(245, 243, 239, 0.95);
    background: rgba(245, 243, 239, 0.06);
    color: inherit;
    text-decoration: none;
  }
  .ee-hero__caption {
    margin: 1.35rem 0 0;
    padding: 0;
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.6;
    color: inherit;
    opacity: 0.72;
  }
/* END_SECTION:editorial-experience-hero */

/* START_SECTION:page-cart (INDEX:37) */
/* ============================================================
     The Colour Nest — Cart page (editorial)
     Scoped under .tcn-cart so other pages stay untouched.
  ============================================================ */
  .visually-hidden {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
  }

  .page-cart {
    padding: 40px 0 80px;
    min-height: 60vh;
    background: #fff;
  }
  /* Match other templates: use the global below-header gap on desktop */
  body:not(.template-index) .page-cart {
    padding-top: var(--tcn-below-header-gap, calc(env(safe-area-inset-top, 0px) + var(--tcn-header-offset, 130px) + 0.75rem));
  }
  @media (max-width: 991.98px) {
    body:not(.template-index) .page-cart {
      padding-top: calc(env(safe-area-inset-top, 0px) + var(--tcn-header-offset, 64px) + 0.5rem);
    }
  }
  @media (max-width: 767px) {
    body:not(.template-index) .page-cart {
      padding-top: calc(env(safe-area-inset-top, 0px) + var(--tcn-header-offset, 56px) + 0.5rem);
    }
  }

  .page-cart .content-cart-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    transition: opacity .3s ease;
  }

  /* ---------------- Header ---------------- */
  .tcn-cart__header { margin: 0 0 28px; }
  .tcn-cart__eyebrow {
    margin: 0 0 6px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(43,43,43,.55);
    font-weight: 500;
  }
  .page-cart .content-cart-page h1.tcn-cart__title,
  .page-cart .content-cart-page .cart-page-title.tcn-cart__title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(1.85rem, 3.4vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: 0.005em;
    color: #2b2b2b;
    margin: 0 0 8px;
    text-transform: none;
    padding-top: 0;
  }
  .tcn-cart__subtitle {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(43,43,43,.65);
    letter-spacing: 0.01em;
  }

  /* ---------------- Free delivery nudge ---------------- */
  .tcn-cart__nudge {
    margin: 20px 0 32px;
    padding: 14px 16px 12px;
    background: #f7f4ef;
    border: 1px solid rgba(43,43,43,.08);
    border-radius: 2px;
  }
  .tcn-cart__nudge-text {
    margin: 0 0 10px;
    font-size: 0.86rem;
    color: #2b2b2b;
    letter-spacing: 0.01em;
  }
  .tcn-cart__nudge-track {
    height: 3px;
    background: rgba(43,43,43,.08);
    border-radius: 2px;
    overflow: hidden;
  }
  .tcn-cart__nudge-fill {
    height: 100%;
    background: #2b2b2b;
    transition: width .4s ease;
  }
  .tcn-cart__nudge--complete .tcn-cart__nudge-fill { background: #1F1F1F; }

  /* ---------------- Layout ---------------- */
  .tcn-cart__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
    align-items: start;
  }
  @media (max-width: 991px) {
    .tcn-cart__layout {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }

  /* ---------------- Items table ---------------- */
  .tcn-cart .shop_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 32px;
    background: transparent;
    border: none;
    table-layout: fixed;
  }
  .tcn-cart .shop_table thead {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
  }
  .tcn-cart .shop_table .cart_item {
    border-bottom: 1px solid rgba(43,43,43,.10);
    background: transparent;
    position: relative;
  }
  .tcn-cart .shop_table .cart_item:first-child { border-top: 1px solid rgba(43,43,43,.10); }
  .tcn-cart .shop_table .cart_item td {
    padding: 28px 0;
    vertical-align: middle;
    border: none;
    background: transparent;
  }

  /* Defensive: kill legacy theme rule that injects attr(data-label) text
     like "Product Name", "Quantity", etc. inside the cart cells. */
  .tcn-cart .shop_table td::before,
  .tcn-cart .content-pages .table-responsive td::before,
  .page-cart .tcn-cart .table-responsive td::before {
    content: none !important;
    display: none !important;
  }

  .tcn-cart .product-thumbnail { width: 130px; padding-right: 24px !important; }
  .tcn-cart .cart-item-original .product-thumbnail { width: 140px; }
  .tcn-cart .tcn-cart__media img {
    width: 110px; height: 110px;
    object-fit: cover; display: block;
    border-radius: 0;
  }
  .tcn-cart .cart-item-original .tcn-cart__media img { width: 130px; height: 130px; }

  .tcn-cart .product-name-thumb { padding-right: 24px !important; }
  .tcn-cart .tcn-cart__name {
    display: block;
    color: #1F1F1F;
    text-decoration: none;
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.005em;
    transition: color .2s ease;
  }
  .tcn-cart .tcn-cart__name:hover { color: #3A3A38; }
  .tcn-cart .cart-item-original .tcn-cart__name { font-size: 1.35rem; }
  .tcn-cart .tcn-cart__studio,
  .tcn-cart .tcn-cart__vendor {
    margin: 6px 0 0;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(43,43,43,.55);
    font-weight: 500;
  }
  .tcn-cart .tcn-cart__variant {
    display: block;
    margin-top: 6px;
    color: rgba(43,43,43,.65);
    font-size: 0.82rem;
  }

  .tcn-cart .product-price { width: 110px; padding-right: 20px !important; text-align: right; }
  .tcn-cart .product-price .amount {
    font-size: 0.9rem;
    color: rgba(43,43,43,.7);
    font-weight: 400;
  }

  .tcn-cart .product-quantity { width: 160px; padding-right: 20px !important; }

  /* Quantity pill — matches PDP (pdp-js-qty) */
  .tcn-cart .tcn-qty.pdp-js-qty {
    display: inline-flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    min-width: 6.25rem !important;
    height: 2.5rem !important;
    margin: 0 !important;
    padding: 0 0.2rem !important;
    border: 1px solid #000 !important;
    border-radius: 9999px !important;
    background: #fff !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
    position: relative !important;
  }
  .tcn-cart .tcn-qty.pdp-js-qty .pdp-js-qty__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    position: static !important;
    width: 1.85rem !important;
    min-width: 1.85rem !important;
    height: auto !important;
    align-self: stretch !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
  }
  .tcn-cart .tcn-qty.pdp-js-qty .pdp-js-qty__btn:hover,
  .tcn-cart .tcn-qty.pdp-js-qty .pdp-js-qty__btn:focus,
  .tcn-cart .tcn-qty.pdp-js-qty .pdp-js-qty__btn:focus-visible,
  .tcn-cart .tcn-qty.pdp-js-qty .pdp-js-qty__btn:active {
    background: transparent !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .tcn-cart .tcn-qty.pdp-js-qty .pdp-js-qty__icon {
    display: block;
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
  }
  .tcn-cart .tcn-qty.pdp-js-qty .tcn-qty__input,
  .tcn-cart .tcn-qty.pdp-js-qty .pdp-js-qty__input,
  .tcn-cart .tcn-qty.pdp-js-qty input.js-qty__num {
    flex: 1 1 auto !important;
    min-width: 1.25rem !important;
    width: 2.25rem !important;
    max-width: 3rem !important;
    align-self: stretch !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    font-variant-numeric: tabular-nums;
    color: #000 !important;
    -webkit-text-fill-color: #000;
    padding: 0 !important;
    background: transparent !important;
    line-height: 2.5rem !important;
    caret-color: #000;
    -moz-appearance: textfield;
  }
  .tcn-cart .tcn-qty.pdp-js-qty .tcn-qty__input::-webkit-outer-spin-button,
  .tcn-cart .tcn-qty.pdp-js-qty .tcn-qty__input::-webkit-inner-spin-button,
  .tcn-cart .tcn-qty.pdp-js-qty input.js-qty__num::-webkit-outer-spin-button,
  .tcn-cart .tcn-qty.pdp-js-qty input.js-qty__num::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .tcn-cart .tcn-qty.pdp-js-qty .tcn-qty__input:focus,
  .tcn-cart .tcn-qty.pdp-js-qty .tcn-qty__input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
  }

  .tcn-cart .product-subtotal { width: 110px; padding-right: 12px !important; text-align: right; }
  .tcn-cart .product-subtotal .amount {
    font-size: 1rem; color: #1F1F1F; font-weight: 500;
  }

  /* Remove (×) — pinned to top-right corner of the row, larger tap target */
  .tcn-cart .product-remove {
    position: absolute;
    top: 4px;
    right: 0;
    width: 48px;
    padding: 0 !important;
    text-align: right;
    z-index: 2;
  }
  .tcn-cart .tcn-cart__remove {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 48px; height: 48px;
    color: #2b2b2b;
    text-decoration: none;
    border-radius: 50%;
    transition: color .2s ease, background-color .2s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .tcn-cart .tcn-cart__remove:hover {
    color: #000;
    background: rgba(43,43,43,.06);
  }
  .tcn-cart .tcn-cart__remove svg {
    width: 26px;
    height: 26px;
    transition: transform .2s ease;
  }
  .tcn-cart .tcn-cart__remove:hover svg { transform: rotate(90deg); }

  /* Update + gift note */
  .tcn-cart__update { margin: 8px 0 28px; }
  .tcn-cart__update-btn,
  .page-cart .cart-update .button.tcn-cart__update-btn {
    padding: 10px 24px;
    background: #fff;
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
    border-radius: 9999px;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    min-height: 42px;
    line-height: 1;
  }
  .tcn-cart__update-btn:hover,
  .page-cart .cart-update .button.tcn-cart__update-btn:hover {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #fff;
  }

  .tcn-cart__gift {
    margin: 0 0 32px;
    padding: 14px 0;
    border-top: 1px solid rgba(43,43,43,.08);
    border-bottom: 1px solid rgba(43,43,43,.08);
  }
  .tcn-cart__gift summary {
    cursor: pointer;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    color: #2b2b2b;
    list-style: none;
  }
  .tcn-cart__gift summary::-webkit-details-marker { display: none; }
  .tcn-cart__gift summary::after {
    content: '+';
    float: right;
    color: rgba(43,43,43,.5);
    transition: transform .2s ease;
  }
  .tcn-cart__gift[open] summary::after { content: '−'; }
  .tcn-cart__gift-label {
    display: block;
    margin: 12px 0 6px;
    font-size: 0.78rem;
    color: rgba(43,43,43,.6);
  }
  .tcn-cart__gift-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(43,43,43,.15);
    border-radius: 0;
    background: #fff;
    font-size: 0.9rem;
    font-family: inherit;
    color: #2b2b2b;
    resize: vertical;
  }
  .tcn-cart__gift-input:focus {
    outline: none;
    border-color: #2b2b2b;
  }

  /* ---------------- Summary (right column) ---------------- */
  .tcn-cart__summary { position: sticky; top: 120px; }
  @media (max-width: 991px) { .tcn-cart__summary { position: static; } }

  .page-cart .content-cart-page .cart_totals.tcn-cart__summary .cart-check.tcn-cart__summary-inner {
    background: #f7f4ef;
    border: 1px solid rgba(43,43,43,.08);
    padding: 28px 28px 24px;
    margin: 0;
    overflow: visible;
    border-radius: 2px;
  }
  .tcn-cart .tcn-cart__summary-title.cart-title {
    margin: 0 0 18px;
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #2b2b2b;
    letter-spacing: 0.005em;
    text-transform: none;
  }
  .tcn-cart .tcn-cart__totals { width: 100%; border-collapse: collapse; }
  .tcn-cart .tcn-cart__totals tr { border: none; }
  .tcn-cart .tcn-cart__totals .cart-label,
  .tcn-cart .tcn-cart__totals .cart-amount {
    padding: 8px 0;
    border: none;
    font-weight: 400;
    font-size: 0.92rem;
    color: #2b2b2b;
  }
  .tcn-cart .tcn-cart__totals .cart-label { text-align: left; color: rgba(43,43,43,.7); }
  .tcn-cart .tcn-cart__totals .cart-amount { text-align: right; }
  .tcn-cart .tcn-cart__totals-muted { color: rgba(43,43,43,.55); font-size: 0.85rem; }
  .tcn-cart .tcn-cart__totals-grand .cart-label,
  .tcn-cart .tcn-cart__totals-grand .cart-amount {
    padding-top: 14px;
    margin-top: 6px;
    border-top: 1px solid rgba(43,43,43,.12);
    font-size: 1.05rem;
    color: #1F1F1F;
  }
  .tcn-cart .tcn-cart__totals-grand .cart-amount .amount { font-weight: 500; }
  .tcn-cart__totals-note {
    margin: 8px 0 0;
    font-size: 0.74rem;
    color: rgba(43,43,43,.55);
    letter-spacing: 0.01em;
  }

  /* Promo */
  .tcn-cart__promo {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(43,43,43,.10);
  }
  .tcn-cart__promo-toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.82rem;
    color: #2b2b2b;
    cursor: pointer;
    letter-spacing: 0.02em;
    text-decoration: none;
    border-bottom: 1px solid rgba(43,43,43,.35);
    transition: border-color .2s ease;
  }
  .tcn-cart__promo-toggle:hover { border-color: #2b2b2b; }
  .tcn-cart__promo-fields {
    display: flex;
    gap: 8px;
    margin-top: 12px;
  }
  .tcn-cart__promo-input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(43,43,43,.18);
    background: #fff;
    color: #2b2b2b;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 0;
  }
  .tcn-cart__promo-input:focus { outline: none; border-color: #2b2b2b; }
  .tcn-cart__promo-apply {
    padding: 10px 16px;
    background: #2b2b2b;
    color: #fff;
    border: 1px solid #2b2b2b;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    transition: background-color .2s ease;
  }
  .tcn-cart__promo-apply:hover { background: #1F1F1F; }
  .tcn-cart__promo-help {
    margin: 8px 0 0;
    font-size: 0.78rem;
    color: rgba(43,43,43,.7);
  }

  /* Reassurance */
  .tcn-cart .cart-reassurance.tcn-cart__reassurance {
    margin: 22px 0 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(43,43,43,.10);
  }
  .tcn-cart .cart-reassurance-text {
    margin: 0 0 10px;
    font-size: 0.82rem;
    color: rgba(43,43,43,.7);
    line-height: 1.6;
  }
  .tcn-cart .cart-info-link {
    color: #2b2b2b;
    text-decoration: none;
    border-bottom: 1px solid rgba(43,43,43,.35);
    font-size: 0.82rem;
    transition: border-color .2s ease;
  }
  .tcn-cart .cart-info-link:hover { border-bottom-color: #2b2b2b; }

  /* Checkout CTA */
  .page-cart .checkout-button.tcn-cart__checkout-btn,
  .page-cart .content-cart-page .cart_totals .cart-check .checkout-button.tcn-cart__checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 14px 22px;
    background: #1F1F1F;
    color: #fff !important;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid #1F1F1F;
    border-radius: 0;
    margin-bottom: 18px;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
  }
  .page-cart .checkout-button.tcn-cart__checkout-btn:hover,
  .page-cart .content-cart-page .cart_totals .cart-check .checkout-button.tcn-cart__checkout-btn:hover {
    background: #fff;
    color: #1F1F1F !important;
    border-color: #1F1F1F;
  }

  /* Trust list */
  .tcn-cart__trust {
    list-style: none;
    margin: 12px 0 18px;
    padding: 0;
    display: grid;
    gap: 8px;
  }
  .tcn-cart__trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: rgba(43,43,43,.7);
    letter-spacing: 0.01em;
  }
  .tcn-cart__trust svg { color: #2b2b2b; flex-shrink: 0; }

  /* Payments + continue */
  .tcn-cart .cart-secure-payment.tcn-cart__payments {
    margin: 0 0 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(43,43,43,.10);
    text-align: center;
  }
  .tcn-cart .cart-payment-title {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(43,43,43,.65);
    margin: 0 0 10px;
  }
  .tcn-cart .cart-payment-icons {
    display: flex; justify-content: center; align-items: center;
    gap: 8px; margin: 0; flex-wrap: wrap;
  }
  .tcn-cart .cart-payment-icons .payment-icon {
    width: 38px; height: 24px;
    opacity: .7;
    transition: opacity .2s ease;
  }
  .tcn-cart .cart-payment-icons .payment-icon:hover { opacity: 1; }

  .page-cart .content-cart-page .cart_totals .continue-shopping-1.tcn-cart__continue { text-align: center; margin: 4px 0 0; }
  .page-cart .content-cart-page .cart_totals .continue-shopping-1.tcn-cart__continue a,
  .page-cart .content-cart-page .cart_totals .continue-shopping-1.tcn-cart__continue .continue-shopping-link.tcn-cart__continue-link {
    display: inline-block;
    padding: 0;
    background: none;
    color: #2b2b2b !important;
    border: none;
    border-radius: 0;
    min-height: 0;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    transition: color .2s ease, opacity .2s ease;
  }
  .page-cart .content-cart-page .cart_totals .continue-shopping-1.tcn-cart__continue a:hover,
  .page-cart .content-cart-page .cart_totals .continue-shopping-1.tcn-cart__continue .continue-shopping-link.tcn-cart__continue-link:hover,
  .page-cart .content-cart-page .cart_totals .continue-shopping-1.tcn-cart__continue a:focus,
  .page-cart .content-cart-page .cart_totals .continue-shopping-1.tcn-cart__continue .continue-shopping-link.tcn-cart__continue-link:focus {
    color: #1F1F1F !important;
    background: none;
    border: none;
    text-decoration: none !important;
    opacity: 0.75;
  }

  /* ---------------- Last-minute additions ---------------- */
  .tcn-cart__last-minute {
    margin: 60px 0 0;
    padding-top: 40px;
    border-top: 1px solid rgba(43,43,43,.10);
  }
  .tcn-cart__last-minute-header { text-align: left; margin: 0 0 24px; }
  .tcn-cart__last-minute-title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    line-height: 1.2;
    color: #2b2b2b;
    margin: 0 0 6px;
  }
  .tcn-cart__last-minute-sub {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(43,43,43,.65);
    max-width: 60ch;
  }
  .tcn-cart__last-minute-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
  @media (max-width: 991px) { .tcn-cart__last-minute-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 720px)  { .tcn-cart__last-minute-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } }

  .tcn-cart__lm-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .tcn-cart__lm-media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f1ec;
  }
  .tcn-cart__lm-media img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
  }
  .tcn-cart__lm-card:hover .tcn-cart__lm-media img { transform: scale(1.03); }
  .tcn-cart__lm-body { display: flex; flex-direction: column; gap: 4px; }
  .tcn-cart__lm-studio {
    margin: 0;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(43,43,43,.55);
  }
  .tcn-cart__lm-title {
    color: #1F1F1F;
    text-decoration: none;
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 1.05rem;
    line-height: 1.25;
    transition: color .2s ease;
  }
  .tcn-cart__lm-title:hover { color: #3A3A38; }
  .tcn-cart__lm-price {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(43,43,43,.7);
  }
  .tcn-cart__lm-add {
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    color: #2b2b2b;
    border: 1px solid rgba(43,43,43,.25);
    border-radius: 0;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }
  .tcn-cart__lm-add:hover {
    background: #2b2b2b;
    color: #fff;
    border-color: #2b2b2b;
  }
  .tcn-cart__lm-add[disabled] { opacity: .6; cursor: progress; }
  .tcn-cart__lm-add-spinner {
    width: 12px; height: 12px;
    border: 1.5px solid rgba(255,255,255,.4);
    border-top-color: #fff;
    border-radius: 50%;
    display: none;
    animation: tcn-cart-spin .8s linear infinite;
  }
  .tcn-cart__lm-add.is-loading .tcn-cart__lm-add-spinner { display: inline-block; }
  .tcn-cart__lm-add.is-added { background: #2b2b2b; color: #fff; border-color: #2b2b2b; }
  @keyframes tcn-cart-spin { to { transform: rotate(360deg); } }

  /* ---------------- Empty state ---------------- */
  .tcn-cart__empty {
    text-align: center;
    padding: 80px 20px 100px;
    max-width: 560px;
    margin: 0 auto;
  }
  .tcn-cart__empty .tcn-cart__eyebrow { display: inline-block; }
  .cart-empty-title.tcn-cart__empty-title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(1.8rem, 3.2vw, 2.4rem);
    color: #2b2b2b;
    margin: 8px 0 16px;
    line-height: 1.15;
  }
  .cart-empty-message.tcn-cart__empty-message,
  .cart-empty-message.tcn-cart__empty-message p {
    font-size: 0.95rem;
    color: rgba(43,43,43,.7);
    line-height: 1.65;
    margin: 0 0 28px;
  }
  .cart-empty-message.tcn-cart__empty-message a {
    color: #1F1F1F;
    text-decoration: none;
    border-bottom: 1px solid rgba(43,43,43,.35);
    transition: border-color .2s ease;
  }
  .cart-empty-message.tcn-cart__empty-message a:hover { border-bottom-color: #1F1F1F; }
  .tcn-cart__empty-actions {
    display: inline-flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
  .page-cart .cart-empty-button.tcn-cart__empty-cta,
  .tcn-cart .tcn-cart__empty .cart-empty-button.tcn-cart__empty-cta {
    display: inline-block;
    padding: 14px 28px;
    background: #1F1F1F !important;
    color: #ffffff !important;
    border: 1px solid #1F1F1F;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    min-height: 44px;
    border-radius: 0;
  }
  .page-cart .cart-empty-button.tcn-cart__empty-cta:hover,
  .tcn-cart .tcn-cart__empty .cart-empty-button.tcn-cart__empty-cta:hover {
    background: #2b2b2b !important;
    color: #ffffff !important;
    border-color: #2b2b2b;
  }
  .tcn-cart__empty-link {
    color: #2b2b2b;
    text-decoration: none;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgba(43,43,43,.35);
    transition: border-color .2s ease;
  }
  .tcn-cart__empty-link:hover { border-bottom-color: #1F1F1F; }

  /* Page title fallback for non-tcn classes (legacy theme rules) */
  .page-cart .content-cart-page h1,
  .page-cart .content-cart-page .cart-page-title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    color: #2b2b2b;
    text-transform: none;
    padding-top: 0;
  }

  /* ---------------- Mobile (≤767px) ---------------- */
  @media (max-width: 767px) {
    .page-cart { padding: 30px 0; }
    .page-cart .content-cart-page { padding: 0 18px; }

    .tcn-cart__nudge { padding: 12px 14px 10px; }

    /* Stack items as cards */
    .tcn-cart .shop_table { margin-bottom: 24px; }
    .tcn-cart .shop_table tbody { display: block; }
    .tcn-cart .shop_table .cart_item {
      display: grid;
      grid-template-columns: 96px 1fr;
      grid-template-areas:
        "media body"
        "media meta"
        "qty   total";
      column-gap: 16px;
      row-gap: 10px;
      padding: 22px 56px 22px 0; /* room for the absolute remove btn */
      border-bottom: 1px solid rgba(43,43,43,.10);
      position: relative;
    }
    .tcn-cart .shop_table .cart_item td {
      padding: 0;
      width: auto !important;
      border: none;
    }
    .tcn-cart .product-thumbnail { grid-area: media; padding-right: 0 !important; width: auto; }
    .tcn-cart .tcn-cart__media img,
    .tcn-cart .cart-item-original .tcn-cart__media img { width: 96px; height: 96px; }

    .tcn-cart .product-name-thumb { grid-area: body; padding-right: 0 !important; }
    .tcn-cart .product-price {
      grid-area: meta;
      display: flex; justify-content: flex-start; align-items: center;
      padding-right: 0 !important; text-align: left;
    }
    .tcn-cart .product-price .amount {
      font-size: 1.05rem;
      color: rgba(43,43,43,.78);
      font-weight: 500;
    }
    .tcn-cart .product-quantity {
      grid-area: qty;
      display: flex; align-items: center; justify-content: flex-start;
      padding-right: 0 !important;
    }
    .tcn-cart .product-subtotal {
      grid-area: total;
      display: flex; justify-content: flex-end; align-items: center;
      padding-right: 0 !important; text-align: right;
    }
    .tcn-cart .product-subtotal,
    .tcn-cart .product-subtotal .amount,
    .page-cart .content-pages .tcn-cart .product-subtotal span,
    .page-cart .content-pages .tcn-cart .product-price span {
      font-size: 1.5em;
      color: #1F1F1F;
      font-weight: 600;
    }
    /* Summary totals — bigger on mobile too */
    .tcn-cart .tcn-cart__totals .cart-label,
    .tcn-cart .tcn-cart__totals .cart-amount { font-size: 1rem; padding: 9px 0; }
    .tcn-cart .tcn-cart__totals-grand .cart-label { font-size: 1.05rem; }
    .tcn-cart .tcn-cart__totals-grand .cart-amount,
    .tcn-cart .tcn-cart__totals-grand .cart-amount .amount {
      font-size: 1.5em;
      font-weight: 600;
      color: #1F1F1F;
    }
    .tcn-cart .product-remove {
      top: 14px;
      right: 0;
      width: 44px;
    }
    .tcn-cart .tcn-cart__remove {
      width: 44px; height: 44px;
    }
    .tcn-cart .tcn-cart__remove svg { width: 24px; height: 24px; }

    .tcn-cart__layout { gap: 24px; }
    .page-cart .content-cart-page .cart_totals.tcn-cart__summary .cart-check.tcn-cart__summary-inner {
      padding: 22px 20px 20px;
    }
    .tcn-cart__last-minute { margin-top: 40px; padding-top: 28px; }

    .tcn-cart__update-btn,
    .page-cart .cart-update .button.tcn-cart__update-btn { width: 100%; }
  }

  /* Drawer interactions kept from original */
  body.cart-drawer-open .page-cart { position: relative; z-index: 1; }
  body.cart-drawer-open .cart-check,
  body.cart-drawer-open .cart_totals { z-index: 1; }

  /* Win over the legacy engo rule at <576px (which sets 12px on these spans).
     Note: .tcn-cart is on the same element as .page-cart, so we chain them
     and also fully-qualify under .content-pages to beat any later rules. */
  @media (max-width: 575.98px) {
    .page-cart.tcn-cart .content-pages .product-price span,
    .page-cart.tcn-cart .content-pages .product-subtotal span,
    .page-cart.tcn-cart .content-pages .product-price .amount,
    .page-cart.tcn-cart .content-pages .product-subtotal .amount,
    .tcn-cart .product-price span,
    .tcn-cart .product-subtotal span,
    .tcn-cart .product-price .amount,
    .tcn-cart .product-subtotal .amount {
      font-size: 1.5em !important;
      float: none !important;
    }
  }
/* END_SECTION:page-cart */

/* START_SECTION:privacy-policy (INDEX:38) */
/* Hero banner — typography for titles in banner only (card styles: assets/custom-styles.css + body.tcn-policy-privacy) */
.banner_about {
  background-size: cover;
  background-position: center;
}

.title-page h2 {
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.bread-crumb a,
.bread-crumb strong {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.bread-crumb i {
  padding: 0 5px;
}
/* END_SECTION:privacy-policy */

/* START_SECTION:refund-policy (INDEX:41) */
/* Custom styles for the Refund Policy section - matching site style */
.refund-policy-section {
  padding-top: 0;
}

.banner_about {
  background-size: cover;
  background-position: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative;
}

.banner_about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.banner_about .container {
  position: relative;
  z-index: 2;
}

.title-page h2 {
  color: white !important;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.bread-crumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bread-crumb a, 
.bread-crumb strong {
  color: white !important;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s ease;
}

.bread-crumb a:hover {
  opacity: 0.8;
}

.bread-crumb i {
  padding: 0 5px;
  color: white !important;
  opacity: 0.7;
}

.refund-policy-content {
  background-color: transparent;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.refund-policy-content h1 {
  font-size: 2rem;
  color: white !important;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.refund-policy-content h2,
.refund-policy-content h3 {
  font-size: 1.5rem !important;
  color: white !important;
  margin-top: 30px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.refund-policy-content h3 {
  font-size: 1.3rem !important;
  color: white !important;
  margin-top: 24px;
  margin-bottom: 10px;
}

.refund-policy-content p {
  color: #6B6B6B;
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 1rem;
}

.refund-policy-content p:first-of-type {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.refund-policy-content a {
  color: #3A3A38;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}

.refund-policy-content a:hover {
  color: #1F1F1F;
  text-decoration-color: #3A3A38;
}

.refund-policy-content ul,
.refund-policy-content ol {
  color: #6B6B6B;
  line-height: 1.7;
  margin-bottom: 16px;
  margin-top: 8px;
  padding-left: 24px;
}

.refund-policy-content li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.6;
}

.refund-policy-content strong {
  color: #1F1F1F;
  font-weight: 600;
}

.refund-policy-content em {
  color: #6B6B6B;
  font-style: italic;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .title-page h2 {
    font-size: 2rem;
  }
  
  .refund-policy-content {
    padding: 30px 15px;
  }
  
  .refund-policy-content h1 {
    font-size: 1.75rem;
    color: white !important;
  }
  
  .refund-policy-content h2,
  .refund-policy-content h3 {
    font-size: 1.3rem !important;
    color: white !important;
  }
  
  .refund-policy-content p {
    font-size: 0.95rem;
  }
}
/* END_SECTION:refund-policy */

/* START_SECTION:section-banner-v12 (INDEX:47) */
.section-banner-v12__video-wrap {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: #000;
  }

  .section-banner-v12__video {
    width: 100%;
    height: auto;
    min-height: min(56.25vw, 85vh);
    max-height: 90vh;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 767.98px) {
    .section-banner-v12__video {
      min-height: 220px;
      max-height: 70vh;
    }
  }
/* END_SECTION:section-banner-v12 */

/* START_SECTION:section-info-v1 (INDEX:49) */
<style>
.title_heading {
  color: #2c2c2c;
  font-family: Roboto, sans-serif;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  font-size: 45px;
}
.title_heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px; 
  height: 2px;
  background: #e12c43; 
}

.section-info-v1 .content_info {
  color: #2c2c2c;
  font-size: 1em;
}

.section-info-v1 .content_info--second {
  margin-top: 1em;
}

@media (min-width: 992px) {
  .section-info-v1 .content_info {
    width: 100%;
    max-width: 100%;
  }
}

</style>
/* END_SECTION:section-info-v1 */

/* START_SECTION:shipping-policy (INDEX:56) */
/* Custom styles for the Shipping Policy section */
.banner_about {
  background-size: cover;
  background-position: center;
}

.title-page h2 {
  color: white; /* Ensures the title stands out against the background */
}

.bread-crumb a, .bread-crumb strong {
  color: white; /* Ensures breadcrumb links are visible */
  text-decoration: none;
}

.bread-crumb i {
  padding: 0 5px; /* Proper spacing for the breadcrumb icon */
}

.shipping-policy-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,0)!important; /* Slightly deeper shadow for better separation */
}
  
.h3, h3 {
    font-size: 1.4rem!important;
  }
  
.shipping-policy-content a {
  color: #00000; /* Bootstrap primary link color, adjust as necessary */
  text-decoration: underline; /* Ensure links are underlined */
}

.shipping-policy-content a:hover {
  text-decoration: none; /* Optional: removes underline on hover for a dynamic effect */
}
/* END_SECTION:shipping-policy */