<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 9899:18 Expected ":"

**/
:root {
        --color-21d1ff8: #fff;
        --color-20748b16: #3898ec;
        --color-n665b9284: rgba(0, 0, 0, 0.8);
        --color-1755f232: rgba(0, 0, 0, 0);
        --color-n65194d1d: rgba(0, 0, 0, 0.25);
        --color-746d8885: #e6e6e6;
        --color-nd2a2d19: #fafafa;
        --color-21c2f7a: #ddd;
        --color-207fce5: #999;
        --color-203c2ae: #000;
        --color-n4bc568a: #ffdede;
        --color-n58536e15: #f5f5f5;
        --color-2069428: #666;
        --color-21bb73b: #ccc;
        --color-68044d37: #3b79c3;
        --color-n3bfa13e: #1a1b1f;
        --color-4c8a7527: #43464d;
        --color-15e05cea: #32343a;
        --color-6d985411: #e2e2e2;
        --color-n227f8242: #202020;
        --color-7622d5a2: #e7e7e7;
        --color-n56fd7ac9: #9d9d9d;
        --color-842b85a: rgba(255, 255, 255, 0.8);
        --color-842bc1b: rgba(255, 255, 255, 0.9);
        --color-n7802a6f6: #db4b68;
        --color-n5153ed60: #12b878;
        --color-7102ee4b: #e4e4e4;
        --color-6f4f03fc: #e3e6eb;
        --color-n4c01fce3: rgba(50, 52, 58, 0.4);
        --color-n56e3f895: #f6a938;
        --color-n651a2a98: rgba(0, 0, 0, 0.08);
        --color-n5a08bb32: #f4f4f4;
        --color-n5dae846a: #a7a7a7;
        --color-n60ddefa6: #f0f0f0;
        --color-n73795a2: #ff7d7d;
        --color-2052b6b: #333;
        --color-n6516ffc0: rgba(0, 0, 0, 0.77);
        --color-n65195c21: rgba(0, 0, 0, 0.21);
        --color-n54285867: rgba(246, 169, 56, 0.33);
        --color-n20ac91b: #1b1b1b;
        --color-naf8f5bc: rgba(246, 169, 56, 0.9);
        --color-4ff3ac55: #454545;
        --color-naf904c0: rgba(246, 169, 56, 0.5);
        --color-2061be9: #555;
        --color-n665ba90a: rgba(0, 0, 0, 0.2);
        --color-n4944d82b: rgba(139, 139, 139, 0.8);
        --color-n533386be: #f8f8f8;
        --color-n3289451: rgba(49, 48, 48, 0.8);
        --color-58ff70c2: rgba(53, 53, 53, 0.8);
        --color-n35df224d: rgba(47, 47, 47, 0.8);
        --color-n1941c78a: rgba(79, 79, 79, 0.8);
        --color-59365750: #94a174;
        --color-58f2f5f9: #cdb0c3;
        --color-5792105d: #93b5d2;
        --color-749bbacc: #8cadca;
        --color-a2a8717: #6d8193;
        --color-n54e85f3e: #f7f8f9;
        --color-n3b53519f: #eef0f3;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: var(--color-21d1ff8);
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-20748b16);
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: var(--color-20748b16);
  text-align: center;
  background-color: var(--color-21d1ff8);
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: var(--color-21d1ff8);
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid var(--color-746d8885);
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecartquantity::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecartquantity:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid var(--color-746d8885);
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: var(--color-21d1ff8);
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: var(--color-203c2ae);
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: var(--color-21d1ff8);
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: var(--color-203c2ae);
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: var(--color-21d1ff8);
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: var(--color-20748b16);
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: var(--color-n4bc568a);
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: var(--color-n58536e15);
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: var(--color-21d1ff8);
  border: 1px solid var(--color-746d8885);
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: var(--color-21d1ff8);
  border-bottom: 1px solid var(--color-746d8885);
  border-left: 1px solid var(--color-746d8885);
  border-right: 1px solid var(--color-746d8885);
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid var(--color-746d8885);
  border-right: 1px solid var(--color-746d8885);
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: var(--color-21d1ff8);
  border-bottom: 1px solid var(--color-746d8885);
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: var(--color-21d1ff8);
  border-bottom: 1px solid var(--color-746d8885);
  border-left: 1px solid var(--color-746d8885);
  border-right: 1px solid var(--color-746d8885);
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: var(--color-21d1ff8);
  border: 1px solid var(--color-746d8885);
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: var(--color-21d1ff8);
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: var(--color-20748b16);
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: var(--color-n4bc568a);
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: var(--color-203c2ae);
  cursor: pointer;
  background-color: var(--color-21d1ff8);
  border: 1px solid var(--color-203c2ae);
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: var(--color-2069428);
  cursor: not-allowed;
  background-color: var(--color-746d8885);
  border-color: var(--color-746d8885);
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-nd2a2d19);
  border: 1px solid var(--color-21c2f7a);
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: var(--color-207fce5);
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: var(--color-20748b16);
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: var(--color-21d1ff8);
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-20748b16);
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: var(--color-2069428);
  cursor: not-allowed;
  background-color: var(--color-746d8885);
  border-color: var(--color-746d8885);
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: var(--color-21d1ff8);
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--color-20748b16);
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: var(--color-2069428);
  cursor: not-allowed;
  background-color: var(--color-746d8885);
  border-color: var(--color-746d8885);
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: var(--color-21c2f7a);
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: var(--color-n4bc568a);
  margin-top: 10px;
  padding: 10px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: var(--color-n58536e15);
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-21bb73b);
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: var(--color-20748b16);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: var(--color-20748b16);
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--color-20748b16);
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid var(--color-68044d37);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--color-n3bfa13e);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--color-4c8a7527);
  margin-left: 16px;
  margin-right: 16px;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: var(--color-15e05cea);
}

a:active {
  color: var(--color-4c8a7527);
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid var(--color-6d985411);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.cart-div-block {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.cart-div-block.cc-dark-divider {
  height: auto;
  background-color: var(--color-n227f8242);
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  transition: opacity .2s;
  display: block;
}

.section.cc-subscribe-form {
  background-color: var(--color-7622d5a2);
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--color-203c2ae);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: center;
}

.button {
  color: var(--color-21d1ff8);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--color-n3bfa13e);
  border-radius: 16px;
  margin: 10px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: var(--color-203c2ae);
  background-color: var(--color-n56fd7ac9);
}

.button:active {
  background-color: var(--color-4c8a7527);
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: var(--color-n227f8242);
  background-color: var(--color-21d1ff8);
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.cc-cart {
  outline-offset: 0px;
  color: var(--color-203c2ae);
  background-color: var(--color-21d1ff8);
  border-style: none;
  border-color: var(--color-203c2ae);
  border-radius: 3px;
  outline: 1px solid var(--color-203c2ae);
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.button.cc-cart:hover {
  outline-offset: 0px;
  background-color: var(--color-n56fd7ac9);
  outline: 1px var(--color-203c2ae);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: var(--color-203c2ae);
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
  font-family: Inter, sans-serif;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: 1;
  letter-spacing: 0;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: var(--color-21d1ff8);
  text-align: center;
  background-color: var(--color-n3bfa13e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: var(--color-21d1ff8);
  text-align: center;
  background-color: var(--color-n227f8242);
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: var(--color-n7802a6f6);
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: var(--color-n5153ed60);
}

.product-name-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 18px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  color: var(--color-203c2ae);
  background-color: var(--color-21d1ff8);
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 20px;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: var(--color-203c2ae);
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  float: right;
  margin-left: 20px;
  top: 1%;
  right: 2%;
}

.navigation {
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 40px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation:hover {
  color: var(--color-203c2ae);
  background-color: rgba(0, 0, 0, 0);
}

.text-field {
  width: auto;
  color: var(--color-203c2ae);
  border: 1px solid var(--color-7102ee4b);
  border-radius: 0;
  margin-bottom: 18px;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: var(--color-6f4f03fc);
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: var(--color-4c8a7527);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: var(--color-15e05cea);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  width: 80px;
  background-color: var(--color-21d1ff8);
  border-color: var(--color-746d8885);
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 12px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  color: var(--color-203c2ae);
  text-align: left;
  margin-bottom: 10px;
}

.navigation-item {
  opacity: 1;
  color: var(--color-21d1ff8);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--color-n56fd7ac9);
  border: 1px var(--color-n56e3f895);
  text-decoration: underline;
}

.navigation-item:active {
  opacity: 1;
  color: var(--color-n56e3f895);
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--color-n56fd7ac9);
  -webkit-text-stroke-color: transparent;
  font-weight: 600;
  text-decoration: underline;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--color-15e05cea);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: var(--color-n56e3f895);
}

.icon, .logo-image {
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  color: var(--color-203c2ae);
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  background-color: var(--color-21d1ff8);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.cart-container:hover {
  background-color: var(--color-21d1ff8);
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.collection-wrap.loading {
  opacity: .1;
}

.intro-header {
  height: 620px;
  color: var(--color-21d1ff8);
  background-color: var(--color-n5a08bb32);
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/placeholder-1-wide.svg?v=105355850939326515311693575420);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 100%;
  flex: 0 auto;
  order: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.subscribe-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 60px;
  padding-top: 120px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  color: var(--color-21d1ff8);
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  width: 100%;
  height: 440px;
  min-height: auto;
  color: var(--color-21d1ff8);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  text-decoration: none;
  transition: opacity .6s;
  display: flex;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .75;
  color: var(--color-21d1ff8);
}

.product-image-wrap:active {
  opacity: .85;
  color: var(--color-21d1ff8);
}

.product-image-wrap.w--current {
  height: 320px;
}

.product-description {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.product-price-text {
  opacity: 1;
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.about-quote {
  width: 70%;
  text-align: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  height: 460px;
  background-color: var(--color-n5a08bb32);
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/placeholder-1_1.svg?v=174505562527590583911693575421);
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.picture-placeholder.cc-about-2 {
  height: 620px;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/placeholder-1-wide.svg?v=105355850939326515311693575420);
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-3 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/placeholder-2.svg?v=35614105803365721651693575422);
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/placeholder-1.svg?v=124629155724473249951693575421);
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  width: 70%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: var(--color-21d1ff8);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: var(--color-n3bfa13e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: auto;
  max-width: none;
  flex: 1;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 5px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  width: 50%;
  height: 700px;
  background-color: var(--color-n5a08bb32);
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/placeholder-1.svg?v=124629155724473249951693575421);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.product-detail-price {
  opacity: 1;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: var(--color-7102ee4b);
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: var(--color-7102ee4b);
  border-left-color: var(--color-7102ee4b);
  border-right-color: var(--color-7102ee4b);
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: var(--color-n5a08bb32);
  border-top: 1px solid var(--color-7102ee4b);
  border-bottom: 1px solid var(--color-7102ee4b);
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  display: block;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
}

.checkbox.w--redirected-checked {
  background-color: var(--color-203c2ae);
  background-size: contain;
  border-color: var(--color-203c2ae);
  padding: 8px;
}

.shipping-method {
  border-bottom-color: var(--color-7102ee4b);
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: var(--color-7102ee4b);
  border-right-color: var(--color-7102ee4b);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  width: 100%;
  height: 680px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: var(--color-n5dae846a);
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: var(--color-n3bfa13e);
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-2 {
  margin-left: 30px;
  padding: 44px 30px;
}

.text-field-2 {
  padding: 30px;
}

.sidebar {
  width: 100%;
  margin-left: 0;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  position: static;
  top: 200px;
  box-shadow: 1px 1px 18px var(--color-n60ddefa6);
}

.shop-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  display: none;
}

.shop-wrapper.loading {
  opacity: 0;
}

.searchbox {
  height: 50px;
  border: 1px solid var(--color-746d8885);
  padding: 0 15px;
}

.select-field {
  height: 50px;
  background-color: var(--color-21d1ff8);
  border: 1px solid var(--color-746d8885);
  border-radius: 0;
}

.text-block {
  background-color: var(--color-n58536e15);
  margin-bottom: 10px;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.heading {
  margin-top: 0;
}

.empty-state {
  width: 100%;
  max-width: 1400px;
  background-color: var(--color-n58536e15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-label-2 {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 500;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image {
  margin-right: 5px;
}

.text-block-2 {
  font-style: italic;
  font-weight: 600;
}

.grid-2 {
  grid-template-areas: "Area";
}

.lottie-animation {
  width: 50px;
  height: 50px;
  background-color: var(--color-n73795a2);
  border-radius: 100%;
  padding: 0;
}

.info-product-wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 15px 0;
  display: block;
}

.heading-2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 59px;
}

.last-viewed-grid {
  width: 100%;
  max-width: 1200px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area";
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-card {
  width: 100%;
}

.last-viewed {
  background-color: var(--color-21d1ff8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.product-card {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

.wishlist {
  background-color: var(--color-21d1ff8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.wishlist-grid {
  width: 100%;
  max-width: 1200px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area";
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.wishlist-container {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-3 {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
}

.div-block-4 {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

.wishlist-single-product {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.l003-button {
  width: 70px;
  height: 70px;
  cursor: pointer;
  background-color: var(--color-7622d5a2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.lottie-heart {
  width: 70px;
  height: 70px;
}

.text-block-4 {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
}

.right-arrow {
  width: 100%;
  height: 75vh;
}

.slider {
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ecommerce-slider-wrapper {
  width: auto;
  height: auto;
  max-width: none;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: block;
}

.collection-list-wrapper {
  width: auto;
  height: auto;
}

.collection-item-2 {
  width: 80px;
  height: 100px;
}

.collection-item-3, .collection-list-wrapper-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.collection-item-4 {
  width: 100px;
  height: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  display: block;
}

.collection-list-wrapper-3 {
  width: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.collection-list-2 {
  flex-direction: row;
  margin-top: 10px;
  display: flex;
}

.icon-2 {
  color: var(--color-2052b6b);
  font-size: 22px;
}

.icon-3 {
  color: var(--color-2052b6b);
  font-size: 23px;
}

.variations-button-wrapper {
  display: none;
}

.variants-button {
  opacity: .4;
  color: var(--color-21d1ff8);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--color-n3bfa13e);
  border-radius: 0;
  margin-right: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.variants-button:hover {
  color: var(--color-21d1ff8);
  background-color: var(--color-15e05cea);
}

.variants-button:active {
  background-color: var(--color-4c8a7527);
}

.variants-button.selected {
  opacity: 1;
}

.single-quantity, .plural-quantity, .untracked-quantity, .out-of-stock-quantity {
  color: var(--color-203c2ae);
}

.section-2 {
  height: 90vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.section-sales{
  height: 70hv;
  background-color: #000000;
  justify-content: center;
  align-items: center;
  padding-top:30px;
}

.image-items{
  width: 100%;
  max-width: auto;
  margin: auto;
}
.background-video-2 {
  height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.button-3 {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  outline: 2px solid var(--color-21d1ff8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 6px;
  padding: 10px 45px;
  display: block;
}

.button-3:hover {
  background-color: var(--color-21d1ff8);
}

.section-3 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, .77);
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-2 {
  max-width: 1450px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.main-heading-wrap-2 {
  margin-top: 60px;
  margin-bottom: 0;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 84px;
  font-weight: 500;
  line-height: 100px;
}

.main-paragraph-wrap-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 40px;
}

.container-3 {
  width: 100%;
  max-width: 1600px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-4 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section-4.cc-store-home-wrap {
  z-index: -10;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-wrap-2 {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.collection-item-5 {
  width: 33%;
  text-align: center;
  flex: 0 auto;
  order: 1;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.section-5 {
  margin-top: 100px;
  display: none;
}

.section-6 {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.columns {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.column {
  padding-top: 10px;
  display: block;
}

.button-2 {
  outline-offset: 0px;
  color: var(--color-203c2ae);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  outline: 2px solid var(--color-203c2ae);
  margin: 20px 7px 0;
  padding: 10px 45px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-2:hover {
  outline-offset: 0px;
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
  border: 1px var(--color-203c2ae);
  outline: 3px var(--color-203c2ae);
}

.heading-4 {
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
  position: static;
}

.text-block-5 {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-6, .text-block-7 {
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.paragraph {
  color: var(--color-21d1ff8);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 36px;
  text-decoration: none;
}

.section-7 {
  background-color: var(--color-203c2ae);
  display: block;
}

.logo-link-2 {
  z-index: 1;
  text-decoration: none;
}

.logo-link-2:hover {
  opacity: .8;
}

.logo-link-2:active {
  opacity: .7;
}

.logo-link-2.w--current {
  text-decoration: none;
}

.footer-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  align-items: start;
  justify-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link-2 {
  opacity: 1;
  color: var(--color-21d1ff8);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link-2:hover {
  opacity: 1;
  color: var(--color-n56fd7ac9);
}

.footer-link-2.w--current {
  color: var(--color-21d1ff8);
  background-color: rgba(0, 0, 0, 0);
}

.label-2 {
  color: var(--color-21d1ff8);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
}

.column-2 {
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.text-block-8 {
  color: var(--color-21d1ff8);
  align-self: center;
  padding-left: 10px;
  font-size: 12px;
}

.column-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.column-4 {
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.test-en-sykkel {
  width: 100%;
  height: 100vh;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 10px;
}

.columns-2 {
  height: 100vh;
}

.column-5 {
  height: 100vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/202_ort_8126.jpg?v=70861998933978779661693575297);
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.column-6 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.heading-5 {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.column-7 {
  flex-direction: column;
  align-items: center;
  padding: 16px;
  display: flex;
}

.column-8 {
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.columns-3 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.heading-6 {
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.paragraph-3 {
  color: var(--color-203c2ae);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-9 {
  opacity: .6;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.section-8 {
  height: 100vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/ort06074.jpg?v=9289276889985720021693575409);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: var(--color-21d1ff8);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px var(--color-203c2ae);
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

.collection-list-3 {
  display: block;
}

.section-9 {
  height: 100vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/dsc_6137.jpg?v=1649862683626740571693575352);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  text-align: center;
  border-bottom: 2px solid var(--color-203c2ae);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.link-tab {
  color: var(--color-203c2ae);
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.link-tab:hover {
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
  font-size: 20px;
}

.link-tab.w--current {
  color: var(--color-21d1ff8);
  text-align: center;
  background-color: var(--color-203c2ae);
  font-size: 20px;
  text-decoration: underline;
}

.tab-link-tab-2 {
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.tab-link {
  color: var(--color-203c2ae);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  font-size: 20px;
}

.tab-link:hover {
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
}

.text-block-10, .text-block-11, .text-block-12 {
  text-align: center;
}

.tabs-content {
  padding-top: 20px;
}

.rich-text-block {
  margin-bottom: 0;
  padding: 20px 60px 25px 25px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 23px;
  display: block;
}

.container-4 {
  max-width: 1250px;
}

.tabs {
  opacity: 1;
  border-bottom: 2px var(--color-203c2ae);
}

.column-10 {
  height: auto;
  background-color: var(--color-21d1ff8);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.column-11 {
  height: 70vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.columns-4 {
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

.collection-list-wrapper-4 {
  margin-bottom: 100px;
}

.section-10 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-11 {
  background-color: var(--color-21d1ff8);
  margin-top: 60px;
  padding-top: 0;
  display: block;
}

.background-video-3 {
  height: 100vh;
}

.section-12 {
  height: 90vh;
  padding: 20px;
}

.column-12, .column-13 {
  height: 90vh;
}

.slide-2 {
  height: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  height: 800px;
}

.column-14 {
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.columns-5 {
  height: auto;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.column-15 {
  height: 70vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.section-13 {
  height: auto;
  margin-bottom: 60px;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.link-block {
  width: 100%;
  height: 820px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.add-to-cart-2 {
  margin-top: 20px;
}

.slider-3 {
  height: 850px;
}

.slide-3, .slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.link-block-2 {
  width: 400px;
  height: 35vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.heading-8 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.text-block-13 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.collection-item-7 {
  margin-bottom: 40px;
}

.column-16 {
  height: 80vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.column-17 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.section-14 {
  margin-top: 0;
}

.collection-list-wrapper-5 {
  display: block;
}

.tabs-menu-2 {
  text-align: center;
}

.tab-link-tab-2-2 {
  margin-right: 0;
}

.heading-9 {
  font-weight: 500;
}

.tabs-menu-3 {
  text-align: center;
  border-bottom: 2px var(--color-203c2ae);
  margin-bottom: 40px;
}

.link-block-3 {
  width: 100%;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.heading-10 {
  color: var(--color-203c2ae);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.collection-item-8 {
  text-align: center;
  flex-flow: column wrap;
  flex: 0 25%;
  order: 1;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.tabs-2 {
  margin-bottom: 100px;
}

.collection-item-9 {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-15 {
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-16 {
  height: 100vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/7562.jpg?v=73404331780819091901693575301);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  font-size: 48px;
  font-weight: 600;
}

.column-18 {
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.column-19 {
  height: 71vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.image-2 {
  flex: 0 auto;
  margin-right: 5px;
}

.text-block-14 {
  display: none;
}

.text-block-15 {
  font-family: Inter, sans-serif;
  font-weight: 200;
  line-height: 23px;
}

.text-block-16 {
  font-family: Inter, sans-serif;
  font-weight: 200;
  line-height: 20px;
}

.navbar {
  background-color: var(--color-21d1ff8);
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .21);
}

.nav-link {
  color: var(--color-203c2ae);
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  color: var(--color-n56fd7ac9);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--color-n56fd7ac9);
  font-weight: 600;
  text-decoration: underline;
}

.cart-item {
  display: block;
}

.text-block-17 {
  color: var(--color-203c2ae);
}

.cart-item-2 {
  display: block;
}

.section-17 {
  height: 90vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/sporveien_svart-002.webp?v=83460536250331110571693575443);
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-18 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-12 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-4 {
  text-align: center;
  margin-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.columns-7 {
  padding-bottom: 60px;
}

.container-5 {
  max-width: 1420px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.columns-8 {
  display: flex;
}

.columns-9 {
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-4 {
  height: 409px;
}

.icon-4 {
  color: var(--color-203c2ae);
  margin-left: 5px;
  font-size: 20px;
}

.icon-5 {
  color: var(--color-203c2ae);
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
}

.slide-nav {
  font-size: 13px;
}

.slide-5 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/sporveien_svart.webp?v=49037866749310932401693575446);
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/sporveiensideplate.webp?v=97965397245568101693575439);
  background-position: 50%;
  background-size: auto;
}

.collection-list-wrapper-6 {
  display: none;
}

.heading-13 {
  color: var(--color-21d1ff8);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.paragraph-5 {
  color: var(--color-21d1ff8);
  text-align: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 55px;
}

.section-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.default-state {
  text-align: left;
}

.text-block-18 {
  color: var(--color-203c2ae);
  background-color: rgba(0, 0, 0, 0);
}

.field-label, .quantity, .add-to-cart-button, .buy-now-button {
  display: none;
}

.button-group {
  text-align: center;
}

.option-list-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  border-radius: 20px;
}

.button-4:hover {
  color: var(--color-203c2ae);
  background-color: rgba(246, 169, 56, .33);
}

.heading-14 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
}

.field-label-2, .field-label-3 {
  font-family: Inter, sans-serif;
}

.form-block-3 {
  padding-top: 20px;
}

.field-label-4 {
  font-family: Inter, sans-serif;
}

.body-2 {
  background-color: var(--color-n20ac91b);
}

.product-detail-name-white {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.product-detail-price-white {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 45px;
}

.field-label-white {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
}

.submit-button {
  color: var(--color-203c2ae);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(246, 169, 56, .9);
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.submit-button:hover {
  background-color: var(--color-21d1ff8);
}

.buy-now-button-2 {
  padding-top: 12px;
}

.button-6 {
  color: var(--color-203c2ae);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(246, 169, 56, .9);
  border-radius: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.button-6:hover {
  color: var(--color-203c2ae);
  background-color: var(--color-21d1ff8);
}

.section-20 {
  height: 100vh;
}

.white-section {
  height: auto;
  background-color: var(--color-21d1ff8);
  margin-bottom: 0;
  padding: 30px 0 40px;
}

.column-20 {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.columns-10 {
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
}

.column-21 {
  height: 80vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  padding: 10px 40px 20px;
}

.heading-15 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.rich-text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.icon-6, .icon-7 {
  font-size: 23px;
}

.column-22 {
  margin-bottom: 60px;
}

.container-6 {
  max-width: 1420px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-3 {
  margin-top: 20px;
}

.text-field-nyhetsbrev {
  width: 330px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-16 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.paragraph-6 {
  margin-top: 20px;
  font-family: Inter, sans-serif;
}

.columns-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.section-21 {
  height: 90vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/ort_9077-kopi_1.jpg?v=119219063002146192691693575415);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-4 {
  height: 90vh;
}

.heading-17 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-19 {
  font-family: Inter, sans-serif;
}

.collection-list-wrapper-7 {
  display: block;
}

.dynamic-flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dynamic-items {
  flex-direction: column;
  flex: 0 25%;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.dynamic-link-block {
  width: 300px;
  height: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dynamic-link-block:hover {
  opacity: .8;
}

.option-2 {
  display: none;
}

.rich-text-block-3 {
  padding-left: 10px;
  padding-right: 5px;
}

.rich-text-block-4 {
  text-align: center;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.column-23 {
  height: 70vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.heading-18 {
  font-family: Inter, sans-serif;
  font-size: 31px;
}

.section-22 {
  height: 90vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/dsc_1837.webp?v=148761733963474515931693575350);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-timeline {
  max-width: 1450px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-left: 40px;
  padding-right: 40px;
}

.timeline {
  z-index: -3;
  position: relative;
}

.timeline-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-item {
  width: 100%;
  max-width: 1240px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: static;
}

.timeline_center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.timeline_right {
  color: var(--color-21d1ff8);
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.timeline_left {
  color: var(--color-203c2ae);
  text-align: right;
  padding-right: 10px;
}

.timeline_dato {
  z-index: 0;
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline-sirkel {
  width: 15px;
  height: 15px;
  background-color: var(--color-21d1ff8);
  border-radius: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_text {
  color: var(--color-21d1ff8);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: var(--color-4ff3ac55);
  position: absolute;
}

.timeline_progress_bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: var(--color-21d1ff8);
  position: fixed;
  bottom: 50vh;
}

.body_omoss {
  background-color: var(--color-203c2ae);
}

.section-23 {
  background-color: var(--color-21d1ff8);
}

.image-4 {
  width: 35px;
  height: 35px;
  color: rgba(0, 0, 0, 0);
  display: block;
}

.link-block-4 {
  color: var(--color-203c2ae);
  margin-left: 0;
  text-decoration: none;
}

.link-block-4:hover {
  color: rgba(246, 169, 56, .5);
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
}

.link-block-5 {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
}

.link-block-5:hover {
  opacity: .49;
}

.link-block-6 {
  color: var(--color-203c2ae);
  text-align: center;
  text-decoration: none;
}

.link-block-6:hover {
  color: rgba(246, 169, 56, .5);
  text-align: center;
}

.slide-7, .slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.video-html {
  width: 100%;
  height: 75vh;
}

.heading-19 {
  color: var(--color-21d1ff8);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.paragraph-7 {
  color: var(--color-21d1ff8);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 55px;
}

.container-7 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.container-buddy {
  max-width: 1400px;
}

.div-block-7 {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.colors-div {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.div-block-8 {
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-203c2ae);
  border-radius: 20px;
  margin-top: 0;
  margin-left: 5px;
}

.div-block-9 {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: 5px;
}

.heading-20 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 68px;
}

.text-block-21 {
  color: var(--color-21d1ff8);
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 39px;
}

.div-block-10 {
  background-color: var(--color-203c2ae);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px;
  display: flex;
}

.section-24 {
  padding-left: 36px;
  padding-right: 36px;
}

.container-8 {
  max-width: 1400px;
}

.div-block-11 {
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.div-block-12, .div-block-13 {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: 5px;
}

.column-24 {
  padding-left: 0;
  padding-right: 10px;
}

.collection-item-10 {
  margin-right: 0;
  padding-right: 10px;
}

.section-25 {
  padding: 41px;
}

.columns-12 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.dropdown-toggle {
  color: var(--color-21d1ff8);
  display: block;
}

.dropdown-toggle:hover {
  color: var(--color-n56fd7ac9);
  font-weight: 600;
}

.drop-nav-link {
  color: var(--color-203c2ae);
  background-color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
}

.drop-nav-link:hover {
  color: var(--color-n56fd7ac9);
  font-weight: 400;
  text-decoration: underline;
}

.drop-nav-link.w--current {
  color: var(--color-n56e3f895);
}

.heading-21 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.container-9 {
  max-width: 1450px;
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-3 {
  text-align: center;
}

.link-tab-2 {
  outline-offset: 0px;
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
  border-radius: 1px;
  outline: 3px solid var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-tab-2:hover {
  opacity: 1;
  color: var(--color-203c2ae);
  background-color: var(--color-21d1ff8);
  text-decoration: underline;
}

.link-tab-2.w--current {
  color: var(--color-203c2ae);
  background-color: var(--color-21d1ff8);
}

.tabs-menu-4 {
  background-color: var(--color-203c2ae);
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-item-11 {
  text-align: left;
  margin-bottom: 20px;
  padding: 10px;
}

.div-block-14 {
  height: 420px;
  background-color: var(--color-21d1ff8);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.heading-22 {
  color: var(--color-21d1ff8);
  text-align: left;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 38px;
}

.text-block-22 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-23 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.text-block-24 {
  color: var(--color-21d1ff8);
  font-weight: 200;
}

.tab-pane-ansatte {
  margin-bottom: 40px;
}

.div-block-15 {
  height: 80vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/unsplash-image-wjkc3xzjsxw.webp?v=134818304412598280281693575475);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-23 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-weight: 600;
  position: static;
}

.section-26 {
  height: 90vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-milj {
  height: 90vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/skog.jpg?v=132042398984288718451693575437);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
}

.heading-24 {
  text-align: center;
  font-weight: 500;
}

.paragraph-8 {
  text-align: center;
  padding: 0 22px 22px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
}

.div-block-17 {
  padding: 0 51px 51px;
}

.heading-25 {
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

.paragraph-9 {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.heading-26 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 66px;
  font-weight: 300;
  line-height: 87px;
}

.columns-13 {
  margin-bottom: 100px;
}

.text-block-25 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.columns-14 {
  margin-bottom: 40px;
}

.column-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.columns-15 {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.heading-27 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph-10 {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Inter, sans-serif;
}

.div-block-18, .div-block-19 {
  margin-bottom: 100px;
}

.heading-28 {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.column-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-29 {
  align-self: flex-start;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.div-block-20 {
  border: 2px solid var(--color-203c2ae);
  margin-bottom: 40px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.image-5 {
  margin-top: 20px;
}

.heading-30 {
  font-family: Inter, sans-serif;
}

.link {
  color: var(--color-n56fd7ac9);
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.link:hover {
  color: var(--color-203c2ae);
}

.heading-31 {
  color: var(--color-203c2ae);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-26 {
  color: var(--color-203c2ae);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 33px;
}

.paragraph-11 {
  color: var(--color-203c2ae);
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.column-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.map-2 {
  height: 500px;
  margin-bottom: 60px;
}

.columns-16 {
  margin-bottom: 40px;
}

.section-27 {
  height: auto;
  background-color: var(--color-203c2ae);
}

.heading-32 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.text-block-27 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.heading-33 {
  color: var(--color-21d1ff8);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.link-2 {
  color: var(--color-21d1ff8);
  margin-left: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.link-2:hover {
  color: var(--color-n56e3f895);
}

.info-wrapper {
  margin-top: 40px;
}

.text-block-28 {
  color: var(--color-21d1ff8);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
  line-height: 38px;
}

.white-divivder {
  outline-offset: 0px;
  border: 2px solid var(--color-21d1ff8);
  outline: 3px var(--color-2061be9);
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-17 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "."
                 "."
                 "Area-2"
                 "Area-2"
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.text-field-3, .text-field-4 {
  width: auto;
}

.field-label-5, .field-label-6 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.field-label-7 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.field-label-8 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-29, .error-message {
  font-family: Inter, sans-serif;
}

.text-field-5, .text-field-6, .textarea {
  border: 1px solid var(--color-203c2ae);
  border-radius: 3px;
}

.selger-anbelafer-div {
  background-color: var(--color-203c2ae);
  flex: 1;
  text-decoration: none;
}

.text-block-30 {
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
  flex: 0 auto;
  align-self: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.columns-18 {
  margin-bottom: 100px;
}

.text-block-31 {
  color: var(--color-203c2ae);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.text-block-32 {
  color: var(--color-203c2ae);
  text-align: center;
}

.tabs-4 {
  max-width: 1450px;
  padding: 0;
  display: block;
}

.container-10 {
  max-width: 1200px;
}

.rich-text-block-5 {
  color: var(--color-21d1ff8);
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.tabs-content-2 {
  padding: 41px;
}

.tabs-menu-5 {
  background-color: var(--color-21d1ff8);
  border-radius: 3px;
  display: flex;
}

.link-tab-02 {
  text-align: center;
  background-color: rgba(139, 139, 139, .8);
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.link-tab-02:hover {
  color: var(--color-21d1ff8);
  background-color: rgba(0, 0, 0, .8);
}

.link-tab-02.w--current {
  background-color: var(--color-n533386be);
}

.link-tab-2-copy {
  outline-offset: 0px;
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
  border-radius: 1px;
  outline: 3px solid var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-tab-2-copy:hover {
  opacity: 1;
  color: var(--color-203c2ae);
  background-color: var(--color-21d1ff8);
  text-decoration: underline;
}

.link-tab-2-copy.w--current {
  color: var(--color-203c2ae);
  background-color: var(--color-21d1ff8);
}

.text-block-33 {
  color: var(--color-203c2ae);
}

.collection-list-5 {
  flex-flow: wrap;
  align-content: stretch;
  display: flex;
}

.price-tilbeh-r {
  margin-top: 10px;
  font-family: Inter, sans-serif;
}

.link-name {
  color: var(--color-203c2ae);
  margin-top: 15px;
  text-decoration: none;
}

.link-name:hover {
  color: var(--color-203c2ae);
  text-decoration: underline;
}

.columns-19 {
  margin-bottom: 40px;
}

.section-21-copy {
  height: 90vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/ort06045.jpg?v=101833192457864436131693575405);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-historie {
  height: 90vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/placeholder-3.svg?v=20635138611188533631693575423);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.button-7 {
  width: 35px;
  height: 35px;
  color: rgba(0, 0, 0, 0);
  background-color: var(--color-21d1ff8);
  border-radius: 100%;
  margin-right: 5px;
  padding: 0;
  font-size: 10px;
  line-height: 19px;
}

.button-7:first-child {
  border-style: solid;
  border-width: 1px;
}

.button-7:hover {
  border-width: 2px;
}

.button-7.w--ecommerce-pill-selected {
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
}

.text-block-34 {
  z-index: -1;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: block;
  position: static;
  top: 0;
  left: 60px;
}

.option-3 {
  position: relative;
  left: auto;
}

.submit-button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--color-n56fd7ac9);
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-2:hover {
  background-color: rgba(49, 48, 48, .8);
}

.add-to-cart-button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--color-n56fd7ac9);
  border-radius: 16px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.add-to-cart-button-2:hover {
  background-color: rgba(53, 53, 53, .8);
}

.buy-now-button-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--color-n56fd7ac9);
  border-radius: 16px;
  margin-left: auto;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}

.buy-now-button-3:hover {
  color: var(--color-n533386be);
  background-color: rgba(47, 47, 47, .8);
}

.image-6 {
  border-radius: 20px;
}

.paragraph-12 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
  position: static;
}

.add-to-cart-3 {
  padding-left: 10px;
}

.columns-20 {
  margin-top: 40px;
}

.section-28 {
  width: auto;
  height: 200px;
  color: var(--color-21d1ff8);
  background-color: var(--color-21d1ff8);
}

.default-state-2 {
  margin-left: 0;
  display: block;
}

.text-block-35 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.default-state-3 {
  flex-direction: column;
  display: block;
}

.field-label-9 {
  color: var(--color-203c2ae);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.field-label-10 {
  color: var(--color-203c2ae);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.container-11 {
  max-width: 1450px;
}

.product-information {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.text-block-36 {
  z-index: -2;
  color: rgba(0, 0, 0, 0);
  position: absolute;
}

.buddy-x1-tabs-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: block;
}

.collection-list-6 {
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.column-40, .column-41, .column-42, .column-43, .column-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-8 {
  margin-top: 10px;
}

.tab-link-tab-1 {
  width: 20px;
  height: 20px;
  outline-offset: 0px;
  color: rgba(0, 0, 0, 0);
  border: 1px var(--color-203c2ae);
  border-radius: 20px;
  outline: 1px var(--color-203c2ae);
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.tab-link-tab-1:hover {
  opacity: .62;
}

.tab-link-tab-1.w--current {
  color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.tab-link-tab-2-3 {
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

.tab-link-tab-2-3:hover {
  opacity: .64;
  color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2-3.w--current {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  outline: 1px solid var(--color-203c2ae);
}

.text-block-37 {
  font-size: 0;
  line-height: 0;
}

.tab-link-tab-3 {
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.tab-link-tab-3:hover {
  opacity: .62;
}

.tab-link-tab-3.w--current {
  width: 20px;
  height: 20px;
  outline-offset: 0px;
  color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  outline: 1px solid var(--color-203c2ae);
  margin-right: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.tabs-content-3 {
  margin-bottom: 0;
}

.tabs-menu-6 {
  margin-top: 10px;
  margin-left: 5px;
}

.tab-link-tab-1-2 {
  width: 20px;
  height: 20px;
  outline-offset: 0px;
  color: rgba(0, 0, 0, 0);
  border: 1px var(--color-203c2ae);
  border-radius: 20px;
  outline: 1px var(--color-203c2ae);
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.tab-link-tab-1-2.w--current {
  width: 20px;
  height: 20px;
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid var(--color-203c2ae);
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.tab-link-tab-2-4 {
  width: 20px;
  height: 20px;
  outline-offset: 0px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  outline: 0 solid var(--color-203c2ae);
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.tab-link-tab-2-4:hover {
  opacity: .75;
}

.tab-link-tab-2-4.w--current {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  outline: 1px var(--color-203c2ae);
}

.tabs-menu-7 {
  color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  font-size: 0;
  line-height: 0;
}

.product-variant-image {
  width: 100%;
  height: 440px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  line-height: 22px;
  display: flex;
}

.dynamic-items-bike {
  flex-direction: column;
  flex: 1;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.collection-list-7 {
  flex-wrap: wrap;
  display: flex;
}

.div-block-22 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns-21 {
  flex: 1;
  display: block;
}

.mobile-menu {
  z-index: 10;
  padding: 20px;
  position: fixed;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.menu-icon_02 {
  width: 30px;
}

.nav-full-screen {
  z-index: 99999;
  height: 100vh;
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-mobile {
  color: var(--color-21d1ff8);
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 43px;
  text-decoration: none;
}

.icon-8, .dropdown-list {
  color: var(--color-21d1ff8);
}

.dropdown-list.w--open {
  text-align: center;
  background-color: var(--color-203c2ae);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.close_button_02 {
  border: 1px solid var(--color-21d1ff8);
  border-radius: 4px;
  padding: 20px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.image-7 {
  width: 35px;
}

.div-block-23 {
  display: none;
}

.field-label-11 {
  text-align: center;
  display: none;
}

.default-state-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.quantity-2 {
  display: none;
}

.add-to-cart-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.default-state-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.field-label-12, .quantity-3 {
  display: none;
}

.collection-item-12 {
  background-color: var(--color-203c2ae);
  flex-direction: column;
  flex: 0 23%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 19px;
  display: flex;
}

.collection-list-wrapper-9 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list-8 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-8 {
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.link-block-8:hover {
  opacity: .51;
}

.heading-34 {
  color: var(--color-21d1ff8);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 43px;
}

.text-block-38 {
  color: var(--color-21d1ff8);
  text-align: center;
  margin-top: 10px;
}

.link-3 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.collection-list-9 {
  flex-wrap: wrap;
  display: flex;
}

.ansatt-section {
  height: 90vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/dsc_6266_01.webp?v=118408117810647352931693575356);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9, .image-10 {
  margin-bottom: 10px;
}

.paragraph-14 {
  margin-top: 10px;
}

.image-11 {
  margin-top: 20px;
}

.image-12 {
  margin-bottom: 10px;
}

.paragraph-15 {
  margin-top: 10px;
}

.image-13 {
  margin-bottom: 10px;
}

.paragraph-16 {
  color: var(--color-21d1ff8);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.quantity-4 {
  display: none;
}

.add-to-cart-button-4 {
  color: rgba(0, 0, 0, 0);
}

.paragraph-17 {
  color: var(--color-203c2ae);
  margin-top: 5px;
  padding-top: 5px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: block;
}

.link-block-9 {
  margin-top: 20px;
  text-decoration: none;
}

.link-block-9:hover {
  opacity: .8;
}

.add-to-cart-button-5 {
  width: 35px;
  height: 35px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

.default-state-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quantity-5 {
  display: none;
}

.cart-wrapper {
  opacity: 1;
}

.quantity-6 {
  display: none;
}

.button-group-2 {
  justify-content: center;
  align-items: center;
}

.quantity-7, .quantity-8, .quantity-9, .quantity-10, .quantity-11, .quantity-12, .quantity-13, .quantity-14, .quantity-15, .quantity-16, .quantity-17, .quantity-18, .quantity-19, .quantity-20, .quantity-21, .quantity-22, .quantity-23 {
  display: none;
}

.text-block-39, .text-block-40, .text-block-41 {
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.field-label-13, .field-label-14, .quantity-24 {
  display: none;
}

.text-block-42 {
  font-size: 12px;
  line-height: 15px;
}

.button-8 {
  border-radius: 3px;
}

.form-2 {
  display: none;
}

.button-9 {
  width: 35px;
  height: 35px;
  border-radius: 20px;
}

.paragraph-18 {
  margin-top: 20px;
}

.paragraph-19, .image-15, .paragraph-20 {
  margin-top: 10px;
}

.paragraph-21 {
  margin-top: 20px;
}

.div-block-24 {
  display: none;
}

.tabs-menu-8 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.slider-6 {
  height: 400px;
}

.slide-nav-3 {
  display: none;
}

.icon-11 {
  color: var(--color-21d1ff8);
  margin-right: 10px;
  font-size: 20px;
}

.icon-12 {
  color: var(--color-21d1ff8);
  margin-left: 10px;
  font-size: 20px;
}

.slide-9 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/entra3.webp?v=179634577151451472181693575366);
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/entra.webp?v=42869451416711841761693575362);
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/svartentra.webp?v=38905736181784544571693575450);
  background-position: 50%;
  background-size: cover;
}

.slider-7 {
  height: 400px;
}

.slide-nav-4 {
  display: none;
}

.icon-13 {
  color: var(--color-21d1ff8);
  margin-left: 40px;
  margin-right: 10px;
  font-size: 20px;
}

.icon-14 {
  color: var(--color-21d1ff8);
  margin-left: 10px;
  font-size: 20px;
}

.slide-12 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/veidekke.webp?v=132413866492184132951693575480);
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/veidekke4.webp?v=103348585478898593681693575483);
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/ngk.webp?v=83048390656044512881693575390);
  background-position: 50%;
  background-size: cover;
}

.slider-8 {
  height: 450px;
}

.slide-nav-5 {
  display: none;
}

.icon-15 {
  color: var(--color-21d1ff8);
  margin-right: 10px;
  font-size: 20px;
}

.icon-16 {
  color: var(--color-21d1ff8);
  margin-left: 10px;
  font-size: 20px;
}

.slide-15 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/hoegh.webp?v=109405050499629415181693575372);
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/hegh2-001.webp?v=138744059536382653581693575370);
  background-position: 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/hoegheiendom.webp?v=174217183295012202251693575376);
  background-position: 50%;
  background-size: cover;
}

.slider-9 {
  height: 400px;
}

.slide-nav-6 {
  display: none;
}

.icon-17 {
  color: var(--color-21d1ff8);
  margin-left: 10px;
  font-size: 20px;
}

.icon-18 {
  color: var(--color-21d1ff8);
  margin-right: 10px;
  font-size: 20px;
}

.slide-18 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/anthonbnilsen2.jpg.webp?2884);
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/anthonbnilsen3.webp?v=120716146002530864991693575310);
  background-position: 50%;
  background-size: cover;
}

.slide-nav-7 {
  display: none;
}

.icon-19 {
  color: var(--color-203c2ae);
  margin-right: 10px;
  font-size: 20px;
}

.icon-20 {
  color: var(--color-203c2ae);
  margin-left: 10px;
  font-size: 20px;
}

.slider-10 {
  height: 400px;
}

.slide-20 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/.?2884);
  background-position: 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/ramboll.webp?v=6444210642011944501693575433);
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/.?2884);
  background-position: 50%;
  background-size: cover;
}

.icon-21 {
  margin-left: 10px;
  font-size: 20px;
}

.icon-22 {
  margin-right: 10px;
  font-size: 20px;
}

.slide-nav-8 {
  display: none;
}

.slider-11 {
  height: 400px;
}

.slide-23 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/tordenfilm.webp?v=4758097468381388491693575456);
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/tordenfilm2.webp?v=171764782051622110201693575459);
  background-position: 50%;
  background-size: cover;
}

.slide-25 {
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/tordenfilm3.webp?v=163849198777569138091693575462);
  background-position: 50%;
  background-size: cover;
}

.tabs-content-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-9 {
  text-align: center;
  margin-top: 0;
}

.tabs-menu-10 {
  text-align: center;
}

.image-16 {
  padding: 43px;
}

.section-29 {
  height: 90vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/skog.jpg?v=132042398984288718451693575437);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-36 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
}

.rich-text-block-6 {
  color: var(--color-21d1ff8);
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.rich-text-block-7 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--color-21d1ff8);
  flex-direction: row;
  padding-left: 0;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 29px;
  display: block;
  position: static;
}

.heading-37 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-10 {
  color: var(--color-203c2ae);
  background-color: var(--color-n533386be);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.button-10:hover {
  color: var(--color-21d1ff8);
  background-color: rgba(79, 79, 79, .8);
}

.section-30 {
  height: 100vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/ui5l6.webp?v=26878197503586934431693575468);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-31 {
  height: 100vh;
  background-image: url(//buddybike.no/cdn/shop/t/9/assets/ort_9248_02.webp?v=84611344647907529761693575420);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-24, .columns-25, .columns-26, .columns-27, .columns-28, .columns-29, .quantity-25 {
  display: none;
}

.section-32 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.video-url {
  width: 100%;
  height: 100%;
  position: absolute;
}

.x1-column-mobile {
  display: none;
}

.dynamic-link-image {
  width: 250px;
  height: auto;
}

.variant-image-01 {
  width: 250px;
  height: 250px;
}

.variant-image-02 {
  width: 250px;
  height: auto;
}

.variant-image-03, .variant-image-04 {
  width: 250px;
  height: 250px;
}

.body-3 {
  background-color: var(--color-203c2ae);
}

.text-block-43 {
  color: var(--color-21d1ff8);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.field-label-15 {
  color: var(--color-21d1ff8);
  font-family: Inter, sans-serif;
}

.select-field-2 {
  margin-bottom: 20px;
}

.heading-38 {
  color: var(--color-21d1ff8);
  margin-top: 40px;
  font-family: Inter, sans-serif;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.checkbox-label-3 {
  color: var(--color-21d1ff8);
  text-transform: none;
  padding-left: 5px;
  font-family: Inter, sans-serif;
}

.checkbox-field-2 {
  align-items: center;
  display: flex;
}

.buddy-x1-form {
  margin-top: 10px;
}

.slider-12 {
  height: 600px;
}

.icon-23 {
  font-size: 20px;
}

.icon-24 {
  margin-right: 30px;
  font-size: 20px;
}

.slide-26, .slide-27 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-17-white {
  color: var(--color-21d1ff8);
  margin-top: 5px;
  padding-top: 5px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.link-block-10, .link-block-11, .link-block-12 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-family: Inter, sans-serif;
}

.link-block-13, .link-block-14 {
  margin-left: auto;
}

.link-block-15 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-16, .link-block-17 {
  margin-left: auto;
}

.field-label-16, .field-label-17 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.field-label-18 {
  color: var(--color-21d1ff8);
  background-color: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.quick-stack, .quick-stack-2 {
  margin-top: 60px;
}

.tab-pane-tab-1-2 {
  padding-right: 0;
}

.paragraph-23 {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-24 {
  padding-top: 4px;
  font-size: 12px;
  line-height: 25px;
}

.heading-39 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 42px;
}

.paragraph-25 {
  margin-top: 5px;
  font-size: 12px;
  line-height: 19px;
}

.heading-40 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 46px;
}

.button-11 {
  width: auto;
  height: auto;
  border-radius: 20px;
  font-size: 22px;
  line-height: 31px;
}

.button-11:hover {
  background-color: var(--color-n56fd7ac9);
}

.button-11.w--ecommerce-pill-selected {
  color: var(--color-21d1ff8);
}

.button-group-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-26 {
  color: var(--color-21d1ff8);
  margin-top: 10px;
  font-family: Inter, sans-serif;
}

.heading-41 {
  font-size: 32px;
  line-height: 38px;
}

.text-block-44 {
  margin-top: 5px;
  font-size: 12px;
  line-height: 17px;
}

.image-25 {
  margin-top: 20px;
}

.heading-42, .heading-43 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.paragraph-27 {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
}

.heading-44, .heading-45, .heading-46 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.heading-47 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 28px;
}

.heading-48 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.heading-49 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.heading-50 {
  font-size: 32px;
  line-height: 38px;
}

.rich-text-block-8 {
  color: var(--color-21d1ff8);
  text-decoration: none;
}

.rich-text-block-9 {
  margin-bottom: 20px;
}

.heading-51, .heading-52, .heading-53, .heading-54 {
  font-size: 32px;
  line-height: 38px;
}

.image-26 {
  margin-top: 40px;
}

.heading-55 {
  font-size: 32px;
  line-height: 38px;
}

.paragraph-28 {
  font-size: 12px;
  line-height: 20px;
}

.heading-56, .heading-57 {
  font-size: 32px;
  line-height: 38px;
}

.heading-58, .heading-59 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.heading-60 {
  margin-top: 40px;
  font-size: 32px;
  line-height: 38px;
}

.heading-61, .heading-62 {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.paragraph-29 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 25px;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  padding: 34px;
  display: flex;
}

.body-x1 {
  background-color: rgba(0, 0, 0, 0);
}

.html-embed {
  margin-bottom: 20px;
}

.section-33, .section-34 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.colour-swatch {
  width: 2rem;
  height: 2rem;
  background-color: var(--color-n56fd7ac9);
  border: 1px solid var(--color-203c2ae);
  border-radius: 20rem;
}

.colour-swatch.hvit {
  background-color: var(--color-21d1ff8);
}

.colour-swatch.monument-grey {
  background-color: var(--color-59365750);
}

.colour-swatch.lys-rosa {
  background-color: var(--color-58f2f5f9);
}

.colour-swatch.lys-bl {
  text-align: center;
  background-color: var(--color-5792105d);
}

.colour-swatch.bl {
  background-color: var(--color-749bbacc);
}

.colour-swatch.gr {
  background-color: var(--color-a2a8717);
}

.button-12 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: flex;
}

.button-12.w--ecommerce-pill-selected {
  color: var(--color-21d1ff8);
  background-color: var(--color-203c2ae);
  border-width: 2px;
  display: flex;
}

.text-block-45 {
  font-size: 12px;
}

.field-label-19, .quantity-26 {
  display: none;
}

.buy-now-button-4 {
  margin-left: auto;
}

.field-label-20 {
  display: none;
}

.text-span {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-46 {
  font-family: Inter, sans-serif;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 33px;
  }

  .cart-div-block {
    height: auto;
  }

  .section {
    display: block;
  }

  .section.cc-product-detail {
    height: auto;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 30px;
    display: block;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
    font-size: 12px;
  }

  .button:hover {
    background-color: var(--color-n56fd7ac9);
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .product-name-text {
    font-size: 17px;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: var(--color-21d1ff8);
  }

  .cart {
    z-index: 999999999;
    margin-left: 0;
    margin-right: 30px;
    position: absolute;
    top: 2%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navigation {
    padding: 25px 30px;
    display: none;
  }

  .text-field.cc-quantity-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: var(--color-n54e85f3e);
  }

  .navigation-item:active {
    background-color: var(--color-n3b53519f);
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 10px;
  }

  .intro-text {
    width: auto;
  }

  .main-paragraph-wrap {
    padding-bottom: 10px;
  }

  .product-image-wrap {
    height: 181px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-description {
    align-items: flex-start;
    display: flex;
  }

  .product-price-text {
    font-size: 13px;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    width: 100%;
    text-align: left;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .product-detail-price {
    line-height: 29px;
  }

  .product-detail-name {
    line-height: 46px;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .shop-wrapper {
    grid-template-columns: 1fr;
    padding-right: 30px;
  }

  .info-product-wrapper {
    padding-right: 0;
  }

  .last-viewed-grid {
    grid-template-columns: 1fr 1fr;
  }

  .last-viewed {
    padding-left: 21px;
    padding-right: 21px;
  }

  .product-card {
    width: auto;
  }

  .wishlist {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wishlist-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    height: 50vh;
  }

  .slide {
    background-size: contain;
  }

  .ecommerce-slider-wrapper {
    flex-direction: column;
  }

  .collection-list-2 {
    display: flex;
  }

  .variants-button {
    justify-content: center;
  }

  .collection-wrap-2 {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item-5 {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    height: auto;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-link-2.w--current {
    flex: 1;
  }

  .footer-link-2 {
    margin-left: auto;
    font-size: 14px;
  }

  .label-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .test-en-sykkel {
    width: auto;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .heading-5 {
    text-align: center;
    font-size: 29px;
    line-height: 43px;
  }

  .heading-7 {
    font-size: 42px;
    line-height: 60px;
  }

  .tabs-menu {
    display: block;
  }

  .rich-text-block {
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .column-10 {
    height: auto;
    display: block;
  }

  .column-11 {
    height: 500px;
  }

  .columns-4 {
    height: auto;
  }

  .section-11 {
    margin-top: 20px;
  }

  .column-14 {
    height: auto;
    display: flex;
  }

  .columns-5 {
    flex: 0 auto;
    display: block;
  }

  .column-15 {
    height: 350px;
  }

  .columns-6 {
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    display: flex;
  }

  .slider-3 {
    height: 600px;
  }

  .column-16 {
    height: 40vh;
  }

  .column-17 {
    height: auto;
    padding-left: 0;
    padding-right: 10px;
  }

  .link-block-3 {
    width: 100%;
    height: 300px;
  }

  .section-15 {
    margin-top: 40px;
  }

  .column-18 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .column-19 {
    height: 500px;
  }

  .navbar {
    display: none;
  }

  .section-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-12 {
    font-size: 19px;
    line-height: 40px;
  }

  .paragraph-4 {
    line-height: 33px;
  }

  .columns-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-4 {
    height: 250px;
  }

  .paragraph-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 26px;
    line-height: 41px;
  }

  .column-20, .columns-10, .column-21 {
    height: 40vh;
  }

  .dynamic-items {
    flex-basis: 33.3333%;
    padding: 10px;
  }

  .dynamic-link-block {
    width: 200px;
    height: 300px;
  }

  .column-23 {
    height: 500px;
  }

  .div-block-8 {
    border: 1px solid var(--color-203c2ae);
  }

  .heading-20 {
    text-align: center;
  }

  .collection-item-11 {
    flex: 0 33.333%;
  }

  .div-block-14 {
    height: 250px;
  }

  .heading-22 {
    font-size: 18px;
  }

  .text-block-22 {
    font-size: 15px;
    line-height: 21px;
  }

  .text-block-23, .text-block-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .map-2 {
    height: 300px;
  }

  .text-block-30 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 23px;
  }

  .column-29, .collection-list-4 {
    text-align: left;
  }

  .columns-20 {
    display: flex;
  }

  .paragraph-13 {
    font-family: Inter, sans-serif;
    line-height: 26px;
  }

  .product-variant-image {
    height: 196px;
  }

  .dynamic-items-bike {
    flex: 1;
    margin-right: 10px;
  }

  .mobile-menu {
    background-color: var(--color-203c2ae);
    border-radius: 5px;
    padding: 10px;
    top: 2%;
  }

  .menu-icon_02 {
    width: 25px;
  }

  .nav-full-screen {
    display: none;
  }

  .close_button_02 {
    padding: 10px;
    display: flex;
  }

  .image-7 {
    width: 25px;
  }

  .div-block-23 {
    height: auto;
    display: block;
    position: absolute;
    top: 1%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-block-7 {
    width: 100px;
    text-align: center;
    position: absolute;
    top: 2%;
    bottom: auto;
    left: 44%;
    right: 0%;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .collection-item-12 {
    height: 60vh;
    flex-basis: 47%;
    justify-content: flex-start;
  }

  .image-14 {
    margin-bottom: 10px;
  }

  .slider-6, .slider-7 {
    height: 200px;
  }

  .icon-13 {
    margin-left: 55px;
    margin-right: 5px;
  }

  .icon-14 {
    margin-left: 5px;
  }

  .slider-8, .slider-9, .slider-10, .slider-11 {
    height: 250px;
  }

  .tabs-5 {
    display: block;
  }

  .tabs-content-4 {
    width: 100%;
  }

  .tab-pane-tab-1 {
    flex: 1;
  }

  .columns-23 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rich-text-block-7 {
    padding-right: 20px;
  }

  .section-30 {
    height: 80vh;
  }

  .x1-column-mobile {
    display: none;
  }

  .dynamic-link-image {
    width: auto;
    height: auto;
  }

  .variant-image-01, .variant-image-03, .variant-image-04 {
    height: auto;
  }

  .link-block-10, .link-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-8 {
    font-size: 13px;
  }

  .heading-51 {
    font-size: 28px;
    line-height: 35px;
  }

  .link-4 {
    color: var(--color-21d1ff8);
    margin-left: auto;
    font-size: 15px;
  }

  .link-5 {
    color: var(--color-21d1ff8);
    margin-left: auto;
    margin-right: 0;
    font-size: 15px;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 27px;
  }

  .cart-div-block {
    height: auto;
  }

  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-product-detail {
    height: 80vh;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger {
    color: var(--color-203c2ae);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }

  .button:hover {
    background-color: var(--color-n56fd7ac9);
  }

  .button.cc-cart {
    border-radius: 5px;
    display: flex;
    position: fixed;
    top: 1%;
    bottom: auto;
    left: auto;
    right: 1%;
  }

  .heading-jumbo-tiny {
    color: var(--color-203c2ae);
    font-weight: 600;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    flex: 0 auto;
    display: block;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .product-name-text {
    font-size: 32px;
    line-height: 38px;
  }

  .product-name-text.cc-name-text-cart {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart {
    top: 1%;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field {
    width: auto;
  }

  .text-field.cc-subscribe-text-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .product-image-wrap {
    width: auto;
    height: 350px;
  }

  .product-price-text {
    font-size: 16px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: auto;
    flex-direction: column;
    margin-bottom: 40px;
    display: block;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .shop-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-card {
    width: 100%;
  }

  .wishlist {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wishlist-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    height: 500px;
  }

  .section-3 {
    display: none;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-heading-wrap-2 {
    margin-top: 0;
  }

  .heading-3 {
    font-size: 60px;
    line-height: 74px;
  }

  .main-paragraph-wrap-2 {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-3 {
    text-align: center;
    margin-left: auto;
  }

  .section-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-4.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    height: auto;
  }

  .column {
    height: auto;
    margin-bottom: 0;
  }

  .paragraph {
    text-align: left;
  }

  .logo-link-2 {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .footer-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 60px;
    display: block;
  }

  .footer-link-2 {
    margin-top: 10px;
  }

  .label-2 {
    text-align: center;
    align-self: auto;
    margin-bottom: 10px;
  }

  .columns-2 {
    height: 50vh;
  }

  .column-6 {
    height: 50vh;
    justify-content: flex-start;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 23px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .link-tab {
    text-align: center;
  }

  .rich-text-block {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .column-11 {
    height: 400px;
  }

  .section-11 {
    margin-top: 20px;
  }

  .background-video-3 {
    height: 80vh;
  }

  .column-14 {
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .column-15 {
    height: 400px;
    margin-top: 40px;
  }

  .columns-6 {
    display: block;
  }

  .tabs-menu-3 {
    flex-direction: column;
    display: flex;
  }

  .link-block-3 {
    width: 100%;
    height: 345px;
  }

  .section-15 {
    margin-top: 20px;
  }

  .column-18 {
    height: auto;
    display: block;
  }

  .column-19 {
    height: 400px;
    margin-bottom: 40px;
  }

  .cart-item {
    color: var(--color-203c2ae);
    text-align: left;
    display: block;
  }

  .text-block-17 {
    color: var(--color-203c2ae);
  }

  .paragraph-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-4 {
    height: 300px;
  }

  .icon-4 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .icon-5 {
    margin-right: 5px;
  }

  .column-20, .columns-10 {
    height: auto;
  }

  .paragraph-6 {
    font-family: Inter, sans-serif;
  }

  .dynamic-flex {
    align-items: flex-start;
  }

  .dynamic-items {
    flex-basis: 50%;
    margin-bottom: 20px;
  }

  .dynamic-link-block {
    width: 180px;
    height: 230px;
  }

  .column-23 {
    height: 400px;
  }

  .section-timeline {
    padding-right: 20px;
  }

  .timeline_right {
    padding-left: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .timeline-sirkel {
    padding-left: 0;
  }

  .timeline_text {
    margin-right: auto;
    font-size: 12px;
    line-height: 20px;
  }

  .column-24 {
    margin-bottom: 20px;
  }

  .collection-item-11 {
    flex: 0 50%;
    order: 1;
  }

  .div-block-14 {
    height: 350px;
  }

  .heading-22 {
    font-size: 20px;
  }

  .paragraph-8 {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-25, .paragraph-9 {
    text-align: center;
  }

  .heading-26 {
    font-size: 50px;
    line-height: 66px;
  }

  .column-25 {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .columns-15 {
    display: block;
  }

  .heading-27 {
    text-align: center;
  }

  .heading-28 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 33px;
  }

  .column-26 {
    display: block;
  }

  .heading-29 {
    text-align: center;
  }

  .map-2 {
    height: 400px;
  }

  .column-28 {
    margin-bottom: 20px;
  }

  .text-block-30 {
    font-size: 16px;
    line-height: 26px;
  }

  .tabs-content-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-30, .column-31, .column-32, .column-33 {
    margin-bottom: 20px;
  }

  .add-to-cart-button-2 {
    margin-top: 40px;
  }

  .default-state-3 {
    display: block;
  }

  .column-34 {
    text-align: left;
    margin-bottom: 40px;
  }

  .column-35, .column-36, .column-37 {
    margin-bottom: 40px;
  }

  .column-40, .column-41 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-42 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .column-43 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-44 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .product-variant-image {
    height: 350px;
  }

  .collection-list-7 {
    text-align: left;
    display: block;
  }

  .nav-link-mobile {
    font-size: 30px;
    line-height: 39px;
  }

  .close_button_02 {
    padding: 8px;
  }

  .image-7 {
    width: 25px;
  }

  .div-block-23 {
    display: block;
  }

  .collection-item-12 {
    height: auto;
    flex-basis: 48%;
    justify-content: flex-start;
    margin-right: 10px;
    padding: 19px;
  }

  .link-block-8 {
    height: 200px;
  }

  .heading-34 {
    font-size: 22px;
    line-height: 38px;
  }

  .image-14 {
    margin-bottom: 10px;
  }

  .div-block-24 {
    display: none;
  }

  .slider-6 {
    height: 300px;
  }

  .icon-11 {
    margin-right: 5px;
  }

  .icon-12 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider-7 {
    height: 339px;
  }

  .icon-13 {
    margin-left: 30px;
  }

  .slider-8 {
    height: 365px;
  }

  .slider-9, .slider-10, .slider-11 {
    height: 330px;
  }

  .tabs-menu-9 {
    margin-top: 0;
  }

  .rich-text-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-37 {
    font-size: 37px;
  }

  .button-10 {
    background-color: var(--color-21d1ff8);
    margin-left: 0;
    padding: 13px 45px;
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 34px;
  }

  .section-30, .section-31 {
    height: 80vh;
  }

  .dynamic-link-image {
    width: 176px;
  }

  .icon-23 {
    margin-left: 10px;
  }

  .icon-24 {
    margin-right: 10px;
  }

  .bold-text {
    font-family: Inter, sans-serif;
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
  }

  .heading-39 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-40 {
    font-size: 20px;
    line-height: 31px;
  }

  .heading-41 {
    font-size: 22px;
    line-height: 29px;
  }

  .heading-42 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-43 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-44 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-45 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-46, .heading-47 {
    font-size: 20px;
    line-height: 23px;
  }

  .heading-48 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-49, .heading-50 {
    font-size: 20px;
    line-height: 27px;
  }

  .rich-text-block-8 {
    margin-left: auto;
    font-size: 11px;
  }

  .heading-52 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-53, .heading-54, .heading-55 {
    font-size: 20px;
    line-height: 27px;
  }

  .paragraph-28 {
    font-size: 9px;
    line-height: 15px;
  }

  .heading-56, .heading-57, .heading-58, .heading-59, .heading-60, .heading-61, .heading-62 {
    font-size: 20px;
    line-height: 27px;
  }

  .paragraph-29 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .section.cc-product-detail {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    border-radius: 16px;
    padding: 10px;
    font-size: 12px;
  }

  .button:hover {
    background-color: var(--color-n56fd7ac9);
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .product-name-text {
    margin-top: 0;
    font-size: 32px;
    line-height: 41px;
  }

  .product-name-text.cc-name-text-cart {
    font-size: 17px;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .product-image-wrap {
    height: 250px;
  }

  .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .order-item-price {
    margin-left: 24px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-product-wrapper {
    padding-top: 0;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 42px;
  }

  .last-viewed-grid {
    grid-template-columns: 1fr;
  }

  .last-viewed {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wishlist {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wishlist-grid {
    grid-template-columns: 1fr;
  }

  .slider {
    height: 250px;
  }

  .collection-item-4 {
    width: 86px;
    height: 86px;
  }

  .container-2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-heading-wrap-2 {
    margin-top: 0;
  }

  .heading-3 {
    font-size: 48px;
    line-height: 62px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .section-6 {
    height: auto;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column {
    height: auto;
    margin-bottom: 10px;
  }

  .button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .test-en-sykkel {
    padding-right: 0;
  }

  .column-5 {
    height: 50vh;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 31px;
  }

  .section-8 {
    height: 80vh;
  }

  .heading-7 {
    font-size: 27px;
    line-height: 39px;
  }

  .link-tab {
    text-align: center;
    font-size: 16px;
  }

  .rich-text-block {
    font-size: 12px;
    line-height: 19px;
  }

  .column-10 {
    padding-top: 10px;
    padding-left: 10px;
  }

  .column-11 {
    height: 300px;
    margin-bottom: 20px;
  }

  .columns-4 {
    height: auto;
    margin-bottom: 40px;
  }

  .section-11 {
    margin-top: 10px;
  }

  .background-video-3 {
    height: 80vh;
  }

  .column-14 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-5 {
    display: none;
  }

  .column-15 {
    height: 300px;
  }

  .columns-6 {
    margin-top: 10px;
    margin-bottom: 40px;
    display: none;
  }

  .slider-3 {
    height: 300px;
  }

  .column-16 {
    height: 30vh;
  }

  .column-17 {
    padding-right: 0;
  }

  .heading-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .tabs-2 {
    margin-bottom: 60px;
  }

  .section-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-18 {
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .column-19 {
    height: 300px;
    flex: 0 auto;
    margin-top: 20px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .container-5 {
    margin-bottom: 40px;
  }

  .columns-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-4 {
    height: 200px;
  }

  .icon-4 {
    margin-left: 10px;
  }

  .icon-5 {
    margin-right: 10px;
  }

  .paragraph-5 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 33px;
  }

  .white-section {
    padding-bottom: 40px;
  }

  .columns-10 {
    display: none;
  }

  .column-21 {
    height: 30vh;
  }

  .heading-15 {
    font-size: 23px;
    line-height: 34px;
  }

  .rich-text-block-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .icon-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-7 {
    margin-right: 10px;
  }

  .column-22 {
    margin-bottom: 10px;
  }

  .text-field-nyhetsbrev {
    width: auto;
    margin-right: 0;
  }

  .text-block-19 {
    font-size: 13px;
  }

  .dynamic-flex {
    flex-direction: row;
    display: flex;
  }

  .dynamic-items {
    flex-basis: 50%;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dynamic-link-block {
    width: 108px;
    height: 143px;
  }

  .option-2 {
    display: none;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .rich-text-block-4 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 26px;
  }

  .column-23 {
    height: 300px;
  }

  .heading-18 {
    font-size: 19px;
    line-height: 34px;
  }

  .section-22 {
    height: 70vh;
  }

  .section-timeline {
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    display: none;
  }

  .timeline-wrapper {
    display: flex;
  }

  .timeline-item {
    width: 100%;
    grid-template-columns: 1fr 67px 1.5fr;
    grid-auto-flow: row;
    padding-top: 10px;
    display: block;
  }

  .timeline_center {
    display: block;
  }

  .timeline_right {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
  }

  .timeline_dato {
    font-size: 20px;
    line-height: 29px;
  }

  .timeline-sirkel {
    margin-left: auto;
  }

  .timeline_text {
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .timeline_progress {
    display: block;
    position: absolute;
  }

  .timeline_progress_bar {
    display: block;
  }

  .heading-20 {
    text-align: center;
    font-size: 38px;
    line-height: 43px;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-10 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-24 {
    padding-right: 0;
  }

  .collection-item-11 {
    flex-basis: 100%;
  }

  .div-block-14 {
    height: 320px;
  }

  .hero-section-milj {
    height: 70vh;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-17 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-26 {
    margin-top: 0;
    font-size: 28px;
    line-height: 50px;
  }

  .columns-13 {
    margin-bottom: 60px;
  }

  .columns-15 {
    margin-bottom: 60px;
    display: block;
  }

  .heading-27 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-18, .div-block-19 {
    margin-bottom: 60px;
  }

  .heading-28 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    line-height: 33px;
  }

  .link {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-26, .paragraph-11 {
    font-size: 14px;
    line-height: 27px;
  }

  .map-2 {
    height: 250px;
  }

  .heading-32 {
    font-size: 38px;
    line-height: 48px;
  }

  .text-block-27 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-33 {
    font-size: 24px;
    line-height: 34px;
  }

  .link-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .info-wrapper {
    margin-top: 20px;
  }

  .text-block-28 {
    font-size: 20px;
    line-height: 28px;
  }

  .columns-17 {
    margin-top: 20px;
  }

  .rich-text-block-5 {
    margin-top: 10px;
  }

  .tabs-content-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu-5 {
    display: block;
  }

  .columns-19, .columns-20 {
    display: none;
  }

  .column-34, .collection-list-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-38, .column-39 {
    margin-bottom: 40px;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-46 {
    text-align: center;
  }

  .tabs-menu-6 {
    margin-left: auto;
    display: flex;
  }

  .tab-link-tab-1-2.w--current {
    outline-offset: 0px;
    outline: 1px var(--color-203c2ae);
  }

  .tab-link-tab-2-4 {
    width: 20px;
    height: 20px;
  }

  .tab-link-tab-2-4.w--current {
    width: 20px;
    height: 20px;
    outline-offset: 0px;
    outline: 1px var(--color-203c2ae);
  }

  .tabs-menu-7 {
    display: flex;
  }

  .product-variant-image {
    height: 250px;
  }

  .nav-link-mobile {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-23 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .collection-item-12 {
    height: auto;
    flex-basis: 100%;
    margin-right: 0;
  }

  .link-block-8 {
    height: 350px;
  }

  .heading-34 {
    font-size: 17px;
    line-height: 28px;
  }

  .ansatt-section {
    height: 80vh;
    background-position: 50%;
    background-attachment: scroll;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-17 {
    font-size: 12px;
    line-height: 22px;
  }

  .image-14 {
    margin-bottom: 10px;
  }

  .add-to-cart-button-5 {
    width: 25px;
    height: 25px;
  }

  .slide-nav-2 {
    display: none;
  }

  .icon-9 {
    margin-right: 10px;
    font-size: 16px;
  }

  .icon-10 {
    margin-left: 10px;
    font-size: 16px;
  }

  .slider-5 {
    height: 300px;
    flex-direction: row;
    display: none;
  }

  .columns-22 {
    flex-direction: row;
    display: block;
  }

  .heading-35 {
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .paragraph-22 {
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-24 {
    display: block;
  }

  .tabs-menu-8 {
    margin-top: 0;
    padding-left: 14px;
  }

  .slider-6 {
    height: 200px;
  }

  .icon-11 {
    margin-right: 10px;
  }

  .icon-12 {
    margin-left: 10px;
  }

  .slider-7 {
    height: 200px;
  }

  .icon-13 {
    margin-left: 45px;
    display: block;
  }

  .icon-14 {
    margin-left: 5px;
  }

  .right-arrow-2 {
    overflow: hidden;
  }

  .slider-8, .slider-9, .slider-10, .slider-11 {
    height: 200px;
  }

  .tab-pane-tab-1 {
    text-align: center;
    flex: 1;
    align-self: auto;
  }

  .tabs-menu-9 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .tabs-menu-10 {
    justify-content: center;
    display: flex;
  }

  .columns-23 {
    display: none;
  }

  .rich-text-block-6 {
    font-size: 16px;
    line-height: 26px;
  }

  .rich-text-block-7 {
    font-size: 12px;
    line-height: 24px;
  }

  .section-30, .section-31 {
    height: 80vh;
  }

  .columns-24 {
    margin-bottom: 40px;
    display: block;
  }

  .image-17, .image-18 {
    width: 100%;
  }

  .columns-25 {
    margin-bottom: 40px;
    display: block;
  }

  .image-19 {
    width: 100%;
  }

  .columns-26 {
    margin-bottom: 40px;
    display: block;
  }

  .image-20 {
    width: 100%;
  }

  .columns-27, .columns-28, .columns-29 {
    margin-bottom: 40px;
    display: block;
  }

  .x1-column-mobile {
    display: none;
  }

  .image-21 {
    width: 100%;
  }

  .column-47 {
    justify-content: center;
    display: flex;
  }

  .variant-image-01, .variant-image-02, .variant-image-03, .variant-image-04 {
    height: auto;
  }

  .slider-12 {
    height: 300px;
  }

  .slide-nav-9 {
    font-size: 12px;
  }

  .image-22, .image-23, .image-24 {
    width: 100%;
  }
}

#w-node-_9337f22c-56d1-9aa5-0273-1e0ebcc3508f-1db2d5b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9337f22c-56d1-9aa5-0273-1e0ebcc35091-1db2d5b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50253544-a66a-d121-4ae3-96fd3af68f29-3af68f26 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50253544-a66a-d121-4ae3-96fd3af68f35-3af68f26, #w-node-_50253544-a66a-d121-4ae3-96fd3af68f37-3af68f26 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50253544-a66a-d121-4ae3-96fd3af68f44-3af68f26, #w-node-_50253544-a66a-d121-4ae3-96fd3af68f46-3af68f26 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_50253544-a66a-d121-4ae3-96fd3af68f4d-3af68f26, #w-node-_50253544-a66a-d121-4ae3-96fd3af68f4f-3af68f26 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_50253544-a66a-d121-4ae3-96fd3af68f55-3af68f26, #w-node-_50253544-a66a-d121-4ae3-96fd3af68f56-3af68f26 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_6e90d81e-49c7-be91-90a3-ac55731ccfaa-96b2d5ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26a8f355-0e8b-57e0-996c-12d248c4ac2e-96b2d5ba, #w-node-_06c24ea9-8611-7878-46e3-aa58418b0434-96b2d5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6aa-96b2d5ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6ab-96b2d5ba, #w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6b2-96b2d5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3489eced-4ffa-e32f-3d77-962181a4415e-96b2d5ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3489eced-4ffa-e32f-3d77-962181a4415f-96b2d5ba, #w-node-_3489eced-4ffa-e32f-3d77-962181a44161-96b2d5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f1-96b2d5ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f2-96b2d5ba, #w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f4-96b2d5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49640e71-87d3-6eb3-34d8-32377a08a68a-96b2d5ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_49640e71-87d3-6eb3-34d8-32377a08a68b-96b2d5ba, #w-node-_49640e71-87d3-6eb3-34d8-32377a08a692-96b2d5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2cfb01a-0343-7b2c-c945-e6c7b03218fd-96b2d5ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-c2cfb01a-0343-7b2c-c945-e6c7b03218fe-96b2d5ba, #w-node-c2cfb01a-0343-7b2c-c945-e6c7b0321901-96b2d5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85783ee7-1472-f10d-3440-e6c821c69e38-96b2d5ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_85783ee7-1472-f10d-3440-e6c821c69e39-96b2d5ba, #w-node-_85783ee7-1472-f10d-3440-e6c821c69e40-96b2d5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bacda68-2f16-1937-99fc-99f93adf3b9e-96b2d5ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_3bacda68-2f16-1937-99fc-99f93adf3b9f-96b2d5ba, #w-node-_3bacda68-2f16-1937-99fc-99f93adf3ba1-96b2d5ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_87d4265d-7ee1-3557-7a93-520a075f3cb3-7d3558b0 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_5da45c73-d573-aecf-48f5-ac4126e7c5c1-7d3558b0 {
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e16-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e19-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e1b-276df140, #w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e1f-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e21-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e23-276df140, #w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e26-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e28-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e2a-276df140, #w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e2d-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e30-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e32-276df140, #w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e36-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e39-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e3b-276df140, #w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e3f-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e42-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e44-276df140, #w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e48-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e4b-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e4d-276df140, #w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e51-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e54-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e56-276df140, #w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e5a-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e5d-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ecee9cc9-baa0-6a29-9efa-49c53cd15e5f-276df140, #w-node-e0ebd0b6-141b-c906-7937-346a73838b21-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0ebd0b6-141b-c906-7937-346a73838b24-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-e0ebd0b6-141b-c906-7937-346a73838b26-276df140, #w-node-cc9a6b88-684c-06b5-3a57-129dcff626a6-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc9a6b88-684c-06b5-3a57-129dcff626a9-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-cc9a6b88-684c-06b5-3a57-129dcff626ab-276df140, #w-node-_7b35fef3-3f76-0c74-d377-82e89151c2c6-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b35fef3-3f76-0c74-d377-82e89151c2c9-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_7b35fef3-3f76-0c74-d377-82e89151c2cb-276df140, #w-node-_409ebf70-0c9e-4e46-d457-1ecc89351156-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_409ebf70-0c9e-4e46-d457-1ecc89351159-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_409ebf70-0c9e-4e46-d457-1ecc8935115b-276df140, #w-node-_23d4f42d-547b-0fc2-ed70-0ae48b144952-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23d4f42d-547b-0fc2-ed70-0ae48b144955-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_23d4f42d-547b-0fc2-ed70-0ae48b144957-276df140, #w-node-a1387a91-1a89-afc6-7c9b-7daa59ee2d6a-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1387a91-1a89-afc6-7c9b-7daa59ee2d6d-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-a1387a91-1a89-afc6-7c9b-7daa59ee2d6f-276df140, #w-node-_4e5a787e-1f52-42f3-48cb-fd9b0f8e44a9-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e5a787e-1f52-42f3-48cb-fd9b0f8e44ac-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_4e5a787e-1f52-42f3-48cb-fd9b0f8e44ae-276df140, #w-node-_485ff6f8-aabd-1a1b-bf42-81a2cdf73880-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_485ff6f8-aabd-1a1b-bf42-81a2cdf73883-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_485ff6f8-aabd-1a1b-bf42-81a2cdf73885-276df140, #w-node-_2acb2094-86e5-9709-3f6c-009575d8f63a-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2acb2094-86e5-9709-3f6c-009575d8f63d-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2acb2094-86e5-9709-3f6c-009575d8f63f-276df140, #w-node-_10c2201d-eb12-8bc5-b2f3-653b6c8b8f36-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10c2201d-eb12-8bc5-b2f3-653b6c8b8f39-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_10c2201d-eb12-8bc5-b2f3-653b6c8b8f3b-276df140, #w-node-_079c4a14-20df-a90d-745d-8a6497f529d0-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_079c4a14-20df-a90d-745d-8a6497f529d3-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_079c4a14-20df-a90d-745d-8a6497f529d5-276df140, #w-node-be0054da-ed97-ac3b-ed98-1ba9be792d2c-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be0054da-ed97-ac3b-ed98-1ba9be792d2f-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-be0054da-ed97-ac3b-ed98-1ba9be792d31-276df140, #w-node-_50e6cf9c-b6db-bb61-5ebb-e954e85ebfec-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50e6cf9c-b6db-bb61-5ebb-e954e85ebfef-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_50e6cf9c-b6db-bb61-5ebb-e954e85ebff1-276df140, #w-node-_2588a30d-d4e5-97c4-5e9c-18a447bf5b84-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2588a30d-d4e5-97c4-5e9c-18a447bf5b87-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2588a30d-d4e5-97c4-5e9c-18a447bf5b89-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57892b-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578930-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578938-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57893c-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578943-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578947-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57894c-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578950-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578956-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57895a-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578961-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578965-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578969-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57896d-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578971-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578975-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578979-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57897d-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578981-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578985-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57898b-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57898f-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578993-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578997-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57899b-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a57899f-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789a3-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789a7-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789ad-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789b1-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789b4-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789b8-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789bc-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789c0-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789c6-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789ca-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789ce-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789d2-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789d8-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789dc-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789e0-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789e4-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789e8-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789ea-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789ec-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789f2-276df140, #w-node-b8fd4f89-5928-4c72-a6be-f77f4a5789f6-276df140 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e39a236-9322-9669-111a-a0ccb32071ee-276df140 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd9bd72f-6bf9-0ef1-722c-db70a5642b9c-a5642b9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_50253544-a66a-d121-4ae3-96fd3af68f37-3af68f26 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9337f22c-56d1-9aa5-0273-1e0ebcc35091-1db2d5b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6e90d81e-49c7-be91-90a3-ac55731ccfaa-96b2d5ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_26a8f355-0e8b-57e0-996c-12d248c4ac2e-96b2d5ba, #w-node-_06c24ea9-8611-7878-46e3-aa58418b0434-96b2d5ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6aa-96b2d5ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6ab-96b2d5ba, #w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6b2-96b2d5ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3489eced-4ffa-e32f-3d77-962181a4415e-96b2d5ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3489eced-4ffa-e32f-3d77-962181a4415f-96b2d5ba, #w-node-_3489eced-4ffa-e32f-3d77-962181a44161-96b2d5ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f1-96b2d5ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f2-96b2d5ba, #w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f4-96b2d5ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6e90d81e-49c7-be91-90a3-ac55731ccfaa-96b2d5ba {
    display: none;
  }

  #w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6aa-96b2d5ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6ab-96b2d5ba, #w-node-_7e47328e-5a83-8d7a-741d-56c8344ac6b2-96b2d5ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3489eced-4ffa-e32f-3d77-962181a4415e-96b2d5ba {
    display: none;
  }

  #w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f1-96b2d5ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f2-96b2d5ba, #w-node-_9eb9ea05-5b1c-4648-03a3-43ceb4af46f4-96b2d5ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49640e71-87d3-6eb3-34d8-32377a08a68a-96b2d5ba {
    display: none;
  }

  #w-node-c2cfb01a-0343-7b2c-c945-e6c7b03218fd-96b2d5ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-c2cfb01a-0343-7b2c-c945-e6c7b03218fe-96b2d5ba, #w-node-c2cfb01a-0343-7b2c-c945-e6c7b0321901-96b2d5ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85783ee7-1472-f10d-3440-e6c821c69e38-96b2d5ba {
    display: none;
  }

  #w-node-_3bacda68-2f16-1937-99fc-99f93adf3b9e-96b2d5ba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_3bacda68-2f16-1937-99fc-99f93adf3b9f-96b2d5ba, #w-node-_3bacda68-2f16-1937-99fc-99f93adf3ba1-96b2d5ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8fd4f89-5928-4c72-a6be-f77f4a578947-276df140 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Moderat trial';
  src: url(//buddybike.no/cdn/shop/t/9/assets/moderat-trial-light.otf?v=169933331804565593371693575379) format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moderat trial';
  src: url(//buddybike.no/cdn/shop/t/9/assets/moderat-trial-medium.otf?v=139248516041146071151693575380) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moderat trial';
  src: url(//buddybike.no/cdn/shop/t/9/assets/moderat-trial-regular.otf?v=122541624067381089991693575381) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moderat trial';
  src: url(//buddybike.no/cdn/shop/t/9/assets/moderat-trial-semibold.otf?v=123322047273774072071693575381) format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neuemachina-black.otf?v=63019215739636846171693575386) format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neuemachina-bold.otf?v=102482168069231023061693575386) format('opentype'), url(//buddybike.no/cdn/shop/t/9/assets/neuemachina-ultrabold.otf?v=138162825929326079401693575388) format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neuemachina-medium.otf?v=62979128642923169161693575387) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neuemachina-light.otf?v=142764137042005930431693575387) format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neuemachina-regular.otf?v=139134458465746496121693575388) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neuemachina-ultralight.otf?v=8230851621351675941693575389) format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plaid trial l';
  src: url(//buddybike.no/cdn/shop/t/9/assets/plaid-trial-l.otf?v=117580885026434717801693575423) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plaid trial xl';
  src: url(//buddybike.no/cdn/shop/t/9/assets/plaid-trial-xl.otf?v=531679082310805951693575424) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plaid trial xs';
  src: url(//buddybike.no/cdn/shop/t/9/assets/plaid-trial-xs.otf?v=50807037576571964111693575425) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plaid trial m';
  src: url(//buddybike.no/cdn/shop/t/9/assets/plaid-trial-m.otf?v=109597649788761557111693575424) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neco-black.otf?v=163157400981422087321693575382) format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neco-blackitalic.otf?v=57414268857390929961693575382) format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neco-italic.otf?v=102089408474329109091693575384) format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neco-mediumitalic.otf?v=167065104920084509131693575385) format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neco-medium.otf?v=170273616852397055471693575384) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neco-bold.otf?v=22338233783051997521693575383) format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neco-bolditalic.otf?v=111426002445957699641693575383) format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neco';
  src: url(//buddybike.no/cdn/shop/t/9/assets/neco-regular.otf?v=162922896198227082761693575385) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* HC - Zago Fixing Image Slider on product page - 30 Jun '23 */

.product-single__media *
{
    width: 100%;
    height: 100%;
    max-height: 700px;
    object-fit: contain;
}

.slick-next, .slick-prev
{
    z-index: 1000;
}

.slick-next:before, .slick-prev:before
{
    color: #000 !important;
}

.template-collection .product-image-wrap
{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.template-collection .product-image-wrap::before
{
    content: ' ';
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.15); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.template-collection .product-description
{
    z-index: 3;
    align-items: center;
}

.template-collection .product-description .product-name-text
{
    text-align: center;
}

.zagovalues 
{
    display: flex;
    flex-wrap: wrap;
}

.zagooption
{
    padding: 5px 10px;
    border: 1px solid transparent;
    margin-right: 7px;
    cursor: pointer;
}

.zagooption.zagoactive
{
    border-color: #000;
}

.zagooption.zagocolor
{
    width: 30px;
    height: 30px;f
    border-radius: 100%;
    font-size: 0px;
}

.zagooptionmain
{
    margin-bottom: 25px;
}

@media(max-width: 480px)
{
    .slick-prev
    {
        left: -10px !important;
    }

    .slick-next
    {
        right: -10px !important;
    }
}</pre></body></html>