/** Shopify CDN: Minification failed

Line 193:0 All "@import" rules must come first

**/
/* ─── All headings: Playfair Display font ───────────────── */
h1, h2, h3, h4, h5, h6,
.t4s-h1, .t4s-h2, .t4s-h3, .t4s-h4,
.t4s-section-title, .t4s-title,
.t4s-product__title,
.t4s-pr-title {
  font-family: 'Playfair Display', Georgia, serif !important;
}

/* ─── Main navigation: Playfair Display font ────────────── */
.t4s-nav__ul > li > a,
.t4s-nav__ul > li > a span,
#t4s-nav-ul > li > a {
  font-family: 'Playfair Display', Georgia, serif !important;
}

/* ─── Section headings: Playfair Display font ───────────── */
.t4s-section-title,
.t4s-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 500 !important;
}

/* ─── Hide pre-order on kit product ─────────────────────── */
[data-product-handle="agnes-camisole-yarn-kit"] .t4s-badge-preOrder,
[data-handle="agnes-camisole-yarn-kit"] .t4s-badge-preOrder,
[data-product-handle="agnes-camisole-yarn-kit"] [class*="pre"],
[data-handle="agnes-camisole-yarn-kit"] [class*="pre"] {
  display: none !important;
}

/* ─── "Fra" prefix on kit product price ─────────────────── */
[data-product-handle="agnes-camisole-yarn-kit"] .t4s-product-price .money::before,
[data-handle="agnes-camisole-yarn-kit"] .t4s-product-price .money::before {
  content: "Fra ";
}

/* ─── Global button rounding (pill shape like Rewards button) ── */
.t4s-btn,
.t4s-product-form__submit,
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button--branded,
button[data-dropdown-open],
.t4s-vipps-btn,
.t4s-tab__icon {
  border-radius: 50px !important;
}

.t4s-btn-style-outline:after {
  border-radius: 50px !important;
}

/* ─── Books page: card layout ────────────────────────────── */
#shopify-section-custom_section_DLXU8p,
#shopify-section-custom_section_xgcRJU,
.t4s_nt_se_custom_section_DLXU8p,
.t4s_nt_se_custom_section_xgcRJU {
  display: inline-flex !important;
  width: 44% !important;
  vertical-align: top !important;
  margin: 10px 2% !important;
}

#shopify-section-custom_section_DLXU8p .t4s-section-inner,
#shopify-section-custom_section_xgcRJU .t4s-section-inner {
  width: 100% !important;
  background-color: #FDF0F0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  padding: 30px 20px !important;
}

/* Stack columns vertically inside card */
#shopify-section-custom_section_DLXU8p .t4s-row,
#shopify-section-custom_section_xgcRJU .t4s-row {
  flex-direction: column !important;
  align-items: center !important;
}

/* Full width columns, centered */
#shopify-section-custom_section_DLXU8p .t4s-col-item,
#shopify-section-custom_section_xgcRJU .t4s-col-item {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  text-align: center !important;
  padding: 10px 20px !important;
}

/* Image centered */
#shopify-section-custom_section_DLXU8p img,
#shopify-section-custom_section_xgcRJU img {
  max-height: 200px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto 16px !important;
}

/* Headings */
#shopify-section-custom_section_DLXU8p h2,
#shopify-section-custom_section_xgcRJU h2 {
  text-align: center !important;
  font-size: 1.6em !important;
}

/* Paragraphs */
#shopify-section-custom_section_DLXU8p p,
#shopify-section-custom_section_xgcRJU p {
  text-align: center !important;
  font-size: 15px !important;
  color: #666 !important;
  line-height: 1.7 !important;
}

/* Buttons */
#shopify-section-custom_section_DLXU8p .t4s-btn,
#shopify-section-custom_section_xgcRJU .t4s-btn {
  margin: 5px auto !important;
  display: inline-flex !important;
}

/* Mobile */
@media (max-width: 768px) {
  #shopify-section-custom_section_DLXU8p,
  #shopify-section-custom_section_xgcRJU {
    display: block !important;
    width: 90% !important;
    margin: 10px auto !important;
  }
}

/* ─── Errata page styling ────────────────────────────────── */
/* Hide the duplicate ERRATA h1 inside page content */
.template-page-errata .t4s-rte h1 {
  display: none;
}

.template-page-errata .t4s-rte > p:first-of-type {
  font-size: 1.05em;
  color: #888;
  font-style: italic;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e0da;
}

.template-page-errata .t4s-rte hr {
  border: none;
  border-top: 1px solid #e8e0da;
  margin: 40px 0;
}

.template-page-errata .t4s-rte h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5em;
  font-weight: 500;
  color: #b97f6d;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 40px 0 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e0da;
}

.template-page-errata .t4s-rte h3 {
  font-size: 1em;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 28px 0 10px;
}

.template-page-errata .t4s-rte p {
  line-height: 1.8;
  color: #555;
  max-width: 680px;
}

.template-page-errata .t4s-page__content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ─── Cormorant Garamond font for product titles ─────────── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

.t4s-product__title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  color: #000000 !important;
}

/* ─── "English & Norwegian" på andre linje i produkttittel ── */
.t4s-title-lang {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0.08em;
  opacity: 0.75;
  margin-top: 4px;
}

/* ─── Vipps + PayPal side-by-side row ───────────────────── */
.t4s-vipps-payment-row {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  align-items: stretch;
}

.t4s-vipps-payment-row .t4s-vipps-btn,
.t4s-vipps-payment-row .shopify-payment-button {
  flex: 1 1 0;
  min-width: 0;
  margin-top: 0 !important;
}

.t4s-vipps-payment-row .shopify-payment-button__button {
  width: 100% !important;
  min-height: 46px !important;
}

/* ─── Vipps checkout button ─────────────────────────────── */
.t4s-vipps-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* Lys fersken-oransje */
  background-color: #E8836A;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 0 20px;
  height: 46px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0;
  width: 100%;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1;
  box-sizing: border-box;
}

.t4s-vipps-btn:hover {
  background-color: #d4725a;
  color: #ffffff;
}

.t4s-vipps-btn:active {
  background-color: #c06350;
}

.t4s-vipps-btn:disabled,
.t4s-vipps-btn[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
}

.t4s-vipps-btn__text {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.t4s-vipps-btn__logo {
  display: block;
  flex-shrink: 0;
  position: relative;
  top: 1px;
}

/* ─── Accordion + knapper: brun → pale pink ─────────────── */
.t4s-tab__title .t4s-tab__icon {
  background-color: #e4c9c9 !important;
  color: #555555 !important;
}

/* ─── Variant dropdown button: endre fra brun til rosa ────── */
.t4s-product-form__buttons button[data-dropdown-open],
.t4s-form__product button[data-dropdown-open] {
  background-color: #e4c9c9 !important;
  border-color: #e4c9c9 !important;
  color: #333333 !important;
}

.t4s-product-form__buttons button[data-dropdown-open]:hover,
.t4s-form__product button[data-dropdown-open]:hover {
  background-color: #d4b5b5 !important;
  border-color: #d4b5b5 !important;
  color: #333333 !important;
}

.t4s-product-form__buttons button[data-dropdown-open] svg,
.t4s-form__product button[data-dropdown-open] svg {
  color: #333333 !important;
  fill: #333333 !important;
}

/* ─── Add to Cart button: runde kanter ───────────────────── */
.t4s-product-form__buttons .t4s-product-form__submit {
  border-radius: 6px !important;
}

/* ─── PayPal / branded payment buttons ──────────────────── */
/* Runde kanter på selve iframe-containeren */
.t4s-product-form__buttons .shopify-payment-button__button--branded {
  border-radius: 6px !important;
  overflow: hidden !important;
  /* Tone ned fra sterk PayPal-gul (#FFC439) mot dempet pale yellow (#FFE9A5) */
  filter: saturate(0.38) brightness(1.22) !important;
  transition: filter 0.2s ease !important;
}

.t4s-product-form__buttons .shopify-payment-button__button--branded:hover {
  filter: saturate(0.48) brightness(1.16) !important;
}

/* Runde kanter på unbranded-knappen (f.eks. "Buy it now") */
.t4s-product-form__buttons .shopify-payment-button__button--unbranded {
  border-radius: 6px !important;
}

/* Hele payment-button-wrappperen */
.t4s-product-form__buttons .shopify-payment-button {
  border-radius: 6px !important;
  overflow: hidden !important;
}
