<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap");
@font-face {
  font-family: VarsityBold;
  src: url("../assets/fonts/varsitybold.eot");
  src: url("../assets/fonts/varsitybold.eot?#iefix") format("eot"), url("../assets/fonts/varsitybold.woff2") format("woff2"), url("../assets/fonts/varsitybold.woff") format("woff"), url("../assets/fonts/varsitybold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 32px;
}

input {
  outline: 0;
}

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

.ot {
  display: none;
}

svg {
  height: 100%;
}

b {
  font-weight: bold;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.full-width {
  width: 100%;
}

.right {
  position: absolute;
  right: 0;
}

.left {
  position: absolute;
  left: 0;
}

.note {
  color: #686562;
}

.bold {
  font-weight: bold;
}

.overx {
  overflow-x: auto;
}

.nmb {
  margin-bottom: 0 !important;
}

.button {
  background: #1b1b1b;
  color: #fff;
  fill: #fff;
  border-radius: 3px;
  border: 0;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  text-align: center;
  margin: 16px auto 0;
  padding: 0 16px;
  font-size: 15px;
  text-decoration: none !important;
}
.button:hover {
  background: #555;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
}
.button .icon-cta {
  height: 1.2em;
  margin: 0 0.2em 0 -0.2em;
  vertical-align: -0.25em;
}
.button.btn-app {
  line-height: 42px;
  background: #fff;
  color: #333;
  fill: #333;
  border: 1px solid #ddd;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.btn-app:hover {
  border-color: #444;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.button.btn-more {
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
}
.button#rotate {
  width: 80px;
}
.button.button-pp {
  background: #f8f5f2;
  border: 1px solid #ddd;
  line-height: 41px;
}
.button.button-pp:hover {
  background: #fff;
}
.button.button-pp img {
  height: 15px;
  vertical-align: middle;
  width: auto;
}
.button.alt {
  background: transparent;
  color: #333;
  border: 2px solid #333;
  line-height: 40px;
}
.button.alt:hover {
  border-color: #767677;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btns {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.multi .selected {
  pointer-events: all !important;
}

.icon {
  height: 16px;
  margin-left: 4px;
}

.iconMaxi {
  height: 1.8em;
  vertical-align: middle;
  width: 1.8em;
  margin-right: 0.2em;
}

.iconShape {
  fill: currentcolor;
  vertical-align: 0em;
  margin: 0;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  padding: 6px;
}

.iconstar {
  fill: #111d33;
  scale: 0.37;
  transform: translateX(19px) translateY(7px);
}
.iconstar + .iconstar {
  transform: translateX(19px) translateY(19px);
}

.lightlogo {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAJElEQVQIW2N0cXH5f+/ePQYgzcCopKT0H8QACTCmpaWBZUAYADb+EWXp8wMXAAAAAElFTkSuQmCC) repeat !important;
}

body {
  font: 100% "Poppins", sans-serif;
  color: #333;
  fill: #333;
}
body .noscroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font: 100% "VarsityBold", sans-serif;
  margin: 0 0 24px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 42px;
  margin: 0 0 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
  margin: 0 0 18px;
}

h2 + p {
  margin-top: -6px;
}

a {
  color: #333;
  fill: #333;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: #fa5400;
  fill: #fa5400;
}

.content {
  width: 1380px;
  margin: 0 auto;
  clear: both;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.loading {
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

.loading:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 13px);
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-top-color: #aaa;
  animation: spinner 1.1s linear infinite;
}

.loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

.header {
  height: 81px;
}
.header + .content h1:first-child {
  margin-top: 24px;
}
.header + .content .section:first-child {
  margin-top: 0;
}
.header .content {
  display: flex;
  justify-content: space-between;
}
.header #customvarsity_logo a {
  width: 116px;
  height: 103px;
  display: block;
  margin-top: -10px;
}
.header #customvarsity_logo a:hover {
  fill: #333;
}
.header .nav {
  flex-grow: 1;
  text-align: center;
}
.header #cartnum {
  border: 1px solid #333;
  background: #fff;
  border-radius: 8px;
  padding: 0 2px;
  font-size: 11px;
  min-width: 11px;
  margin: 12px 0 0 -16px;
}
.header ul li {
  display: inline-flex;
  text-align: center;
  width: auto;
}
.header ul li:hover &gt; .sub-menu {
  transition: max-height 0.2s ease-in;
  max-height: 900px;
  visibility: visible;
}
.header ul li a {
  display: flex;
  outline: 0;
  padding: 0px 12px;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  height: 81px;
  line-height: 100%;
}
.header ul li.info a, .header ul li.also a {
  font-weight: normal;
}
.header ul li .sub-menu {
  background: #fff;
  position: absolute;
  z-index: 9;
  top: 80px;
  border: 1px solid #ddd;
  padding: 2rem 0;
  text-align: left;
  max-height: 0;
  transition: max-height 0.2s ease-in;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 900;
}
.header ul li .sub-menu .content {
  grid-template-columns: 2fr 1fr;
  display: grid;
  grid-gap: 3rem 3rem;
}
.header ul li .sub-menu .links {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 1rem 2rem;
}
.header ul li .sub-menu .link {
  display: grid;
  grid-template-columns: 1fr 8fr;
  align-items: baseline;
  padding: 0;
}
.header ul li .sub-menu .link svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.header ul li .sub-menu .link .cont .title {
  line-height: 42px;
  font-size: 16px;
}
.header ul li .sub-menu .link .cont p {
  font-size: 14px;
  display: block;
  line-height: 24px;
  font-weight: normal;
}
.header ul li .sub-menu .feature {
  padding: 24px;
  border: 1px solid #ccc;
}
.header ul li .sub-menu .feature .title {
  font-size: 16px;
  font-weight: bold;
}
.header ul li .sub-menu .feature span {
  margin: 12px 0;
  display: block;
}
.header ul li .sub-menu .feature ul li {
  text-align: left;
  font-size: 16px;
}

.app {
  background: #f8f7f6;
  --s: 20px;
  --c: #f8f7f6;
  --_g: #0000 8%,var(--c) 0 17%,#0000 0 58%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 20.5%, var(--c) 0 29.5%, rgba(0, 0, 0, 0) 0) 0 calc(var(--s) / 4), linear-gradient(45deg, var(--_g)) calc(var(--s) / 2) 0, linear-gradient(135deg, var(--_g), var(--c) 0 67%, rgba(0, 0, 0, 0) 0), linear-gradient(45deg, var(--_g), var(--c) 0 67%, rgba(0, 0, 0, 0) 0 83%, var(--c) 0 92%, rgba(0, 0, 0, 0) 0), #fefdfc;
  background-size: var(--s) var(--s);
  box-shadow: inset 0 0 60px #efeeed;
  font-size: 14px;
}

#groupOrderType1 td {
  width: 50%;
  text-align: center;
}
#groupOrderType1 td input {
  width: 100%;
  text-align: center;
  margin: 1px 0;
}

#q-team-off-group table {
  width: 100%;
}

#addTeamRow {
  margin: 8px 0 0 10px;
  display: block;
}

#areaTeamRow a {
  text-decoration: none;
}
#areaTeamRow tr:not(.ops):hover {
  color: #fa5400;
  cursor: pointer;
}
#areaTeamRow .tid {
  font-style: italic;
}
#areaTeamRow .rs {
  font-weight: bold;
}
#areaTeamRow td {
  width: auto;
  padding: 0 8px 0 0;
  white-space: nowrap;
}
#areaTeamRow .rgo {
  width: 100%;
  text-align: right;
}
#areaTeamRow .ops {
  padding: 0;
  position: relative;
}
#areaTeamRow .ops svg {
  opacity: 0.7;
  pointer-events: none;
  margin-left: 8px;
}
#areaTeamRow td:not(.ops) svg, #areaTeamRow td:not(.ops) img {
  width: 20px;
  height: 20px;
  vertical-align: -3px;
  fill: currentcolor;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 4px;
}

.opsMenu {
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  height: 30px;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 150ms ease-out;
}

.opsOn .opsMenu {
  max-height: 32px;
  vertical-align: top;
  z-index: 99;
  right: 24px;
}

.box {
  margin: 10px 0 12px 0;
  padding: 8px 12px 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: left;
  background: #fff;
  position: relative;
}
.box .box {
  margin: 0;
  padding: 0 0 18px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.box #leftoptions {
  width: 100%;
}

#holder {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto 0;
  position: sticky;
  top: 32px;
}

#canvas {
  margin: 36px;
}

.rotate {
  height: 42px;
  width: 200px;
  margin: 36px auto 16px;
}

.function.menu-btn {
  padding: 2px 6px 6px;
  position: absolute;
  left: calc(50% - 15px);
  margin: -2px 0 0;
  display: none;
}
.function svg.icon {
  width: 24px;
  height: 24px;
  vertical-align: -7px;
}

.options {
  width: calc(50% - 270px);
  margin: 24px 0;
  display: inline-block;
  vertical-align: top;
}
.options:not(#leftoptions) {
  position: sticky;
  top: 10px;
}
.options input {
  border: 1px solid #ddd;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  line-height: 42px;
  padding: 0 12px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.options input:hover, .options input:focus {
  border-color: #444;
  color: initial;
  fill: initial;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.options input + input {
  margin-top: 4px;
}
.options ul {
  display: inline-block;
  width: 100%;
}
.options li {
  list-style: none;
  margin: 1px 0;
  position: relative;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
.options li a {
  display: block;
}
.options li .button {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  fill: #333;
  box-sizing: border-box;
  padding: 0;
  margin: 4px;
  border-radius: 2px;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: normal;
}
.options li .button.selected {
  border-color: #333;
  pointer-events: none;
  box-shadow: 0px 0px 0px 1px #333;
}
.options li .button.disabled {
  background: linear-gradient(to left top, transparent 48.25%, #ddd 49.5%, #ddd 50.5%, transparent 51.75%);
  color: #767677;
}
.options li .button.disabled:hover {
  border-color: #ddd;
}
.options li .button:hover {
  border-color: #444;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.options li .opMain {
  aspect-ratio: 1/1;
  line-height: 0;
}
.options li .opMainIcon .icon {
  width: 100%;
  height: 100%;
  margin: 1px 0 0;
}
.options li .opCV {
  border-radius: 3px;
  padding: 4px;
  border: 0;
  transition: margin 0.1s ease;
  overflow: hidden;
  position: relative;
}
.options li .opCV:hover {
  margin: 2px;
}
.options li .opCV.selected {
  margin: 2px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 2px #333;
}
.options li .opCol {
  display: block;
  border: 0;
}
.options li .opCol.button {
  width: 42px;
  height: 42px;
  border-radius: 23px;
  background: none;
  margin: 3.8px;
}
.options li .opCol.selected {
  width: 44px;
  height: 44px;
  margin: 2.8px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 2px #444;
}
.options li .opCol:hover {
  width: 46px;
  height: 46px;
  margin: 1.8px;
  background: none;
}
.options li .opMain1line, .options li .opMain2line, .options li .opMain3line {
  justify-content: center;
  display: flex !important;
  line-height: 0;
  font-size: 6px;
  font-weight: bold;
}
.options li .opMain1line svg, .options li .opMain2line svg, .options li .opMain3line svg {
  max-width: 64px;
}
.options a {
  outline: 0;
}
.options .op2 li {
  width: 50%;
}
.options .quantityArea li {
  width: 15%;
}
.options .quantityArea li.wide {
  width: 40%;
}
.options .dropdown {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0 12px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  background: #fff;
  position: relative;
  line-height: 44px;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.options .dropdown .icon {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.options .dropdown:hover {
  border-color: #444;
  color: initial;
  fill: initial;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.options .dropdown .dropdown-swatch {
  display: inline-block;
  height: 22px;
  margin: 0 7px 1px -1px;
  padding-top: 0;
  vertical-align: -6px;
  width: 22px;
}
.options .dropdown .dropdown-swatch svg, .options .dropdown .dropdown-swatch img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.options .dropdown:not(.hidden) + .dropdown {
  margin-top: 4px;
}
.options .droparea {
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.options .da-item li {
  text-align: center;
  padding: 0;
  margin: 0 6px 4px;
  width: 94px;
}
.options .da-item li a {
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #fff;
  border-bottom-color: #fff;
  width: 94px;
  text-decoration: none;
  line-height: 26px;
}
.options .da-item li a.selected {
  background: #fff;
  color: #fa5400;
  border-color: #fa5400;
  box-shadow: none;
}
.options .da-item li img {
  margin: 5px;
  width: 84px;
}
.options .da-colour {
  padding: 10px;
}
.options .da-colour li {
  width: unset;
}
.options .da-font li {
  display: block;
  font-size: 19px;
  width: 100%;
}
.options .da-font li a {
  background-image: url(/assets/ui/fonts.png);
  background-repeat: no-repeat;
  height: 30px;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.options .da-font li a:hover {
  opacity: 0.75;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.options .da-font a {
  padding: 4px 10px;
}
.options .itm-col li {
  width: 56.25px;
}
.options .option-title {
  font-size: 22px;
}
.options .option-instruction {
  margin: 24px 0 6px;
}
.options .option-instruction .right {
  margin-right: 12px;
}
.options .iconMiniRight {
  fill: #fa5400;
  height: 1em;
  vertical-align: -0.2em;
  margin-left: -0.8em;
  margin-right: 0.1em;
  width: 1em;
}
.options .functionArea {
  margin-top: 32px;
  position: relative;
}
.options .product-details li {
  list-style: none;
  line-height: 26px;
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  min-width: 60%;
  transition: all 150ms ease-out;
}
.options .product-details li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 2px 0;
}
.options .product-details li a:hover {
  background: none repeat scroll 0 0 #eee;
  color: #333;
  margin-left: -12px;
  padding-left: 14px;
  width: calc(100% + 10px);
  transition: all 150ms ease-out;
}
.options .product-details li .selected {
  background: none repeat scroll 0 0 #dfdfdf;
  color: #40403a;
  margin-left: -12px;
  padding-left: 14px;
  width: calc(100% + 10px);
  box-shadow: none;
  pointer-events: none;
}
.options .product-details li .selected:hover {
  background: none repeat scroll 0 0 #dfdfdf;
  color: #40403a;
}
.options .product-details li .slideArrowOn {
  visibility: visible;
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  border-right: 15px solid #dfdfdf;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  left: -27px;
}
.options #ops-start h2 {
  line-height: 48px;
  margin: 10px 0;
  font-size: 42px;
}
.options #ops-start p {
  font-size: 18px;
  padding: 10px 0 0;
  line-height: 36px;
}
.options .tex {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.col19 {
  border: 1px solid #ddd !important;
  box-sizing: border-box !important;
}

.product-group {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  line-height: 12px;
}

.product-title {
  font-size: 42px;
  margin: 0;
}

.product-price {
  font-size: 18px;
}
.product-price .off {
  text-decoration: line-through;
  font-size: 90%;
  color: #929291;
}

.hero {
  background: #f8f5f2;
}
.hero .section {
  margin: 0 auto;
  grid-template-columns: 40% 60%;
  grid-gap: 1rem;
}
.hero .section img {
  width: 100%;
  display: block;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.hero .section h1 {
  font-size: 72px;
  line-height: 70px;
  margin: 0;
}
.hero .section h1.long {
  font-size: 60px;
  line-height: 64px;
}
.hero .section h1.long br {
  display: none;
}
.hero .section h2 {
  line-height: 40px;
  margin: 0;
}
.hero .section p {
  font-size: 18px;
  margin: 8px 0 0;
}
.hero + .content .section:first-child {
  margin-top: 3rem;
}
.hero.oj .section {
  grid-template-columns: 20% 80%;
}
.hero.oj .section h1 {
  margin: 0 0 12px;
}

.section {
  margin-top: 5rem;
}
.section h2.chapter {
  font-family: "Poppins", sans-serif;
  padding: 12px 30px 8px;
  font-size: 18px;
  line-height: 36px;
  position: relative;
  font-weight: bold;
  margin: 24px 0;
  display: inline-block;
}
.section h2.chapter:nth-child(1) {
  margin-top: 0;
}
.section h2.chapter:nth-child(2) {
  margin-top: 0;
}
.section h2.chapter::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  height: 3px;
  background: #333;
}
.section .lead h2 {
  font-size: 60px;
}
.section .lead p {
  font-size: 21px;
  line-height: 42px;
}
.section .feat {
  font-size: 18px;
  line-height: 32px;
}
.section .button {
  margin: 24px 0 16px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 24px;
}
.section.cent {
  text-align: center;
}
.section.cent h2 + p {
  font-size: 21px;
  max-width: 880px;
  margin: 8px auto 40px;
  line-height: 40px;
}
.section.cent h2 + p + .btns .button {
  margin: 0;
}
.section.cent .btns {
  justify-content: center;
  align-items: center;
}
.section.cent .button {
  margin-left: auto;
  margin-right: auto;
}
.section.faqs h2 {
  text-align: center;
}
.section.faqs .comp2 {
  align-items: start;
}
.section.faqs a {
  text-decoration: underline;
}
.section .faq {
  overflow: hidden;
  transition: max-height 400ms ease;
  margin: 0 0 12px;
}
.section .faq h4 {
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0;
}
.section .faq h4 .icon {
  position: absolute;
  right: 0;
  top: 3px;
  height: 28px;
  stroke: white;
  stroke-width: 0.5px;
  transition: transform 0.4s ease;
}
.section .faq .answer {
  max-height: 0;
  transition: max-height 400ms ease;
  margin: 6px 36px 0 12px;
}
.section .faq .answer p + p {
  margin: 6px 0 0 0;
}
.section .faq.on h4 .icon {
  transform: rotate(-180deg);
  transition: transform 0.4s ease;
}
.section .faq.on .answer {
  max-height: 200px;
}
.section .faq.on .answer.mh400 {
  max-height: 400px;
}
.section .faq.on .answer.mh800 {
  max-height: 800px;
}
.section .tabs {
  text-align: left;
  margin: 0;
}
.section .usps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0px 16px;
}
.section .usps.nar .usp {
  text-align: left;
  flex-direction: row;
}
.section .usps.nar .usp .icon {
  margin: 0;
}
.section .usps.nar .usp p {
  font-size: 16px;
}
.section .usp {
  align-self: start;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section .usp .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  flex-shrink: 0;
}
.section .usp h3 {
  font-size: 20px;
  margin: 0;
}
.section .usp p {
  font-size: 17px;
}
.section .usp:nth-child(4) {
  display: none;
}
.section.ender {
  max-width: 600px;
}
.section.ender h2 {
  font-size: 52px;
}

.contrast {
  margin: 5rem 0 0;
  padding: 4rem 0;
  background: #111d33;
  color: #fff;
  fill: #fff;
}
.contrast .section {
  margin: 0 auto;
}
.contrast .button {
  background: #111d33;
  border: 2px solid #fff;
}
.contrast .button:hover {
  background: #32354E;
}
.contrast a {
  color: #fff;
  fill: #fff;
}
.contrast.smt {
  margin: 2.5rem 0 0;
}

.text {
  max-width: 980px;
  line-height: 30px;
}
.text h3 {
  margin: 36px 0 12px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.text p {
  margin: 12px 0;
}
.text a {
  text-decoration: underline;
}
.text ul {
  padding: 0 0 0 40px;
  margin: 16px 0;
}
.text li {
  list-style: disc;
}

.pex {
  text-align: center;
}
.pex h4 {
  font: 21px "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.pex .ops {
  display: flex;
}
.pex .ops a {
  width: 100%;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}
.pex .ops a svg {
  height: 44px;
}
.pex .ops a:hover {
  opacity: 0.9;
  transition: opacity 0.4s ease;
}
.pex .ops a.selected {
  opacity: 1;
  pointer-events: none;
}
.pex .slider {
  width: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  border-radius: 2px;
  margin-top: 30px;
}
.pex .slider .bar {
  width: 40%;
  height: 12px;
  margin-top: 20px;
  position: absolute;
  top: -20px;
  left: 0px;
  background: #fff;
  border-radius: 1px;
  pointer-events: none;
}
.pex .slider .handle {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  position: absolute;
  top: -26px;
  left: 251px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #111d33;
  cursor: pointer;
}
.pex .saving {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 18px;
  line-height: 44px;
}
.pex .saving input {
  border: 0;
  padding: 8px;
  text-align: center;
  font: 18px "Poppins", sans-serif;
  width: 100px;
  margin-right: 6px;
  border-radius: 3px;
}
.pex .saving b {
  font-size: 24px;
  vertical-align: bottom;
}
.pex .total {
  margin-top: 12px;
}
.pex .total p:first-child {
  font-size: 18px;
}
.pex .total b {
  font-size: 24px;
}

.features li {
  font-size: 21px;
  display: flex;
  margin: 0 0 12px;
  align-items: center;
}
.features li .icon {
  width: 32px;
  height: 30px;
  margin: 2px 16px 0 0;
  flex-shrink: 0;
}
.features li.dbl {
  margin-bottom: 18px;
}
.features li.dbl div &gt; div {
  font-size: 17px;
}

.prods .van {
  position: relative;
  margin: 0 0 24px;
}
.prods .van h3 {
  margin: 0;
  line-height: 30px;
}
.prods .van p {
  width: 90%;
  line-height: 30px;
}
.prods .van .arrow {
  bottom: 0;
  position: absolute;
  right: 0;
}
.prods .van .arrow.prev {
  right: 36px;
}
.prods .arrow {
  height: 36px;
  width: 36px;
  text-align: center;
  cursor: pointer;
}
.prods .arrow.disabled {
  fill: #ccc;
}
.prods .arrow .icon {
  height: 36px;
  margin: 0;
}
.prods img {
  width: 100%;
}
.prods .keen-slider a {
  opacity: 0;
  transition: opacity 800ms ease;
}
.prods .keen-slider.on a {
  opacity: 1;
  transition: opacity 800ms ease;
}
.prods .name {
  font-weight: bold;
  line-height: 32px;
  margin: 4px 0 0;
}

.keen-slider-scroll {
  position: relative;
  margin: 28px 0 0;
}
.keen-slider-scroll .bar {
  height: 4px;
  width: 100%;
  background: #dfdfdf;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.keen-slider-scroll .handle {
  background: #333;
  height: 4px;
  position: absolute;
  top: 0px;
  left: 0;
  transition: left 210ms ease;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.tip {
  background: #f8f5f2;
  position: relative;
  padding: 24px;
  line-height: 42px;
  font-size: 18px;
  border-radius: 6px;
}
.tip li {
  background: #fefdfc;
  margin: 12px 0;
}
.tip li div {
  display: inline-block;
  padding: 6px 24px;
}
.tip li:last-child {
  margin: 0;
}
.tip a.option {
  position: absolute;
  top: 20px;
  right: 24px;
}
.tip a.option .icon {
  height: 20px;
  vertical-align: -4px;
}
.tip h3 {
  width: calc(100% - 72px);
}
.tip ul + h3 {
  margin-top: 32px;
}
.tip img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.tip img.flag {
  width: 32px;
  vertical-align: sub;
  display: inline;
}

.tips {
  margin-top: 3rem;
}
.tips p {
  margin: 12px 0;
}
.tips p + .bold {
  margin-top: 36px;
}

.full {
  position: relative;
  line-height: 42px;
  font-size: 18px;
}
.full img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.full .inset {
  position: absolute;
  padding: 6px;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #333;
  max-width: 50%;
}
.full .inset.insetDes {
  left: -24px;
  bottom: 48px;
  width: 240px;
}
.full .inset.insetTeam {
  right: -24px;
  bottom: 24px;
  width: 280px;
}

.hw img {
  min-width: 560px;
}

.sizing {
  display: grid;
  grid-template: auto/7fr 3fr;
  grid-gap: 36px;
}
.sizing .tip li div {
  width: calc(20% - 48px);
}
.sizing picture + p {
  margin-top: 32px;
}
.sizing p + .bold {
  margin-top: 24px;
}

#sizeArea {
  min-height: 300px;
}

.teamFlip {
  display: inline-block;
  color: #fa5400;
  vertical-align: top;
  position: relative;
}
.teamFlip .team {
  position: absolute;
  transform: translate3d(0px, -50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.teamFlip .team.on {
  transform: translate3d(0px, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  opacity: 1;
}
.teamFlip .team.next {
  transform: translate3d(0px, 70%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
}

.specs {
  display: grid;
  grid-template: auto/3fr 7fr;
  grid-gap: 36px;
}
.specs .spec {
  display: grid;
  grid-template-columns: 3fr 5fr;
  align-items: center;
  font-size: 21px;
}
.specs .spec img {
  width: 100%;
  border-radius: 50%;
  display: block;
  aspect-ratio: 1/1;
  line-height: 0;
  max-width: 160px;
}
.specs .spec p {
  margin-left: 24px;
}
.specs .tip {
  margin-right: 36px;
}
.specs .tip .bold {
  margin: 8px 0 -4px;
}
.specs .tip .bold:first-child {
  margin-top: 0;
}

.comp2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem 5rem;
  align-items: center;
}
.comp2 .tip li div {
  width: calc(50% - 48px);
}

.comp3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 36px 24px;
  align-items: center;
}
.comp3 .tip li div {
  width: calc(50% - 48px);
}

.measure img {
  margin-bottom: 12px;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 24px;
}
.reviews .review {
  background: #f8f5f2;
  padding: 24px;
  border-radius: 6px;
}
.reviews .review + .review {
  margin: 24px 0 0;
}
.reviews .review .stars {
  font-size: 30px;
}
.reviews .review .quote {
  font-size: 21px;
}
.reviews .review .owner {
  margin: 12px 0 0;
  font-size: 17px;
}
.reviews .review .logo {
  margin: 12px 0 0;
  height: 32px;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.moreinfo {
  cursor: pointer;
  font-size: 13px;
  color: #686562;
}

a:hover .tooltip, .moreinfo:hover .tooltip {
  visibility: visible;
  width: 200%;
  margin-left: -50%;
  opacity: 0.98;
  transition: opacity 300ms ease 400ms;
}

.tooltip {
  opacity: 0;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: calc(100% + 4px);
  visibility: hidden;
  z-index: 100;
  pointer-events: none;
  line-height: 16px;
}

.tooltipContent {
  background: #333;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  padding: 9px 12px;
  display: inline-block;
  height: 20px;
  height: auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}

.tooltipContent:after {
  display: block;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  border-top: 6px solid #333;
  bottom: -6px;
  left: 47%;
  left: calc(50% - 6px);
}

.overlay {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s, ease 0.25s;
}

.overlay.on {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.overlay.on.app {
  z-index: 25;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 998;
}

#modal {
  position: fixed;
  background: #fff;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 1220px;
  z-index: 999;
  max-height: 90%;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  text-align: center;
}
#modal .tabs {
  margin: 0 0 16px;
}
#modal .options {
  width: 100%;
  margin: 0;
}
#modal .options ul {
  text-align: left;
}
#modal .options li {
  width: 12.5%;
}
#modal .options li img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
#modal .options .panel li {
  width: 25%;
}
#modal .options .panel li svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#modal .panel {
  width: 320px;
  display: inline-block;
  margin: 4px 20px 0 0;
  max-height: 454px;
  overflow-y: auto;
}
#modal .panel .filter {
  border: 2px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  display: block;
  line-height: 56px;
  text-decoration: none;
  font-size: 17px;
  font-family: "VarsityBold", sans-serif;
  margin-bottom: 12px;
}
#modal .panel .filter.on {
  border: 2px solid #1b1b1b;
  pointer-events: none;
}
#modal .panel p {
  padding-top: 24px;
  font-size: 14px;
}
#modal .panel p a {
  text-decoration: underline;
}
#modal .main {
  width: calc(100% - 340px);
  display: inline-block;
  vertical-align: top;
}
#modal .uploadArea {
  background: #f8f5f2;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  height: 100%;
  min-height: 440px;
}
#modal .uploadArea .note {
  font-size: 14px;
  line-height: 24px;
}
#modal .uploadBox {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
}
#modal .uploadBox p {
  font-size: 16px;
}
#modal .uploadBox input {
  display: none;
}
#modal .uploadBox .button-site {
  padding: 5px 20px;
  cursor: pointer;
}
#modal .info {
  text-align: left;
}
#modal .info h2, #modal .info h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
#modal .info h2 {
  font-size: 32px;
  line-height: 44px;
}
#modal .info h2 a {
  font-size: 16px;
}
#modal .info h3 {
  font-size: 18px;
  margin: 24px 0 0;
}

#modalLoader {
  color: #555;
  font-weight: 600;
  padding: 29px 26px 23px;
  line-height: 30px;
}
#modalLoader img {
  width: 24px;
  height: 24px;
}

.modalTitle {
  padding: 0;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  line-height: 72px;
  font-family: "VarsityBold", sans-serif;
}
.modalTitle .right {
  right: 20px;
}
.modalTitle a {
  font-size: 15px;
  vertical-align: 3px;
  text-decoration: none;
}
.modalTitle a:hover .iconMaxi {
  color: #fa5400;
}

.modalSection {
  padding: 0 16px 16px 16px;
  font-size: 15px;
  overflow: hidden;
}
.modalSection h2 {
  margin-top: 20px !important;
}
.modalSection h4 {
  font-size: 16px;
  line-height: 40px;
  font-family: poppins;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
.modalSection p {
  margin: 8px 0 !important;
  font-size: 15px;
}
.modalSection table {
  width: 100%;
}
.modalSection th {
  text-align: left;
  width: 120px;
}
.modalSection td {
  text-align: center;
  width: 74px;
}
.modalSection.drop h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 24px 0 12px;
}
.modalSection.drop a {
  font-size: 18px;
  display: block;
  line-height: 44px;
  border-bottom: 1px solid #ddd;
}
.modalSection.drop a:last-child {
  border: 0;
}
.modalSection.drop img {
  width: 24px;
  vertical-align: -2px;
  margin-right: 8px;
}
.modalSection.cart {
  margin-top: 0;
  font-size: 16px;
}
.modalSection.cart .item {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  line-height: 32px;
}
.modalSection.cart .item .subt {
  position: relative;
  text-align: left;
  right: unset;
}
.modalSection.cart .item figure + div {
  display: block;
}
.modalSection.cart .item .dets {
  height: unset;
}
.modalSection.cart .item .dets div:nth-last-child(2) {
  flex: 0;
  margin: 0;
}
.modalSection.cart .panel {
  margin: 0 0 0 36px !important;
}

.modalPanel {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 16px 18px 16px;
  position: relative;
  clear: both;
  text-align: center;
}
.modalPanel h3 {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.modalPanel .next {
  right: -4px;
}
.modalPanel .prev {
  left: -4px;
}
.modalPanel svg {
  padding: 14px 13px 0px;
}
.modalPanel a:hover {
  box-shadow: inset 0px -5px 0px -2px #fa5400;
}
.modalPanel .arrow a {
  font-size: 50px;
  top: -47px;
}

#sizeChart {
  color: #fff;
  width: 100%;
  height: 280px;
  margin: 30px 0;
  position: relative;
  --s: 20px;
  --c: #222;
  --_g: #0000 8%,var(--c) 0 17%,#0000 0 58%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 20.5%, var(--c) 0 29.5%, rgba(0, 0, 0, 0) 0) 0 calc(var(--s) / 4), linear-gradient(45deg, var(--_g)) calc(var(--s) / 2) 0, linear-gradient(135deg, var(--_g), var(--c) 0 67%, rgba(0, 0, 0, 0) 0), linear-gradient(45deg, var(--_g), var(--c) 0 67%, rgba(0, 0, 0, 0) 0 83%, var(--c) 0 92%, rgba(0, 0, 0, 0) 0), #333;
  background-size: var(--s) var(--s);
  box-shadow: inset 0 0 80px #1c1c1c;
}
#sizeChart img {
  width: auto;
  position: absolute;
  left: 3%;
  bottom: 0;
}

#sizeChartInfo {
  margin: 30px;
  float: right;
  text-shadow: 1px 1px 2px #222, 1px 1px 4px #222;
  z-index: 9;
  position: relative;
}

.tabs {
  width: 100%;
  margin: 24px 0 48px;
  text-align: center;
}
.tabs a {
  text-decoration: none;
  padding: 12px 30px 8px;
  font-size: 18px;
  line-height: 34px;
  position: relative;
}
.tabs a.on {
  pointer-events: none;
  font-weight: bold;
}
.tabs a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 0;
  opacity: 0;
  transition: width 0.2s, opacity 0.2s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.15, 1);
  background: #333;
}
.tabs a.on::after {
  width: 100%;
  opacity: 1;
}

.tab {
  display: none;
}
.tab.on {
  display: block;
}

.backToTop {
  position: absolute;
  top: 40vh;
  right: 10px;
  bottom: 0;
  width: 56px;
  pointer-events: none;
  display: none;
}
.backToTop a {
  display: inline-block;
  text-decoration: none;
  height: 36px;
  border-radius: 3px;
  position: sticky;
  pointer-events: all;
  top: calc(100vh - 66px);
  z-index: 99;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.backToTop a svg {
  width: 36px;
  height: 36px;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 20px;
  font-family: Times;
  line-height: 1;
  font-weight: normal;
}
.stars::before {
  content: "★★★★★";
  letter-spacing: 1px;
  background: linear-gradient(90deg, #333 var(--percent), #ddd var(--percent));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cart {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
}
.cart h1, .cart h2 {
  font-size: 32px;
}
.cart #title span {
  display: none;
}
.cart .col1 {
  width: 68%;
}
.cart .col2 {
  width: 32%;
  padding-left: 48px;
}
.cart .spec {
  align-items: center;
  display: flex;
  line-height: 36px;
}
.cart .spec.total {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: bold;
}
.cart .spec span {
  flex: 1 1 0%;
  text-align: left;
}
.cart .spec span:nth-child(2) {
  text-align: right;
}
.cart .item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
  padding-bottom: 24px;
}
.cart .item figure svg, .cart .item figure img {
  width: 160px;
  height: auto;
  padding: 12px;
  background: #f8f5f2;
  margin-right: 24px;
  border-radius: 6px;
}
.cart .item figure img {
  background: none;
}
.cart .item figure + div {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  position: relative;
}
.cart .item .dets {
  line-height: 32px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
}
.cart .item .dets h3 {
  font: 16px "Poppins", sans-serif;
  margin: 0;
  font-weight: bold;
}
.cart .item .dets .tag {
  line-height: 28px;
  border: 1px solid #ddd;
  color: #686562;
  font-size: 13px;
  padding: 0px 8px;
  border-radius: 4px;
  margin: 4px;
  display: inline-block;
}
.cart .item .dets .tag tr {
  line-height: 28px;
}
.cart .item .dets .tag td {
  padding: 0 12px 0 0;
}
.cart .item .dets div:nth-last-child(2) {
  flex-grow: 1;
  margin-bottom: 12px;
}
.cart .item .dets .des:before {
  content: "; ";
}
.cart .item .subt {
  font-weight: bold;
  text-align: right;
  position: absolute;
  right: 4px;
}
.cart .item .subt .oldprice {
  text-decoration: line-through;
  color: #686562;
  margin: 0 8px 0 0;
}
.cart .funcs a {
  font-size: 14px;
  background: #f8f5f2;
  border-radius: 4px;
  padding: 2px 4px;
  display: inline-block;
  line-height: initial;
}
.cart .funcs a + a {
  margin-left: 8px;
}
.cart .funcs svg {
  height: 15px;
  vertical-align: sub;
  margin-right: 4px;
}
.cart .funcs span + a, .cart .funcs span a {
  margin-left: 8px;
}
.cart .funcs span + a svg, .cart .funcs span a svg {
  margin: 0 0 0 4px;
}
.cart .funcs a.show + .desc {
  max-height: 0;
  transition: all 0.4s ease, border-color 0s ease 0.4s;
  overflow: hidden;
  display: block;
  border-color: #fff;
  max-width: 100%;
  border-width: 0;
  margin: 0;
}
.cart .funcs .show svg {
  transition: transform 0.4s ease;
}
.cart .funcs .show.on svg {
  transform: rotate(-180deg);
  transition: transform 0.4s ease;
}
.cart .funcs a.show.on + .desc {
  max-height: 600px;
  background: #fff;
  overflow-y: auto;
  transition: all 0.4s ease;
  border-color: #ddd;
}
.cart .funcs a.show.on + .desc.tag {
  overflow-x: auto;
  border: 1px solid #ddd;
  margin-top: 4px;
  margin-bottom: 4px;
}
.cart .funcs a.show.on + .desc.tag table {
  pointer-events: none;
}
.cart .notes {
  display: flex;
  justify-content: space-between;
  line-height: 28px;
  font-size: 14px;
}
.cart .notes .title {
  font-weight: bold;
  margin: 0 0 2px;
}
.cart .notes .pays img {
  height: 24px;
  width: auto;
}
.cart .notes svg {
  height: 20px;
  vertical-align: -4px;
  margin-right: 8px;
}

.actions.stick {
  display: none;
  position: sticky;
  bottom: -60px;
  background: #fff;
  padding: 16px 15px;
}

.co.content {
  width: 1080px;
  position: relative;
}
.co .sm {
  display: none;
}
.co .col1 {
  width: calc(100% - 408px);
  position: relative;
}
.co .col2 {
  width: 360px;
}
.co hr {
  border: 0;
  border-top: 1px solid #ddd;
  padding-top: 18px;
  margin-top: 30px;
}
.co .title {
  text-align: center;
}
.co .title h1 {
  font-size: 32px;
  margin: 0 0 6px;
}
.co .title div {
  display: none;
}
.co h2 {
  font: 21px "Poppins", sans-serif;
  font-weight: bold;
  margin: 0px 0px 18px;
}
.co .funcs.right {
  top: 3px;
}
.co .funcs a {
  padding: 3px 6px;
  font-size: 13px;
}
.co .funcs a.show + .desc.tag {
  width: 441px;
  margin-left: -133px;
}
.co .sec {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
  -moz-column-gap: 18px;
       column-gap: 18px;
  overflow: hidden;
  max-height: 900px;
  transition: max-height 0.3s ease-in-out;
  padding: 6px 0 0;
  margin: 18px 0 0;
}
.co .sec div {
  width: calc(50% - 9px);
  position: relative;
}
.co .sec div.wide {
  width: 100%;
  box-sizing: border-box;
}
.co .sec.closed {
  max-height: 0;
  margin: 0;
  padding: 0;
  transition: max-height 0.3s ease-in-out;
}
.co .sec.pay {
  row-gap: 12px;
}
.co .sec.pay #paypalArea img {
  height: 27px;
  vertical-align: -7px;
  width: auto;
}
.co .sec.pay .cb {
  padding: 20px 0;
}
.co .sec.pay #baddrForm {
  margin: 8px 0 42px;
}
.co .sec .co-form {
  border: 1px solid #ddd;
  padding: 45px 24px 24px;
  background: #fafafa;
  margin: 18px 0 6px;
}
.co .sec .co-form div {
  width: auto;
}
.co .sec .co-form .co-card {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
}
.co .sec .co-form .co-card #cardNumber-holder {
  width: 50%;
}
.co .sec .co-form .co-card #cardExpiry-holder {
  width: 25%;
}
.co .sec .co-form .co-card #cardCvc-holder {
  width: 25%;
}
.co .sec .co-form .morecvv {
  text-align: right;
}
.co .sec .co-form .morecvv .tooltip {
  width: 220px;
  right: 4px;
  left: auto;
}
.co .sec .co-form .morecvv .tooltipContent::after {
  left: 158px;
}
.co .sec .co-form .secure {
  position: absolute;
  right: 23px;
  top: 15px;
  fill: #767677;
  height: 16px;
}
.co .sec2 {
  max-height: 900px;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.co .sec2.closed {
  max-height: 0;
  margin: 0;
  padding: 0;
  transition: max-height 0.3s ease-in-out;
}
.co .secTitle {
  overflow: hidden;
  position: relative;
}
.co .secTitle h2 {
  margin-bottom: 0;
}
.co .secTitle .funcs {
  display: none;
}
.co .secTitle .secReview {
  font-size: 14px;
  max-height: 0;
  transition: max-height 0.4s ease-in-out, 0.3s;
  margin: 0;
}
.co .secTitle .secReview .tall {
  margin: 6px 0 0;
}
.co .secTitle.success .secReview {
  transition: max-height 0.4s ease-in-out, 0.6s;
  max-height: 180px;
  margin: 18px 0 0;
}
.co .secTitle.success.on .secReview {
  max-height: 0;
}
.co .secTitle.success .funcs {
  display: block;
}
.co .secTitle.success .done {
  display: inline;
}
.co .secTitle.success.on .funcs, .co .secTitle.success.on .done {
  display: none;
}
.co .secTitle .done {
  position: relative;
  margin: 0 0 0 12px;
  display: none;
}
.co .secTitle .done:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 5px;
  height: 12px;
  border: solid #128A09;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.co .rbbox {
  display: contents;
}
.co .rb {
  border: 1px solid #ddd;
  outline: 1px solid #fff;
  outline-offset: -2px;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.co .rb .right {
  right: 24px;
}
.co .rb:hover {
  border-color: #444;
}
.co .rb.selected {
  outline-color: #444;
  border-color: #444;
  cursor: default;
}
.co .rb2 {
  font-size: 15px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.co .rb2 img {
  height: 24px;
  vertical-align: top;
  width: auto;
}
.co .rb2 img.right {
  height: 21px;
}
.co .rb2:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #767677;
  transition: border-color 0.3s ease;
}
.co .rb2:hover:after {
  border-color: #1b1b1b;
}
.co .rb2.selected:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 13px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1b1b1b;
}
.co input, .co select, .co .input, .co textarea {
  font: 15px "Poppins", sans-serif;
  line-height: 48px;
  padding: 0 12px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  transition: all 0.2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
}
.co input:hover, .co input.focus, .co input.StripeElement--focus, .co select:hover, .co select.focus, .co select.StripeElement--focus, .co .input:hover, .co .input.focus, .co .input.StripeElement--focus, .co textarea:hover, .co textarea.focus, .co textarea.StripeElement--focus {
  border-color: #444;
}
.co input.focus + label, .co input.active + label, .co input.StripeElement--focus + label, .co input.StripeElement--invalid + label, .co input.StripeElement--complete + label, .co select.focus + label, .co select.active + label, .co select.StripeElement--focus + label, .co select.StripeElement--invalid + label, .co select.StripeElement--complete + label, .co .input.focus + label, .co .input.active + label, .co .input.StripeElement--focus + label, .co .input.StripeElement--invalid + label, .co .input.StripeElement--complete + label, .co textarea.focus + label, .co textarea.active + label, .co textarea.StripeElement--focus + label, .co textarea.StripeElement--invalid + label, .co textarea.StripeElement--complete + label {
  top: -12px;
  font-size: 13px;
}
.co input.focus + label, .co input.StripeElement--focus + label, .co select.focus + label, .co select.StripeElement--focus + label, .co .input.focus + label, .co .input.StripeElement--focus + label, .co textarea.focus + label, .co textarea.StripeElement--focus + label {
  color: #1b1b1b;
}
.co input.err, .co input.StripeElement--invalid, .co input.check.StripeElement--empty, .co select.err, .co select.StripeElement--invalid, .co select.check.StripeElement--empty, .co .input.err, .co .input.StripeElement--invalid, .co .input.check.StripeElement--empty, .co textarea.err, .co textarea.StripeElement--invalid, .co textarea.check.StripeElement--empty {
  border-color: #d30005;
}
.co input.err + label + .errmsg, .co input.StripeElement--invalid + label + .errmsg, .co input.check.StripeElement--empty + label + .errmsg, .co select.err + label + .errmsg, .co select.StripeElement--invalid + label + .errmsg, .co select.check.StripeElement--empty + label + .errmsg, .co .input.err + label + .errmsg, .co .input.StripeElement--invalid + label + .errmsg, .co .input.check.StripeElement--empty + label + .errmsg, .co textarea.err + label + .errmsg, .co textarea.StripeElement--invalid + label + .errmsg, .co textarea.check.StripeElement--empty + label + .errmsg {
  display: block;
}
.co input + label + .icon, .co select + label + .icon, .co .input + label + .icon, .co textarea + label + .icon {
  position: absolute;
  right: 12px;
  top: 18px;
}
.co input.err + label, .co input.StripeElement--invalid + label, .co input.check.StripeElement--empty + label, .co select.err + label, .co select.StripeElement--invalid + label, .co select.check.StripeElement--empty + label, .co .input.err + label, .co .input.StripeElement--invalid + label, .co .input.check.StripeElement--empty + label, .co textarea.err + label, .co textarea.StripeElement--invalid + label, .co textarea.check.StripeElement--empty + label {
  color: #d30005;
}
.co textarea {
  line-height: 30px;
  padding: 8px;
  resize: vertical;
}
.co .input {
  padding: 15px 12px;
  border: 1px solid #aaa;
}
.co label {
  position: absolute;
  left: 7px;
  top: 12px;
  color: #686562;
  background: #fff;
  padding: 2px 6px;
  transition: all 0.2s ease;
  pointer-events: none;
  font-size: 15px;
}
.co .errmsg {
  display: none;
  font-size: 12px;
  margin: 2px 0px 0 13px;
  color: #d30005;
}
.co #card-errors.err .errmsg {
  display: block;
}
.co .cb {
  padding: 20px 0 6px;
}
.co .checkmark:after, .co .radiobutton:after, .co .tooltipContent:after {
  content: "";
}
.co .checkbox {
  position: relative;
  padding: 6px 0 0 42px;
  cursor: pointer;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  top: initial;
  left: initial;
  color: #1b1b1b;
  line-height: 26px;
}
.co .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.co .checkbox input ~ .checkmark {
  transition: border-color 0.2s ease-in-out;
}
.co .checkbox:hover input ~ .checkmark {
  border-color: #555;
  transition: border-color 0.2s ease-in-out;
}
.co .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #767677;
}
.co .checkmark:after {
  position: absolute;
  display: none;
  left: 6px;
  top: 0px;
  width: 6px;
  height: 14px;
  border: solid #1b1b1b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.co .checkbox input:checked ~ .checkmark:after, .co .radiobutton {
  display: block;
}
.co .spec.total {
  margin: 0 0 32px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ddd;
  border-top: none;
}
.co .item {
  font-size: 14px;
  color: #686562;
  line-height: 28px;
  border: 0;
  padding: 0;
}
.co .item figure svg, .co .item figure img {
  width: 98px;
  margin-right: 12px;
}
.co .item figure + div {
  flex-direction: column;
  justify-content: normal;
}
.co .item .dets {
  line-height: 28px;
  flex: 0;
}
.co .item .dets h3 {
  font-size: 14px;
  color: #1b1b1b;
  font-weight: normal;
}
.co .item .dets div:nth-last-child(2) {
  flex: 0;
  margin: 0;
}
.co .item .subt {
  font-weight: normal;
  text-align: left;
  position: relative;
  right: 0;
  display: flex;
}
.co .item .subt .oldprice {
  margin: 0 0 0 8px;
  order: 2;
}
.co .col2 .item .dets .des {
  display: block;
}
.co .col2 .item .dets .des:before {
  content: "";
}
.co .confirm .button {
  margin: 18px 0 24px;
}
.co .confirm .note {
  font-size: 13px;
}
.co .confirm .note a {
  color: #686562;
  text-decoration: underline;
}
.co .confirm .note a:hover {
  color: #767677;
}
.co.rev .secTitle .secReview {
  margin: 0;
  max-height: initial;
}
.co.rev #delOps {
  margin: 6px 0;
}
.co.rev .rb2 {
  font-size: 15px;
  line-height: 32px;
  opacity: 0.8;
}
.co.rev .rb2.selected {
  opacity: 1;
}
.co.rev .rb2:after {
  top: 4px;
}
.co.rev .rb2.selected:before {
  top: 9px;
}
.co.rev .rb2 span:nth-child(2) {
  width: 144px;
  display: inline-block;
}
.co.rev .item .dets {
  line-height: normal;
}
.co.rev .item figure svg, .co.rev .item figure img {
  width: 128px;
}

#delEst.loading {
  display: inline-block;
  width: 38px;
  height: 16px;
  overflow: unset;
}

.thanks h1 {
  font-size: 42px;
  margin: 0 0 18px;
}
.thanks .success {
  font-size: 21px;
  margin: 0 0 18px;
}
.thanks p {
  line-height: 28px;
}
.thanks .sec {
  font-size: 15px;
  margin: 30px 0;
  padding: 6px 0 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  row-gap: 0;
}
.thanks .sec h3 {
  font: 100% "Poppins", sans-serif;
  font-weight: bold;
  margin: 24px 0 6px;
}

.contrast + .footer {
  margin: 0;
  border-top: 2px solid #fff;
}

.footer {
  background: #1b1b1b;
  color: #fafafa;
  fill: #fafafa;
  margin-top: 5rem;
  padding: 60px 0 0;
  line-height: 32px;
}
.footer .map {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 2rem;
}
.footer .map .colLogo {
  padding-right: 6rem;
}
.footer .map .colLogo svg {
  width: 140px;
  height: auto;
  margin: -50px 0 -24px;
}
.footer .map li {
  line-height: 36px;
}
.footer .map a {
  color: #fafafa;
  position: relative;
}
.footer .map a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0;
  opacity: 0;
  transition: width 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.15, 1);
  background: #fafafa;
}
.footer .map a:hover::after {
  width: 100%;
  opacity: 1;
}
.footer .footerFoot {
  border-top: 1px solid #6e6e6e;
  margin-top: 48px;
  padding: 1rem 0;
  font-size: 14px;
  color: #ddd;
  position: relative;
}
.footer .footerFoot a {
  color: #ddd;
}
.footer .footerFoot a:nth-child(2) {
  margin: 0 18px;
}
.footer .footerFoot a:hover {
  color: #fff;
}
.footer.co {
  padding: 0;
}
.footer.co .footerFoot {
  margin: 0;
  border: 0;
  padding: 20px 0 16px;
}

@media only screen and (max-width: 1400px) {
  .content {
    width: calc(100% - 60px);
  }
  .content.full {
    width: 100%;
  }
  .app .content {
    width: calc(100% - 24px);
  }
  #canvas {
    margin: 36px 24px;
  }
  .options {
    width: calc(50% - 250px);
  }
  .header ul li .sub-menu .content {
    grid-template-columns: 1fr;
  }
  .header ul li .sub-menu .content .links {
    grid-gap: 2rem 3rem;
  }
  .hero .section h1.long {
    font-size: 54px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1180px) {
  #canvas {
    margin: 36px 12px;
  }
  .header .sub-menu .feature li {
    width: 48%;
  }
  h2 {
    font-size: 42px;
  }
  h4 {
    font-size: 19px;
  }
  .options {
    width: calc(50% - 232px);
  }
  .options li {
    width: 25%;
  }
  .options .da-main li, .options .itm-col li {
    width: 20%;
  }
  #modal .panel {
    width: 260px;
  }
  #modal .main {
    width: calc(100% - 280px);
  }
  .comp2 {
    grid-gap: 3rem;
  }
  .hero .section h1.long {
    font-size: 48px;
    line-height: 52px;
  }
  .section .lead h2 {
    font-size: 48px;
  }
  .section .lead p {
    font-size: 18px;
    line-height: 32px;
  }
  .reviews .review .quote {
    font-size: 18px;
  }
  .reviews .review .owner {
    font-size: 16px;
  }
  .features li {
    font-size: 18px;
  }
  .features li .icon {
    width: 30px;
    height: 26px;
    margin: 2px 12px 0 0;
  }
  .features li.dbl div &gt; div {
    font-size: 15px;
  }
  .tip a.option {
    font-size: 16px;
  }
  .tip a.option img {
    width: 24px;
  }
  .tip a.option .icon {
    height: 18px;
  }
  .specs .spec {
    font-size: 18px;
  }
  .sizing {
    display: block;
  }
  .measure {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 4rem;
    align-items: center;
    margin: 4rem 0;
  }
  .cart .item .subt .oldprice {
    margin: 0;
    display: block;
  }
  .cart .item .dets .des {
    display: block;
  }
  .cart .item .dets .des:before {
    content: "";
  }
  .cart.co .item .subt .oldprice {
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width: 1064px) {
  .co.content {
    width: calc(100% - 30px);
  }
  .header ul li a {
    padding: 0 1.8vw;
  }
  .header ul li.also {
    display: none;
  }
  .hero .section {
    grid-template-columns: 42% 58%;
  }
  .hero .section h1 {
    font-size: 52px;
    line-height: 50px;
    margin: 0;
  }
  .hero .section h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .hero .section p {
    font-size: 16px;
  }
  .options {
    position: relative;
    z-index: 2;
  }
  .options li {
    width: 25%;
  }
  .options .da-main li {
    width: 20%;
  }
  .options.right {
    margin-left: -300px;
  }
  .options .da-colour .separator {
    border: none;
    padding: 0;
    margin: 0 0 10px 0;
  }
  #modal {
    width: 90%;
  }
}
@media only screen and (max-width: 1032px) {
  .section .usps.nar .usp h3 {
    font-size: 18px;
  }
  .section .usps.nar .usp p {
    font-size: 15px;
  }
  #leftoptions {
    background: none;
    min-width: unset;
  }
  #holder {
    margin: 36px 0;
    width: calc(95% - 280px);
  }
  #canvas {
    margin: 0;
  }
  .options {
    min-width: 280px;
    margin: 24px 0 24px 4%;
    width: calc(90% - 400px);
  }
  .options li {
    width: 16.66%;
  }
  .options .da-main li {
    width: 16.66%;
  }
  .options .itm-col li {
    width: 49px;
  }
  .box #leftoptions {
    margin: 0;
  }
  .box #leftoptions .droparea {
    padding: 0 1px;
    box-shadow: none;
  }
  .menu {
    width: 160px;
  }
  .info:not(.modalSection) {
    width: calc(100% - 208px);
  }
  .function.menu-btn {
    display: initial;
  }
}
@media only screen and (max-width: 920px) {
  .hero .section h1.long {
    font-size: 42px;
    line-height: 46px;
  }
  .options li {
    width: 20%;
  }
  .options .da-main li {
    width: 20%;
  }
  #modal .panel {
    width: 220px;
  }
  #modal .cart .main {
    width: 100%;
  }
  #modal .main {
    width: calc(100% - 240px);
  }
  #modal .options li {
    width: 16.66%;
  }
  #modal .cart .panel {
    border-top: 1px solid #ddd;
    padding-top: 12px;
    width: 100%;
    margin: 12px 0 0 !important;
  }
  .pex {
    margin-top: 32px;
  }
  .product-group {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.4);
  }
  .product-title {
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff;
  }
  .product-title .subtitle {
    text-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff;
  }
  .product-price {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.6666666667), 0 0 10px rgba(255, 255, 255, 0.6666666667), 0 0 20px rgba(255, 255, 255, 0.6666666667);
  }
  .header ul li .sub-menu .links {
    grid-gap: 2rem 1rem;
  }
  .header ul li .sub-menu .link svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .header ul li .sub-menu .link .cont .title {
    line-height: 24px;
    font-size: 15px;
    margin: 6px 0;
  }
  .header ul li .sub-menu .link .cont p {
    font-size: 13px;
  }
  .reviews, .comp2 {
    grid-template-columns: 1fr;
  }
  .comp2 {
    grid-gap: 0;
  }
  .comp2 .full {
    margin-top: 2rem;
  }
  .comp2.alt .col:nth-child(1) {
    order: 2;
  }
  .specs {
    display: block;
  }
  .specs .tip {
    margin: 0 0 24px;
  }
  .specs .comp2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
  .specs .spec {
    grid-template-columns: 1fr 2fr;
    font-size: 16px;
  }
  .cart {
    flex-direction: column;
  }
  .cart .col1, .cart .col2 {
    width: 100%;
  }
  .cart #title h1 {
    display: inline-block;
    font-size: 24px;
  }
  .cart #title span {
    display: inline-block;
  }
  .cart .col2 {
    padding: 0;
  }
  .cart .col2 h2 {
    display: none;
  }
  .cart .item .dets .des {
    display: inline;
  }
  .cart .item .dets .des:before {
    content: "; ";
  }
  .actions {
    display: none;
  }
  .actions.stick {
    display: block;
  }
  .actions.stick .button:nth-child(1) {
    margin-top: 0;
  }
  .co {
    flex-direction: column-reverse;
  }
  .co .sm {
    display: block;
  }
  .co .sm .icon {
    height: 22px;
  }
  .co .title h1 {
    font-size: 24px;
  }
  .co .title div {
    display: block;
  }
  .co .col2 {
    display: flex;
    flex-direction: column;
  }
  .co .col2 h2 {
    display: block;
    margin: 0;
  }
  .co .col2 .sm.right {
    right: 8px;
    top: 7px;
  }
  .co .col2 .funcs.right, .co .col2 .item, .co .col2 #summary {
    display: none;
  }
  .co .col2.show #summary {
    display: initial;
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding-top: 18px;
    margin-top: 12px;
    order: 2;
  }
  .co .col2.show .item {
    display: flex;
  }
  .co .col2.show h2 {
    margin-bottom: 18px;
  }
  .co .col2.show #showbag svg {
    transform: rotate(-180deg);
  }
  .co .col2 .item {
    margin: 0 0 12px;
  }
  .co .col2 .item .dets {
    line-height: 22px;
  }
  .co .col2 .item .subt {
    line-height: 26px;
  }
  .co .col2 .item figure svg, .co .col2 .item figure img {
    width: 90px;
  }
  .co .col2 .item .funcs a.show.on + .desc {
    background: none;
  }
  .co .col2 .spec.total {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .footer {
    font-size: 15px;
  }
  .footer .map .colLogo {
    padding-right: 4rem;
  }
  .footer .footerFoot {
    font-size: 13px;
  }
}
@media only screen and (max-width: 780px) {
  .nt {
    display: none !important;
  }
  .ot {
    display: unset;
  }
  .noscroll .header {
    position: sticky;
    top: 0;
  }
  .header {
    height: 64px;
    z-index: 99;
    background: #fff;
  }
  .header:not(.co) #customvarsity_logo {
    display: flex;
    flex-grow: 1;
  }
  .header #customvarsity_logo a {
    height: 84px;
    margin: -9px auto;
    padding: 0 12px;
    text-align: center;
  }
  .header.co #customvarsity_logo a {
    padding: 0;
  }
  .header .iconMaxi {
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-top: 2px;
  }
  .header .content {
    width: 100%;
  }
  .header .nav {
    position: fixed;
    left: -350px;
    transition: left 150ms ease-in;
    width: 80%;
    display: block;
    top: 64px;
    padding: 24px 12px;
    max-width: 320px;
    text-align: right;
    border: 1px solid #ddd;
    z-index: 99;
    height: 100%;
    background: #fff;
  }
  .header .nav.on {
    left: -1px;
    transition: left 150ms ease-in;
  }
  .header .nav li a {
    height: unset;
    line-height: 48px;
    font-size: 21px;
  }
  .header .nav .sub-menu {
    z-index: 900;
    position: relative;
    border: 0;
    padding: 0 12px;
    margin: 0;
    top: 0;
    width: unset;
  }
  .header .nav .sub-menu .links {
    display: block;
  }
  .header .nav .sub-menu .link {
    align-items: center;
  }
  .header .nav .sub-menu .link .cont .title {
    line-height: 48px;
    font-weight: normal;
    margin: 0;
    font-size: 18px;
  }
  .header .nav .sub-menu .link .cont p {
    display: none;
  }
  .header .nav .sub-menu .feature {
    display: none;
  }
  .header ul {
    padding-left: 0;
  }
  .header ul li, .header ul li.also {
    font-weight: normal;
    display: block;
  }
  .header ul li a {
    margin: 0;
    height: 64px;
    padding: 0 12px;
  }
  .header ul li:hover &gt; .sub-menu {
    max-height: 600px;
    position: relative;
    width: unset;
  }
  .hw img {
    min-width: unset;
  }
  .options li {
    width: 25%;
  }
  .options .da-main li {
    width: 25%;
  }
  .options .itm-col li {
    width: 20%;
  }
  .measure {
    display: block;
  }
  .measure img {
    margin-bottom: 24px;
    max-width: 100%;
  }
  .hero .section {
    grid-template-columns: 100%;
  }
  .hero .section .col:first-child {
    order: 2;
    background: #fff;
    width: calc(100% - 48px);
    padding: 12px 12px 0;
    border: 6px solid #333;
    outline: 2px solid #fff;
    outline-offset: -4px;
    margin: -50px auto 18px;
  }
  .hero .section .col {
    text-align: center;
  }
  .hero .section img {
    min-height: unset;
  }
  .hero .section .button {
    display: inline-block;
    margin: 12px 0 18px;
  }
  .hero .section h1.long {
    font-size: 34px;
    line-height: 38px;
  }
  .hero .section h1.long br {
    display: initial;
  }
  .hero .section h1.long:after {
    width: 100px;
    height: 30px;
    position: relative;
    display: inline-block;
    content: "";
  }
  .hero.oj .section {
    grid-template-columns: 100%;
  }
  .section .usps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
  }
  .section .usp:nth-child(4) {
    display: flex;
  }
  .section.ender h2 {
    font-size: 42px;
    margin: 0 0 12px;
  }
  .section.ender h2 + p {
    margin: 0 auto 16px;
    font-size: 18px;
  }
  .comp3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .comp3 .col {
    width: 90%;
    margin: 0 auto;
  }
  .footer {
    font-size: 16px;
  }
  .footer .map {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
  }
  .footer .map .colLogo {
    padding: 0;
  }
  .footer .map h4 {
    margin: 36px 0 12px;
  }
  .footer .footerFoot {
    font-size: 14px;
    line-height: 36px;
  }
  .footer .footerFoot .right {
    position: relative;
  }
  .footer .footerFoot .right a {
    display: block;
  }
  .footer .footerFoot a:nth-child(2) {
    margin: 0;
  }
  .footer .footerFoot a:nth-child(3) {
    display: unset;
  }
  .cart .item .dets .des {
    display: block;
  }
  .cart .item .dets .des:before {
    content: "";
  }
  .co.rev .col2 {
    position: sticky;
    top: -28px;
    background: #fff;
    padding: 0 0 18px;
  }
}
@media only screen and (max-width: 720px) {
  h2 {
    font-size: 36px;
  }
  .menu {
    width: 100%;
    margin: 10px 0;
    padding: 40px 0 0;
    text-align: center;
    float: none;
    border-top: 1px solid #e6e2e0;
  }
  .info:not(.modalSection) {
    width: 100%;
    margin: 24px 0;
  }
  #modal .panel {
    width: 180px;
  }
  #modal .main {
    width: calc(100% - 200px);
  }
  #modal .options li {
    width: 20%;
  }
  #holder {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  .tabs a {
    white-space: nowrap;
    padding: 0 12px 8px;
    line-height: 40px;
  }
  .options {
    position: inherit;
    width: 100%;
    margin: 24px 0;
  }
  .options .box {
    margin: 10px auto 12px auto;
    width: unset;
    background: rgba(255, 255, 255, 0.8666666667);
  }
  .options li {
    width: 12.5%;
  }
  .options .da-colour {
    width: 248px;
  }
  .options .da-main {
    width: 240px;
  }
  .options .da-main li {
    width: 12.5%;
  }
  .options .da-item {
    width: 248px;
  }
  .options .itm-col li {
    width: 49px;
  }
  .options .dropdown, .options .options input {
    width: calc(100% - 24px);
  }
  .options .droparea {
    width: 100%;
  }
  .options .da-colour, .options .options .da-main, .options .options .da-font, .options .options .da-item {
    width: 100%;
  }
  .options .da-colour ul {
    max-width: unset;
  }
  .options .da-font ul {
    width: 100%;
  }
  .options .product-details li {
    width: 80%;
  }
  .options .product-details li a:hover {
    width: unset;
  }
  .options .droparea {
    right: unset;
  }
  .box .box, .box #leftoptions {
    margin: 0;
    width: 100%;
    background: none;
  }
  .box #leftoptions .droparea {
    padding: 12px;
    border-radius: 3px;
  }
  .sizing .tip li div {
    width: calc(20% - 12px);
    padding: 6px;
    font-size: 16px;
  }
  .backToTop {
    display: unset;
  }
  .cart .item figure svg, .cart .item figure img {
    width: 120px;
  }
  .cart .item .dets {
    font-size: 14px;
  }
  .cart .item .subt {
    font-size: 14px;
  }
  .cart .notes {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (max-width: 560px) {
  .hero .section h1.long {
    padding: 0 16px;
  }
  .content {
    width: calc(100% - 60px);
  }
  #modal {
    max-width: 100%;
  }
  #modal #tab-1 .panel {
    display: none;
  }
  #modal .panel {
    display: block;
    width: 100%;
  }
  #modal .options .panel li {
    width: 16.66%;
  }
  #modal .main {
    width: 100%;
    margin-top: 20px;
  }
  .section .usps {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .section .btns {
    flex-direction: column;
    gap: 24px 0;
    margin-top: 24px;
  }
  .section .btns .button {
    margin: 0;
  }
  .options li {
    width: 16.66%;
  }
  .options .da-main li {
    width: 16.66%;
  }
  .specs .comp2 {
    grid-template-columns: 1fr;
  }
  .specs .spec {
    grid-template-columns: 2fr 5fr;
  }
  .cart .item figure svg, .cart .item figure img {
    width: 120px;
  }
  .cart .item figure + div {
    flex-direction: column;
  }
  .cart .item .dets div:nth-last-child(2) {
    flex-grow: 0;
    margin: 0;
  }
  .cart .item .subt {
    position: relative;
    display: flex;
    line-height: 36px;
    right: 0;
  }
  .cart .item .subt .oldprice {
    margin: 0 0 0 8px;
    display: inline;
    order: 2;
  }
  .cart .notes {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .co .sec div {
    width: 100%;
  }
  .co .sec .co-form .co-card {
    flex-wrap: wrap;
    row-gap: 18px;
  }
  .co .sec .co-form .co-card #cardNumber-holder {
    width: 100%;
  }
  .co .sec .co-form .co-card #cardExpiry-holder, .co .sec .co-form .co-card #cardCvc-holder {
    width: calc(50% - 6px);
  }
  .co .sec:not(.closed).pay {
    max-height: 1230px;
  }
  .co .sec #cardArea.sec2:not(.closed) {
    max-height: 1100px;
  }
  .co.rev .rb2 {
    font-size: 14px;
  }
  .co.rev .rb2 span:nth-child(2) {
    width: 130px;
  }
  .co.rev .col2 {
    top: -53px;
  }
}
@media only screen and (max-width: 440px) {
  #canvas {
    margin: -40px;
    transform: scale(0.9);
  }
  #holder {
    clear: both;
  }
  #modal .options li {
    width: 25%;
  }
  .modalTitle {
    text-align: left;
    padding: 10px 48px 0 16px;
    line-height: 36px;
  }
  .cart .item {
    flex-direction: column;
  }
  .modalSection.cart #cartArea {
    display: none;
  }
  .comp2 .tip li div {
    width: calc(100% - 48px);
    text-align: center;
  }
  .full .inset.insetDes {
    bottom: 24px;
  }
  .full .inset.insetTeam {
    width: 70%;
    max-width: 70%;
    bottom: -36px;
  }
  .sizing .tip li.bold div {
    transform: rotate(-90deg);
    line-height: 120px;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 380px) {
  #canvas {
    margin: -60px;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 320px) {
  #canvas {
    margin: -80px;
    transform: scale(0.7);
  }
}/*# sourceMappingURL=m3.css.map */</pre></body></html>