/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 60:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-grid-blocks (INDEX:8) */
<style>
.custom-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.custom-grid-item {
  text-align: center;
  border: none;
  padding: 20px;
  border-radius: 8px;
}
.custom-grid-item img {
  max-width: 100%;
  height: auto;
}
.custom-grid-item h3 {
  margin-top: 15px;
  font-size: 1.1rem;
}
.custom-grid-wrapper.single-item {
  justify-content: center;
}

.custom-grid-wrapper.single-item .custom-grid-item {
  flex: 0 0 calc(25% - 12px);
}

/* Tablet */

   @media (max-width: 1024px) {
    .custom-grid-item {
      flex: 0 0 calc(50% - 12px) !important;
    }
    .custom-grid-wrapper.single-item .custom-grid-item {
    flex: 0 0 calc(50% - 12px);
  }
  }
  @media (max-width: 640px) {
    .custom-grid-item {
      flex: 0 0 100% !important;
    }
    .custom-grid-wrapper.single-item .custom-grid-item {
    flex: 0 0 100%;
  }
  }

</style>
/* END_SECTION:custom-grid-blocks */

/* START_SECTION:eu-right-of-withdrawal (INDEX:12) */
.eu-withdrawal-page {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.eu-withdrawal-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 0px;
}

.eu-withdrawal__title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 32px;
  font-family: 'Old Standard TT';
  line-height: 140%;
}

.eu-withdrawal__intro {
  margin-bottom: 2rem;
  color: #555;
  line-height: 1.7;
}

.eu-withdrawal__field {
  margin-bottom: 1.5rem;
}

.eu-withdrawal__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.eu-withdrawal__label--checkbox {
  display: inline;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
}

.eu-withdrawal__optional {
  font-weight: 400;
  color: #888;
  font-size: 0.85rem;
}

.eu-withdrawal__input,
.eu-withdrawal__textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.eu-withdrawal__input:focus,
.eu-withdrawal__textarea:focus {
  outline: none;
  border-color: #333;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

.eu-withdrawal__textarea {
  resize: vertical;
}

.eu-withdrawal__field--checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.eu-withdrawal__checkbox {
  margin-top: 0.2rem;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #333;
}

.required-star {
  color: #c0392b;
  margin-left: 2px;
}

.eu-withdrawal__required-note {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 1.5rem;
}

.eu-withdrawal__submit {
  display: inline-block;
  padding: 0.85rem 2rem;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background 0.2s;
}

.eu-withdrawal__submit:hover {
  background: #444;
}

.eu-withdrawal__success {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #f0faf4;
  border: 1px solid #a8d5b5;
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  color: #1a6b3a;
  margin-bottom: 2rem;
}

.eu-withdrawal__success svg {
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.eu-withdrawal__success p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.eu-withdrawal__errors {
  background: #fff5f5;
  border: 1px solid #f5c6cb;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  color: #721c24;
  margin-bottom: 1.5rem;
}

.eu-withdrawal__errors ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}
/* END_SECTION:eu-right-of-withdrawal */