/*
Theme Name: Dreamland Bedding Custom
Theme URI: http://localhost
Description: Custom template for Dreamland Bedding
Author: Robert Pentha
Author URI: https://studiopentha.com
Version: 1.0
*/
@font-face {
  font-family: "SansPlomb-98";
  src: url("./fonts/SansPlomb-98.woff2") format("woff2"), url("./fonts/SansPlomb-98.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --main-color: #0232AE;
  --secondary-color: #5EABF4;
  --accent-color: #5DC7E5;
  --text-color: #444;
  --white: #FFF;
  --darktext: #212633;
  --creamwhite: #FFF9EF;
  --theyellow: #FFF963;
  --lightgreybackground: #EDEEEF;
  --lightgreytext: #D9D9D9;
}

html {
  margin: 0;
  padding: 0;
  height: 100vh;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: var(--darktext);
  overflow-x: hidden;
  background-color: var(--creamwhite);
  letter-spacing: 0.00625rem;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

p, h2, h3, h4, h5 {
  margin-bottom: 20px;
}

h1 {
  color: var(--darktext);
  font-size: 32px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

h2 {
  color: var(--darktext);
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
}

h3 {
  color: var(--darktext);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 21.6px */
}

html :where(.wp-block) {
  margin-bottom: 28px;
  margin-top: 28px;
  max-width: 1320px;
  width: 100%;
}

.sectionheader {
  width: 100%;
  position: relative;
  margin-bottom: 90px;
  min-height: 30px;
}

.innerspace {
  position: relative;
  width: 100%;
  padding: 0 20px;
  max-width: 1320px;
  margin: 0 auto;
}

.primarybt {
  background-color: var(--main-color);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}

.sedondarybt {
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 6px;
  padding: 8px 12px;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}

.sedondarybt:hover {
  background-color: var(--main-color);
  color: white;
}

.bestseller .sedondarybt.active {
  background-color: var(--main-color);
  color: white;
}

button.arrowbuttons {
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

button.arrowbuttons.next {
  background-image: url(svg/rightarrowbutton.svg);
}

button.arrowbuttons.prev {
  background-image: url(svg/leftarrowbutton.svg);
}

button.arrowbuttons.next:hover {
  background-image: url(svg/rightarrow-hover.svg);
}

button.arrowbuttons.prev:hover {
  background-image: url(svg/leftarrow-hover.svg);
}

button#storeloactorbutton,
button#storeloactorbuttontemp {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 9999;
  cursor: pointer;
  background-image: url(svg/icon-storelocator.svg);
  background-repeat: no-repeat;
  background-position: 10px 11px;
  padding: 12px 12px 12px 32px;
  font-size: 0.875rem;
}

.annoucementbar {
  position: relative;
  width: 100%;
  height: 40px;
  display: grid;
  place-content: center;
  background-color: var(--secondary-color);
  color: var(--darktext);
  font-weight: 500;
}

/* Nav Styles */
.mainlogo {
  position: absolute;
  left: 40px;
  width: 197px;
  top: 47px;
  z-index: 9950;
}

section {
  position: relative;
  margin-bottom: 50px;
}

nav {
  z-index: 9999;
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  /* padding: 0 40px; */
}

.mainburger {
  position: absolute;
  right: 80px;
  top: 30px;
  width: 41px;
  height: 41px;
  z-index: 9800;
}

.mainburger div {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  left: 0;
}

.home .mainburger div {
  background-color: var(--main-color);
}

.burgerline1 {
  top: 12px;
}

.burgerline2 {
  top: 19px;
}

.burgerline3 {
  top: 26px;
}

/* NAV */
.mainmenu {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 0px;
  background-color: rgba(255, 255, 255, 0.72);
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9700;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

ul#menu-hoved-meny {
  position: absolute;
  width: calc(100% - 160px);
  left: 80px;
  top: 200px;
}

.mainmenu > ul > li {
  margin-bottom: 15px;
  list-style: none;
}

.mainmenu ul li ul li {
  margin-bottom: 8px;
  list-style: none;
}

.mainmenu > ul > li > a {
  color: var(--darktext);
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.5rem;
}

.mainmenu > ul > li > ul > li > a {
  font-weight: 400;
  font-style: normal;
  color: #F5F5F5;
  text-decoration: none;
  font-size: 18px;
}

.submenu {
  display: none;
}

ul#menu-main-menu {
  position: absolute;
  left: 50px;
  text-align: left;
  top: 166px;
  padding-bottom: 80px;
}

.mainmenu .sub-menu {
  display: none;
  position: relative;
  padding: 27px 0 10px;
}

.thefinalcolumnlinks a {
  width: 100%;
  display: block;
  text-align: left;
  text-decoration: none;
  color: var(--darktext);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (min-width: 1280px) {
  .mainmenu .sub-menu {
    display: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #525252;
    padding-left: 60px;
    display: none;
    grid-template-columns: 1fr 1fr;
  }
}
.mainmenu > ul > li.thinblueline {
  width: 42px;
  height: 1px;
  display: inline-block;
  margin-right: 0px;
  background-color: #5DC7E5;
  position: relative;
  margin: 30px 0 50px;
}

.thinblueline a {
  display: none;
}

.mainmenu ul li.primarymenubt a {
  padding: 10px 40px;
  background-color: #127996;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  border-radius: 10px;
  opacity: 1 !important;
}

.mainmenu > ul > li.secondarymenubt {
  margin-bottom: 20px;
}

.mainmenu ul li.secondarymenubt a {
  padding: 10px 40px;
  border: 1px solid #127996;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  border-radius: 10px;
  opacity: 1 !important;
}

.innerubmenu > img {
  display: none;
}

@media screen and (min-width: 1280px) {
  .mainburger {
    display: none;
  }
  .mainmenu {
    position: absolute;
    right: auto;
    width: 100%;
    max-width: 100% !important;
    z-index: 9700;
    top: 50px;
    background-color: none !important;
    background: none !important;
    left: 0;
    display: flex;
    justify-content: center;
    height: auto;
    overflow: visible;
  }
  ul#menu-main-menu {
    position: relative;
    left: auto;
    text-align: center;
    top: auto;
    padding-bottom: 0;
    transform: none !important;
    margin-top: 7px;
    width: 100%;
  }
  .mainmenu > ul > li {
    margin-bottom: 0;
    list-style: none;
    display: inline;
    margin-right: 5px;
    position: relative;
    padding: 0px 10px;
  }
  .mainmenu > ul > li:last-child {
    margin-right: 0;
  }
  .submenu {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    padding-top: 20px;
    z-index: -1;
    visibility: hidden;
    display: block;
  }
  .innerubmenu {
    position: relative;
    width: 100%;
    background-color: white;
    display: grid;
    grid-template-columns: 240px 1fr;
    padding: 20px;
    border-radius: 10px;
    gap: 70px;
  }
  .innerubmenu > div {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: start;
    gap: 10px;
    text-align: left;
    max-width: 850px;
  }
  .innerubmenu > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    background-color: #EDEEEF;
    display: block;
  }
  .thefinalcolumnlinks a {
    width: 100%;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    color: var(--darktext);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 110%;
  }
  .thefinalcolumnlinks a:hover {
    color: var(--main-color);
  }
  .littlemenuheader {
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 20px;
    padding-top: 40px;
    min-height: 59px;
    display: inline-block;
  }
  .dropdown:hover .mega-menu {
    visibility: visible;
    opacity: 1;
  }
  .mainmenu > ul > li.hassub {
    position: static;
    display: inline-block;
  }
  .hassub:hover ul.submenu {
    visibility: visible;
  }
  .hassub:hover > a {
    color: var(--main-color);
  }
  .mainmenu > ul > li > a {
    color: var(--darktext);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    margin-bottom: 0;
  }
}
.bigcoverone {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  top: 0;
  left: 0;
}

img.searchicon {
  position: absolute;
  width: 24px;
  top: 30px;
  left: 80px;
  z-index: 9950;
}

/* Full Image */
.fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* footer */
footer {
  background-color: var(--main-color);
  position: relative;
  display: flex;
  /* flex-direction: column; */
  align-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 80px 0px;
}

.innerfooter {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  color: white;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.bottomfooter {
  width: 100%;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  padding: 0 20px;
  margin: 120px auto 0;
}

.legalmenu a {
  color: #5EABF4;
  font-size: 0.875rem;
  margin-left: 20px;
  padding-left: 20px;
  display: inline-block;
  border-left: 1px solid #5EABF4;
  line-height: 100%;
  text-decoration: none;
}

.legalmenu a:hover {
  color: white;
}

.legalmenu li {
  display: inline-block;
}

.legalmenu ul li:first-child a {
  border-left: none;
  padding-left: 0;
}

.innerfooter h4 {
  margin-bottom: 10px;
}

.footerlinksnew {
  display: flex;
  justify-content: space-between;
}

img.footerlogo {
  width: 330px;
  margin-bottom: 40px;
}

.innerfooter h2 {
  color: white;
  margin-bottom: 40px;
}

.newsletterform {
  display: flex;
  padding-right: 40px;
  gap: 10px;
  margin-bottom: 40px;
}

.newsletterform input {
  padding: 12px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}

.newsletterform input[type=text] {
  width: 60%;
  background-color: white;
  color: var(--darktext);
}

/*

Fom Style

*/
div#rich-text-01KG0ZEBRTZA1HMPW4SDFG1ZHK h1 {
  text-align: left !important;
  color: white;
}

.go3176171171 p {
  margin: 0px;
  color: white;
  font-family: inherit;
}

button.go300628013 {
  padding: 12px !important;
  border-radius: 10px !important;
  border: none !important;
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  height: auto !important;
}

.newsletterone {
  position: relative;
  max-width: 75%;
  padding: 0;
  margin-left: -10px;
  color: white;
}

p.bottomcredit {
  text-align: left;
  color: #5EABF4;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.8;
}

p.bottomcredit a {
  color: white;
}

.sociallinksfooter a {
  display: inline-block;
  margin-right: 20px;
}

.footermenu ul {
  list-style: none;
}

.footermenu ul li a {
  text-decoration: none;
  color: #FFF;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
}

/* Hero styling */
.homehero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.innerhero {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 20px;
  margin: 0 auto;
  aspect-ratio: 2.5;
  overflow: hidden;
  /* padding: 0 20px; */
  border-radius: 10px;
}

.heroimagholder {
  position: absolute;
  width: 100%;
  /* aspect-ratio: 2.55; */
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.heroimagholder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}

.heroimagholder video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  scale: 1.1;
}

.herotext {
  position: absolute;
  width: 70%;
  /* margin: 0 auto; */
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 31px;
  text-align: center;
}

.herotext h2 {
  font-family: "SansPlomb-98", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--theyellow);
  font-size: clamp(20px, 9vw, 120px);
  opacity: 0;
}

.herotext .primarybt {
  opacity: 0;
}

.gradienttop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(25, 19, 32, 0) 0%, #191320 100%);
}

.gradienttop2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(25, 19, 32, 0) 80%, #191320 100%);
}

.outhero {
  position: absolute;
  bottom: 80px;
  left: 80px;
  width: calc(100% - 160px);
  display: flex;
  justify-content: space-between;
}

.herocontent {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.logocommon {
  width: 300px;
}

h3.iconleaf {
  padding: 0 0 0 60px;
  background-image: url(svg/iconleaf.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.topspacer {
  position: relative;
  width: 100%;
  height: 120px;
}

#sidebar {
  display: none;
}

div#mainarea {
  padding: 0px 20px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  z-index: 9000;
  position: relative;
}

/*

Store Finder

*/
#storelocatorhold {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}

div#backshade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.8;
}

.searchtester {
  width: 100%;
  position: fixed;
  max-width: 400px;
  padding: 1rem;
  background-color: #f8f8f8;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 9999;
}

.searchtester input {
  padding: 1rem;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #7d7d7d;
  margin-bottom: 20px;
}

#outletList {
  list-style: none;
}

#outletList li {
  margin-bottom: 20px;
  padding: 1rem;
  border: 1px solid #ccc;
}

.outlet-item span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
}

.outlet-item span.outlet-name {
  font-weight: 700;
}

.outlet-item .outletbutton {
  padding: 5px;
  background-color: transparent;
  border: 1px solid var(--darktext);
  color: var(--darktext);
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.outlet-item .outletbutton:hover {
  background-color: var(--darktext);
  color: white;
}

.outlet-item .instock {
  color: green;
  font-weight: 700;
}

.outlet-item .outofstock {
  color: rgb(168, 0, 6);
  font-weight: 700;
}

#outletlistholder {
  display: none;
  position: relative;
  height: calc(100vh - 200px);
  overflow-y: auto;
}

#searchResults > div {
  cursor: pointer;
  padding: 5px;
}

#searchResults > div:hover {
  background-color: rgb(65, 65, 65);
  color: white;
}

#overlayone {
  position: absolute;
  background-color: white;
  width: calc(100% - 6px);
  height: 44px;
  top: 2px;
  left: 2px;
  border-radius: 14px;
  display: none;
}

#currentsearchthing {
  padding: 0.8em 1em;
  overflow: hidden;
  width: 85%;
  white-space: nowrap;
  pointer-events: none;
  font-size: 1em;
}

.searchholderone {
  position: relative;
}

#closesearchting {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 78px;
  height: 32px;
  cursor: pointer;
}

#closesearchting img {
  width: 100%;
  margin: 0%;
}

/* Slider Bascic */
.sliderheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.sliderheader > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.slidefilter ul {
  list-style: none;
  display: flex;
  gap: 10px;
}

.slidefilter li {
  display: inline-block;
}

.sliderheader h2 {
  margin-bottom: 0;
}

.slidebuttons {
  display: flex;
  gap: 10px;
}

.theslides {
  position: relative;
  width: calc(25% - 16px);
  overflow: hidden;
  min-height: 100%;
  margin-left: 20px;
}

.mainslider {
  position: relative;
}

.slideimage {
  width: 100%;
  position: relative;
  background-color: var(--lightgreybackground);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.slideimage img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.15;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section.bestseller {
  margin-bottom: 70px;
}

.innerslide p {
  font-size: 14px;
  line-height: 20px;
}

.slideheader h3 {
  margin-bottom: 15px;
}

section.newarrivals {
  margin-bottom: 70px;
}

a.slidelink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* Promo */
.innerpromo {
  position: relative;
  width: 100%;
  display: grid;
  /* padding: 80px 0; */
  grid-template-columns: 1fr 1fr;
  place-content: center;
}

.innerpromo > div {
  position: relative;
}

.innerpromo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  display: block;
}

.promotext {
  position: relative;
  padding: 160px 0;
  text-align: center;
}

.promotext h2 {
  font-family: "SansPlomb-98", sans-serif;
  color: var(--theyellow);
  display: inline-block;
  text-align: center;
  max-width: 60%;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
}

.collectionpanel .slideimage img {
  aspect-ratio: 1/1.16;
  display: block;
}

.collectionpanel .theslides {
  position: relative;
  width: calc(33.33% - 16px);
  overflow: hidden;
  min-height: 100%;
  margin-left: 20px;
}

.collectionpanel .slideheader {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
}

.collectionpanel .slideheader h3 {
  color: white;
}

.gradientontop {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(33, 38, 51) 1%, rgba(33, 38, 51, 0) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.coloroverlaycollection {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 38, 51, 0.08);
  width: 100%;
  height: 100%;
}

/* Promo Panel 2 */
.innerpromo2 {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.innerpromo2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.innerpromo2 > div {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.promotext2 {
  position: relative;
  padding: 60px 150px;
}

.promotext2 h2 {
  font-family: "SansPlomb-98", sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: var(--theyellow);
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.innerstock {
  position: relative;
  width: 100%;
  text-align: center;
}

.innerstock h2 {
  margin-bottom: 40px;
}

.stokistsliderholder {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.stockistslide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: space-around;
  min-width: 100%;
  gap: 1rem;
}

.stockistslide img {
  display: inline-block;
  position: relative;
  width: 200px;
  margin-right: 80px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}
.scroll {
  animation: scroll 20s linear infinite;
}

.stockboxmain {
  position: relative;
  width: 70%;
  /* border: 1px solid #ccc; */
  /* border-radius: 20px; */
  min-height: 100px;
  margin-top: 0px;
  /* padding: 20px; */
  /* background-color: #f0f0f0; */
  /* border-top: 1px solid #ccc; */
  padding-top: 20px;
}

.stockboxmain .outletbutton,
.stockboxmain .searchoutletbutton {
  padding: 5px;
  background-color: transparent;
  border: 1px solid var(--darktext);
  color: var(--darktext);
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.stockboxmain p {
  margin-bottom: 0;
  font-size: 14px;
}

.stockboxmain div li {
  list-style: none;
}

.shopitemnew {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  margin: 30px 0;
  border-bottom: 1px solid #ccc;
}

#closesearchwindow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url(svg/close-button.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  border: none;
  z-index: 9999;
  pointer-events: auto;
}

.moreshops {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.moreshops button {
  padding: 10px 12px;
  background-color: var(--main-color);
  border: none;
  color: var(--creamwhite);
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

/*

BLog style
*/
.innercategoryheader {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 7/1;
  padding: 0 20px;
  background-color: var(--main-color);
}

.headholder {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  display: grid;
  align-items: center;
  padding: 1.8% 20px 0px;
}

.innercategoryheader h1 {
  font-family: "SansPlomb-98", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--theyellow);
  font-size: clamp(20px, 9vw, 120px);
  opacity: 1;
  position: relative;
  display: inline-block;
}

.blogholderinner {
  position: relative;
  width: 100%;
  padding: 0 20px;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 24px;
}

.blogholderinner a {
  text-decoration: none;
  color: var(--darktext);
}

.blogholderinner h2 {
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}

.blogholderinner img {
  width: 100%;
  aspect-ratio: 1.4/1;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

span.smalldate {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.1px;
}

span.smalldate span {
  width: 9px;
  display: inline-block;
}

.bottomnavnews {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
}

.bottomnavnews a,
.bottomnavnews span {
  background-color: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 6px;
  padding: 8px 12px;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}

.bottomnavnews a:hover,
.bottomnavnews span:hover {
  background-color: var(--main-color);
  color: white;
}

.bottomnavnews span {
  background-color: var(--main-color);
  color: white;
}

.innersingleblog {
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 40px;
}

.innersingleblog img {
  margin-bottom: 20px;
}

.innersingleblog > div:nth-child(1) {
  border-right: 1px solid blue;
  padding-right: 40px;
}

.sectionword {
  font-family: "SansPlomb-98", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--theyellow);
  font-size: clamp(20px, 9vw, 120px);
  opacity: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 80px;
  padding-top: 18px;
}

.innersingleblog ul {
  padding: 20px 30px;
}

.innermoreblogs {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 20px;
}

.singelviewblogitem {
  position: relative;
  width: 32%;
  overflow: hidden;
  margin-right: 20px;
  background-color: var(--dark-colour);
  aspect-ratio: 0.9/1;
}

.singelviewblogitem a {
  text-decoration: none;
  color: var(--darktext);
}

.singelviewblogitem img {
  width: 100%;
  aspect-ratio: 1.4/1;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.singelviewblogitem h3 {
  font-family: "Instrument Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  text-decoration: none;
}

.moreblogtitle {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.thebreadcrumbs {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 20px 0px;
  z-index: 1;
}

.thebreadcrumbs a {
  color: var(--darktext);
  font-size: 0.92em;
}

.thebreadcrumbs nav.woocommerce-breadcrumb {
  font-size: 0.92em;
  color: #767676;
}

.innerpagesingleheader {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* FAQ*/
.plaincontentinner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 80px 20px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 30% 1fr;
  gap: 60px;
}

.plaincontentinner > div:nth-child(1) {
  border-right: 1px solid var(--main-color);
  padding-right: 40px;
}

.plaincontentinner > div:nth-child(1) a {
  color: var(--darktext);
}

.question {
  padding: 20px;
  border-top: 1px solid var(--lightgreytext);
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.answer {
  padding: 0 20px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-in-out;
}

.answer > div {
  overflow: hidden;
}

.arrowfaq {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 22px;
  background-image: url(svg/tinycarat.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.25s ease-in-out;
}

.active .arrowfaq {
  transform: rotate(90deg);
}

.active .answer {
  grid-template-rows: 1fr;
}

.plaincontentinner h1 {
  font-family: "SansPlomb-98", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--lightgreytext);
  font-size: clamp(20px, 6vw, 80px);
  opacity: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 40px;
  padding-top: 18px;
  line-height: 76%;
  margin-top: -35px;
}

.warrantyinnercontent {
  width: 100%;
  padding: 0 20px;
  position: relative;
  max-width: 1320px;
  margin: 40px auto;
}

.warrantsection {
  position: relative;
  width: 100%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 30% 1fr;
  gap: 60px;
  margin-bottom: 120px;
}

.warrantsection > div:nth-child(1) {
  border-right: 1px solid var(--main-color);
  padding-right: 40px;
}

.warrantsection > div:nth-child(1) a {
  color: var(--darktext);
}

.thecontentarea ul {
  padding: 20px 0 20px 20px;
}

.thecontentarea ul li {
  padding: 0 0 10px 0px;
}

.imageheaderinner {
  position: relative;
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: 20px auto 60px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 7/1;
  background-color: var(--main-color);
}

.headerwideimage {
  width: 50%;
  left: 50%;
}

.imageheaderinner h1 {
  position: absolute;
  bottom: 10px;
  color: white;
  font-family: "SansPlomb-98", sans-serif;
  color: var(--theyellow);
  display: inline-block;
  text-align: center;
  max-width: 60%;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
  left: 40px;
}

.theteamcontentinner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 80px auto;
}

.teamimage {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.teamblock {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 15% 20% 1fr;
  gap: 160px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 60px;
}

.teamblock h2 {
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--text-color);
}

.plaincontentinner a.sedondarybt {
  margin: 0 0px 3px;
}

.doublecontentinner {
  position: relative;
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 140px;
}

p.bigpara {
  font-size: 24px;
  line-height: 140%;
  color: #79747E;
}

.doublecontentinner img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 0.81/1;
  -o-object-fit: cover;
     object-fit: cover;
}

section.widebluedouble {
  background-color: var(--main-color);
}

.widebluedoubleinner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 20px;
}

.widebluedoubleinner img {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 5%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blueheader h2 {
  color: white;
  max-width: 300px;
  margin-bottom: 30px;
}

.doublebluepara {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
  color: white;
}

.doublebluepara ul {
  padding: 0 0 0 15px;
}

.doublebluepara li {
  margin-bottom: 5px;
}

.aboutquoteinner {
  width: 100%;
  max-width: 1320px;
  margin: 80px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
}

p.aboutauthor {
  font-weight: 700;
  margin-top: 25px;
  padding-left: 20px;
}

p.aboutauthor::before {
  content: "- ";
}

p.quote-about {
  font-size: 20px;
  line-height: 140%;
  font-style: italic;
  font-weight: 200;
}

.collectioncontentinner {
  position: relative;
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.collectioncontentinner .theslides {
  width: 100%;
  margin: 0;
}

section.imageheader {
  width: calc(100% + 40px);
  margin-left: -20px;
}

ol.wp-block-list {
  padding-left: 20px;
}

ol li {
  margin-bottom: 20px;
}

/* Change to single view only show instock*/
.single-product #outletlistholder .outlet-item:has(span.outofstock) {
  display: none;
}

body:not(.single-product) #outletList .nostockmessage {
  display: none !important;
}

@media screen and (max-width: 1030px) {
  .singelviewblogitem {
    position: relative;
    width: 48%;
    overflow: hidden;
    margin-right: 20px;
    background-color: var(--dark-colour);
    aspect-ratio: 0.9/1;
  }
}
/* Mobile version */
@media screen and (max-width: 1280px) {
  .warrantsection {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .warrantsection > div:nth-child(1) {
    border-right: none;
    padding-right: 0;
  }
  .question {
    padding: 20px 40px 20px 0;
  }
  .answer {
    padding: 0;
  }
  .plaincontentinner > div:nth-child(1) {
    border-right: none;
    padding-right: 0px;
  }
  .plaincontentinner {
    padding: 30px 20px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .plaincontentinner h1 {
    font-size: 42px;
    opacity: 1;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 76%;
    margin-top: 0px;
  }
  .teamblock {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .aboutquoteinner {
    margin: 40px auto;
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .doublebluepara {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .doublecontentinner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .doublecontentinner img {
    position: relative;
    width: 100%;
    height: auto;
  }
  section.imageheader {
    width: 100%;
    margin-left: 0;
  }
  .imageheaderinner {
    margin: 30px auto 30px;
    aspect-ratio: 2/1;
    margin: 30px 20px;
    width: calc(100% - 40px);
  }
  .archive .imageheaderinner {
    aspect-ratio: 2/1;
    margin: 30px 0px;
    width: 100%;
  }
  .innercategoryheader {
    width: calc(100% - 40px);
    aspect-ratio: 4/1;
    padding: 0 0px;
  }
  .slidefilter ul {
    flex-wrap: wrap;
  }
  .imageheaderinner h1 {
    bottom: 10px;
    text-align: left;
    max-width: 60%;
    font-size: 40px;
    line-height: 36px;
    left: auto;
  }
  .woocommerce img.headerwideimage {
    width: 50%;
    left: 50%;
    height: 100%;
  }
  .topspacer {
    height: 60px;
  }
  .singelviewblogitem {
    aspect-ratio: 0.6/1;
  }
  .singelviewblogitem h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .innermoreblogs span.smalldate {
    font-size: 12px;
    line-height: 12px;
  }
  .innersingleblog {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
  .blogholderinner {
    grid-template-columns: 1fr 1fr;
  }
  button#storeloactorbutton,
  button#storeloactorbuttontemp {
    top: 7px;
    right: 80px;
  }
  .collectionpanel .theslides {
    width: calc(50% - 10px);
  }
  .promotext2 {
    padding: 40px 40px;
  }
  .promotext2 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .submenu {
    display: none;
    padding: 20px 0;
  }
  .littlemenuheader {
    margin-bottom: 5px;
    font-size: 1rem;
    color: var(--main-color);
    font-weight: 700;
  }
  .thefinalcolumnlinks {
    margin-bottom: 20px;
  }
  .sliderheader {
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .theslides {
    position: relative;
    width: calc(50% - 10px);
    overflow: hidden;
    min-height: 100%;
    margin-left: 20px;
  }
  .innerpromo {
    grid-template-columns: 1fr;
  }
  .innerpromo div:nth-child(2) img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .promoimagebig {
    grid-area: 1;
  }
  .promotext h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .promotext {
    padding: 80px 0;
  }
  .mainlogo {
    left: 20px;
    width: 130px;
    top: 20px;
  }
  .innerfooter {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    color: white;
    padding: 40px 0;
  }
  .footerlinksnew {
    display: grid;
    justify-content: start;
    flex-wrap: initial;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  h2 {
    font-size: 24px;
    line-height: 120%;
  }
  footer {
    padding: 20px 20px 0px;
  }
  .legalmenu ul li:first-child a {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .legalmenu a {
    margin-left: 10px;
    padding-left: 10px;
  }
  .outhero {
    flex-direction: column;
  }
  .bottomfooter {
    padding: 0 0 20px;
    display: block;
    margin: 40px 0 0 0;
  }
  .herocontent {
    max-width: 100%;
    gap: 20px;
  }
  img.footerlogo {
    width: 180px;
    margin-bottom: 20px;
  }
  .outhero {
    bottom: 40px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .mainburger {
    right: 20px;
    top: 7px;
    width: 41px;
    height: 41px;
    z-index: 9800;
  }
  ul#menu-main-menu {
    position: absolute;
    left: 20px;
    text-align: left;
    top: 166px;
    padding-bottom: 80px;
  }
  .innersingleblog {
    grid-template-columns: 1fr;
  }
  .innersingleblog > div:nth-child(1) {
    border-right: none;
    padding-right: 0;
  }
  .sectionword {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
/* End of Mobile */
@media screen and (max-width: 450px) {
  .blogholderinner {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */