@charset "UTF-8";
:root {
  --primary-color: black;
  --secondary-color: #01213d;
  --app-radius: 16px; }

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 1rem;
  line-height: normal; }

.btn-sm {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
  line-height: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html, body {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: auto;
  color: black;
  background-color: #f7f7f7;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 100%; }
  body.modal-open {
    overflow-y: auto;
    padding-right: 0 !important; }
  body.disable-hover {
    pointer-events: none; }

a {
  text-decoration: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  display: block;
  color: rgba(0, 0, 0, 0.87); }
  a:link {
    text-decoration: none !important; }
  a:visited {
    text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }
  a:active {
    text-decoration: none !important; }

ul {
  list-style: none;
  padding: 0px; }

.max-width-true {
  max-width: 1400px;
  width: 97%;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 600px) {
    .max-width-true {
      width: 100%; } }

.title {
  font-size: 1.5em;
  color: black;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Schibsted Grotesk", sans-serif; }
  .title.small {
    font-size: 1.1em; }
  .title.after-line:after {
    content: '';
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    width: 60px;
    height: 2px;
    background: #ddd; }
  .title.title-main {
    font-size: 3.3em;
    font-family: "Schibsted Grotesk", sans-serif; }
    @media (max-width: 767px) {
      .title.title-main {
        font-sizE: 2.8em; } }
    @media (max-width: 580px) {
      .title.title-main {
        font-sizE: 2.4em; } }
  .title.title-sm {
    font-size: 1.3em; }
  .title.w-700 {
    font-weight: 600; }
  .title.w-400 {
    font-weight: 400; }
  .title.w-600 {
    font-weight: 600; }
  @media (max-width: 580px) {
    .title.sm-xs {
      font-size: 1.1em; } }

.inline {
  display: inline-block !important; }

.hide {
  display: none; }

.show {
  display: block; }

.hidden-overflow {
  overflow: hidden; }

@media (max-width: 767px) {
  .min-767 {
    display: none; } }

@media (min-width: 768px) {
  .max-767 {
    display: none; } }

.p {
  font-size: 1em;
  line-height: 22px;
  color: black; }

.text-dim {
  color: #505050; }

.text-manage {
  color: #505050 !important; }

.text-default {
  color: black; }

.text-link {
  color: var(--primary-color); }

.gutterX {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 1100px) {
    .gutterX {
      padding-left: 4%;
      padding-right: 4%; } }

.gutterY {
  padding-top: 3rem; }
  .gutterY.bottom-too {
    padding-bottom: 3rem; }
  .gutterY.less {
    padding-top: 50px; }
    .gutterY.less.bottom-too {
      padding-bottom: 50px; }
  .gutterY.less-top {
    padding-top: 30px; }

.gutterY-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.gutterSec {
  padding-top: 30px;
  padding-bottom: 30px; }

.contents {
  min-height: 80vh; }
  .contents.background {
    background-color: #fafafa; }

.fixheader-recover {
  padding-top: 40px; }

.primary-color {
  color: var(--primary-color) !important; }

.secondary-color {
  color: #01213d; }

.table .thead-default th {
  background-color: #f8f8f8;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: bold; }

.table td, .table th {
  border: 1px solid #dee2e6; }

.transform-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.transformY-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.transformX-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clearfix:before {
  content: '';
  display: block;
  clear: both; }

.center, .max-title {
  margin-left: auto;
  margin-right: auto; }

.text-bold {
  font-weight: 600 !important; }

.text-regular {
  font-weight: 400; }

.text-semi-bold {
  font-weight: 600; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.transition, #header nav a {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.width-100i {
  width: 100% !important; }

.width-50i {
  width: 50% !important; }

.scrollable {
  overflow-x: auto; }

.text-primary {
  color: var(--primary-color); }

.font-fam-heading {
  font-family: "Schibsted Grotesk", sans-serif; }

.font-fam-default {
  font-family: "Schibsted Grotesk", sans-serif; }

.font-fam-secondary {
  font-family: "Schibsted Grotesk", sans-serif; }

.animate-true {
  visibility: hidden;
  opacity: 0; }
  .animate-true.opacityNow {
    visibility: hidden; }

.bg-body-copy {
  background: #f7f2ee; }

.max-title {
  max-width: 720px; }
  .max-title.more {
    max-width: 980px; }

.bg-white {
  background: #fff !important; }

.not-available-content {
  margin-top: 100px; }
  .not-available-content img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 170px;
    width: 100%;
    opacity: 0.7; }

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important; }

.btn-outline-primary {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important; }

.primary-bg {
  background-color: var(--primary-color); }

.req-label:after {
  content: '*';
  padding-left: 2px;
  color: red;
  font-size: 15px; }

article .p, label {
  font-family: "Schibsted Grotesk", sans-serif; }

.two-line-paragraph, .col-true .col-desc .col-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* Restrict to 2 lines */ }

.state-message {
  color: #fff;
  bottom: 20px;
  right: 15px;
  z-index: 999;
  min-width: 140px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 8px;
  padding: 20px 40px !important; }

.cross-price {
  text-decoration: line-through;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.9rem;
  padding-left: 0.2rem; }

.btn:not(.nr) {
  border-radius: var(--app-radius) !important; }

.app-radius {
  border-radius: var(--app-radius) !important; }

.pointer {
  cursor: pointer; }

#header {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999; }
  #header.shadow {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.23); }
  @media (max-width: 767px) {
    #header {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    #header .m-header {
      width: 100%; }
      #header .m-header .m-left {
        width: 60px; }
      #header .m-header .m-right {
        width: 60px;
        right: -4%; }
      #header .m-header .m-center {
        width: 60px; } }
  #header nav a {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600; }
    #header nav a:hover {
      color: var(--primary-color); }
  #header .m-collapse-nav {
    padding: 15px 0; }
    #header .m-collapse-nav a {
      margin-bottom: 15px; }
      #header .m-collapse-nav a:last-child {
        margin-bottom: 0; }

/* menu Icon */
#menu-icon {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg) scale(0.4);
  -ms-transform: rotate(0deg) scale(0.4);
  transform: rotate(0deg) scale(0.4);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #menu-icon span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    will-change: transform;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-font-smoothing: antialiased; }
    #menu-icon span:nth-child(1) {
      top: 0px; }
    #menu-icon span:nth-child(2), #menu-icon span:nth-child(3) {
      top: 18px; }
    #menu-icon span:nth-child(4) {
      top: 36px; }
  #menu-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  #menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #menu-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

.headerV2 {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Schibsted Grotesk", sans-serif; }
  .headerV2 img {
    width: auto;
    height: 70px;
    margin-bottom: 18px; }
  .headerV2 h1 {
    font-size: 3em;
    margin: 0;
    margin-bottom: 30px;
    color: black;
    text-decoration: none !important;
    font-weight: 400; }
  .headerV2 nav a {
    font-size: 1.5em;
    color: var(--primary-color);
    letter-spacing: 2px;
    padding: 8px 20px;
    border-radius: 6px; }
    .headerV2 nav a:hover {
      color: var(--primary-color); }
  .headerV2 .nav-cart svg {
    fill: var(--primary-color);
    width: 24px;
    height: 24px; }

.navigation {
  background-color: var(--header-background-color, none); }
  @media (max-width: 767px) {
    .navigation {
      border-bottom: 1px solid var(--primary-color-100); } }
  .navigation.header-custom-bg .navbar-lg-main .nav-link, .navigation.header-custom-bg .bi-cart {
    color: var(--header-text-color) !important; }

.header-nav {
  background-color: var(--primary-color); }
  .header-nav .nav-link {
    color: #fff !important;
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }

.navbar-search-default {
  background: none !important;
  max-width: 400px; }
  @media (min-width: 992px) {
    .navbar-search-default {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 500px !important; } }
  @media (min-width: 1300px) {
    .navbar-search-default {
      max-width: 600px !important; } }
  @media (min-width: 1440px) {
    .navbar-search-default {
      max-width: 700px !important; } }
  .navbar-search-default input {
    height: 44px !important; }
  .navbar-search-default .input-group-text {
    height: 44px !important;
    background: none !important;
    border: none !important; }

.nav-cart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--primary-color-400); }

.row.lesss {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0; }
  .row.lesss .col-true {
    padding-left: 10px;
    padding-right: 10px; }

.col-true {
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .col-true .col-link {
    background-color: none;
    border-radius: 0px;
    padding: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .col-true .col-link:hover .detail {
      opacity: 1;
      visibility: visible; }
    .col-true .col-link:hover .col-title {
      color: var(--primary-color) !important; }
    .col-true .col-link:hover .col-image-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .col-true .col-padding {
    position: relative;
    width: 100%;
    padding-bottom: calc(1 / (var(--col-aspect-ratio, 4 / 3)) * 100%);
    overflow: hidden;
    border-radius: var(--app-radius); }
    .col-true .col-padding.aspect-16by9 {
      padding-bottom: calc(1 / (16 / 9) * 100%); }
    .col-true .col-padding.aspect-18by9 {
      padding-bottom: calc(1 / (9 / 18) * 100%); }
    .col-true .col-padding.aspect-4by3 {
      padding-bottom: calc(1 / (4 / 3) * 100%); }
    .col-true .col-padding .col-image-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      background-color: var(--primary-color-200); }
      .col-true .col-padding .col-image-bg.position-center f {
        background-position: center; }
  .col-true .detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    background-color: rgba(var(--primary-color), 0.5);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .col-true .detail .title {
      color: #fff;
      margin: 0;
      font-weight: 400;
      font-size: 1.2em; }
      @media (max-width: 767px) {
        .col-true .detail .title {
          font-size: 1em; } }
  .col-true .col-image {
    width: 85%;
    height: auto;
    display: block; }
  .col-true .col-desc {
    width: 100%;
    padding: 10px 0px;
    text-align: left; }
    .col-true .col-desc .col-title {
      font-weight: 400;
      font-size: 0.95rem;
      margin: 0 0 7px 0;
      color: black;
      font-family: "Schibsted Grotesk", sans-serif; }
      @media (max-width: 767px) {
        .col-true .col-desc .col-title {
          font-size: 0.9em; } }
    .col-true .col-desc .p {
      font-size: 0.9em;
      font-weight: 400; }
    .col-true .col-desc .price-text {
      color: var(--primary-color);
      font-size: 1em;
      font-weight: 600; }
      @media (max-width: 767px) {
        .col-true .col-desc .price-text {
          font-size: 0.9em !important; } }

.compact_focused_grid {
  margin-left: 0;
  margin-right: 0;
  padding: 1px; }
  .compact_focused_grid .col-true {
    padding: 0 !important;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-bottom: -1px !important; }
    .compact_focused_grid .col-true:hover {
      -webkit-box-shadow: 0 8px 8px #ddd;
      box-shadow: 0 8px 8px #ddd; }
    .compact_focused_grid .col-true .col-link {
      background-color: #fff !important;
      height: 100% !important;
      padding: 10px !important;
      padding-bottom: 0 !important; }
      @media (max-width: 600px) {
        .compact_focused_grid .col-true .col-link {
          padding: 5px !important; } }
    .compact_focused_grid .col-true .col-desc {
      padding: 15px !important; }
      @media (max-width: 600px) {
        .compact_focused_grid .col-true .col-desc {
          padding: 5px !important; } }

.focused_grid.less {
  margin-left: -10px;
  margin-right: -10px; }

.focused_grid .col-true {
  padding-left: 10px;
  padding-right: 10px; }
  .focused_grid .col-true .col-link {
    background-color: #fff !important;
    height: 100% !important;
    padding: 10px !important;
    padding-bottom: 0 !important;
    border-radius: var(--app-radius); }
    .focused_grid .col-true .col-link:hover {
      -webkit-box-shadow: 0 8px 8px #ddd;
      box-shadow: 0 8px 8px #ddd; }
    @media (max-width: 600px) {
      .focused_grid .col-true .col-link {
        padding: 5px !important; } }
  .focused_grid .col-true .col-desc {
    padding: 15px !important; }
    @media (max-width: 600px) {
      .focused_grid .col-true .col-desc {
        padding: 5px !important; } }

@media (max-width: 767px) {
  .default_grid {
    margin-left: -10px;
    margin-right: -10px; } }

.default_grid .col-true.tns-item {
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5); }

@media (max-width: 767px) {
  .default_grid .col-true {
    padding-left: -10px !important;
    padding-right: -10px !important; } }

.default_grid .col-true .col-link {
  height: 100% !important;
  padding-bottom: 0 !important; }

@media (min-width: 0) {
  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media (min-width: 0) {
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 0) {
  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 0) {
  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 0) {
  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

@media (min-width: 0) {
  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media (min-width: 0) {
  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } }

@media (min-width: 0) {
  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }

@media (min-width: 576px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media (min-width: 576px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 576px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 576px) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 576px) {
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

@media (min-width: 576px) {
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media (min-width: 576px) {
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } }

@media (min-width: 576px) {
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } }

@media (min-width: 768px) {
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }

@media (min-width: 992px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media (min-width: 992px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 992px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 992px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 992px) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

@media (min-width: 992px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media (min-width: 992px) {
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } }

@media (min-width: 992px) {
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }

@media (min-width: 1200px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media (min-width: 1200px) {
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 1200px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 1200px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 1200px) {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

@media (min-width: 1200px) {
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media (min-width: 1200px) {
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } }

@media (min-width: 1200px) {
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }

@media (min-width: 1400px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

@media (min-width: 1400px) {
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 1400px) {
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (min-width: 1400px) {
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (min-width: 1400px) {
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }

@media (min-width: 1400px) {
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }

@media (min-width: 1400px) {
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); } }

@media (min-width: 1400px) {
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }

.button, .input.submit {
  outline: none !important;
  border: 1px solid var(--primary-color);
  font-family: "Schibsted Grotesk", sans-serif;
  color: #505050;
  padding: 4px 11px;
  background: var(--primary-color);
  border-radius: 4px;
  font-size: 0.9375em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #fff !important;
  font-weight: 400;
  text-align: center;
  background: var(--primary-color); }
  .button.md, .md.input.submit {
    padding: 10px 11px; }
  .button.border-only, .border-only.input.submit {
    background: none !important;
    color: black !important; }
  .button:hover, .input.submit:hover {
    color: #fff; }
  .button.fill, .fill.input.submit {
    background: var(--primary-color);
    color: #fff; }
  .button.no-radius, .no-radius.input.submit {
    border-radius: 0px; }
  .button.primary, .primary.input.submit {
    color: var(--primary-color); }
  .button.danger, .danger.input.submit {
    background: #cb2027;
    border: 1px solid #cb2027; }
  .button.button-sm, .button-sm.input.submit {
    padding: 10px 32px; }
  .button.button-xs, .button-xs.input.submit {
    font-size: 0.85em;
    padding: 7px 25px; }
  .button.white, .white.input.submit {
    background: #f3f3f3;
    border: 1px solid #ccc;
    background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
    color: #505050 !important; }
    .button.white:hover, .white.input.submit:hover, .button.white.active, .white.active.input.submit {
      background-color: #dfdfdf !important;
      border-color: #ccc !important;
      -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.3);
      color: black !important; }
  .button.extend, .extend.input.submit {
    margin-right: -5px; }
  .button:disabled, .input.submit:disabled {
    cursor: default;
    opacity: 0.7; }

.btn, .button, .input.submit {
  border-radius: 0 !important;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 6px 13px #eee;
  box-shadow: 0 6px 13px #eee; }
  .btn:active, .button:active, .input.submit:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 3px 5px #ddd;
    box-shadow: 0 3px 5px #ddd; }
  .btn:hover, .button:hover, .input.submit:hover {
    -webkit-box-shadow: 0 6px 13px #a9a9a9;
    box-shadow: 0 6px 13px #a9a9a9; }

.input {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  height: 36px;
  padding-left: 10px;
  border-radius: 12px;
  background: #fff;
  display: block;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 0.96em; }
  .input.shadow-too {
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  .input.border-bold {
    border: 1px solid #ddd !important; }
  .input.width-100 {
    width: 100%; }
  .input.submit {
    line-height: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 10px; }
    .input.submit.radius {
      border-radius: 22px; }
    .input.submit:disabled {
      opacity: 0.5;
      cursor: default; }
  .input.width-specific {
    width: 265px; }
  .input.select {
    color: #808182; }
  .input.bg {
    background: #fafafa; }

.form-group {
  margin-bottom: 15px; }
  .form-group label {
    margin-bottom: 5px;
    font-size: 1em; }

.form-control {
  border-radius: 12px !important;
  height: 42px; }

.main-slides-wrapper img {
  width: 100%;
  height: auto; }

.category-list {
  overflow: auto; }

.category-grid .circle {
  width: 100%;
  height: 150px;
  border-radius: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  border: 2px solid rgba(var(--primary-color), 0); }
  .category-grid .circle:hover {
    border: 2px solid var(--primary-color); }
    .category-grid .circle:hover .cat-img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .category-grid .circle:hover .cat-text {
      opacity: 1 !important;
      visibility: visible;
      background: rgba(var(--primary-color), 0.5); }
  @media (max-width: 767px) {
    .category-grid .circle {
      height: 100px; } }

.category-grid .cat-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative; }

.category-grid .cat-text {
  width: 100%;
  height: 100%;
  background: rgba(var(--primary-color), 0.5);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
  font-size: 1.1em;
  background: rgba(var(--primary-color), 0.1);
  opacity: 1;
  visibility: visible; }
  @media (max-width: 600px) {
    .category-grid .cat-text {
      font-size: 0.9em; } }

.view-more-button {
  width: 100%;
  height: auto;
  position: relative;
  height: 50px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .view-more-button .learn-more {
      position: absolute;
      right: 0;
      top: 0; } }

.modal-true {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background: #fff; }
  .modal-true.open .modal-contents {
    opacity: 1; }
  .modal-true .modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100%; }
  .modal-true .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999; }
  .modal-true .modal-contents {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 25px 20px;
    min-height: 100vh;
    z-index: 9999999;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1); }
    .modal-true .modal-contents article {
      width: 100%; }
    @media (max-width: 767px) {
      .modal-true .modal-contents {
        padding-left: 0;
        padding-right: 0; } }
  .modal-true .close-modal {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px; }
    .modal-true .close-modal svg {
      width: 16px;
      height: 16px;
      fill: #505050; }
    .modal-true .close-modal:hover svg {
      fill: black; }

.about-contents article {
  max-width: 700px; }
  .about-contents article .title {
    margin-bottom: 12px;
    font-size: 1.8em; }
  .about-contents article .p {
    margin-bottom: 12px; }
  .about-contents article a {
    text-decoration: underline !important; }
    .about-contents article a:hover {
      color: var(--primary-color); }
  .about-contents article .s-links a {
    margin-right: 15px; }
    .about-contents article .s-links a:after {
      content: '|';
      color: black;
      display: inline-block;
      font-size: 1.1em;
      padding: 0 4px;
      font-weight: 400;
      margin-left: 15px; }
    .about-contents article .s-links a:last-child {
      margin-right: 0; }
      .about-contents article .s-links a:last-child:after {
        content: ''; }

.pagination {
  margin: 40px 0 10px;
  list-style: none;
  padding: 0; }
  .pagination li {
    background: #fcfcfc;
    border-radius: 50%;
    text-align: center;
    width: 37px;
    height: 37px;
    line-height: 37px;
    -webkit-box-shadow: 0 6px 12px rgba(238, 238, 238, 0.6);
    box-shadow: 0 6px 12px rgba(238, 238, 238, 0.6);
    margin: 0 20px 20px 0; }
    .pagination li a {
      color: #505050; }
    .pagination li:hover a {
      color: var(--primary-color); }
    .pagination li.active {
      -webkit-box-shadow: 0 6px 12px rgba(29, 29, 185, 0.2);
      box-shadow: 0 6px 12px rgba(29, 29, 185, 0.2); }
      .pagination li.active a {
        color: var(--primary-color); }

@media (min-width: 768px) {
  .content-modal {
    padding: 0 20px; } }

.content-modal .cm-img img {
  margin-left: auto;
  height: auto;
  max-height: 88vh;
  width: auto;
  max-width: 100%; }
  @media (max-width: 767px) {
    .content-modal .cm-img img {
      height: auto; } }

.content-modal .cm-img:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99; }

.content-modal .cm-text > div {
  padding: 20px 10px; }
  .content-modal .cm-text > div h3 {
    margin-bottom: 15px; }

.one-line-text, .catColExtra .col-title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.catColExtra .col-title {
  font-size: 0.9rem !important; }

.slider-ratio {
  --bs-aspect-ratio: 33%; }
  .slider-ratio > div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.product-image-block img {
  width: auto !important;
  max-height: 80vh;
  max-width: 100%;
  margin: 0 auto; }

.variant-name {
  margin-bottom: 10px; }

.btn-group-variants label {
  margin-top: 4px; }

.btn-group-variants input[type=radio]:checked + span {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff; }

#slides-thumbnails {
  padding: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #slides-thumbnails li {
    margin: 0 6px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    #slides-thumbnails li.tns-nav-active {
      opacity: 1;
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-box-shadow: 0 3px 4px #eee;
      box-shadow: 0 3px 4px #eee; }

.prod-desc-attr {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }
  .prod-desc-attr span:first-child {
    width: 65px;
    display: inline-block; }
  .prod-desc-attr span:last-child {
    padding-left: 4px; }

.product-description {
  padding: 20px 0;
  font-family: "Schibsted Grotesk", sans-serif; }
  .product-description h5 {
    font-family: "Schibsted Grotesk", sans-serif; }

@media (min-width: 767px) {
  .product-image-block > section {
    position: sticky;
    top: 70px; } }

.other-products {
  max-width: 1200px; }

.checkout-order-summary {
  border: 1px solid var(--primary-color-100);
  background-color: #FFF;
  border-radius: 8px; }
  .checkout-order-summary .order-list {
    padding: 10px 0;
    border-top: 1px solid var(--primary-color-100); }
    .checkout-order-summary .order-list .col-9 {
      padding-left: 0 !important; }
  .checkout-order-summary .list-product-info span h6 {
    margin-bottom: 4px; }
  .checkout-order-summary .list-product-info span p {
    font-size: 0.9rem;
    margin-bottom: 4px; }
  .checkout-order-summary .list-product-info .btn {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .checkout-order-summary .list-product-info .qty-text {
    min-width: 40px;
    border: 1px solid var(--primary-color);
    text-align: center;
    border-radius: 8px !important;
    margin: 0 4px !important;
    color: var(--primary-color); }

.order-info-card {
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid var(--primary-color-100); }
  .order-info-card .payment-type {
    height: 90px;
    border-radius: var(--app-radius);
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .order-info-card .payment-type .bi-check-circle-fill {
      visibility: hidden;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      opacity: 0; }
  .order-info-card .payment_method_input:checked + label {
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color-50); }
    .order-info-card .payment_method_input:checked + label .bi {
      color: var(--primary-color) !important; }
    .order-info-card .payment_method_input:checked + label .bi-check-circle-fill {
      visibility: visible;
      opacity: 1; }
  .order-info-card .btn-group .btn {
    border-radius: 12px !important; }

.tns-outer {
  padding: 0 !important;
  position: relative; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }

.tns-outer [data-action] {
  display: none; }

.tns-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 8px 15px;
  color: black;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
  font-size: 0.9em;
  font-family: "Schibsted Grotesk", sans-serif; }

.slide-hover:hover .tns-link {
  opacity: 1;
  visibility: visible; }

.tns-controls button {
  display: block;
  width: auto;
  font-size: 0px !important;
  color: transparent;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  width: 42px;
  height: 55px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none !important; }
  .tns-controls button:before, .tns-controls button:after {
    display: block;
    font-size: 35px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .tns-controls button[data-controls='next'] {
    right: 0; }
    .tns-controls button[data-controls='next']:before {
      content: "›"; }
  .tns-controls button[data-controls='prev'] {
    left: 0; }
    .tns-controls button[data-controls='prev']:before {
      content: "‹"; }
  .tns-controls button:hover {
    background: rgba(255, 255, 255, 0.9); }
  @media (max-width: 600px) {
    .tns-controls button {
      width: 20px;
      height: 26px; } }

.footer-container {
  background-color: var(--footer-background-color, #faf8f9); }
  .footer-container.footer-custom-bg .nav-link, .footer-container.footer-custom-bg .text-manage, .footer-container.footer-custom-bg .footer-title, .footer-container.footer-custom-bg .text-body {
    color: var(--footer-text-color) !important; }

.footer-powered span {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 5px;
  color: #afafaf; }

.footer-powered img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: auto;
  height: 14px; }
  .footer-powered img:hover {
    -webkit-filter: none;
    filter: none; }
