/** Shopify CDN: Minification failed

Line 1248:9 Expected identifier but found whitespace
Line 1248:11 Unexpected "{"
Line 1248:20 Expected ":"
Line 1248:48 Expected ":"
Line 1252:12 Expected identifier but found whitespace
Line 1252:14 Unexpected "{"
Line 1252:23 Expected ":"
Line 1252:53 Expected ":"
Line 1359:10 Expected identifier but found whitespace
Line 1359:12 Unexpected "{"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:about-us (INDEX:1) */
.about-us-page {
    --brand-color: var(--color-foreground, #147a90);
    --text-color: #333;
    --text-muted: #666;
    --bg-light: #f8f9fa;
    --spacing-unit: 30px;
  }

  /* Header Styles */
  .about-us__header {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .about-us__header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .about-us__header-image--placeholder {
    background: linear-gradient(135deg, var(--brand-color) 0%, #0d5a6b 100%);
  }

  .about-us__header-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-us__header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 20px;
    color: #fff;
  }

  .about-us__title {
    font-size: 58px;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .about-us__subtitle {
    font-size: 24px;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  /* Content Container */
  .about-us__content {
    padding: 80px 15px;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Row Layout */
  .about-us__row {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
  }

  .about-us__row--spaced {
    margin-bottom: 80px;
  }

  .about-us__dash {
    flex: 0 0 auto;
    width: 100px;
    padding-top: 8px;
  }

  .konte-dash {
    display: block;
  }

  .konte-dash__line {
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--brand-color);
  }

  /* Company Section */
  .about-us__company-content {
    flex: 1;
    max-width: 800px;
  }

  .about-us__section-title {
    font-size: 38px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 25px;
  }

  .about-us__company-headline {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.6;
    margin: 0 0 20px;
  }

  .about-us__company-description {
    font-size: 19px;
    color: var(--text-muted);
    line-height: 1.8;
  }

  .about-us__company-description p {
    margin: 0 0 15px;
  }

  .about-us__company-registration {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 24px 0 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  /* Mission & Vision */
  .about-us__mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    flex: 1;
  }

  .about-us__item-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 20px;
  }

  .about-us__item-text {
    font-size: 19px;
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0;
  }

  /* Founder Section */
  .about-us__founder {
    margin-bottom: 80px;
  }

  .about-us__founder-wrapper {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
  }

  .about-us__founder-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
  }

  .about-us__founder-image--placeholder {
    background: linear-gradient(135deg, #e8ddd4 0%, #d4c4b5 100%);
  }

  .about-us__founder-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-us__founder-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 40px 0;
  }

  .about-us__founder-box {
    background: #fff;
    padding: 50px;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
  }

  .about-us__founder-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--text-color);
    margin: 20px 0;
  }

  .about-us__founder-text {
    font-size: 19px;
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0 0 25px;
  }

  .about-us__founder-name {
    font-size: 17px;
    font-weight: 600;
    color: var(--brand-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
  }

  /* Achievements Section */
  .about-us__achievements {
    margin-bottom: 80px;
    padding: 60px 0;
  }

  .about-us__achievements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .about-us__achievement-item {
    text-align: left;
    padding: 28px 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
  }

  .about-us__achievement-item:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  }

  .about-us__achievement-icon {
    margin-bottom: 20px;
    color: var(--brand-color);
  }

  .about-us__achievement-icon img,
  .about-us__achievement-icon svg {
    max-width: 52px;
    height: auto;
  }

  .about-us__achievement-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 15px;
  }

  .about-us__achievement-text {
    font-size: 19px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
  }

  /* Partners Section */
  .about-us__partners {
    padding: 40px 0;
    border-top: 1px solid #eee;
  }

  .about-us__partners-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 40px;
  }

  .about-us__partners-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .about-us__partner-item {
    flex: 0 0 auto;
  }

  .about-us__partner-logo {
    max-width: 120px;
    height: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }

  .about-us__partner-logo:hover {
    opacity: 1;
  }

  /* Responsive Styles */
  @media (max-width: 991px) {
    .about-us__header {
      min-height: 400px;
    }

    .about-us__title {
      font-size: 44px;
      font-weight: 700;
    }

    .about-us__row {
      flex-direction: column;
      gap: 20px;
    }

    .about-us__dash {
      display: none;
    }

    .about-us__mission-vision-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .about-us__founder-wrapper {
      flex-direction: column;
      min-height: auto;
    }

    .about-us__founder-image {
      position: relative;
      width: 100%;
      height: 300px;
    }

    .about-us__founder-content {
      justify-content: center;
    }

    .about-us__founder-box {
      max-width: 100%;
      margin-top: -40px;
      margin-left: 20px;
      margin-right: 20px;
    }

    .about-us__achievements-grid {
      grid-template-columns: 1fr;
      gap: 50px;
    }
  }

  @media (max-width: 767px) {
    .about-us__header {
      min-height: 350px;
    }

    .about-us__title {
      font-size: 34px;
      font-weight: 700;
    }

    .about-us__subtitle {
      font-size: 20px;
      font-weight: 600;
    }

    .about-us__content {
      padding: 50px 15px;
    }

    .about-us__section-title {
      font-size: 30px;
    }

    .about-us__founder-box {
      padding: 30px;
    }

    .about-us__partners-grid {
      justify-content: center;
    }
  }

  .hidden-mobile {
    display: block;
  }

  @media (max-width: 991px) {
    .hidden-mobile {
      display: none;
    }
  }
/* END_SECTION:about-us */

/* START_SECTION:collections (INDEX:6) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:contact-us (INDEX:7) */
.contact-us-page {
    --brand-color: var(--color-foreground, #147a90);
    --text-color: #333;
    --text-muted: #666;
    --bg-light: #f8f9fa;
    --spacing-unit: 30px;
  }

  /* Header Styles */
  .contact-us__header {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .contact-us__header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .contact-us__header-image--placeholder {
    background: linear-gradient(135deg, var(--brand-color) 0%, #0d5a6b 100%);
  }

  .contact-us__header-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .contact-us__header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 20px;
    color: #fff;
  }

  .contact-us__title {
    font-size: 58px;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .contact-us__subtitle {
    font-size: 24px;
    font-weight: 600;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  /* Content Container */
  .contact-us__content {
    padding: 80px 15px;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Row Layout */
  .contact-us__row {
    display: flex;
    gap: 40px;
  }

  .contact-us__dash {
    flex: 0 0 auto;
    width: 100px;
    padding-top: 8px;
  }

  .konte-dash {
    display: block;
  }

  .konte-dash__line {
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--brand-color);
  }

  .contact-us__main {
    flex: 1;
    max-width: 800px;
  }

  /* Info Section */
  .contact-us__info-section {
    margin-bottom: 60px;
  }

  .contact-us__section-title {
    font-size: 36px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 40px;
  }

  .contact-us__info-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .contact-us__info-row {
    display: flex;
    gap: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }

  .contact-us__info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .contact-us__info-label {
    flex: 0 0 180px;
  }

  .contact-us__info-heading {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-color);
    margin: 0;
  }

  .contact-us__info-content {
    flex: 1;
  }

  .contact-us__info-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .contact-us__info-list li {
    display: flex;
    margin-bottom: 10px;
  }

  .contact-us__info-list li:last-child {
    margin-bottom: 0;
  }

  .contact-us__info-list .info-name {
    flex: 0 0 80px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
  }

  .contact-us__info-list .info-value {
    flex: 1;
    font-size: 17px;
    color: var(--text-muted);
  }

  .contact-us__info-list .info-value a {
    color: var(--brand-color);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .contact-us__info-list .info-value a:hover {
    opacity: 0.8;
  }

  .contact-us__hours-text {
    font-size: 17px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.8;
    white-space: pre-line;
  }

  /* Social Links */
  .contact-us__social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .contact-us__social-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    text-decoration: none;
    padding: 10px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 16px;
  }

  .contact-us__social-link:hover {
    border-color: var(--brand-color);
    color: var(--brand-color);
    background-color: rgba(20, 122, 144, 0.05);
  }

  .contact-us__social-link svg {
    width: 20px;
    height: 20px;
  }

  /* Form Section */
  .contact-us__form-section {
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .contact-us__form-subtitle {
    color: var(--text-muted);
    font-size: 17px;
    margin: -20px 0 30px;
    line-height: 1.6;
  }

  .contact-us__form {
    margin-top: 30px;
  }

  .contact-us__form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
  }

  .contact-us__form-field {
    margin-bottom: 25px;
  }

  .contact-us__form-field--half {
    flex: 1;
    margin-bottom: 0;
  }

  .contact-us__form-label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 10px;
  }

  .contact-us__form-input,
  .contact-us__form-textarea {
    width: 100%;
    padding: 14px 18px;
    font-size: 17px;
    font-family: inherit;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .contact-us__form-input:focus,
  .contact-us__form-textarea:focus {
    outline: none;
    border-color: var(--brand-color);
    box-shadow: 0 0 0 3px rgba(20, 122, 144, 0.1);
  }

  .contact-us__form-textarea {
    resize: vertical;
    min-height: 150px;
  }

  .contact-us__form-submit {
    margin-top: 30px;
  }

  .contact-us__form-button {
    display: inline-block;
    padding: 16px 44px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: var(--brand-color);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .contact-us__form-button:hover {
    background-color: #0d5a6b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 122, 144, 0.3);
  }

  .contact-us__form-button:active {
    transform: translateY(0);
  }

  /* Form Messages */
  .contact-us__form-success {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    color: #155724;
    margin-bottom: 25px;
  }

  .contact-us__form-success svg {
    flex-shrink: 0;
  }

  .contact-us__form-success p {
    margin: 0;
  }

  .contact-us__form-error {
    padding: 16px 20px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
    margin-bottom: 25px;
  }

  .contact-us__form-error p {
    margin: 0 0 10px;
  }

  .contact-us__form-error ul {
    margin: 0;
    padding-left: 20px;
  }

  /* Additional Info Section */
  .contact-us__additional {
    padding: 44px;
    background-color: var(--bg-light);
    border-radius: 12px;
  }

  .contact-us__additional-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 15px;
  }

  .contact-us__additional-text {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.8;
  }

  .contact-us__additional-text p {
    margin: 0 0 15px;
  }

  .contact-us__additional-text p:last-child {
    margin-bottom: 0;
  }

  /* Responsive Styles */
  @media (max-width: 991px) {
    .contact-us__header {
      min-height: 350px;
    }

    .contact-us__title {
      font-size: 44px;
      font-weight: 700;
    }

    .contact-us__row {
      flex-direction: column;
      gap: 20px;
    }

    .contact-us__dash {
      display: none;
    }

    .contact-us__info-row {
      flex-direction: column;
      gap: 15px;
    }

    .contact-us__info-label {
      flex: none;
    }
  }

  @media (max-width: 767px) {
    .contact-us__header {
      min-height: 300px;
    }

    .contact-us__title {
      font-size: 34px;
      font-weight: 700;
    }

    .contact-us__subtitle {
      font-size: 20px;
      font-weight: 600;
    }

    .contact-us__content {
      padding: 50px 15px;
    }

    .contact-us__section-title {
      font-size: 28px;
    }

    .contact-us__form-row {
      flex-direction: column;
      gap: 0;
    }

    .contact-us__form-field--half {
      margin-bottom: 25px;
    }

    .contact-us__info-list li {
      flex-direction: column;
      gap: 4px;
    }

    .contact-us__info-list .info-name {
      flex: none;
    }

    .contact-us__social-links {
      flex-direction: column;
    }

    .contact-us__social-link {
      justify-content: center;
    }

    .contact-us__additional {
      padding: 25px;
    }
  }

  .hidden-mobile {
    display: block;
  }

  @media (max-width: 991px) {
    .hidden-mobile {
      display: none;
    }
  }
/* END_SECTION:contact-us */

/* START_SECTION:custom-section (INDEX:8) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:faq (INDEX:9) */
.faq-page {
    --faq-brand: var(--color-foreground, #147a90);
    --faq-text: #333;
    --faq-text-muted: #666;
    --faq-border: #e5e5e5;
    --faq-bg: #f8f9fa;
  }

  .faq__header {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .faq__header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .faq__header-image--placeholder {
    background: linear-gradient(135deg, var(--faq-brand) 0%, #0d5a6b 100%);
  }

  .faq__header-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .faq__header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 20px;
    color: #fff;
  }

  .faq__title {
    font-size: 58px;
    font-weight: 700;
    margin: 0 0 16px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .faq__subtitle {
    font-size: 24px;
    font-weight: 600;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .faq__content {
    padding: 60px 15px 80px;
    max-width: 800px;
    margin: 0 auto;
  }

  .faq__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--faq-border);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  .faq__item {
    border-bottom: 1px solid var(--faq-border);
  }

  .faq__item:last-child {
    border-bottom: none;
  }

  .faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: var(--faq-text);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
  }

  .faq__question:hover {
    background: var(--faq-bg);
    color: var(--faq-brand);
  }

  .faq__question-text {
    flex: 1;
  }

  .faq__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--faq-brand);
    transition: transform 0.25s ease;
  }

  .faq__item--open .faq__icon {
    transform: rotate(180deg);
  }

  .faq__answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .faq__item--open .faq__answer-wrapper {
    max-height: 1200px;
  }

  .faq__answer {
    padding: 0 24px 20px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--faq-text-muted);
  }

  .faq__answer p:first-child {
    margin-top: 0;
  }

  .faq__answer p:last-child {
    margin-bottom: 0;
  }

  .faq__empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--faq-text-muted);
  }

  @media (max-width: 767px) {
    .faq__header {
      min-height: 240px;
    }

    .faq__title {
      font-size: 34px;
      font-weight: 700;
    }

    .faq__subtitle {
      font-size: 20px;
      font-weight: 600;
    }

    .faq__content {
      padding: 40px 15px 60px;
    }

    .faq__question {
      padding: 16px 18px;
      font-size: 16px;
    }

    .faq__answer {
      padding: 0 18px 16px;
      font-size: 15px;
    }
  }
/* END_SECTION:faq */

/* START_SECTION:hello-world (INDEX:12) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:hero-slider (INDEX:13) */
.store-name-banner {
		text-align: center;
		padding: 20px 0;
		background-color: rgba(255, 255, 255, 0.95);
		margin-bottom: 0;
	}
	
	.store-name-banner h1 {
		font-size: 2rem;
		font-weight: 600;
		margin: 0;
		color: #02a0bb;
	}
	
	.slick-slider {
		color: #02a0bb;
	}
	
	.konte-slider {
		height: {{ section.settings.slider_height }}px;
	}
	
	.konte-sliders__title {
		font-size: {{ section.settings.title_font_size }}px;
		font-weight: 500;
		color: #ffffff;
	}
	
	.konte-sliders__subtitle {
		font-size: 12px;
		font-weight: 600;
		color: #ffffff;
	}
	
	.konte-sliders__content .konte-button {
		color: #ffffff;
		border-color: #ffffff;
		transition: all 0.3s ease;
	}
	
	.konte-sliders__content .hero-slider-button.button-filled {
		border-width: 2px;
		border-style: solid;
	}
	
	.konte-sliders__content .hero-slider-button.button-outline {
		background-color: transparent !important;
		border-width: 2px;
		border-style: solid;
	}
	
	.konte-sliders__content .hero-slider-button:hover {
		opacity: 0.9;
		transform: translateY(-2px);
	}
	
	.konte-slider {
		position: relative;
		overflow: hidden;
	}
	
	.konte-sliders__bg--video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: 0;
	}
	
	.konte-sliders__video-embed {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		transform: translate(-50%, -50%);
		pointer-events: none;
	}
	
	@media (min-aspect-ratio: 16/9) {
		.konte-sliders__video-embed {
			width: 177.78vh;
			height: 100vh;
		}
	}
	
	@media (max-aspect-ratio: 16/9) {
		.konte-sliders__video-embed {
			width: 100vw;
			height: 56.25vw;
		}
	}
	
	.konte-sliders__video {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
		background: #000;
		will-change: auto;
	}
	
	.konte-sliders__video[autoplay] {
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	
	.konte-sliders__bg-fallback {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
	}
	
	@media (max-width: 991px) {
		.konte-slider {
			height: {{ section.settings.slider_height_mobile }}px;
		}
		
		.store-name-banner h1 {
			font-size: 1.5rem;
		}
	}
	
	@media (max-width: 414px) {
		.store-name-banner {
			padding: 15px 0;
		}
		
		.store-name-banner h1 {
			font-size: 1.25rem;
		}
	}
/* END_SECTION:hero-slider */

/* START_SECTION:order-tracking (INDEX:15) */
.order-tracking-page .entry-title {
    font-size: 2.5rem;
  }
  .order-tracking-page .entry-content {
    font-size: 1.125rem;
  }
  .order-tracking-page .entry-content p {
    font-size: 1.125rem;
  }
  .order-tracking-page .entry-content label {
    font-size: 1rem;
  }
  .order-tracking-page .entry-content .input-text {
    font-size: 1.125rem;
  }
  .order-tracking-page .entry-content h3 {
    font-size: 1.5rem;
  }
  .order-tracking-page .order-tracking-results p {
    font-size: 1.125rem;
  }
  @media (max-width: 768px) {
    .order-tracking-page .entry-title {
      font-size: 2rem;
    }
  }
/* END_SECTION:order-tracking */

/* START_SECTION:our-story (INDEX:16) */
.our-story-page {
    --brand-color: var(--color-foreground, #147a90);
    --text-color: #333;
    --text-muted: #666;
    --bg-light: #f8f9fa;
    --spacing-unit: 30px;
  }

  /* Header Styles */
  .our-story__header {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .our-story__header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .our-story__header-image--placeholder {
    background: linear-gradient(135deg, var(--brand-color) 0%, #0d5a6b 100%);
  }

  .our-story__header-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .our-story__header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 20px;
    color: #fff;
  }

  .our-story__title {
    font-size: 58px;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .our-story__subtitle {
    font-size: 24px;
    font-weight: 600;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  /* Content Container */
  .our-story__content {
    padding: 80px 15px;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Founders Section */
  .our-story__founders-section {
    margin-bottom: 80px;
  }

  .our-story__founders-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .our-story__founders-card {
    position: relative;
    background: linear-gradient(135deg, #e8d5f0 0%, #d4e5f7 50%, #f0e6d3 100%);
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
  }

  .our-story__founders-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
  }

  .our-story__founders-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .our-story__founders-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .our-story__founders-badge svg {
    width: 16px;
    height: 16px;
  }

  .our-story__founders-photos {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .our-story__founder-item {
    text-align: center;
  }

  .our-story__founder-photo {
    width: 180px;
    height: 220px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  }

  .our-story__founder-photo--1 {
    background: linear-gradient(135deg, #00d4ff 0%, #00b4d8 100%);
  }

  .our-story__founder-photo--2 {
    background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
  }

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

  .our-story__founder-placeholder {
    width: 100%;
    height: 100%;
  }

  .our-story__founder-name {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  /* Journey Content */
  .our-story__journey-content {
    padding-left: 20px;
  }

  .our-story__journey-title {
    font-size: 38px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 25px;
    line-height: 1.2;
  }

  .our-story__journey-text {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .our-story__journey-text p {
    margin: 0 0 15px;
  }

  .our-story__journey-text p:last-child {
    margin-bottom: 0;
  }

  /* Stats */
  .our-story__stats {
    display: flex;
    gap: 60px;
  }

  .our-story__stat-item {
    text-align: left;
  }

  .our-story__stat-value {
    font-size: 34px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0 0 5px;
  }

  .our-story__stat-label {
    font-size: 16px;
    color: var(--text-muted);
    text-transform: capitalize;
  }

  /* Row Layout */
  .our-story__row {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
  }

  .our-story__dash {
    flex: 0 0 auto;
    width: 100px;
    padding-top: 8px;
  }

  .konte-dash {
    display: block;
  }

  .konte-dash__line {
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--brand-color);
  }

  /* Section Title */
  .our-story__section-title {
    font-size: 40px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 48px;
    letter-spacing: -0.02em;
  }

  .our-story__section-title--centered {
    text-align: center;
  }

  /* Values Section - What Drives Us */
  .our-story__values {
    margin-bottom: 80px;
    background: var(--bg-light);
    padding: 80px 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-story__values-content {
    flex: 1;
  }

  .our-story__values .our-story__section-title {
    font-size: 42px;
    margin-bottom: 56px;
  }

  .our-story__values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }

  .our-story__value-item {
    text-align: center;
    padding: 40px 28px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .our-story__value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(20, 122, 144, 0.12);
  }

  .our-story__value-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 28px;
    background: #fff;
    border: 2px solid rgba(20, 122, 144, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    color: var(--brand-color);
  }

  .our-story__value-icon svg {
    width: 44px;
    height: 44px;
  }

  .our-story__value-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin: 0 0 16px;
    letter-spacing: -0.01em;
  }

  .our-story__value-text {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0;
  }

  /* Timeline Section */
  .our-story__timeline {
    margin-bottom: 80px;
    padding: 60px 0;
  }

  .our-story__timeline-items {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }

  .our-story__timeline-items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--brand-color), #0d5a6b);
  }

  .our-story__timeline-item {
    position: relative;
    flex: 1;
    padding: 0 20px;
    text-align: center;
  }

  .our-story__timeline-marker {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: var(--brand-color);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(20, 122, 144, 0.3);
  }

  .our-story__timeline-year {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-color);
    background: rgba(20, 122, 144, 0.1);
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 15px;
  }

  .our-story__timeline-heading {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0 0 10px;
  }

  .our-story__timeline-text {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
  }

  /* CTA Section */
  .our-story__cta {
    background: linear-gradient(135deg, #29B6CC 0%, #22a3b8 100%);
    border-radius: 16px;
    padding: 60px;
    text-align: center;
  }

  .our-story__cta-content {
    max-width: 600px;
    margin: 0 auto;
  }

  .our-story__cta-title {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
  }

  .our-story__cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin: 0 0 30px;
  }

  .our-story__cta-button {
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--brand-color);
    background: #fff;
    border: none;
    border-radius: var(--style-border-radius-inputs, 4px);
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .our-story__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  /* Responsive Styles */
  @media (max-width: 991px) {
    .our-story__header {
      min-height: 350px;
    }

    .our-story__title {
      font-size: 44px;
      font-weight: 700;
    }

    .our-story__founders-wrapper {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .our-story__journey-content {
      padding-left: 0;
    }

    .our-story__row {
      flex-direction: column;
      gap: 20px;
    }

    .our-story__dash {
      display: none;
    }

    .our-story__values {
      padding: 60px 0;
    }

    .our-story__values .our-story__section-title {
      font-size: 36px;
      margin-bottom: 44px;
    }

    .our-story__values-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .our-story__value-item {
      padding: 36px 24px;
    }

    .our-story__value-title {
      font-size: 26px;
    }

    .our-story__value-text {
      font-size: 17px;
    }

    .our-story__timeline-items {
      flex-direction: column;
      gap: 40px;
      padding-top: 0;
      padding-left: 30px;
    }

    .our-story__timeline-items::before {
      top: 0;
      bottom: 0;
      left: 8px;
      right: auto;
      width: 2px;
      height: auto;
    }

    .our-story__timeline-item {
      padding: 0 0 0 30px;
      text-align: left;
    }

    .our-story__timeline-marker {
      top: 0;
      left: -22px;
      transform: none;
    }
  }

  @media (max-width: 767px) {
    .our-story__header {
      min-height: 300px;
    }

    .our-story__title {
      font-size: 34px;
      font-weight: 700;
    }

    .our-story__subtitle {
      font-size: 20px;
      font-weight: 600;
    }

    .our-story__content {
      padding: 50px 15px;
    }

    .our-story__founders-card {
      padding: 20px;
    }

    .our-story__founders-photos {
      flex-direction: column;
      align-items: center;
    }

    .our-story__founder-photo {
      width: 140px;
      height: 170px;
    }

    .our-story__journey-title {
      font-size: 28px;
    }

    .our-story__stats {
      flex-direction: column;
      gap: 30px;
    }

    .our-story__section-title {
      font-size: 28px;
    }

    .our-story__values .our-story__section-title {
      font-size: 32px;
      margin-bottom: 36px;
    }

    .our-story__value-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
    }

    .our-story__value-icon svg {
      width: 36px;
      height: 36px;
    }

    .our-story__value-title {
      font-size: 24px;
    }

    .our-story__value-text {
      font-size: 16px;
    }

    .our-story__cta {
      padding: 40px 25px;
    }

    .our-story__cta-title {
      font-size: 24px;
    }
  }

  .hidden-mobile {
    display: block;
  }

  @media (max-width: 991px) {
    .hidden-mobile {
      display: none;
    }
  }
/* END_SECTION:our-story */

/* START_SECTION:privacy-policy (INDEX:19) */
.privacy-policy-page {
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
  }

  .privacy-policy-container {
    background: #fff;
  }

  .privacy-policy-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
  }

  .privacy-policy-header h1 {
    font-size: 2.75rem;
    margin-bottom: 10px;
    color: #333;
  }

  .last-updated {
    color: #666;
    font-size: 1.05rem;
    margin: 0;
  }

  .privacy-policy-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
  }

  .privacy-section {
    margin-bottom: 40px;
  }

  .privacy-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
  }

  .privacy-section:first-of-type h2 {
    border-top: none;
    padding-top: 0;
  }

  .privacy-section h3 {
    font-size: 1.55rem;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #444;
  }

  .privacy-section p {
    margin-bottom: 15px;
    font-size: 1.125rem;
    color: #555;
  }

  .privacy-section ul {
    margin: 15px 0;
    padding-left: 30px;
  }

  .privacy-section li {
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: #555;
  }

  .privacy-section li strong {
    color: #333;
  }

  .privacy-section a {
    color: #03a1bd;
    text-decoration: underline;
  }

  .privacy-section a:hover {
    color: #028a9f;
  }

  .google-data-section {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #03a1bd;
  }

  @media (max-width: 768px) {
    .privacy-policy-page {
      padding: 20px 15px;
    }

    .privacy-policy-header h1 {
      font-size: 2.25rem;
    }

    .privacy-section h2 {
      font-size: 1.65rem;
    }

    .privacy-section h3 {
      font-size: 1.35rem;
    }

    .privacy-policy-content,
    .privacy-section p,
    .privacy-section li {
      font-size: 1.0625rem;
    }

    .google-data-section {
      padding: 20px 15px;
    }
  }
/* END_SECTION:privacy-policy */

/* START_SECTION:return-refund-policy (INDEX:22) */
.return-refund-policy-page {
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
  }

  .return-refund-policy-container {
    background: #fff;
  }

  .return-refund-policy-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
  }

  .return-refund-policy-header h1 {
    font-size: 2.75rem;
    margin-bottom: 10px;
    color: #333;
  }

  .return-refund-policy-page .last-updated {
    color: #666;
    font-size: 1.05rem;
    margin: 0;
  }

  .return-refund-policy-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
  }

  .return-refund-section {
    margin-bottom: 40px;
  }

  .return-refund-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
  }

  .return-refund-section:first-of-type h2 {
    border-top: none;
    padding-top: 0;
  }

  .return-refund-section p {
    margin-bottom: 15px;
    font-size: 1.125rem;
    color: #555;
  }

  .return-refund-section ul,
  .return-refund-section ol {
    margin: 15px 0;
    padding-left: 30px;
  }

  .return-refund-section li {
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: #555;
  }

  .return-refund-section a {
    color: #03a1bd;
    text-decoration: underline;
  }

  .return-refund-section a:hover {
    color: #028a9f;
  }

  .return-refund-policy__cta {
    margin-top: 1.25rem;
  }

  .return-refund-policy__email-link {
    display: inline-block;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .return-refund-policy-page {
      padding: 20px 15px;
    }

    .return-refund-policy-header h1 {
      font-size: 2.25rem;
    }

    .return-refund-section h2 {
      font-size: 1.65rem;
    }

    .return-refund-policy-content,
    .return-refund-section p,
    .return-refund-section li {
      font-size: 1.0625rem;
    }
  }
/* END_SECTION:return-refund-policy */

/* START_SECTION:search (INDEX:23) */
.search-page-content {
		padding: 60px 0;
		text-align: center;
	}
	
	.search-form-wrapper {
		margin: 0 auto 40px;
		max-width: 700px;
		width: 100%;
	}
	
	.search-form {
		width: 100%;
	}
	
	.search-form .search-fields {
		display: flex;
		gap: 12px;
		align-items: stretch;
		width: 100%;
	}
	
	.search-form .search-field {
		flex: 1;
		padding: 16px 20px;
		border: 2px solid #e5e5e5;
		border-radius: 0;
		font-size: 16px;
		line-height: 1.5;
		transition: border-color 0.3s ease;
		width: 100%;
	}
	
	.search-form .search-field:focus {
		outline: none;
		border-color: #333;
	}
	
	.search-form .button {
		padding: 16px 40px;
		white-space: nowrap;
		background-color: #333;
		color: #fff;
		border: 2px solid #333;
		border-radius: 0;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		cursor: pointer;
		transition: all 0.3s ease;
		min-width: 140px;
	}
	
	.search-form .button:hover {
		background-color: #000;
		border-color: #000;
	}
	
	.search-results-header {
		margin: 40px auto 40px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
		max-width: 1200px;
		text-align: left;
	}
	
	.search-results-count {
		font-size: 16px;
		color: #666;
		margin: 0;
	}
	
	.search-section-title {
		font-size: 28px;
		margin: 50px 0 30px;
		font-weight: 600;
		color: #333;
		text-align: left;
	}
	
	.search-section-title:first-child {
		margin-top: 0;
	}
	
	.search-products-section,
	.search-articles-section,
	.search-pages-section {
		max-width: 992px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
	.search-results-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.search-result-item {
		display: flex;
		gap: 20px;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}
	
	.search-result-item:last-child {
		border-bottom: none;
	}
	
	.search-result-image {
		flex-shrink: 0;
		width: 200px;
	}
	
	.search-result-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	
	.search-result-content {
		flex: 1;
	}
	
	.search-result-title {
		margin: 0 0 10px;
		font-size: 20px;
		font-weight: 600;
	}
	
	.search-result-title a {
		color: inherit;
		text-decoration: none;
	}
	
	.search-result-title a:hover {
		text-decoration: underline;
	}
	
	.search-result-excerpt {
		margin: 10px 0;
		color: #666;
		line-height: 1.6;
	}
	
	.search-result-meta {
		margin: 10px 0 0;
		font-size: 14px;
		color: #999;
	}
	
	.search-no-results {
		padding: 60px 20px;
		text-align: center;
		background-color: #f9f9f9;
		border-radius: 4px;
		margin: 40px auto 0;
		max-width: 700px;
	}
	
	.search-no-results p {
		font-size: 18px;
		color: #666;
		margin: 0;
		line-height: 1.6;
	}
	
	.search-products-section {
		margin-top: 40px;
	}
	
	.search-products-section .products {
		margin-top: 20px;
	}
	
	@media (max-width: 768px) {
		.search-page-content {
			padding: 40px 20px;
		}
		
		.search-form-wrapper {
			margin-bottom: 30px;
			max-width: 100%;
		}
		
		.search-form .search-fields {
			flex-direction: column;
		}
		
		.search-form .button {
			width: 100%;
		}
		
		.search-result-item {
			flex-direction: column;
		}
		
		.search-result-image {
			width: 100%;
		}
		
		.search-section-title {
			font-size: 24px;
			margin: 30px 0 20px;
		}
		
		.search-results-header,
		.search-products-section,
		.search-articles-section,
		.search-pages-section {
			padding: 0 20px;
		}
	}
/* END_SECTION:search */

/* START_SECTION:terms-of-service (INDEX:24) */
.terms-of-service-page {
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
  }

  .terms-of-service-container {
    background: #fff;
  }

  .terms-of-service-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
  }

  .terms-of-service-header h1 {
    font-size: 2.75rem;
    margin-bottom: 10px;
    color: #333;
  }

  .last-updated {
    color: #666;
    font-size: 1.05rem;
    margin: 0;
  }

  .terms-of-service-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333;
  }

  .terms-section {
    margin-bottom: 40px;
  }

  .terms-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
  }

  .terms-section:first-of-type h2 {
    border-top: none;
    padding-top: 0;
  }

  .terms-section p {
    margin-bottom: 15px;
    font-size: 1.125rem;
    color: #555;
  }

  .terms-section ul {
    margin: 15px 0;
    padding-left: 30px;
  }

  .terms-section li {
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: #555;
  }

  .terms-section li strong {
    color: #333;
  }

  .terms-section a {
    color: #03a1bd;
    text-decoration: underline;
  }

  .terms-section a:hover {
    color: #028a9f;
  }

  .terms-section strong {
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .terms-of-service-page {
      padding: 20px 15px;
    }

    .terms-of-service-header h1 {
      font-size: 2.25rem;
    }

    .terms-section h2 {
      font-size: 1.65rem;
    }

    .terms-of-service-content,
    .terms-section p,
    .terms-section li {
      font-size: 1.0625rem;
    }
  }
/* END_SECTION:terms-of-service */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:26) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:27) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:32) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */

/* START_SNIPPET:toast-notification (INDEX:40) */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
    max-width: 400px;
    width: calc(100% - 40px);
  }

  @media (max-width: 768px) {
    .toast-container {
      top: 10px;
      right: 10px;
      left: 10px;
      width: auto;
      max-width: none;
    }
  }

  .toast {
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: auto;
    animation: toastSlideIn 0.3s ease-out;
    position: relative;
    border-left: 4px solid;
    min-height: 56px;
  }

  .toast.toast-success {
    border-left-color: #4caf50;
  }

  .toast.toast-error {
    border-left-color: #f44336;
  }

  .toast-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .toast-success .toast-icon {
    color: #4caf50;
  }

  .toast-error .toast-icon {
    color: #f44336;
  }

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

  .toast-content {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }

  .toast-close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color 0.2s;
  }

  .toast-close:hover {
    color: #333;
  }

  .toast-close svg {
    width: 16px;
    height: 16px;
  }

  @keyframes toastSlideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes toastSlideOut {
    from {
      transform: translateX(0);
      opacity: 1;
    }
    to {
      transform: translateX(100%);
      opacity: 0;
    }
  }

  .toast.hiding {
    animation: toastSlideOut 0.3s ease-in forwards;
  }

  @media (max-width: 768px) {
    .toast {
      padding: 14px 16px;
      min-height: 52px;
    }

    .toast-content {
      font-size: 13px;
    }

    @keyframes toastSlideIn {
      from {
        transform: translateY(-100%);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes toastSlideOut {
      from {
        transform: translateY(0);
        opacity: 1;
      }
      to {
        transform: translateY(-100%);
        opacity: 0;
      }
    }
  }
/* END_SNIPPET:toast-notification */