/** Default Theme **/

body.default-spectacle-theme {
  --spec-main-grad: linear-gradient(0deg, rgba(0,84,131,1) 0%, rgba(0,0,0,1) 100%);
  --spec-grad-linear: linear-gradient(90deg, rgba(0,84,131,1) 0%, rgba(0,0,0,1) 100%);
  --spec-yellow: #FFC200;
  --spec-orange: #F7931E;
  --spec-body: #121212;
  --spec-dark-blue: #005483;
  --spec-mid-blue: #29ABE2;
  --spec-light-blue: #88E6FF;
  --spec-tran: rgba(136, 229, 255, 0);
  --spec-white: #ffffff;
  --spec-light-grey: #F2F2F2;
}

/** Blue Theme **/

body.blue-contrast-spectacle-theme {
  --spec-main-grad: #21215f;
  --spec-grad-linear: #21215f;
  --spec-yellow: #F7931E;
  --spec-orange: #F7931E;
  --spec-body: #121212;
  --spec-dark-blue: #21215f;
  --spec-mid-blue: #21215f;
  --spec-light-blue: #9fcfff;
  --spec-tran: rgba(136, 229, 255, 0);
  --spec-white: #9fcfff;
  --spec-light-grey: #F2F2F2;
  --spec-main-bg: #9fcfff;
}

/** Beige Theme **/

body.beige-contrast-spectacle-theme {
  --spec-main-grad: #0066cc;
  --spec-grad-linear: #0066cc;
  --spec-yellow: #FFC200;
  --spec-orange: #F7931E;
  --spec-body: #0066cc;
  --spec-dark-blue: #0066cc;
  --spec-mid-blue: #0066cc;
  --spec-light-blue: #ffe97d;
  --spec-tran: rgba(136, 229, 255, 0);
  --spec-white: #ffe97d;
  --spec-light-grey: #F2F2F2;
  --spec-main-bg: #ffe97d;
}


/** High Contrast Theme **/

body.high-contrast-spectacle-theme {
  --spec-main-grad: #000000;
  --spec-grad-linear: #000000;
  --spec-yellow: #FFC200;
  --spec-orange: #F7931E;
  --spec-body: #ffff17;
  --spec-dark-blue: #ffff17;
  --spec-mid-blue: #ffff17;
  --spec-light-blue: #ffff17;
  --spec-tran: rgba(136, 229, 255, 0);
  --spec-white: #ffff17;
  --spec-light-grey: #F2F2F2;
  --spec-main-bg: #141414;
}



* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.clear {
  clear: both;
}
form#user-login-form, form#login-form {
  padding: 5vw;
  max-width: 900px;
  margin: 0 auto;
}
form#user-login-form input, form#login-form input {
  width: 100%;
  height: 40px;
  display: block;
  margin: 10px 0;
}
form#user-login-form div#edit-actions, form#login-form div#edit-actions {
  width: max-content;
  border-top: 0;
}

body {
  font-family: "Arial","OpenSans", sans-serif, "Helvetica", "SF Pro Display",system-ui, "Segoe UI", Roboto, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color:var(--spec-body);
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--cgc-white);
  box-sizing: border-box;
}
main {
  position: relative;
}
.region-highlighted,
.tabs {
  margin-top: 1em;
}


h1, .field.field--name-field-main-title p, .user-title p {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.5rem, 3vw,2.5rem);
  line-height: 1.2;
  margin: 20px 0 10px;
}

strong {
  font-weight: 900;
}


h2 {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 900;
  font-style: normal;
}
h3, h4 {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--spec-dark-blue);
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  font-size: 1rem;
  font-family: 'Arial', sans-serif;
}
img.spec-header-logo {
  width: clamp(160px, 25vw, 350px);
  height: auto;
}

body.high-contrast-spectacle-theme img.spec-header-logo {
  width: clamp(160px, 25vw, 350px);
  height: auto;
  filter: hue-rotate(236deg);
}


a {
  text-decoration: none;
  color: var(--spec-dark-blue);
}
a:visited {
  text-decoration: none;
  color: var(--spec-dark-blue);
}

div#user-edit-form {
    margin: auto;
    max-width: 900px;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid var(--spec-body);
}
div#user-edit-form input {
    width: 100%;
    height: 40px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
input#edit-submit {
  width: fit-content!important;
}

/* div#user-edit-form .fieldset {
  padding: 0;
  margin: 0;
} */

.layout-container {
  padding: 40px 3vw;
  background: #f9f9f9;
  margin: 0;
}
body.blue-contrast-spectacle-theme .layout-container, body.beige-contrast-spectacle-theme .layout-container, body.high-contrast-spectacle-theme .layout-container {
  background: var(--spec-main-bg);
}


.header-account-menu {
  display: flex;
  column-gap: 30px;
  justify-content: flex-end;
}
a.header-account-item, .header-account-item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  position: relative;
}
img.account-image {
  height: 30px;
  width: auto;
}

body.high-contrast-spectacle-theme img.account-image {
  filter: invert(1) hue-rotate(50deg) brightness(1.4);
}
body.beige-contrast-spectacle-theme img.account-image {
  filter: brightness(1.5);
}



.account-label, .dropbtn {
  font-size: 0.75rem;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 500;
  color: var(--spec-dark-blue);
}
.basket-counter,
.favourites-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 0.8rem;
  color: var(--spec-white);
  background-color: var(--spec-orange);
  padding: 1px 5px;
  border-radius: 3px;
}

.header-navigation-wrapper {
  display: flex;
    flex-direction: column-reverse;
    width: 100%;
    flex: 2;
    row-gap: 20px;
    max-width: fit-content;
    z-index: 1000;
}
.header-flex-wrapper {
  display: flex;
    column-gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
.header-logo-container {
  flex: 1;
  max-width: 350px;
}
.header-main-menu {
  display: flex;
  justify-content: end;
}
.qdos_ai_menu-mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 102;
  position: absolute;
  right: 5vw;
  top: -50px;
}


nav.qdos_ai_menu-nav {
  background: var(--spec-grad-linear);
}

nav.qdos_ai_menu-nav a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
  width: fit-content;
  background: var(--spec-tran);
  color: var(--spec-white);
  height: 100%;
  display: block;
}

nav.qdos_ai_menu-nav a:hover {
  background: var(--spec-light-blue);
  color: var(--spec-dark-blue);
}
body.beige-contrast-spectacle-theme nav.qdos_ai_menu-nav a:hover {
  background: var(--spec-white);
  color: var(--spec-dark-blue);
}
body.high-contrast-spectacle-theme nav.qdos_ai_menu-nav a:hover {
  background: var(--spec-main-bg);
  color: var(--spec-dark-blue);
}


body.high-contrast-spectacle-theme .qdos_ai_menu-burger-bar {
    display: block;
    width: 100%;
    height: var(--qdos-menu-burger-bar-height);
    background-color: var(--spec-dark-blue);
    border-radius: 0;
    transition: transform var(--qdos-menu-transition-speed) var(--qdos-menu-transition-function), opacity var(--qdos-menu-transition-speed) var(--qdos-menu-transition-function);
}



ul.menu {
  margin-left: 0em;
  padding: 0;
  list-style: none outside;
  text-align: left;
}
li.menu-item {
  padding-top: 0;
}
.qdos_ai_menu-dropdown {
  position: absolute;
  top: 100%;
  left: -82px;
  min-width: var(--qdos-menu-dropdown-min-width);
  background: var(--spec-grad-linear);
  border-radius: var(--qdos-menu-border-radius);
  box-shadow: 0 2px 10px var(--qdos-menu-dropdown-shadow);
  padding: var(--qdos-menu-dropdown-spacing);
  margin: 0;
  list-style: none;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--qdos-menu-transition-speed) var(--qdos-menu-transition-function), transform var(--qdos-menu-transition-speed) var(--qdos-menu-transition-function), visibility 0s linear var(--qdos-menu-transition-speed);
  will-change: transform, opacity;
}

/*---- Landing page Start ----*/

.splide__slide {
    border-radius: 20px;
    overflow: hidden;
}

.landing-banner-wrapper {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.landing-advert-section {
  aspect-ratio: 3/2;
  flex: 1.5;
  background-color: var(--spec-light-grey);
  width: 100%;
  height: 100%;
  min-width: 745px;
  overflow: hidden;
  border-radius: 20px;
}
.landing-service-section {
  flex: 1;
  min-width: 500px;
}
/*---- Landing page End ----*/

/*---- Home Banner Start ----*/
.banner-wrapper {
  position: relative;
}
.banner-text, .service-banner-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  color: var(--spec-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(60px,4vw, 80px);
  max-width: 65%;
  row-gap: 20px;
}
.banner-text h3 {
  color: var(--spec-white);
  font-size: clamp(0.7rem, 2.5vw, 1rem);
}
.banner-text h2 p, .banner-text h2 {
  color: var(--spec-white);
  margin: 0;
  line-height: 1.2;
}
.banner-text h2 p, .field.field--name-field-service-banner-title h2{
  font-size: clamp(1rem, 4vw,2.2rem);
  text-shadow: 2px 2px 8px #121212;
}
.banner-sub-text p {
  font-size: clamp(0.6rem, 2vw,1rem);
  text-shadow: 1px 1px 3px #121212;
}
.banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  aspect-ratio: 3/2;
}
.banner-text-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2vw;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #cccccc00;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow--prev {
  left: 10px;
  -webkit-transform: scale(-1, -1) translateY(50%);
    -moz-transform: scale(-1, -1) translateY(50%);
    -o-transform: scale(-1, -1) translateY(50%);
    transform: scale(-1, -1) translateY(50%);

}
.landing-advert-section .splide__arrow--prev {
  transform: rotate(0deg);
}

.splide__arrow--next {
  right: 10px;
}
.splide__arrow svg {
  fill: #ffffff;
  height: 3em;
  width: 3em;
}
div#product-options-form .splide__arrow svg {
  fill: var(--spec-mid-blue);
  height: 1.5em;
  width: 1.5em;
}

/*---- Home Banner End ----*/

/*---- FAQ Start ----*/

.node__content:has(.faq) {
  margin: 20px auto;
  padding: 10px 40px 20px;
  max-width: 900px;
  /* background-color: var(--spec-white); */
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
/*---- FAQ End ----*/

/*---- Service tiles Start ----*/

.view.view-service-tile.view-id-service_tile.view-display-id-block_1 .view-content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.view.view-service-tile.view-id-service_tile.view-display-id-block_1 .views-row {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
}
.service-tile-text p {
  font-size: clamp(0.7rem, 0.7vw, 1rem);
  text-shadow: 1px 1px 1px black;
}
.service-tile-text-link p {
  margin-bottom: 1rem;
}

.service-tile-text {
  color: var(--spec-white);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  padding: clamp(20px, 1.5vw, 30px);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.service-tile-image::before, .banner-image::before {
  content: "";
  background: linear-gradient(90deg, rgba(18,18,18,0.5) 0%, rgba(18,18,18,0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}
body.blue-contrast-spectacle-theme .service-tile-image::before, body.blue-contrast-spectacle-theme .banner-image::before, body.blue-contrast-spectacle-theme .service-banner-container::before {
  content: "";
  background: rgba(33, 33, 95, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}
body.blue-contrast-spectacle-theme .banner-image img, body.blue-contrast-spectacle-theme .service-tile-image img, body.blue-contrast-spectacle-theme .service-banner-info-image img, body.blue-contrast-spectacle-theme .service-banner-container img {
  filter: grayscale(1);
}

body.beige-contrast-spectacle-theme .service-tile-image::before, body.beige-contrast-spectacle-theme .banner-image::before, body.beige-contrast-spectacle-theme .service-banner-container::before {
  content: "";
  background: rgba(0, 102, 204, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

body.beige-contrast-spectacle-theme .banner-image img, body.beige-contrast-spectacle-theme .service-tile-image img, body.beige-contrast-spectacle-theme .service-banner-info-image img, body.beige-contrast-spectacle-theme .service-banner-container img {
  filter: grayscale(1);
}

body.high-contrast-spectacle-theme .service-tile-image::before, body.high-contrast-spectacle-theme .banner-image::before, body.high-contrast-spectacle-theme .service-banner-container::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}
body.high-contrast-spectacle-theme .banner-image img, body.high-contrast-spectacle-theme .service-tile-image img, body.high-contrast-spectacle-theme .service-banner-info-image img, body.high-contrast-spectacle-theme .service-banner-container img {
  filter: grayscale(1);
}





.service-tile-text h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw,2.2rem);
  line-height: 1.1;
}

.service-tile-text a {
  padding: 0.3rem 1rem;
  background: var(--spec-yellow);
  color: var(--spec-body);
  margin-top: 20px;
  border-radius: 30px;
  width: fit-content;
  height: auto;
  font-weight: 600;
  font-size: clamp(0.7rem, 1vw, 1rem);
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}

.service-tile-text a:hover {
  background: var(--spec-orange);
}

body.high-contrast-spectacle-theme .service-tile-text a {
  background: var(--spec-main-bg);
  color: var(--spec-body);
}
body.high-contrast-spectacle-theme .service-tile-text a:hover {
  background: var(--spec-body);
  color: var(--spec-main-bg);
}


/*---- Service tiles end ----*/

/*---- Service Page Start ----*/
.service-banner-wrapper {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.service-banner-container {
  /* aspect-ratio: 1/ 1; */
  flex: 2;
  width: 100%;
  height: 100%;
  min-width: 700px;
  overflow: hidden;
  position: relative;
  max-height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
.shop .service-banner-container {
  min-width: 100%;
  max-height: 300px;
}


.service-banner-info-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  min-width: 350px;
  column-gap: 20px;
  flex-wrap: wrap;
  overflow: hidden;
}

.service-banner-info-image {
  flex: 1;
  width: 100%;
  min-width: 345px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 310px;
  aspect-ratio: 6/2;
  position: relative;
}

.service-banner-info-image::before {
    content: '';
    background: var(--spec-tran);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}
body.blue-contrast-spectacle-theme .service-banner-info-image::before {
    background: rgba(33, 33, 95, 0.6);
}
body.beige-contrast-spectacle-theme .service-banner-info-image::before {
    background: rgba(0, 102, 204, 0.6);
}
body.high-contrast-spectacle-theme .service-banner-info-image::before {
    background: rgba(0, 0, 0, 0.6);
}




.service-banner-info-image img {
  width: 100%;
  object-fit: cover;
  /* display: block; */
  /* aspect-ratio: 6 / 2; */
  height: 100%;
  object-position: center center;
}
.service-banner-info-text {
  padding: clamp(20px, 1.5vw, 30px);
  background: var(--spec-main-grad);
  width: 100%;
  color: var(--spec-white);
  flex: 2;
  min-width: 345px;
  height: auto;
  border-radius: 20px;
}
.service-banner-container img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  object-position: center;
  display: block;
  max-height: 600px;
  aspect-ratio: 1/1;
}
/* .field.field--name-field-service-banner-title {
  font-size: clamp(0.75rem, 3vw, 3rem);
} */
.field.field--name-field-service-banner-title h2 {
  margin-block-start: 0;
  margin-block-end: 0.5rem;
  line-height: 1.1;
  }
  
  .field.field--name-field-banner-sub-text * {
    font-size: clamp(0.6rem, 2vw, 1rem);
  }

/*---- Service Page End----*/

/*---- Product Page Start----*/
/* .product-tile-button {
  margin-top: 10px;
} */

.product-tile-from-price {
  font-weight: 400;
  color: var(--spec-body);
  padding: 10px;
  font-size: 1rem;
}
.product-tile-stock-status {
  background-color: var(--spec-mid-blue);
  color: var(--spec-white);
  font-size: 0.7rem;
}

body.high-contrast-spectacle-theme .product-tile-stock-status {
  color: var(--spec-main-grad);
}


.products-wrapper {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.products-filter-section {
  flex: 1;
  background-color: var(--spec-white);
  padding: 20px;
  min-width: 280px;
  border-radius: 20px;

}
body.high-contrast-spectacle-theme .products-filter-section {
  background-color: var(--spec-main-grad);
}
body.high-contrast-spectacle-theme .product-tile-text {
  background: var(--spec-main-grad);
}
body.blue-contrast-spectacle-theme .product-tile-text {
  background: var(--spec-main-grad);
}

body.blue-contrast-spectacle-theme .product-tile-from-price, body.blue-contrast-spectacle-theme .product-tile-text h2,

body.beige-contrast-spectacle-theme .product-tile-from-price, body.beige-contrast-spectacle-theme .product-tile-text h2 {
  color: var(--spec-white);
}

body.beige-contrast-spectacle-theme .product-tile-text {
  background: var(--spec-main-grad);
}



.products-section {
  flex: 5;
  padding: 20px;
  min-width: 400px;
}
.section-title {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.3rem, 3vw,1.8rem);
  line-height: 1.2;
  margin: 0;
  margin-bottom: 20px;
}

.view-content:has(.product-tile-wrapper) {
  display: grid;
  gap: 40px;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  margin: 40px 0;
}
.views-row:has(.product-tile-wrapper) {
  background: var(--spec-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  /* min-width: 250px; */
  height: max-content;
  border-radius: 20px;
  overflow: hidden;
}
.views-row:has(.product-tile-wrapper):hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}
.product-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}
.product-tile-text {
  text-align: center;
  background: var(--spec-white);
  padding-top: 20px;
}
.product-tile-text h2 {
  margin: 0;
  font-size: 1rem;
  color: var(--spec-dark-blue);
  padding: 0px 10px;
}
.product-tile-image {
  display: flex;
}
.product-tile-desc p {
  font-size: 0.8rem;
  display: none;
}
.product-tile-desc {
  padding: 0 10px;
}
.product-tile-button a {
  background: var(--spec-main-grad);
  width: 100%;
  display: block;
  padding: 10px;
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 900;
  color: var(--spec-white);
  font-size: 0.7rem;
  text-transform: uppercase;
  /* border-radius: 20px; */
}
.product-tile-button a:hover {
  background: var(--spec-yellow);
  color: var(--spec-body);
}
.product-filter {
  margin-top: 20px;
}
.product-filter .form-item {
  clear: both;
  float: none;
}


.product-wrapper {
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 40px auto;
}
.product-details-wrapper .field.field--name-title  {
  color: var(--spec-dark-blue);
  font-size: 2rem;
  font-weight: 900;
}
.product-images-wrapper, .product-details-wrapper {
  flex: 1;
  min-width: 350px;
  position: relative;
}
.product-details-wrapper {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.product-images-wrapper .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: 3/2; */
}
.field.field--name-field-from-price.field--type-decimal.field--label-above {
  display: flex;
  column-gap: 20px;
  font-weight: 400;
  color: var(--spec-body);
  font-size: 1.5rem;
}

.field.field--name-field-from-price .field__item::before {
content: '£';
}
.field.field--name-field-brand, .field.field--name-field-gender, .field.field--name-field-sizes {
  display: flex;
  column-gap: 5px;
  color: var(--spec-dark-blue);
}
.field.field--name-field-brand a {
  color: var(--spec-dark-blue);
}
.field.field--name-field-brand a:hover {
  color: var(--spec-orange);
}
.field.field--name-field-brand .field__label::after, .field.field--name-field-gender .field__label::after, .field.field--name-field-sizes .field__label::after {
  content: ' | ';
  color: var(--spec-mid-blue);
}
.field.field--name-field-sizes .field__item::after {
  content: ' mm';
}

.field.field--name-field-full-description .field__label {
  display: none;
}
div#product-options-form label, div#order-item-form label {
  font-weight: bold;
  color: var(--spec-body);
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  align-items: center;
  flex: 1;
  /* flex-direction: row-reverse; */
}

body.blue-contrast-spectacle-theme select, body.high-contrast-spectacle-theme select, body.beige-contrast-spectacle-theme select {
  background-color: var(--spec-main-grad);
  color: var(--spec-white);
}


select {
  background-color: var(--spec-light-grey);
  color: var(--spec-dark-blue);
  padding: 5px 10px;
  border: 0;
  width: 100%;
  height: 40px;
  display: block;
  margin: 10px 0 15px;
}
.details-wrapper select {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 10px;
}
.details-wrapper label {
  font-weight: bold;
  color: var(--spec-body);
}
h2.order-item-subtitle {
    font-weight: 400;
    font-size: clamp(1.5rem, 3vw,1.8rem);
}
.option-title {
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    color: var(--spec-dark-blue);
}
.option-icon-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-width: 100px; */
}
.options-item {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.options-wrapper {
    display: flex;
    column-gap: 40px;
    row-gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: start;
    padding: 20px;
    /* background-color: var(--spec-light-grey); */
}
.option-description {
    /* max-width: 620px; */
    flex: 4;
    min-width: 300px;
    font-weight: normal;
}
.option-description p {
  margin: 0;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
}

.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-lens-index.form-item-lens-index img.option-icon,
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-field-lens-tint.form-item-field-lens-tint img.option-icon,
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-field-frame-type-options.form-item-field-frame-type-options img.option-icon {
  aspect-ratio: auto;
  border-radius: 0;
  max-width: 100%;
  min-width: 200px;
  max-width: 250px;
  box-shadow: none;

}



img.option-icon {
    max-width: 90px;
    min-width: 90px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body.high-contrast-spectacle-theme img.option-icon {
    filter: invert(1) hue-rotate(50deg) brightness(1.4);
}

/* Product filter styles from JS */

details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0px solid #ccc!important;
}

.filter-accordion-item, .filter-accordion-item summary, .filter-accordion-content {
  box-sizing: border-box;
}
.filter-accordion-item > summary {
  list-style: none; cursor: pointer;
}
.filter-accordion-item > summary::-webkit-details-marker {
  display: none;
}
/* .filter-accordion-item {
  border-bottom: 1px solid #e0e0e0; margin-bottom: 0;
} */
.filter-accordion-item:last-of-type {
  border-bottom: none;
}
.filter-accordion-summary {
  padding: 0px;
  font-weight: 700;
  font-size: 1em;
  position: relative;
  color: var(--spec-dark-blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
}
.filter-accordion-summary::after {
  content: '+';
  font-size: 1.6em;
  font-weight: 300;
  color: var(--spec-mid-blue);
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease-in-out;
  line-height: 1;
}
.filter-accordion-item[open] > .filter-accordion-summary::after {
  content: '–';
  transform: translateY(-50%) rotate(180deg);
  font-weight: 400;
}
.filter-accordion-content {
  padding: 15px;
  /* border-top: 1px solid #f0f0f0;
  background-color: #fafafa; */
}
.filter-accordion-content > .fieldset-wrapper, .filter-accordion-content > .js-form-item, .filter-accordion-content > .form-checkboxes {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* Hide legends *unless* they are inside the price fieldset */
.filter-accordion-content legend:not(fieldset[data-drupal-selector="edit-from-price-wrapper"] > legend), .filter-accordion-content .js-form-item > label:not(.option) {
  display: none;
}

.filter-accordion-content .form-select, .filter-accordion-content .form-text, .filter-accordion-content .form-autocomplete {
  width: 100%;
  margin: 5px 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.95em;
  background-color: #fff;
  height: auto;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
}

.filter-accordion-content .form-select {
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.filter-accordion-content .form-checkboxes {
  margin-top: 5px;
}
.filter-accordion-content .form-checkboxes .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter-accordion-content .form-checkboxes .form-item:last-child {
  margin-bottom: 0;
}
.form-type-checkbox input.form-checkbox,
.form-type-radio input.form-radio {
  width: 1.3em!important;
  height: auto;
  scale: 1.3;
}
.form-type-checkbox,
.form-type-radio {
  display: flex;
  gap: 1em;
  padding-left: 1em
}
.form-type-checkbox:hover input {
  outline: var(--spec-light-blue) 2px;
}
.filter-accordion-content .form-checkboxes input[type="checkbox"].form-checkbox {
  margin: 0 10px 0 0;
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  cursor: pointer; }
.filter-accordion-content .form-checkboxes label.option {
  margin: 0;
  cursor: pointer;
  flex-grow: 1;
  line-height: 1.4;
  font-weight: normal;
  color: var(--spec-body);
}

body.high-contrast-spectacle-theme .filter-accordion-content .form-checkboxes label.option {
  color: var(--spec-body);
}
body.blue-contrast-spectacle-theme .filter-accordion-content .form-checkboxes label.option {
  color: var(--spec-body);
}
body.beige-contrast-spectacle-theme .filter-accordion-content .form-checkboxes label.option {
  color: var(--spec-body);
}





.filter-accordion-content .color-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
  gap: 10px;
  padding-top: 10px;
}
.filter-accordion-content .color-swatch {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  position: relative;
}
.filter-accordion-content .color-swatch.selected::after {
  content: '✔';
  color: white;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.filter-accordion-content .color-swatch:hover {
  border-color: #aaa;
  transform: scale(1.05);
}
.filter-accordion-content .color-swatch.selected {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.6);
  transform: scale(1.1);
}
.filter-accordion-content #edit-colour--wrapper .form-item.js-form-type-checkbox {
  display: none;
}
.filter-accordion-content .price-range-slider-container {
  padding: 25px 10px 15px 10px;
  position: relative;
  margin-top: 0;
}
.filter-accordion-content .price-range-slider-track {
  position: relative;
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  margin: 0 9px;
}
.filter-accordion-content .price-range-slider-range {
  position: absolute;
  height: 100%;
  background-color: #007bff;
  border-radius: 3px;
  top: 0;
}
.filter-accordion-content .price-range-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #007bff;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-left: -9px;
  transition: transform 0.1s ease-out;
}
.filter-accordion-content .price-range-slider-handle:focus, .filter-accordion-content .price-range-slider-handle:active {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.filter-accordion-content .price-range-slider-value-display {
  text-align: center;
  margin-top: 20px;
  font-size: 1em;
  color: var(--spec-body);
  font-weight: 500;
}
.filter-accordion-content .js-form-item-from-price-min, .filter-accordion-content .js-form-item-from-price-max {
  display: none !important;
}
/* Style the fieldset containing the slider to remove default styling */
.filter-accordion-content fieldset[data-drupal-selector="edit-from-price-wrapper"] {
  border: none;
  padding: 0;
  margin: 0;
}
/* Hide the legend *of the inner price fieldset* specifically */
.filter-accordion-content fieldset[data-drupal-selector="edit-from-price-wrapper"] > legend {
  display: none;
}
.filter-accordion-content fieldset[data-drupal-selector="edit-from-price-wrapper"] > .fieldset-wrapper {
  padding: 0;
}
.product-filter [id^="edit-actions"] {
padding: 20px 15px;
margin-top: 10px;
border-top: 1px solid #e0e0e0;
}
.product-filter #edit-submit-products {
background-color: #fdd835;
color: #333;
border: none;
padding: 12px 25px;
font-size: 1.1em;
font-weight: bold;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.2s ease;
display: block;
width: fit-content;
text-align: center;
}
#edit-submit-products:hover {
background-color: #fbc02d;
}
.products-filter-section .section-title {
  padding: 0 0 20px;
  margin-bottom: 0;
  /* border-bottom: 1px solid var(--spec-mid-blue); */
  font-size: 1.6em;
  line-height: 1.3;
}
.products-filter-section .section-title .dark-blue {
  color: var(--spec-dark-blue);
}
.products-filter-section .section-title .mid-blue {
  color: var(--spec-mid-blue);
}
.products-filter-section .section-title strong {
  font-weight: 900;
}
.product-tile-wrapper {
    position: relative;
}

a.product-tile-favourite-button {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    padding: 2px;
    background-color: var(--spec-white);
    border-radius: 50%;
    display: block;
    z-index: 5;
}

/* Filter icons */
.field-icon {
  width: 100px;
  cursor: pointer;
}
body.high-contrast-spectacle-theme .field-icon {
  filter: invert(1) hue-rotate(221deg);
}

.profile {
  max-width: 900px;
    margin: 3vw auto;
    background-color: var(--spec-tran);
    border-radius: 20px;
    padding: 10px 40px 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--spec-body);
}

.profile .field__item {
    margin-bottom: 1em;
}



/*---- Product Page End----*/

/*---- Chatbot start----*/
deep-chat#chat-element {
    border-radius: 0px !important;
}


/*---- Chatbot end----*/



/*---- Footer Start ----*/

.copyright-section {
  background: var(--spec-grad-linear);
  color: var(--spec-white);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.copyright-section p {
  margin: 0;
  font-size: clamp(0.6rem, 2vw, 0.8rem);
}
.copyright-section a {
  color: var(--spec-white);
}
.copyright-section a:hover {
  color: var(--spec-orange);
}
.cta-section {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 20px;
  overflow: hidden;
}
.cta-contact {
  flex: 1;
  background: var(--spec-main-grad);
  padding: 2rem;
  min-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.cta-account {
  flex: 2;
  background: var(--spec-main-grad);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  min-width: 400px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.cta-account h2 {
  color: var(--spec-white);
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 3rem);
  margin: 0;
  line-height: 1.3;
}
.cta-contact h2 {
  color: var(--spec-white);
  font-weight: 900;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  margin: 0 0 1rem;
  line-height: 1.1;
}
.cta-contact p {
  color: var(--spec-light-blue);
  font-weight: 600;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  margin: 0;
}
.cta-contact p span, .cta-contact a {
  color: var(--spec-white);
  font-weight: 400;
  margin: 0;
}
.cta-contact a:hover {
  color: var(--spec-orange);
}


.cta-account h2 span {
  font-weight: 900;
}
span.mid-blue {
  color: var(--spec-mid-blue);
}
span.dark-blue {
  color: var(--spec-dark-blue);
}

span.light-blue {
  color: var(--spec-light-blue);
}
span.black {
  color: var(--spec-body);
}
span.yellow {
  color: var(--spec-yellow);
}
span.white {
  color: var(--spec-white);
}
.footer-address {
  flex: 1;
  min-width: 400px;
}
.footer-address-section p {
  margin: 0 0 0.5rem;
}

.footer-address-section {
  display: flex;
  column-gap: 60px;
  row-gap: 20px;
  margin: 40px 0;
  flex-wrap: wrap;
}
.footer-address-section a {
  color: var(--spec-dark-blue);
  font-weight: 600;
}
.footer-address-section a:hover {
  color: var(--spec-body);
  font-weight: 600;
}
.footer-links {
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
  row-gap: 1rem;
}

a.cta-link, .banner-link a, .field.field--name-field-banner-link a, .button, .views-field.views-field-edit-order a.button, .views-field.views-field-delete-order a.button  {
  padding: 0.5rem 1.5rem;
  background: var(--spec-yellow);
  color: var(--spec-body);
  margin-top: 20px;
  border-radius: 30px;
  width: fit-content;
  height: auto;
  font-weight: 900;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  display: inline-block;
  border-style: none;
  cursor: pointer;
}

a.cta-link:hover, .banner-link a:hover, .field.field--name-field-banner-link a:hover, .button:hover {
  background: var(--spec-orange);
}
.button.is-disabled, .button.is-disabled:hover {
  background: var(--spec-light-grey);
  cursor: default;
}

body.high-contrast-spectacle-theme a.cta-link, body.high-contrast-spectacle-theme .banner-link a, body.high-contrast-spectacle-theme .field.field--name-field-banner-link a, body.high-contrast-spectacle-theme .button, body.high-contrast-spectacle-theme .views-field.views-field-edit-order a.button, body.high-contrast-spectacle-theme .views-field.views-field-delete-order a.button  {
  background: var(--spec-grad-linear);
  color: var(--spec-body);
}
body.high-contrast-spectacle-theme a.cta-link:hover, body.high-contrast-spectacle-theme .banner-link a:hover, body.high-contrast-spectacle-theme .field.field--name-field-banner-link a:hover, body.high-contrast-spectacle-theme .button:hover {
  background: var(--spec-body);
  color: var(--spec-main-bg);
}
/*---- Footer End ----*/


/*---- Tables Styles ----*/

/* --- Base Table Styles & Responsive Container --- */
.table-container {
  overflow-x: auto; /* Allows horizontal scrolling on small screens */
  margin: 25px 0; /* Consistent vertical spacing */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

table {
  width: 100%;
  border-collapse: collapse; /* Clean borders */
  font-family: 'Arial', sans-serif; /* Match body font */
  font-size: 0.95rem; /* Slightly smaller can work well in tables */
  color: var(--spec-body);
  /* background-color: var(--spec-white); Default background */
  margin-top: 1em;
  margin-bottom: 1em;
}

caption {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 600; /* Bold like a sub-heading */
  font-size: 1.1rem;
  color: var(--spec-dark-blue);
  margin-bottom: 10px;
  text-align: left;
  caption-side: top; /* Or bottom if preferred */
}

th, td {
  padding: 12px 15px; /* Consistent padding */
  text-align: left;
  vertical-align: top; /* Align content to the top */
  border-bottom: 1px solid var(--spec-light-grey); /* Default row separator */
}

thead th {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif; /* Use heading font */
  font-weight: 600; /* Bold header text */
  text-transform: uppercase; /* Optional: matches nav style */
  letter-spacing: 0.5px; /* Optional: slight spacing */
  font-size: 0.8em;
  background-color: var(--spec-body);
  color: var(--spec-white);
  border-bottom: 2px solid var(--spec-dark-blue); /* Stronger header bottom border */
}

body.high-contrast-spectacle-theme thead th {
  background-color: var(--spec-main-grad);
}

thead th h4 {
  color: var(--spec-white);
}

/* Remove bottom border from last row */
tbody tr:last-child td {
  border-bottom: none;
}

/* Basic hover for rows (can be overridden by specific styles) */
tbody tr:hover {
  background-color: #f5f5f5; /* Very light grey hover */
}

.table tbody tr:nth-of-type(even) {
  background-color: var(--spec-light-grey); /* Zebra striping */
}

.table tbody tr:hover {
  background-color: #e0f7ff; /* Light blue tint on hover */
  /* Or use: background-color: rgba(136, 229, 255, 0.2); */ /* Using light blue with transparency */
}

/* Remove default bottom border for header cells as background provides separation */
.table thead th {
    border-bottom-width: 0;
}
/* Re-add a stronger border below the entire header row */
.table thead tr {
    border-bottom: 2px solid var(--spec-dark-blue);
}

/* Ensure cells below header have default border */
.table tbody tr:first-child td {
    border-top: 1px solid var(--spec-light-grey);
}

/*---- Tables Styles End ----*/


/*---- Order item form Start ----*/

#order-item-summary {
  height: calc(100% - 120px);
  width: 100%;
  border: 2px solid var(--spec-mid-blue);
  /* background-color: var(--spec-white); */
  padding: 20px;
}
#order-item-summary table tr td:last-child {
  text-align: right;
}
.order-item-summary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.order-item-summary-image {
  flex: 1;
  min-width: 250px;
  width: 100%;
  height: 100%;
}
.order-item-summary-summary {
  flex: 2;
  min-width: 250px;
}
.flex-item {
    flex: 2;
    min-width: 400px;
}

.form-textarea-wrapper textarea {
    background: var(--spec-tran);
    color: var(--spec-body);
}

/* div#order-item-form {
    margin: 20px 5vw;
} */

div#order-item-summary {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
    flex: 1;
    min-width: 300px;
}
/* form#order-item-form {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    max-width: 1000px;
    margin: 3vw auto;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.order-item-form,
.order-item-edit-form {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    max-width: 900px;
    margin: 3vw auto;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    /* background-color: var(--spec-white); */
    border-radius: 20px;
    padding: 1vw 3vw 3vw;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--spec-body);
}
.order-item-form .tab {
  margin-bottom: 40px;
}


.prescription-eyes {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
.prescription-eyes fieldset {
    flex: 1;
    min-width: 280px;
    padding: 0;
    border: none;
}
.prescription-eyes select {
    display: block;
    width: 100%;
    height: 40px;
    margin: 10px 0 40px 0;
}
span.fieldset-legend {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--spec-dark-blue);
}
div#options fieldset {
    margin-top: 2em;
    margin-bottom: 2em;
}
.options-wrapper {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.eck-entity, div#checkout-form {
    max-width: 900px;
    padding: 20px 40px 40px;
    background: var(--spec-tran);
    display: block;
    margin: 40px auto;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--spec-body);
}

body.high-contrast-spectacle-theme .eck-entity, div#checkout-form {
    background: var(--spec-tran);
}




.product.eck-entity {
    max-width: 100%;
    padding: 0;
    background: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

/* .eck-entity.views-element-container {
    display: block;
    margin-bottom: 20px;
} */
 div#checkout-form .fieldset-wrapper input {
  width: 100%;
  height: 40px;
  padding: 10px;
 }

.field--label-above {
  margin-top: 1em;
}
.view-order-items span.views-label, .checkout-form label {
font-weight: 600;
min-width: 170px;
}

.view.view-order-items.view-id-order_items.view-display-id-block_1 .views-field {
  display: flex;
  column-gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.view.view-order-items.view-id-order_items.view-display-id-block_1 .views-row, .total-wrapper, fieldset {
  padding: 2vw;
  margin-bottom: 20px;
  border: 1px solid var(--spec-light-blue);
  border-radius: 10px;
}

body.blue-contrast-spectacle-theme .view.view-order-items.view-id-order_items.view-display-id-block_1 .views-row, body.blue-contrast-spectacle-theme .total-wrapper, body.blue-contrast-spectacle-theme fieldset,

body.beige-contrast-spectacle-theme .view.view-order-items.view-id-order_items.view-display-id-block_1 .views-row, body.beige-contrast-spectacle-theme .total-wrapper, body.beige-contrast-spectacle-theme fieldset,

body.high-contrast-spectacle-theme .view.view-order-items.view-id-order_items.view-display-id-block_1 .views-row, body.high-contrast-spectacle-theme .total-wrapper, body.high-contrast-spectacle-theme fieldset
{
  border: 0px solid var(--spec-body);
  padding: 10px;
}



.views-field.views-field-edit-order {
    float: left;
}

.checkout-form fieldset {
  border: 0;
  padding: 0;
}
.total-wrapper .field {
  display: flex;
  column-gap: 80px;
}
.total-wrapper .field .field__label {
  min-width: 170px;
  
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: contents;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
.field.field--name-field-status {
    margin: 0 0 20px;
    font-size: 1.5rem;
}


/*---- Order item form End ----*/

/*---- Tooltip Descriptions Start ----*/

.description-trigger {
  position: relative;
  display: inline-flex;
}
.description-trigger + legend {
  display: contents;
}
.description-tooltip {
  display: none;
    z-index: 1000;
    width: 100%;
    min-width: max-content;
}
.description-icon {
  padding: 0px 7.5px;
  border-radius: 100px;
  background-color: var(--spec-dark-blue);
  color: var(--spec-white);
  font-weight: bold;
  float: left;
  font-size: 1rem;
  margin-top: -6px;
  margin-left: 5px;
  cursor: help;
  max-width: 300px;
}
.description-icon:hover {
  background-color: var(--spec-mid-blue);
}
.description-trigger:hover .description-tooltip {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: var(--spec-white);
  padding: 10px;
  border-radius: 5px;
  top: 25px;
}

/*---- Tooltip Descriptions End ----*/

.button.addbutton {
  float: right;
  position: relative;
  z-index: 10;
}
.views-exposed-form > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.views-exposed-form .button {
  margin-top: 0;
}
.views-exposed-form .form-item {
  margin: 0 1em 0 0;
}
.views-exposed-form select {
  margin: 0;
}

/*------ dropdown menu start -----*/
.dropbtn {
  background-color: var(--spec-tran);
  border: none;
}

.dropdown {
  position: relative;
  display: block;
  line-height: 1;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  right: 0;
  margin-top: 2px;
  text-align: center;
  padding: 3px;
  color: #000000;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 600;
}

.dropdown-content a:hover {
  background-color: #005483;
  color: var(--spec-white);
}
a.blue {
  background: #21215f;
  color: #9fcfff ;
}

a.blue:hover {
  background: #16163f;
  color: #9fcfff ;
}
a.beige {
  background: #f7dd5d;
  color:#0066cc;
}

a.beige:hover {
  background: #ffe97d;
  color:#0066cc;
}
a.high {
  background: #1b1b1b;
  color: #ffff17;
}

a.high:hover {
  background: #000;
  color: #ffff17;
}

.header-account-item:hover .dropdown-content {
  display: block;
}

/*------ dropdown menu end -----*/



/*---- Media Queries Start ---*/

@media only screen and (max-width: 1360px) {
  .service-banner-container img {
    height: 100%;
}

}
@media only screen and (max-width: 1138px) {

.service-banner-info-image img {
  aspect-ratio: 1/1;
}
}

@media only screen and (max-width: 1110px) {
  .view.view-service-tile.view-id-service_tile.view-display-id-block_1 .view-content {
    grid-template-columns: repeat(4, 1fr);
}
}

@media only screen and (max-width: 980px) {
  .view.view-service-tile.view-id-service_tile.view-display-id-block_1 .view-content {
    grid-template-columns: repeat(2, 1fr);
}
.service-tile-text p {
  font-size: 1rem;
}
}

@media only screen and (max-width: 850px) {
  .landing-advert-section, .service-banner-container  {
    min-width: 100%;
}
}
@media only screen and (max-width: 755px) {
  .service-banner-info-image img {
    aspect-ratio: 6/2;
}
}


@media only screen and (max-width: 700px) {
  .cta-contact, .cta-account, .footer-address {
    min-width: 100%;
    width: 100%;
}
.layout-container {
  padding: 5vw;
}
.footer-address-section {
  justify-content: center;
  text-align: center;
}
.footer-links {
  width: 100%;
}
.cta-section {
  flex-direction: column-reverse;
}
.footer-logo img {
  width: clamp(250px, 25vw, 350px);
  height: auto;
}
.account-label, .dropbtn {
  display: none;
}
.header-account-menu {
  column-gap: 15px;
  margin-right: 70px;
}
.region.region-primary-menu {
  width: 100%;
  position: absolute;
  right: 0;
}
.qdos_ai_menu-menu {
  padding: 20px;
}
.service-banner-info-wrapper {
  min-width: 100%;
}
.service-banner-container img {
  aspect-ratio: 16/9;
}
.banner-text, .service-banner-text {
  max-width: 100%;
  text-align: center;
}
.form-checkboxes .form-item, .form-radios .form-item {
    flex-direction: column-reverse;
    align-items: center;
}
.option-description {
    min-width: 100%;
    text-align: center;
}

}


@media only screen and (max-width: 600px) {
.landing-service-section {
  min-width: 100%;
}
/* .view.view-service-tile.view-id-service_tile.view-display-id-block_1 .view-content {
  grid-template-columns: repeat(1, 1fr);
} */
.service-tile-text h2 {
  font-size: 1rem;
}
.service-tile-text p {
  font-size: 1rem;
  display: none;
}

.splide__arrows.splide__arrows--ltr {
  display: none;
}
.flex-item, div#order-item-summary, .order-item-summary-image, .order-item-summary-summary {
    min-width: 100%;
}
#order-item-summary {
    padding: 10px;
}
.products-section {
    min-width: 100%;
}

}

@media only screen and (max-width: 466px) {
  img.spec-header-logo {
    width: 250px;
}
.header-logo-container {
  flex: 1;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
h1 {
  text-align: center;
}
.banner-sub-text {
  display: none;
}
.service-banner-info-image, .service-banner-info-text  {
  min-width: 100%;
}
  
}


/*---- Media Queries End ---*/