<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Theme Name: Zeen Child
* Description: Zeen child theme.
* Author: Codetipi
* Template: zeen
* Version: 1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Inter&amp;display=swap");

input {
  font-weight: 400;
  font-size: 14px;
}

.woocommerce.woocommerce input,
.woocommerce.woocommerce textarea,
.woocommerce.woocommerce .select2-container {
  font-size: 14px;
}

.woocommerce.woocommerce input.input-checkbox,
.woocommerce.woocommerce input.input-radio {
  width: auto;
  margin: 0 15px 0 0;
}

.woocommerce.woocommerce .woocommerce-form__label-for-checkbox span,
.woocommerce.woocommerce .form-row label {
  font-family: "Inter", serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  font-size: 10px;
}

.select2-container {
  font-family: "Inter", serif;
}

.logo img {
  max-width: 140px;
}

.header-banner {
  width: 100%;
  height: auto;
  max-width: 460px;
  display: block;
}

.site-mob-header {
  border-bottom: 1px #ececec solid;
}

.main-navigation .horizontal-menu &gt; li &gt; a {
  padding-left: 0;
  padding-right: 0;
}

.main-navigation .horizontal-menu &gt; li:not(:last-child) {
  margin-right: 28px;
}

.meta .excerpt {
  padding-top: 8px;
}

.byline-4 {
  padding-top: 12px;
  font-weight: 400 !important;
}

.preview-2:not(.elements-location-2) .title-wrap:first-child {
  padding-top: 0;
}

.preview-classic.elements-location-2 .meta .title,
.preview-classic.elements-location-4 .meta .title,
.preview-classic.elements-location-5 .meta .title {
  padding-top: 20px;
}

.tipi-s-typo .title-wrap:first-of-type .title {
  padding-top: 20px;
}

.zeen_stylish_posts .tipi-s-typo .title-wrap:first-of-type .title {
  padding-top: 8px;
}

.wp-block-embed iframe {
  margin-bottom: 0;
}

.related-posts-wrap .title-wrap:first-of-type .title {
  padding-top: 12px;
  font-size: 18px;
}

.related-posts-wrap .byline-4 {
  padding-top: 4px;
}

.j-pp-widget__item {
  margin-bottom: 30px;
}

.j-pp-widget__item-image-container,
.j-pp-widget__item-image {
  display: block;
  position: relative;
}

.j-pp-widget__item-image-counter {
  top: 7px;
  left: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-block;
  text-align: center;
  z-index: 2;
}

.j-pp-widget__item-image-counter:before {
  content: counter(block);
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.j-pp-widget__item-image-counter:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #111;
  z-index: 1;
}

.j-pp-widget__item-image-counter:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #111;
  z-index: 1;
}

.j-pp-widget__item-title {
  display: block;
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.5;
  font-size: 15px;
  color: #111;
  word-wrap: break-word;
}

.sold-individually .summary .cart .quantity,
.woocommerce .woocommerce-checkout .mailchimp-newsletter {
  display: none;
}

.sold-individually .summary .cart .quantity:not(.hidden) ~ .button {
  width: 100% !important;
}

.woocommerce .woocommerce-checkout .payment_methods .payment_box {
  padding: 0;
  font-size: 12px;
}

.woocommerce .woocommerce-checkout .wc-credit-card-form {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  letter-spacing: 0;
  color: inherit;
}

.paywall__paragraph {
  flex-grow: 1;
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.logged-in .paywall__paragraph--login {
  display: none;
}

.paywall__image {
  width: 100%;
  height: auto;
  max-width: 400px;
  display: block;
}

.paywall__buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 2em;
}

.paywall__buttons a {
  flex-grow: 1;
  margin-bottom: 0 !important;
  text-align: center;
  white-space: nowrap;
}

.users-notice {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  margin-bottom: 30px;
  position: relative;
  background-color: #f1f1f1;
}

.users-notice__icon {
  font-size: 24px;
}

.users-notice__close {
  top: 8px;
  right: 8px;
  position: absolute;
  font-size: 24px;
  cursor: pointer;
}

.users-notice__text {
  margin-left: 16px;
}

.users-notice p {
  margin-bottom: 12px;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 16px;
}

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

.users-notice a {
  text-decoration: underline;
  text-decoration-color: #fee700;
  text-decoration-thickness: 2px;
  text-decoration-style: solid;
}

.dashboard__greeting {
  margin-top: 0 !important;
}

.dashboard__card {
  padding: 24px;
  margin-bottom: 30px;
  border: 1px #ececec solid;
}

.dashboard__card p:last-child,
.dashboard__card table:last-child,
.dashboard__card address:last-child {
  margin-bottom: 0;
}

.dashboard__card table .woocommerce-orders-table__cell .woocommerce-button {
  width: 100% !important;
  text-align: center;
}

.dashboard__card .woocommerce-Address-title {
  margin-bottom: 15px;
}

.dashboard__card .woocommerce-EditAccountForm .woocommerce-form-row em {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #555555;
}

.dashboard__card .woocommerce-EditAccountForm fieldset {
  padding: 15px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  border: 1px #ececec solid;
}

.dashboard__card .woocommerce-EditAccountForm fieldset legend {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 800;
  font-size: 16px;
}

.woocommerce-MyAccount-content .dashboard__card .wc-social-login-profile {
  border-top: none;
  padding-top: 0;
}

.woocommerce-MyAccount-content .dashboard__card .wc-social-login-profile &gt; p {
  margin-bottom: 0;
}

.woocommerce-MyAccount-content
  .dashboard__card
  .wc-social-login-available-providers {
  margin-top: 1em;
}

.woocommerce-account .hero-meta {
  display: none;
}

.woocommerce-account .entry-content-wrap {
  margin-top: 30px;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  z-index: 1;
}

.woocommerce-order.woocommerce-order__wrap &gt; p {
  display: none;
}

.preview-mini-wrap .woocommerce {
  display: none;
}

.woocommerce__sidecar input[type="radio"] {
  width: 15px !important;
}

.wc-credit-card-form.wc-payment-form .form-row {
  margin-top: 15px;
}

.wc_payment_methods .checkout__cards {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
}

.product-title--m .price .woocommerce-Price-amount.amount {
  margin-right: 5px;
}

.product .summary .woo-cats {
  display: none;
}

.restricted-article__message-fade {
  width: 100%;
  height: 264px;
  margin-top: -278px;
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}

.product-article-title {
  margin-bottom: 0.4em !important;
  opacity: 0.6;
}

.product-data__article {
  font-size: 12px;
}

/* cart page */
.product-type__gift-card .quantity {
  display: none !important;
}

.product-type__gift-card .quantity + .remove {
  margin-top: 0 !important;
}

/* checkout page */
.checkout__page__order-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.woocommerce-info a,
.woocommerce-NoticeGroup a {
  text-decoration: underline;
}

.checkout__page__order-title #order_review_heading {
  margin-bottom: 0 !important;
}

.checkout__page__order-title-link {
  text-decoration: underline;
  font-size: 12px;
  color: #1c1d1e;
}

/* gift cart product page */
.custom-gift-card-product .content-bg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #f7f8f9;
}

.custom-gift-card-product .main {
  padding-bottom: 0;
}

.custom-gift-card-product .single_product_summary {
  padding: 0 !important;
}

.custom-gift-card-product .sticky--wrap.tipi-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.custom-gift-card-product .summary__wrap {
  float: none !important;
  margin: 0 auto !important;
  padding: 30px !important;
  background-color: #fff;
}

.custom-gift-card-product .product .summary .woo-cats {
  display: none;
}

.custom-gift-card-product .product .summary {
  margin: 0;
  padding: 0;
}

.custom-gift-card-product .product .summary .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
}

.custom-gift-card-product .product .summary .price {
  margin-bottom: 0;
  font-family: "Source Code Pro", monospace;
  font-size: 18px;
  color: #888;
}

.custom-gift-card-product .woocommerce-product-details__short-description {
  order: unset !important;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.custom-gift-card-product .woocommerce-product-details__short-description ul {
  padding-left: 20px;
  list-style: disc;
  list-style-position: outside;
}

.custom-gift-card-product
  .woocommerce-product-details__short-description
  li:not(:last-child) {
  margin-bottom: 10px;
}

.custom-gift-card-product .cart {
  margin: 0 !important;
}

.custom-gift-card-product .gift-card-content-editor.step-content {
  margin-bottom: 25px !important;
}

.custom-gift-card-product h3.ywgc_delivery_info_title {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

.custom-gift-card-product
  .gift-card-content-editor.step-content
  h5.ywgc_recipient_info_title {
  margin-top: 25px !important;
  margin-bottom: 20px !important;
}

.custom-gift-card-product .gift-card-content-editor.step-content label {
  display: block;
  margin-bottom: 5px;
  font-family: "Merriweather", serif;
  text-align: left;
  line-height: 1.66;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #444;
}

.custom-gift-card-product .gift-card-content-editor.step-content input {
  float: none;
}

.custom-gift-card-product
  .gift-card-content-editor.step-content
  input:-ms-input-placeholder {
  font-size: 12px !important;
  opacity: 0.4 !important;
}

.custom-gift-card-product
  .gift-card-content-editor.step-content
  input::placeholder {
  font-size: 12px !important;
  opacity: 0.4 !important;
}

.custom-gift-card-product .gift-card-content-editor .ywgc-empty-recipient-note {
  display: block;
  float: none !important;
  line-height: 1.375;
  text-align: left;
}

.custom-gift-card-product .ywgc-message {
  margin-top: 15px;
}

.custom-gift-card-product .ywgc-message textarea {
  float: none !important;
  width: 100% !important;
}

.custom-gift-card-product #ui-datepicker-div.ywgc-date-picker {
  width: 300px !important;
  padding: 15px !important;
}

.custom-gift-card-product .ui-widget {
  font-family: "Inter", serif;
  font-size: 15px;
}

.custom-gift-card-product .ui-corner-all {
  border-radius: 0;
}

.custom-gift-card-product .ui-widget-content {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  background-image: none;
  color: #111;
}

.custom-gift-card-product .ui-widget-header {
  border: 1px solid #e4e4e4;
  background-color: #e4e4e4;
  background-image: none;
  font-weight: 1.375;
  font-weight: 600;
  color: #111;
}

.custom-gift-card-product .ui-state-default,
.custom-gift-card-product .ui-widget-content .ui-state-default,
.custom-gift-card-product .ui-widget-header .ui-state-default {
  border: 1px solid #e4e4e4;
  background-color: #e4e4e4;
  background-image: none;
  font-weight: 1.375;
  color: #444;
}

.custom-gift-card-product .ui-state-active,
.custom-gift-card-product .ui-widget-content .ui-state-active,
.custom-gift-card-product .ui-widget-header .ui-state-active {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  background-image: none;
  font-weight: normal;
  color: #111;
}

.custom-gift-card-product
  #ui-datepicker-div.ywgc-date-picker
  .ui-datepicker-buttonpane.ui-widget-content
  button {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  border: none !important;
  border-radius: 0;
  background-color: #111 !important;
  font-family: "Inter", serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.375;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.custom-gift-card-product .summary .cart .quantity {
  display: none;
}

.custom-gift-card-product .summary .cart .quantity:not(.hidden) ~ .button {
  width: 100% !important;
  float: none !important;
  display: block !important;
}

/* cart page */
.product-type__gift-card .quantity {
  display: none !important;
}

.product-type__gift-card .quantity + .remove {
  margin-top: 0 !important;
}

.continue-with-vipps-wrapper {
  display: none !important;
}

.continue-with-vipps-wrapper a.button.continue-with-vipps {
  font-size: 11px !important;
}

/* login checkout form */
.woocommerce-checkout .woocommerce .woocommerce-login-checkout-page {
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}

.woocommerce-checkout .woocommerce .woocommerce-login-checkout-page__container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .woocommerce-checkout
    .woocommerce
    .woocommerce-login-checkout-page__container {
    max-width: 480px;
  }
}

.woocommerce-checkout .woocommerce .woocommerce-login-checkout-page h3 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .woocommerce-checkout .woocommerce .woocommerce-login-checkout-page h3 {
    margin-bottom: 40px !important;
    font-size: 24px;
  }
}

.woocommerce-login-checkout-page__separator {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .woocommerce-login-checkout-page__separator {
    margin-top: 60px;
  }
}

.woocommerce-login-checkout-page__separator:after {
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #e4e4e4;
}

.woocommerce-login-checkout-page__separator__text {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}

/* login form */
.woocommerce-account .woocommerce .woocommerce-login-page {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-login-page {
    max-width: 480px;
  }
}

.woocommerce-account .woocommerce .woocommerce-login-page h1 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-login-page h1 {
    margin-bottom: 40px !important;
  }
}

.woocommerce-form-login-separator {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

.woocommerce-form-login-separator:after {
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  background-color: #e4e4e4;
}

.woocommerce-form-login-separator__text {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}

.woocommerce-form-login-fields {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  margin-bottom: 15px;
}

.woocommerce-form-login-fields p {
  margin-bottom: 0;
}

.woocommerce .woocommerce-form-login .button {
  display: block !important;
  width: 100% !important;
  margin-top: 30px !important;
}

.woocommerce-form-login__links {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  margin-top: 15px;
}

.woocommerce-form-login__links p,
.woocommerce-form-login .woocommerce-privacy-policy-text p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}

.woocommerce-form-login .woocommerce-form-register__text {
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}

.woocommerce-form-login .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

.woocommerce-form-login p &gt; a {
  text-decoration: underline;
  text-decoration-color: #fee700;
  text-decoration-thickness: 2px;
  text-decoration-style: solid;
}

/* social login buttons */
.wc-social-login {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
  margin-bottom: 30px;
}

.wc-social-login .button-social-login {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  line-height: 48px;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none !important;
}

.wc-social-login .button-social-login .si {
  width: 48px;
  height: 48px;
}

.wc-social-login .button-social-login:focus,
.wc-social-login .button-social-login:hover {
  color: #fff;
}

.wc-social-login .button-social-login.button-social-login-vipps {
  border-color: #f25622;
  background-color: #f25622;
}

.wc-social-login .button-social-login.button-social-login-vipps .si-vipps {
  background-image: url("img/vipps-smile-orange.png");
}

.wc-social-login .button-social-login.button-social-login-facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.wc-social-login .button-social-login.button-social-login-google {
  border-color: #4285f4;
  background-color: #4285f4;
}

@media only screen and (min-width: 481px) {
  .custom-gift-card-product .content-bg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .custom-gift-card-product .sticky--wrap.tipi-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-gift-card-product .summary__wrap {
    border: 1px solid #ececec;
  }

  .custom-gift-card-product .product .summary .entry-title {
    font-size: 30px;
  }

  .custom-gift-card-product .product .summary .price {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .logo img {
    max-width: 100%;
  }

  .logo-main-wrap.tipi-vertical-c .logo {
    margin-right: 0;
  }

  .zeen-col--narrow .tipi-s-typo.stack-1 .title-wrap:first-of-type .title {
    padding-top: 12px;
  }

  .paywall__paragraph {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1240px) {
  .header-skin-1 .logo-main-wrap-l .logo {
    margin-left: 0;
  }

  .tipi-s-typo .title-wrap:first-of-type .title {
    padding-top: 20px;
  }

  .related-posts-wrap .block-title {
    font-size: 32px;
  }
}
</pre></body></html>