/** Shopify CDN: Minification failed

Line 4052:0 Unexpected "}"
Line 10779:4 Unexpected ".2025-teacher-calendar"

**/
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background-color: rgba(var(--bg-color));
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
body.fixed {
  padding-right: var(--scrollbar-width);
}
body.overflow-hidden {
  padding-right: var(--scrollbar-width);
}
body.overflow-hidden::after {
  content: "";
  position: absolute;
  z-index: 29;
  right: 0;
  bottom: 0;
  width: var(--scrollbar-width, 0);
  height: 100%;
  background: #e4e4e4;
}
body.overlay-predictive-search {
  overflow: hidden;
}

    .product-info .extended-warranty-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background:rgb(99 49 234);
      color: white;
      padding: 8px 16px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 15px;
    margin-top: 0 !important;
      letter-spacing: 1px;
    }

    .product-info .warranty-icon {
      width: 27px;
    height: 22px;
      flex-shrink: 0;
    }

    .product-info .warranty-text {
      white-space: nowrap;
    }

    @media (max-width: 480px) {
     .product-info .extended-warranty-badge {
        padding: 6px 12px;
        font-size: 12px;
        gap: 6px;
      }

      .product-info .warranty-icon {
        width: 16px;
        height: 16px;
      }
    }
  
@media only screen and (max-width: 768px) {
  .package-specs td {
    font-size: 12px !important;
}
.package-specs .safety_data_sheet .text{
  font-size: 12px !important;
}
.tab_1_text, tr
.tab_1_text, th {
    font-size: 12px;
}
.Product-background>.product-description{
  font-size:16px;
}
}

.Product-background>.product-description{
  font-size:16px !important;
}


summary {
  overflow: hidden;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

mark {
  background-color: transparent;
  color: inherit;
  font-weight: bold;
}
.Product-background{
  background-color: #faf8f6 !important;
  padding:24px;
  border-radius: .6rem !important;
}
table, th, td {
    border: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
    background-color: #faf8f6 !important;
        border-radius: .6rem !important;
}
.package-specs {
  background-color: #faf8f6 !important;
  padding: 12px !important;
      border-radius: .6rem !important;
}

.package-specs table {
  width: 100% !important;
  border-collapse: collapse !important;
}

.package-specs td {
  padding: 8px 12px !important;
  border-bottom: 1px solid #ccc !important;
}

.package-specs td:first-child {
  font-weight: bold !important;
}
@media only screen and (max-width: 680px){
    .rte,table {
        overflow-x: scroll;
        width: 100%;
        display: block;
    }
    .rte, th, td {
        white-space: nowrap;
    }
}


.color-scheme--1 {
  --bg-color: var(--color-scheme-1-bg);
  --bg-grad: var(--color-scheme-1-grad, "none");
  --btn-bg-color: var(--color-scheme-1-btn-bg);
  --btn-bg-hover-color: var(--color-scheme-1-btn-bg-hover);
  --btn-text-color: var(--color-scheme-1-btn-text);
  --heading-color: var(--color-scheme-1-heading);
  --scrollbar-color: var(--color-scheme-1-text);
  --swatch-border-color-active: var(--color-scheme-1-text);
  --swatch-border-color-default: var(--color-scheme-1-text);
  --text-color: var(--color-scheme-1-text);
  --coll-card-border-color: rgb(var(--color-scheme-1-heading));
}

.color-scheme--2 {
  --bg-color: var(--color-scheme-2-bg);
  --bg-grad: var(--color-scheme-2-grad, "none");
  --btn-bg-color: var(--color-scheme-2-btn-bg);
  --btn-bg-hover-color: var(--color-scheme-2-btn-bg-hover);
  --btn-text-color: var(--color-scheme-2-btn-text);
  --heading-color: var(--color-scheme-2-heading);
  --scrollbar-color: var(--color-scheme-2-text);
  --swatch-border-color-active: var(--color-scheme-2-text);
  --swatch-border-color-default: var(--color-scheme-2-text);
  --text-color: var(--color-scheme-2-text);
  --coll-card-border-color: rgb(var(--color-scheme-2-heading));
}

.color-scheme--3 {
  --bg-color: var(--color-scheme-3-bg);
  --bg-grad: var(--color-scheme-3-grad, "none");
  --btn-bg-color: var(--color-scheme-3-btn-bg);
  --btn-bg-hover-color: var(--color-scheme-3-btn-bg-hover);
  --btn-text-color: var(--color-scheme-3-btn-text);
  --heading-color: var(--color-scheme-3-heading);
  --scrollbar-color: var(--color-scheme-3-text);
  --swatch-border-color-active: var(--color-scheme-3-text);
  --swatch-border-color-default: var(--color-scheme-3-text);
  --text-color: var(--color-scheme-3-text);
  --coll-card-border-color: rgb(var(--color-scheme-3-heading));
}

.color-scheme--white:not(.mobile-stacked) {
  --bg-color: 0 0 0 0;
  --heading-color: var(--color-scheme-white-text, 255 255 255);
  --scrollbar-color: var(--color-scheme-white-text, 255 255 255);
  --swatch-border-color-active: var(--color-scheme-white-text, 255 255 255);
  --swatch-border-color-default: var(--color-scheme-white-text, 255 255 255);
  --text-color: var(--color-scheme-white-text, 255 255 255);
}

.color-scheme {
  background: var(--bg-grad);
  background-color: rgba(var(--bg-color));
  color: rgb(var(--text-color));
}
.color-scheme .section__heading,
.color-scheme .section__block--heading,
.color-scheme .section__block--subheading,
.color-scheme .text-overlay__heading,
.color-scheme .text-overlay__subheading,
.color-scheme .card__title {
  color: rgb(var(--heading-color));
}
.color-scheme a:not(.btn),
.color-scheme button.link {
  color: inherit;
}
.color-scheme .custom-select__btn,
.color-scheme .price-range__input-wrapper,
.color-scheme .input,
.color-scheme .input-with-button,
.color-scheme .select::after {
  --input-bg-color: var(--bg-color);
  --input-text-color: var(--text-color);
}
.color-scheme:not(.color-scheme--white) .btn--secondary {
  --btn-alt-bg-alpha: 0;
  --btn-alt-text-color: var(--btn-bg-color);
  background-color: transparent;
}
.color-scheme:not(.color-scheme--white) .is-loading {
  --btn-alt-text-color: var(--btn-bg-color);
  --text-color: var(--btn-bg-color);
}
.color-scheme:not(.color-scheme--white) .qty-input {
  --btn-alt-text-color: var(--btn-bg-color);
  --input-text-color: var(--btn-bg-color);
  --btn-alt-bg-color: var(--bg-color);
  border-color: rgb(var(--btn-bg-color));
  background-color: transparent;
}

.card--product {
    border: 1px solid #c7c7c7;
    border-radius: 16px;
    padding: 15px;
}

.card--product .card__media {
    border: 1px solid #dddddd;
    border-radius: 12px;
    overflow: hidden;
}

.card--product p.card__title {
    font-size: 20px;
    font-weight : 700;
}

.card--product p.card__availability {
    font-size: 12px;
    font-weight : 600;
}

.card--product p.card__availability span.in-stock {
    color:#15803d;
}

.card--product p.card__availability span.available-soon {
    color:#003bce!important;
}

.card--product .estimated-despatch-date__value, .card--product .estimated-despatch-date__label{
  font-size: 10px !important;
  font-weight: 500;
  color: #3d4147;
}

.card--product .estimated-despatch-date__label{
  font-size: 10px !important;
  font-weight: 400;
  color: #3d4147;
}

.card--product p.card__sku {
     font-size: 14px;
    font-weight: 400;
}

.card--product .price-wrap {
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column-reverse;
}
.card--product .card__info-inner .price-wrap .price--top.price--sale-color {
    padding-top: 0;
}
.card--product .price--top .price__current {
    font-size: 16px;
    color: #000000;
    line-height: 17.5px;
    letter-spacing: .25px;
    font-weight : 600
}
.card--product .price-wrap sub {
    color: #3d4147!important;
    font-size: 12px!important;
    position: relative;
    top: -5px;
    font-weight: 500;
    margin-left: 8px;
    line-height: 24px;
    letter-spacing: .25px;
}
.card--product .product-label-wrapper span.product-label {
    background: none;
    color: #333;
    padding: 0;
    display: block;
}
.price-wrap  .price__was {
  color: #c62020;
}
.price-wrap .price__was sub {
  color: currentColor !important;
  top: -3px;
}
.product-info .price__was sub {
  color: #c62020 !important;
}
.product-info .price__current {
  font-size: 16px !important;
  color: #000 !important;
}
.icons-with-text .carousel[inactive] .icons-with-text--narrow {
	max-width: 750px !important;
}

.card--product .price--sale-color:has(.price__was:not(:empty)):has(.price__default:not([hidden])) .price__current {
    color: #000;
}

.card--product .price-wrap .price__current span {
    font-size: 14px;
    color: #333;
}

.card--product .price-wrap .price_gst {
    font-size: 26px;
  padding-top : 0 !important;
  color: #000000 !important;
}
.card--product .price_gst .price__current {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .25px;
    /* font-weight : 600; */
}
.card--product .price-wrap .price--top {
    font-size: 18px;
  padding-bottom: 8px
}

span.discount-green {
    color: #15803d;
    margin-bottom:5px;
}
.card--product .custom-pricebox .regular-price:nth-child(2) {
  padding-top : 16px
}
.card--product .custom-pricebox.special-product .regular-price {
  padding-top : 0
}
.card--product .price-wrap span.discount-green{
color: #15803d;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: -0.15px;
}
.card--product .custom-pricebox.special-product span.discount-green {
	color: #15803d;
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: -0.15px;
}
.card--product .price--top .price__current sub {
	line-height: 17.5px;
}
.custom-pricebox .price__current.b_price {
  font-weight : 400
}
.card__info .custom-pricebox .price__default.b_price span.price__current.b_price:last-of-type {
    margin-bottom: -4px !important;
    color: #000 !important;
    margin-top: 2px;
}
.product  .card__info .custom-pricebox .price__default.b_price span.price__current.b_price:last-of-type {
    margin-bottom: 0px !important;
    margin-top: 0px;
}

.card__info .custom-pricebox .price__default.b_price span.price__current.b_price:last-of-type sub {
  font-weight: bold;
  color : #000 !important
}
@media (min-width: 600px) {
  .color-scheme--white {
    --bg-color: 0 0 0 0;
    --heading-color: var(--color-scheme-white-text, 255 255 255);
    --scrollbar-color: var(--color-scheme-white-text, 255 255 255);
    --swatch-border-color-active: var(--color-scheme-white-text, 255 255 255);
    --swatch-border-color-default: var(--color-scheme-white-text, 255 255 255);
    --text-color: var(--color-scheme-white-text, 255 255 255);
  }
}
:root {
  --fluid-vw: 100vw;
  --fluid-max-vw: 1536;
  --fluid-calc: (var(--fluid-vw) - 32rem) / (var(--fluid-max-vw) / 10 - 32) + 0.1rem;
  --fluid-1-065: ((1.065 / 10 - 0.1) * var(--fluid-calc));
  --fluid-1-125: ((1.125 / 10 - 0.1) * var(--fluid-calc));
  --fluid-1-2: ((1.2 / 10 - 0.1) * var(--fluid-calc));
  --fluid-1-25: ((1.25 / 10 - 0.1) * var(--fluid-calc));
  --fluid-1-3: ((1.3 / 10 - 0.1) * var(--fluid-calc));
  --fluid-1-4: ((1.4 / 10 - 0.1) * var(--fluid-calc));
  --fluid-1-5: ((1.5 / 10 - 0.1) * var(--fluid-calc));
}

@media (min-width: 1536px) {
  :root {
    --fluid-vw: calc(var(--fluid-max-vw) * 1px);
  }
}
:focus {
  outline: 0;
}

:focus-visible,
.focus-label:focus-visible + label,
.focus-label-before:focus-visible + label::before {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
}

.is-focused,
.focus-label.is-focused + label,
.focus-label-before.is-focused + label::before,
.no-js :focus,
.no-js .focus-label:focus + label,
.no-js .focus-label-before:focus + label::before {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
}

.no-js :focus:not(:focus-visible),
.no-js .focus-label:focus:not(:focus-visible) + label,
.no-js .focus-label-before:focus:not(:focus-visible) + label::before {
  outline: 0;
}

.focus-inset:focus-visible {
  outline-offset: -2px;
}

.focus-inset.is-focused,
.no-js .focus-inset:focus {
  outline-offset: -2px;
}

:root {
  --column-gap: var(--grid-column-gap);
  --gutter: var(--gutter-sm, 20px);
  --row-gap: calc(10 * var(--space-unit));
  --space-unit: 0.4rem;
  --viewport-width: calc(100vw - var(--scrollbar-width, 0px) - var(--docked-cart-drawer-width, 0px));
}

.container {
  width: 100%;
  max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.page-width {
  width: var(--page-width, 1320px);
  max-width: var(--page-width, 1320px);
  margin-right: auto;
  margin-left: auto;
}

.reading-width {
  max-width: var(--reading-width, 48em);
  margin-right: auto;
  margin-left: auto;
}

.reading-width--inline {
  max-width: var(--reading-width, 48em);
}

.form-width {
  max-width: 26em;
}

.screen-height {
  min-height: var(--viewport-height, 100vh);
}
.shopify-section:first-child .screen-height {
  min-height: calc(var(--viewport-height, 100vh) - var(--content-start, 200px));
}

@media (min-width: 600px) {
  :root {
    --column-gap: calc(var(--grid-column-gap) * 1.6);
    --gutter: var(--gutter-md, 48px);
  }
}
@media (min-width: 1280px) {
  :root {
    --gutter: var(--gutter-lg, 80px);
  }
}
.section {
  display: block;
  width: 100%;
  margin: calc(var(--section-gap) * var(--fluid-1-5)) auto;
  padding-bottom: 0.02px;
}
.section:empty {
  margin-top: 0;
  margin-bottom: 0;
}

.section--template {
  margin: calc(var(--section-gap) * var(--fluid-1-5)) auto calc(16 * var(--space-unit));
}

.section--full-width {
  margin: 0;
}

.section--padded,
.section--padded-default {
  padding: calc(var(--section-gap) * var(--fluid-1-5)) 0;
}

.section--padded-y {
  padding-top: calc(var(--section-gap) * var(--fluid-1-5));
  padding-bottom: calc(var(--section-gap) * var(--fluid-1-5));
}

.section--padded-bottom {
  padding-bottom: calc(var(--section-gap) * var(--fluid-1-5));
}

.section--padded-xsmall {
  padding-top: calc(3 * var(--space-unit));
  padding-bottom: calc(3 * var(--space-unit));
}

.section--padded-small {
  padding-top: calc(6 * var(--space-unit));
  padding-bottom: calc(6 * var(--space-unit));
}

.section--padded-medium {
  padding-top: calc(8 * var(--space-unit));
  padding-bottom: calc(8 * var(--space-unit));
}

.section__header,
.section__heading {
  max-width: 100%;
  margin-bottom: var(--heading-gap);
}

.mb-heading {
  margin-bottom: var(--heading-gap);
}

.section-header .link {
  margin-top: 6px;
  margin-bottom: 6px;
}

.section__header--center {
  grid-template-columns: 1fr auto 1fr;
}

.section__block {
  max-width: 100%;
  margin-bottom: calc(4 * var(--space-unit));
}
.section__block:last-child {
  margin-bottom: 0;
}
.section__block.reading-width--inline {
  max-width: var(--reading-width, 48em);
}

.section__block + .section__block--button {
  margin-top: calc(6 * var(--space-unit));
}

.section__block + .section__block--buttons {
  margin-top: calc(4 * var(--space-unit));
}

.section__block--buttons {
  align-items: flex-end;
  column-gap: calc(4 * var(--space-unit));
  row-gap: calc(4 * var(--space-unit));
}

.shopify-policy__container,
.shopify-challenge__container,
.shopify-email-marketing-confirmation__container {
  max-width: var(--reading-width, 48em) !important;
  padding: calc(var(--section-gap) * var(--fluid-1-5)) var(--gutter) !important;
}

.cc-apps:not(:has(.shopify-app-block)) {
  display: none;
}

.shopify-policy__title {
  text-align: var(--heading-align) !important;
}

.shopify-challenge__button {
  margin-top: calc(8 * var(--space-unit)) !important;
}

@media (max-width: 768.98px) {
  .section__header--center {
    grid-template-columns: 1fr;
    grid-template-rows: 2;
  }
  .xs\:section--padded-top {
    padding-top: calc(var(--section-gap) * var(--fluid-1-5));
  }
  .xs\:section--mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .section--template {
    margin: calc(var(--section-gap) * var(--fluid-1-5)) auto calc(24 * var(--space-unit));
  }
  .section__block + .section__block--button {
    margin-top: calc(8 * var(--space-unit));
  }
  .section--padded-xsmall {
    padding-top: calc(2 * var(--space-unit));
    padding-bottom: calc(2 * var(--space-unit));
  }
  .section--padded-small {
    padding-top: calc(4 * var(--space-unit));
    padding-bottom: calc(4 * var(--space-unit));
  }
  .section--padded-medium {
    padding-top: calc(6 * var(--space-unit));
    padding-bottom: calc(6 * var(--space-unit));
  }
}
:root {
  --heading-type-scale: 1.2;
  --h6: calc(var(--body-font-size) + var(--heading-scale-start));
  --h5: var(--h6) * var(--heading-type-scale);
  --h4: var(--h5) * var(--heading-type-scale);
  --h3: var(--h4) * var(--heading-type-scale);
  --h2: var(--h3) * var(--heading-type-scale);
  --h1: var(--h2) * var(--heading-type-scale);
  --h0: var(--h1) * var(--heading-type-scale);
  --h6-font-size: calc((var(--h6) / 1.065) * var(--fluid-1-065));
  --h5-font-size: calc((var(--h5) / 1.125) * var(--fluid-1-125));
  --h4-font-size: calc((var(--h4) / 1.2) * var(--fluid-1-2));
  --h3-font-size: calc((var(--h3) / 1.3) * var(--fluid-1-3));
  --h2-font-size: calc((var(--h2) / 1.4) * var(--fluid-1-4));
  --h1-font-size: calc((var(--h1) / 1.5) * var(--fluid-1-5));
  --h0-font-size: calc((var(--h0) / 1.5) * var(--fluid-1-5));
}

body {
  color: rgb(var(--text-color));
  /* font-family: var(--body-font-family); */
   font-family: "Elza-Regular"!important;
  font-size: calc(var(--body-font-size) * 0.1rem);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  letter-spacing: var(--body-letter-spacing);
  line-height: 1.5;
}

.h0,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.font-heading {
  margin: 0 0 0.4em;
  color: rgb(var(--heading-color));
  /* font-family: var(--heading-font-family); */
   font-family: "Elza-Medium"!important;
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  line-height: calc(4px + 2.4ex);
  text-transform: var(--heading-text-transform);
}

.h0,
.text-h0 {
  font-size: var(--h0-font-size);
  line-height: 1.25;
}

h1,
.h1,
.text-h1 {
  font-size: var(--h1-font-size);
  line-height: 1.28;
}

h2,
.h2,
.text-h2 {
  font-size: var(--h2-font-size);
  line-height: 1.28;
}

h3,
.h3,
.text-h3 {
  font-size: var(--h3-font-size);
  line-height: 1.26;
  order:2
}

h4,
.h4,
.text-h4 {
  font-size: var(--h4-font-size);
  line-height: 1.3;
}

h5,
.h5,
.text-h5 {
  font-size: var(--h5-font-size);
  line-height: 1.3;
}

h6,
.h6,
.text-h6 {
  font-size: var(--h6-font-size);
  line-height: 1.4;
}

.font-body {
  color: rgb(var(--text-color));
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  line-height: 1.5;
  text-transform: initial;
}

p {
  margin: 0 0 1em;
}
p:empty {
  display: none;
}

hr {
  width: 100%;
  height: 1px;
  margin: calc(6 * var(--space-unit)) 0;
  border: 0;
  background-color: rgba(var(--text-color)/0.15);
}

address {
  font-style: normal;
}

.text-body-extra_small {
  font-size: 0.8em;
}

.text-body-small {
  font-size: 0.9em;
}

.text-body-large {
  font-size: 1.1em;
}

.text-body-extra_large {
  font-size: 1.2em;
}

.small-text {
  font-size: 0.875em;
}

.regular-text {
  font-size: 1em;
}

.enlarge-text {
  font-size: 1.25em;
}
.enlarge-text.reading-width, .enlarge-text.reading-width--inline {
  max-width: calc(var(--reading-width, 48em) * 0.75);
}

.large-text {
  font-size: 2rem;
}

.subheading {
  color: rgb(var(--heading-color));
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--subheading-text-transform);
}
.subheading:not(:last-child) {
  margin-bottom: 1.5em;
}

.subheading-case {
  text-transform: var(--subheading-text-transform, none);
}

.contained-heading {
  max-width: 540px;
}

.rte::after {
  content: "";
  display: block;
  clear: both;
}
.rte > p:last-child {
  margin-bottom: 0;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  color: rgb(var(--heading-color));
}
.rte h1:not(:first-child),
.rte h2:not(:first-child),
.rte h3:not(:first-child),
.rte h4:not(:first-child),
.rte h5:not(:first-child),
.rte h6:not(:first-child) {
  margin-top: 0.2em;
}
.rte h1:not(:last-child),
.rte h2:not(:last-child),
.rte h3:not(:last-child),
.rte h4:not(:last-child),
.rte h5:not(:last-child),
.rte h6:not(:last-child) {
  margin-bottom: 0.2em;
}
.rte iframe {
  max-width: 100%;
}

.rte--inherit-heading-color h1,
.rte--inherit-heading-color h2,
.rte--inherit-heading-color h3,
.rte--inherit-heading-color h4,
.rte--inherit-heading-color h5,
.rte--inherit-heading-color h6 {
  color: inherit;
}

@media (max-width: 599.98px) {
  .xs\:regular-text {
    font-size: 1em;
  }
  .xs\:text-h6 {
    font-size: var(--h6-font-size);
    line-height: 1.4;
  }
}
@media (min-width: 769px) {
  .enlarge-text {
    font-size: 1.5em;
  }
  .contained-heading {
    max-width: 865px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0;
}
.bottom-0{
  bottom: 0;
}
.left-0{
  left: 0;
}
.right-0{
  right: 0;
}
.top-0{
  top: 0;
}
.z-10{
  z-index: 10;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-1{
  grid-column-start: 1;
}
.col-end-3{
  grid-column-end: 3;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.m-0{
  margin: 0;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0;
}
.mb-1{
  margin-bottom: var(--space-unit);
}
.mb-10{
  margin-bottom: calc(10 * var(--space-unit));
}
.mb-12{
  margin-bottom: calc(12 * var(--space-unit));
}
.mb-14{
  margin-bottom: calc(14 * var(--space-unit));
}
.mb-16{
  margin-bottom: calc(16 * var(--space-unit));
}
.mb-2{
  margin-bottom: calc(2 * var(--space-unit));
}
.mb-3{
  margin-bottom: calc(3 * var(--space-unit));
}
.mb-4{
  margin-bottom: calc(4 * var(--space-unit));
}
.mb-5{
  margin-bottom: calc(5 * var(--space-unit));
}
.mb-6{
  margin-bottom: calc(6 * var(--space-unit));
}
.mb-8{
  margin-bottom: calc(8 * var(--space-unit));
}
.mb-section{
  margin-bottom: calc(var(--section-gap) * var(--fluid-1-5));
}
.ml-2{
  margin-left: calc(2 * var(--space-unit));
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: calc(2 * var(--space-unit));
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0;
}
.mt-1{
  margin-top: var(--space-unit);
}
.mt-10{
  margin-top: calc(10 * var(--space-unit));
}
.mt-12{
  margin-top: calc(12 * var(--space-unit));
}
.mt-16{
  margin-top: calc(16 * var(--space-unit));
}
.mt-2{
  margin-top: calc(2 * var(--space-unit));
}
.mt-3{
  margin-top: calc(3 * var(--space-unit));
}
.mt-4{
  margin-top: calc(4 * var(--space-unit));
}
.mt-5{
  margin-top: calc(5 * var(--space-unit));
}
.mt-6{
  margin-top: calc(6 * var(--space-unit));
}
.mt-8{
  margin-top: calc(8 * var(--space-unit));
}
.mt-section{
  margin-top: calc(var(--section-gap) * var(--fluid-1-5));
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 769px;
}
.flex-auto{
  flex: 1 1 auto;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.table-fixed{
  table-layout: fixed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.auto-cols-1{
  grid-auto-columns: 100%;
}
.auto-cols-2{
  grid-auto-columns: calc((100% - var(--column-gap)) / 2);
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: calc(2 * var(--space-unit));
}
.gap-3{
  gap: calc(3 * var(--space-unit));
}
.gap-8{
  gap: calc(8 * var(--space-unit));
}
.gap-card{
  gap: calc(var(--product-card-gap)*1.5) var(--product-card-gap);
}
.gap-theme{
  gap: var(--column-gap);
}
.gap-x-5{
  column-gap: calc(5 * var(--space-unit));
}
.gap-x-6{
  column-gap: calc(6 * var(--space-unit));
}
.gap-x-8{
  column-gap: calc(8 * var(--space-unit));
}
.gap-x-theme{
  column-gap: var(--column-gap);
}
.gap-y-10{
  /* row-gap: calc(10 * var(--space-unit)); */
}
.gap-y-12{
  row-gap: calc(12 * var(--space-unit));
}
.gap-y-4{
  row-gap: calc(4 * var(--space-unit));
}
.gap-y-6{
  row-gap: calc(6 * var(--space-unit));
}
.gap-y-8{
  row-gap: calc(8 * var(--space-unit));
}
.gap-y-theme{
  row-gap: var(--column-gap);
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.border{
  border-width: 1px;
}
.bg-error-bg{
  background-color: rgb(var(--error-bg-color));
}
.bg-info-bg{
  background-color: rgb(var(--info-bg-color));
}
.bg-success-bg{
  background-color: rgb(var(--success-bg-color));
}
.bg-theme-bg{
  background-color: rgba(var(--bg-color));
}
.bg-theme-text{
  background-color: rgb(var(--text-color));
}
.object-center{
  object-position: center;
}
.object-top{
  object-position: top;
}
.p-4{
  padding: calc(4 * var(--space-unit));
}
.p-5{
  padding: calc(5 * var(--space-unit));
}
.p-6{
  padding: calc(6 * var(--space-unit));
}
.p-8{
  padding: calc(8 * var(--space-unit));
}
.pb-0{
  padding-bottom: 0;
}
.pb-1{
  padding-bottom: var(--space-unit);
}
.pb-2{
  padding-bottom: calc(2 * var(--space-unit));
}
.pb-3{
  padding-bottom: calc(3 * var(--space-unit));
}
.pb-4{
  padding-bottom: calc(4 * var(--space-unit));
}
.pb-6{
  padding-bottom: calc(6 * var(--space-unit));
}
.pb-8{
  padding-bottom: calc(8 * var(--space-unit));
}
.pl-3{
  padding-left: calc(3 * var(--space-unit));
}
.pl-4{
  padding-left: calc(4 * var(--space-unit));
}
.pl-5{
  padding-left: calc(5 * var(--space-unit));
}
.pl-6{
  padding-left: calc(6 * var(--space-unit));
}
.pr-3{
  padding-right: calc(3 * var(--space-unit));
}
.pr-4{
  padding-right: calc(4 * var(--space-unit));
}
.pr-5{
  padding-right: calc(5 * var(--space-unit));
}
.pr-6{
  padding-right: calc(6 * var(--space-unit));
}
.pt-1{
  padding-top: var(--space-unit);
}
.pt-2{
  padding-top: calc(2 * var(--space-unit));
}
.pt-3{
  padding-top: calc(3 * var(--space-unit));
}
.pt-4{
  padding-top: calc(4 * var(--space-unit));
}
.pt-6{
  padding-top: calc(6 * var(--space-unit));
}
.pt-8{
  padding-top: calc(8 * var(--space-unit));
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.text-sm{
  font-size: 0.88em;
}
.text-xs{
  font-size: 0.75em;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-none{
  line-height: 1;
}
.text-current{
  color: currentColor;
}
.text-error-text{
  color: rgb(var(--error-text-color));
}
.text-info-text{
  color: rgb(var(--info-text-color));
}
.text-inherit{
  color: inherit;
}
.text-success-text{
  color: rgb(var(--success-text-color));
}
.text-theme-bg{
  color: rgba(var(--bg-color));
}
.text-theme-heading{
  color: rgb(var(--heading-color));
}
.text-theme-light{
  color: rgba(var(--text-color) / 0.7);
}
.text-theme-text{
  color: rgb(var(--text-color));
}
.underline{
  text-decoration-line: underline;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bg-light-text {
  background-color: rgba(var(--text-color)/0.05);
}

.js .js-hidden,
.no-js .no-js-hidden{
  display: none;
}

@media (max-width: 767px) {
  .js-empty-cart.js .js-hidden,.js-empty-cart
.no-js .no-js-hidden {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .header__icon.js .js-hidden.md\:block,.header__icon
.no-js .no-js-hidden.md\:block {
    display: none;
  }
}

.no-js .no-js-visible{
  display: block;
}

.visually-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.object-bottom {
  object-position: bottom;
}

.object-top {
  object-position: top;
}

@media (max-width: 767px) {
  .xs\:shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 1536px) {
  .xxl\:auto-cols-7 {
    grid-auto-columns: calc((100% - var(--column-gap) * 6) / 7) !important;
  }
  /* .xxl\:auto-cols-8 {
    grid-auto-columns: calc((100% - var(--column-gap) * 7) / 8) !important;
  } */
}
[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion) {
  .has-motion {
    transition: none !important;
    animation: none !important;
  }
}
@media (hover: none) {
  .no-hover-hidden {
    display: none !important;
  }
}
.color-link {
  color: rgb(var(--link-color));
}

.border-all {
  border: 1px solid rgba(var(--text-color)/0.15);
}

.border-top {
  border-top: 1px solid rgba(var(--text-color)/0.15);
}

.border-bottom {
  border-bottom: 1px solid rgba(var(--text-color)/0.15);
}

.start {
  left: var(--start-gutter, 0);
}
[dir=rtl] .start {
  right: var(--start-gutter, 0);
  left: auto;
}

.end {
  right: var(--end-gutter, 0);
}
[dir=rtl] .end {
  right: auto;
  left: var(--end-gutter, 0);
}

.start-dock {
  left: var(--start-gutter, 0);
}
[dir=rtl] .start-dock {
  right: calc(var(--start-gutter, 0px) + var(--docked-cart-drawer-width, 0px));
  left: auto;
}

.end-dock {
  right: calc(var(--end-gutter, 0px) + var(--docked-cart-drawer-width, 0px));
}
[dir=rtl] .end-dock {
  right: auto;
  left: var(--end-gutter, 0);
}

.right-0-dock {
  right: calc(var(--docked-cart-drawer-width, 0px));
}

.mis-2 {
  margin-inline-start: calc(2 * var(--space-unit));
}

.mis-auto {
  margin-inline-start: auto;
}

.mie-auto {
  margin-inline-end: auto;
}

.vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.tap-target {
  position: relative;
}
.tap-target::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.tap-target--left::after {
  left: 0;
  transform: translateY(-50%);
}

.tap-target--right::after {
  right: 0;
  left: auto;
  transform: translateY(-50%);
}

.top-header-offset {
  top: calc(var(--header-end-padded, 0) * -1);
}

@media (hover: hover) and (pointer: fine) {
  .hover\:underline:hover {
    text-decoration: underline;
  }
  .hover\:lighten {
    transition: color 0.3s;
  }
  .hover\:lighten:hover {
    color: rgba(var(--text-color)/0.8);
  }
  .hover\:grow-media .card__media {
    overflow: hidden;
  }
  .hover\:grow-media .media {
    transition: transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), border-color 0.4s;
    will-change: transform;
  }
  .hover\:grow-media:hover .media {
    transform: scale(1.03);
    border-color: transparent;
  }
}
@media (max-width: 768.98px) {
  .md-down\:text-center {
    text-align: center;
  }
  .md-down\:-mx-gutter {
    margin-right: calc(var(--gutter) * -1);
    margin-left: calc(var(--gutter) * -1);
  }
  .md-down\:p-xl {
    padding: 0 calc(8 * var(--space-unit));
  }
  .md-down\:center {
    align-items: center;
    justify-content: center;
  }
  .md-down\:px-gutter {
    padding-right: var(--gutter);
    padding-left: var(--gutter);
  }
}
.visible-lg {
  display: none !important;
}

@media (min-width: 769px) {
  .visible-lg {
    display: block !important;
  }
  .md\:pt-0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 599.98px) {
  .small__grid {
    --column-gap: 10px;
    row-gap: var(--product-card-gap, var(--column-gap));
  }
  .carousel .small__grid.gapless {
    --column-gap: 0px;
  }
  .carousel .small__grid.gapless .slider__item:not(:last-child) .card--product-contained,
  .carousel .small__grid.gapless .slider__item:not(:last-child) .card--row-contained {
    border-inline-end: 0;
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  20% {
    width: 10px;
    height: 0;
    opacity: 1;
  }
  40% {
    width: 10px;
    height: 20px;
    opacity: 1;
  }
  90% {
    width: 10px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 10px;
    height: 20px;
    opacity: 0;
  }
}
@keyframes colorPulse {
  0% {
    color: var(--text-color);
  }
  50% {
    color: var(--speech-icon-color);
  }
  100% {
    color: var(--text-color);
  }
}
@keyframes shake-n-grow {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  10% {
    transform: rotate(8deg);
  }
  20%, 40%, 60% {
    transform: rotate(-10deg) scale(1.05);
  }
  30%, 50%, 70% {
    transform: rotate(10deg) scale(1.05);
  }
  80% {
    transform: rotate(-8deg);
  }
  90% {
    transform: rotate(8deg);
  }
}
@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }
  10% {
    transform: rotate(8deg);
  }
  20%, 40%, 60% {
    transform: rotate(-10deg);
  }
  30%, 50%, 70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  90% {
    transform: rotate(8deg);
  }
}
.alert {
  padding: 1rem 1.3rem;
}
.alert.bg-success-bg {
  border: 1px solid rgba(var(--success-text-color)/0.2);
}
.alert.bg-error-bg {
  border: 1px solid rgba(var(--error-text-color)/0.2);
}
.alert[autofocus] {
  outline: 0;
}

.text-success-text {
  --heading-color: rgb(var(--success-text-color));
  --link-color: rgb(var(--success-text-color));
}

.text-error-text {
  --heading-color: rgb(var(--error-text-color));
  --link-color: rgb(var(--error-text-color));
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-family: inherit;
  font-size: 1em;
  letter-spacing: inherit;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: var(--btn-padding-y, 12px) 20px;
  transition: opacity 0.6s ease, color 0.6s ease, background-position 0.4s ease-out;
  border-radius: var(--btn-border-radius, 0);
  outline-offset: var(--btn-border-width);
  font-size: var(--btn-text-size);
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  text-transform: var(--btn-text-transform, none);
  appearance: none;
  word-break: break-word;
}
.btn[disabled], .btn[aria-disabled=true] {
  opacity: 0.4;
  /* background-position: 0 100%; */
  cursor: default;
}

.btn--sm {
  padding: 8px 16px;
  font-size: 1.4rem;
  font-weight: normal;
}

.btn--narrow {
  padding-top: 9px;
  padding-bottom: 9px;
}

.btn--extra-narrow {
  padding-top: 5px;
  padding-bottom: 5px;
}
.atw-button {
    height: 36px !important;
}
.product-info__block
 {
    margin: 10px !important;
}
.card.card--product .card__info-inner .price-wrap .regular-price .price--top .price__current sub {
  font-weight: bold;
  color: #000 !important;
}
.product-info .ag_bb_title{
  color:#15803d !important;
  font-size:15px !important;
}
.product-info .product-price .product-info__block .price__default.b_price {
  display: flex;
  flex-direction: column-reverse;
}
.product-info .b_price {
    font-size: 16px !important;
    /* color: #000000 !important; */
    /* line-height: 32px; */
}
.product-info .product-info__price .price__default_2 .price__current {
  font-weight: 500;
  color: #3d4147 !important;
}
.product-info .product-price .product-info__block .price__default.b_price .price__current:first-child {
  color: #3d4147 !important;
  font-weight : 400
}
.search .card--product .price-wrap sub {
  font-size : 10px !important;
  margin-left : 6px
}
.product-info .product-info__price .price__default_2 .price__was {
  font-weight: 500;
}
 .product-info .b_price sub{
    color: #3d4147 ;
    font-size: 12px !important;
    position: relative ;
    top: -5px ;
    font-weight:400;
}
.product-info .price-ctn-btn .pd_price{
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.product-info .price-ctn-btn.no-product-info-blk .pd_price {
  padding-top: 13px;
 }
.no-product-info-blk.price-ctn-btn .product-info__block .price__current:first-child {
    margin-top: 12px;
}
 .product-info .price-ctn-btn.special-product .pd_price {
  padding-top : 0
 }
.product-info .b_price .ag_bb_title {
    order: 3;
}

.product-info .product-info__price .price__default_1 .price__current {
    font-size: 16px;
}
.product-info .product-info__price .price__default_2 .price__current {
    font-size: 28px;
}
.special-product.price-ctn-btn,
.no-product-info-blk.price-ctn-btn {
	padding-top: 12px;
  padding-bottom : 0
}
@media (max-width: 369px) {
 .product-info .price__default .price__current {
    font-size: 18px !important;
}
 .product-info .b_price sub {
    font-size: 12px !important;
}
}


.btn--primary,
.spr-button-primary,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-challenge__button {
  padding: calc(var(--btn-padding-y, 12px) + var(--btn-border-width)) calc(20px + var(--btn-border-width) * 2);
  border: 0;
  outline-color: rgb(var(--btn-bg-color));
  outline-offset: 3px;
  background: rgb(var(--btn-bg-hover-color)) linear-gradient(104deg, rgb(var(--btn-bg-hover-color)) 60%, rgb(var(--btn-bg-color)) 60%, rgb(var(--btn-bg-color)) 100%) no-repeat 100% 100%;
  background-size: 300% 100%;
  color: rgb(var(--btn-text-color));
}

.btn--primary.is-loading {
  color: rgba(var(--btn-text-color)/0.1);
}
.btn--primary.is-loading::after {
  border-color: rgb(var(--btn-text-color));
  border-top-color: transparent;
}
.btn--primary.is-loading::before {
  border-color: rgb(var(--btn-text-color));
}

.btn--secondary {
  border: var(--btn-border-width) solid rgb(var(--btn-alt-text-color));
  outline-color: rgb(var(--btn-alt-text-color));
  outline-offset: 3px;
  background: rgba(var(--btn-alt-bg-color)/0.9) linear-gradient(104deg, rgba(var(--btn-alt-text-color)/0.07) 60%, rgba(var(--btn-alt-bg-color)/var(--btn-alt-bg-alpha)) 60%, rgba(var(--btn-alt-bg-color)/var(--btn-alt-bg-alpha)) 100%) no-repeat 100% 100%;
  background-size: 300% 100%;
  color: rgb(var(--btn-alt-text-color));
}
.btn--secondary.is-loading {
  color: rgba(var(--btn-alt-text-color)/0.1);
}
.btn--secondary.is-loading::after {
  border-color: rgb(var(--btn-alt-text-color));
  border-top-color: transparent;
}
.btn--secondary.is-loading::before {
  border-color: rgb(var(--btn-alt-text-color));
}

@media (hover: hover) and (pointer: fine) {
  .btn--primary:not(.slider-nav__btn):not([disabled]):hover,
  .btn--secondary:not(.slider-nav__btn):not([disabled]):hover,
  .shopify-challenge__button:not([disabled]):hover,
  .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-position: 0 100%;
  }
}
.btn--icon {
  padding: calc(10px - var(--btn-border-width));
  border-radius: var(--btn-lg-border-radius, var(--btn-border-radius));
}
.btn--icon.btn--lg {
  padding: calc(16px - var(--btn-border-width));
  border-radius: var(--btn-icon-border-radius);
}

.btn--icon-with-text .icon {
  width: auto;
  height: 1.2em;
  margin-inline-end: calc(2 * var(--space-unit));
}

.btn--icon-with-text-right .icon {
  margin-inline-start: calc(2 * var(--space-unit));
  margin-inline-end: 0;
}

.btn--arrow-with-text {
  padding-inline-end: 56px;
}

.btn--arrow-back-with-text {
  padding-inline-start: 56px;
}

.btn--arrow-with-text::after,
.btn--arrow-back-with-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  transition: background-color 0.2s ease;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='1.5' fill='none'><path d='M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5'/></svg>");
}

[dir=rtl] .btn--arrow-with-text::after,
[dir=ltr] .btn--arrow-back-with-text::after {
  right: auto;
  left: 16px;
  transform: translateY(-50%) scaleX(-1);
}

.btn[disabled]:hover,
.btn[aria-disabled=true]:hover {
  opacity: 0.4;
  background-position: 0 100%;
  cursor: default;
}

shop-login-button {
  --buttons-radius: var(--btn-border-radius, 0);
}

.custom-select__btn {
  display: flex;
  width: var(--custom-select-button-width, auto);
  min-width: 100%;
  max-width: 100%;
  background-color: rgb(var(--input-bg-color));
  color: rgb(var(--input-text-color));
  font-size: 0.88em;
  font-weight: bold;
  line-height: 0.88em;
}
.custom-select__btn.is-loading {
  color: rgba(var(--input-text-color)/0.2);
}
.custom-select__btn > .icon {
  flex-shrink: 0;
  width: 36px;
  height: 20px;
  margin-inline-start: auto;
  margin-inline-end: -5px;
  padding-inline-start: 16px;
}

.custom-select__listbox {
  z-index: 100;
  top: 5px;
  left: -5px;
  min-width: 100%;
  max-height: 20em;
  overflow-y: auto;
  border: var(--input-border-width) solid rgba(var(--input-text-color)/0.2);
  outline: 0;
  background-color: var(--input-bg-color-diff-3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: rgb(var(--input-text-color));
  font-size: 0.88em;
}
.custom-select__listbox[aria-hidden=false] {
  visibility: visible;
}

.custom-select__option {
  padding: 10px 16px;
  cursor: pointer;
}
.custom-select__option > em {
  flex-shrink: 0;
  margin-inline-start: auto;
  padding-inline-start: 1em;
  font-style: normal;
}
.custom-select__option.is-focused {
  outline: 0;
  background-color: var(--input-bg-color-diff-6);
  color: rgb(var(--input-text-color));
}

.custom-select__option--visual-group-end:not(:last-child) {
  position: relative;
  margin-bottom: 0.8em;
}
.custom-select__option--visual-group-end:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.4em);
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgb(var(--input-text-color));
  opacity: 0.1;
  pointer-events: none;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  vertical-align: top;
  cursor: pointer;
}
.checkbox + label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: calc(0.75em - 11px);
  margin-inline-end: 0.75em;
  border: var(--input-border-width) solid rgb(var(--text-color));
  border-radius: 2px;
  background-color: rgb(var(--input-bg-color));
}
.checkbox:checked + label::before {
  border-color: rgb(var(--text-color));
  background-color: rgb(var(--text-color));
}
.checkbox:checked + label::after {
  content: "";
  position: absolute;
  top: calc(0.75em - 1.5px);
  left: 11px;
  width: calc((22px - var(--input-border-width) * 2) * 0.375);
  height: calc((22px - var(--input-border-width) * 2) * 0.75);
  transform: translate(-50%, -50%) rotate(45deg);
  border: solid rgba(var(--bg-color));
  border-width: 0 2px 2px 0;
}
[dir=rtl] .checkbox:checked + label::after {
  right: 11px;
  left: auto;
  transform: translate(50%, -50%) rotate(45deg);
}
.checkbox[disabled] + label {
  opacity: 0.5;
  cursor: default;
}

.radio {
  position: absolute;
  opacity: 0;
}
.radio + label {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  vertical-align: top;
  cursor: pointer;
}
.radio + label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-inline-end: 0.75em;
  border: var(--input-border-width) solid rgb(var(--text-color));
  border-radius: 2px;
  background-color: rgb(var(--input-bg-color));
  width: 22px;
  height: 22px;
  margin-top: calc(0.75em - 11px);
  border-radius: 50%;
}
.radio:checked + label::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 11px;
  width: calc((22px - var(--input-border-width) * 2) * 0.625);
  height: calc((22px - var(--input-border-width) * 2) * 0.625);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgb(var(--text-color));
}
[dir=rtl] .radio:checked + label::after {
  right: 11px;
  left: auto;
  transform: translate(50%, -50%);
}

.custom-select__option > em {
  padding-inline-start: 2em;
}

.custom-select__listbox {
  min-width: max(100%, 165px);
  border-radius: var(--modal-border-radius);
}

.localization .custom-select__listbox {
  width: max-content;
  max-width: 300px;
}

fieldset {
  margin: 0;
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

.label {
  display: block;
  margin: 0 0 calc(2 * var(--space-unit));
  font-size: 0.88em;
  font-weight: 700;
  text-align: start;
}

.label--inline {
  display: inline-block;
  margin: 0;
}

.is-required > label::after {
  content: " *";
}

input,
textarea,
select {
  background-clip: padding-box;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
}

input[type=date] {
  min-height: calc((var(--input-padding-y, 11px) + var(--input-border-width)) * 2 + 1.2em);
  -webkit-appearance: none;
}

.input,
select {
  max-width: 100%;
  margin: 0;
  padding: var(--input-padding-y, 11px) 24px;
  transition: border-color 0.2s, box-shadow 0.2s, outline 0.2s;
  border: var(--input-border-width) solid rgba(var(--input-text-color)/0.2);
  border-radius: var(--input-border-radius, 0);
  background-color: rgb(var(--input-bg-color));
  color: rgb(var(--input-text-color));
  font-size: var(--btn-text-size);
  line-height: 1.2em;
}
.input:focus,
select:focus {
  border-color: rgba(var(--input-text-color)/0.6);
  outline: 0;
  box-shadow: 0 0 0 1px rgba(var(--input-text-color)/0.6);
}

.input::placeholder {
  color: rgba(var(--input-text-color)/0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  border: var(--input-border-width) solid rgba(var(--input-text-color)/0.2);
  box-shadow: 0 0 0 1000px rgb(var(--input-bg-color)) inset;
  -webkit-text-fill-color: rgb(var(--input-text-color));
}
.input-with-button input:-webkit-autofill,
.input-with-button input:-webkit-autofill:hover,
.input-with-button input:-webkit-autofill:focus,
.input-with-button textarea:-webkit-autofill,
.input-with-button textarea:-webkit-autofill:hover,
.input-with-button textarea:-webkit-autofill:focus,
.input-with-button select:-webkit-autofill,
.input-with-button select:-webkit-autofill:hover,
.input-with-button select:-webkit-autofill:focus {
  border-color: transparent;
}

[type=email],
[type=tel] {
  text-align: start;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  margin: 0;
  -webkit-appearance: none;
}

textarea {
  border-radius: var(--textarea-border-radius) !important;
  vertical-align: top;
  resize: vertical;
}

select {
  padding-inline-end: 48px;
  font-weight: 700;
  appearance: none;
}

.select::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: rgb(var(--input-text-color));
  pointer-events: none;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'><path d='M20 8.5 12.5 16 5 8.5' fill='none' stroke='currentColor' stroke-width='1.5'/></svg>");
}
[dir=rtl] .select::after {
  right: auto;
  left: 20px;
}

.input-with-button {
  display: flex;
  align-items: center;
  border-radius: var(--input-lg-border-radius, var(--input-border-radius));
  background-color: rgb(var(--input-bg-color));
  box-shadow: inset 0 0 0 var(--input-border-width) rgba(var(--input-text-color)/0.2);
}
.input-with-button:focus-within {
  box-shadow: inset 0 0 0 var(--input-border-width) rgba(var(--input-text-color)/0.6);
}
.input-with-button > .input {
  flex: 1 1 auto;
  margin-inline-start: 3px;
  margin-inline-end: calc((var(--input-border-radius, 0px) + var(--btn-border-radius, 0px)) * -1);
  padding-inline-end: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.input-with-button > .btn {
  flex: 0 0 auto;
  padding: var(--btn-padding-y, 12px) 20px;
  border-radius: var(--input-with-btn-inner-radius, 0) var(--input-border-radius, 0) var(--input-border-radius, 0) var(--input-with-btn-inner-radius, 0);
}
.input-with-button > .btn:not(.btn--primary) {
  color: rgb(var(--input-text-color));
}
.input-with-button > .btn--icon {
  padding: 12px 16px;
}

.input-with-primary-button > .btn {
  right: -1px;
  padding: var(--btn-padding-y, 12px) var(--btn-padding-y, 12px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .input-with-primary-button > .btn {
  right: auto;
  left: -1px;
  border-radius: var(--input-with-btn-inner-radius, 0) 0 0 var(--input-border-radius, 0);
}
.input-with-primary-button > .input {
  margin-inline-end: 0;
  padding-inline-end: 4px;
}

.checkbox:checked + label::after {
  top: calc(0.75em - 2px);
}

.form__field {
  margin-bottom: calc(6 * var(--space-unit));
  text-align: start;
}
.form > .form__field:last-of-type {
  margin-bottom: 0;
}

.form__field-error {
  margin: 0.5em 0 0;
  color: rgb(var(--error-text-color));
}

.form__actions > .btn {
  margin-inline-end: calc(6 * var(--space-unit));
}

.checkbox--small + label::before {
  width: 16px;
  height: 16px;
  margin-top: calc(0.75em - 10px);
}

.checkbox--small:checked + label::after {
  content: "";
  top: calc(0.75em - 3px);
  left: 8px;
  width: calc((16px - var(--input-border-width) * 2) * 0.375);
  height: calc((16px - var(--input-border-width) * 2) * 0.75);
}

@media (max-width: 768.98px) {
  .input-with-button--md-up {
    display: block;
    border-radius: var(--input-border-radius, 0);
    background: none;
    box-shadow: none;
  }
  .input-with-button--md-up:focus-within {
    box-shadow: none;
  }
  .input-with-button--md-up > .input {
    padding: var(--input-padding-y, 11px) 24px;
    border: var(--input-border-width) solid rgba(var(--input-text-color)/0.2);
    background-color: rgb(var(--input-bg-color));
  }
  .input-with-button--md-up > .input:focus {
    border-color: rgba(var(--input-text-color)/0.6);
  }
  .input-with-button--md-up > .btn {
    width: 100%;
    margin-top: calc(4 * var(--space-unit));
    border-radius: var(--btn-border-radius, 0);
  }
  .input-with-button > .btn {
    padding: var(--btn-padding-y, 12px) 18px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

[loading=lazy] {
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
[loading=lazy]:not([src]) {
  opacity: 0;
}

.media {
  overflow: hidden;
}

.media--has-overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media__placeholder {
  background-color: #d8d8d8;
  fill: #777;
  vertical-align: top;
}
.media__placeholder.dark {
  background-color: #d5d5d5;
}

.img-fit,
.md\:img-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-fit.img-fit--contain,
.md\:img-fit.img-fit--contain {
  object-fit: contain;
}

.icon {
  vertical-align: top;
  pointer-events: none;
}

[dir=rtl] .has-ltr-icon .icon {
  transform: scaleX(-1);
}

.image-blend {
  background-color: var(--blend-bg-color) !important;
}
.image-blend img {
  mix-blend-mode: multiply;
}

.image-max-width img {
  max-width: var(--max-width);
}

@media (max-width: 768.98px) {
  .md\:img-fit {
    position: static;
  }
}
a,
.link,
.product-spec__value a {
  color: rgb(var(--link-color));
  text-decoration: none;
}
a[aria-disabled=true],
.link[aria-disabled=true],
.product-spec__value a[aria-disabled=true] {
  opacity: 0.4;
  cursor: default;
}

.link,
.rte a,
.product-spec__value a {
  transition: opacity 0.3s;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
  color: rgba(0, 91, 211, 1) !important;
}
.link:hover,
.rte a:hover,
.product-spec__value a:hover {
  opacity: 0.7;
}

.skip-link.btn {
  position: absolute;
  z-index: 999;
  top: 16px;
  left: var(--gutter);
}
.skip-link.btn:focus {
  width: auto;
  height: auto;
  clip: auto;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.rte ol,
.rte ul {
  display: inline-block;
  margin: 0 0 1em;
  padding: 0;
  padding-inline-start: 2rem;
  text-align: start;
}
.rte ol:last-child,
.rte ul:last-child {
  margin-bottom: 0;
}

.rte ol {
  margin-inline-start: 1em;
}

.styled-list {
  padding-inline-start: 2rem;
}

.rte ol li {
  padding-inline-start: 0.25em;
}
.rte ol li:not(:last-child) {
  margin-bottom: 0.5em;
}

.rte ul li,
.styled-list > li {
  padding-inline-start: 1.5em;
}
.rte ul li:not(:last-child),
.styled-list > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.rte ul li::before,
.styled-list > li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-top: -2px;
  margin-inline-start: -1.25em;
  margin-inline-end: 0.75em;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: middle;
}

.overlay {
  visibility: hidden;
  z-index: 30;
  transition: visibility 0.3s, z-index 0s 0.3s, opacity 0.3s;
  opacity: 0;
  background-color: rgba(var(--modal-overlay-color)/var(--modal-overlay-opacity));
  pointer-events: none;
}
.overlay.is-visible {
  visibility: visible;
  transition: visibility 0.3s, z-index 0s, opacity 0.3s;
  opacity: 1;
  pointer-events: initial;
}
.overlay.overlay--over-nav {
  z-index: 31;
}

.overlay--nav {
  z-index: 20;
}

.is-loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: calc(50% - 10px);
  width: 20px;
  height: 20px;
  transition: opacity 0.2s;
  animation: spinner 0.6s linear infinite;
  border: 2px solid;
  border-radius: 50%;
  border-color: rgb(var(--text-color));
  border-top-color: transparent;
}
.is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 20px;
  margin-top: -2px;
  transform: scaleX(-1) rotate(135deg) translateX(-50%) translateY(-50%);
  transform-origin: left top;
  border-top: 2px solid rgb(var(--text-color));
  opacity: 0;
  border-inline-end: 2px solid rgb(var(--text-color));
}

.is-success.is-loading::after {
  opacity: 0;
}
html:not([dir=rtl]) .is-success::before {
  animation: checkmark 1.4s ease;
}

.panel:not(.panel--camo) {
  --heading-color: var(--panel-heading-color);
  padding: calc(5 * var(--space-unit));
  background-color: rgba(var(--panel-bg-color));
  color: rgb(var(--panel-text-color));
}

.panel--camo {
  padding: calc(5 * var(--space-unit));
  background-color: rgba(0, 0, 0, 0.05);
  background-color: color-mix(in srgb, rgb(var(--bg-color)) 92%, rgb(var(--text-color)) 8%);
}

@media (min-width: 1024px) {
  .panel {
    padding: calc(8 * var(--space-unit));
  }
}
table {
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 1em;
  border-collapse: collapse;
  border: 1px solid rgba(var(--text-color)/0.15);
  text-align: start;
}

.discount {
  padding: 6px 14px;
  background-color: rgba(var(--text-color)/0.1);
}
.discount .icon {
  flex-shrink: 0;
  width: 20px;
  margin-inline-end: calc(2 * var(--space-unit));
}

.scrollable-table {
  display: inline-block;
  margin-bottom: var(--element-margin-bottom, 2em);
}

@media (max-width: 768.98px) {
  .scrollable-table {
    display: flex;
    overflow: auto;
    overflow-wrap: normal;
  }
  .scrollable-table > table {
    flex-shrink: 0;
    width: auto;
    min-width: 100%;
    max-width: 640px;
  }
  .modal .rte .scrollable-table > table {
    margin-right: 0;
    margin-left: 0;
  }
}
.breadcrumbs {
  min-height: 1.5em;
  margin: calc(5 * var(--space-unit)) 0;
  font-size: 0.75em;
}
.breadcrumbs .icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-inline-start: 0.125em;
  margin-inline-end: 0.25em;
}

.breadcrumbs-list {
  flex: 1 1 auto;
  flex-wrap: wrap;
  line-height: 1em;
}

.breadcrumbs-list__link {
  color: currentColor;
}

.breadcrumbs-prod-nav {
  margin-inline-start: auto;
  margin-inline-end: -7px;
}

.breadcrumbs-prod-nav__link--next {
  margin-inline-end: 0;
}
.breadcrumbs-prod-nav__link--next::before {
  content: "·";
  position: relative;
  margin: 0 0.75em;
  opacity: 0.5;
}

.breadcrumbs-list__link--rss {
  margin-inline-start: 1em;
}

@media (min-width: 769px) {
  .breadcrumbs {
    overflow: auto;
  }
  .breadcrumbs-list {
    flex: 1 0 auto;
  }
  .product-breadcrumbs .breadcrumbs-list__link {
    max-width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-breadcrumbs .breadcrumbs-list__link:hover {
    text-decoration: underline;
  }
}
.card {
  flex-direction: column;
  max-width: 768px;
  margin: 0 auto;
}
.card.card--product .card__info-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.card--product .price-wrap .price--top .price__default {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.card--product .btn--primary {
  --btn-padding-y: 10px;
}

@media (hover: hover) and (pointer: fine) {
  .card__main-image,
  .card__media.has-hover-image:hover .card__hover-image {
    visibility: visible;
    transition: opacity 0.5s, visibility 0s;
    opacity: 1;
  }
  .card__hover-image,
  .card__media.has-hover-image:hover .card__main-image {
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    opacity: 0;
  }
}
.card__info {
  padding-top: calc(4 * var(--space-unit));
}

.card.color-scheme .card__info {
  padding: calc(6 * var(--space-unit)) calc(6 * var(--space-unit)) calc(8 * var(--space-unit)) calc(6 * var(--space-unit));
}

.card-link::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card:not(.card--related) .price {
  padding-top: 12px;
}

.card:not(.card--related):not(.card--no-lines) .price--top {
  margin-top: calc(3 * var(--space-unit));
  border-top: 1px solid rgba(var(--text-color)/0.15);
}
.card:not(.card--related).card--no-lines .price {
  padding-top: calc(2 * var(--space-unit));
}
.card:not(.card--related).card--no-lines .price--bottom,
.card:not(.card--related) .price--bottom {
  padding-top: calc(6 * var(--space-unit));
}

.card__quick-add {
  display: none;
}

.card__tags--links {
  z-index: 3;
}

.card--wide {
  max-width: none;
}

.card--row,
.main-products-grid[data-layout=list] .card {
  flex-direction: row;
  max-width: none;
}

.card--row .price__current {
  font-size: 1.25em;
}

.card--row .price__was {
  font-size: 0.92em;
}
.card--row .price__was span{
  font-size: 12px;
}

.card--row .btn--icon {
  margin-inline-start: calc(5 * var(--space-unit));
  border-radius: var(--btn-border-radius);
}
.card--row .btn--icon svg {
  width: 20px;
  height: 20px;
}

.main-products-grid[data-layout=list].transition-ready .card {
  transition: padding-top 0.3s;
}

.main-products-grid[data-layout=list] .card--product .card__info {
  position: relative;
  padding-top: 0;
}

.product-card__price .price__current {
  font-size: 1.15em;
}
.product-card__price .price__was,
.product-card__price .price__from {
  font-size: 0.9em;
}

.main-products-grid[data-layout=list] .card {
  padding-top: calc(6 * var(--space-unit));
}
.main-products-grid[data-layout=list] .card .card__media {
  z-index: 1;
  flex: 0 0 calc(50% - var(--gutter) * 2);
  align-self: flex-start;
  margin: 0;
  margin-inline-end: calc(6 * var(--space-unit));
  background-color: inherit;
}
.main-products-grid[data-layout=list] .card .card__info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-products-grid[data-layout=list] .card .card__info-inner {
  display: flex;
  flex-direction: column;
  width: auto;
  text-align: start;
}
.main-products-grid[data-layout=list] .card .card__swatches,
.main-products-grid[data-layout=list] .card .product-card__price {
  justify-content: start;
}
.main-products-grid[data-layout=list] .card .card__swatches {
  order: 3;
  padding: calc(4 * var(--space-unit)) 0 0;
}
.main-products-grid[data-layout=list] .card .product-card__price:has(.price--bottom) {
  order: 2;
}
.main-products-grid[data-layout=list] .card .price {
  padding-top: calc(2 * var(--space-unit));
}

.card--related {
  max-width: none;
  margin-top: calc(4 * var(--space-unit));
  padding: calc(3 * var(--space-unit));
  background-color: rgba(var(--text-color)/0.05);
}
.card--related .card__media {
  flex: 0 0 58px;
}
.card--related .card__info {
  padding-top: 0;
  padding-inline-start: calc(4 * var(--space-unit));
}
.card--related .price {
  margin-bottom: calc(2 * var(--space-unit));
}
.card--related .btn {
  z-index: 3;
  width: fit-content;
}
.slider__grid .card--related {
  margin-top: 0;
}

.card--row-contained {
  --bg-color: var(--card-bg-color);
  --text-color: var(--card-text-color);
  --swatch-border-color-active: var(--card-text-color);
  --swatch-border-color-default: var(--card-text-color);
  --heading-color: var(--card-text-color);
  width: calc(100% - 1px);
  border: 1px solid var(--card-border-color);
  background-color: rgb(var(--card-bg-color));
  color: rgb(var(--card-text-color));
}

.card__link-list {
  padding-top: calc(2 * var(--space-unit));
}
.card__link-list li {
  margin-bottom: var(--space-unit);
}

.card__link-list-item {
  padding: var(--space-unit) 0 calc(2 * var(--space-unit));
}

.card__title-wrapper {
  padding-top: calc(4 * var(--space-unit));
  padding-bottom: calc(2 * var(--space-unit));
}

.card--product .card__info {
  flex: 1;
}

.card__title + .card__weight {
  margin-top: 0;
}

.card--product-contained {
  --bg-color: var(--card-bg-color);
  --text-color: var(--card-text-color);
  --swatch-border-color-active: var(--card-text-color);
  --swatch-border-color-default: var(--card-text-color);
  --heading-color: var(--card-text-color);
  padding: calc(3 * var(--space-unit));
  border: 1px solid var(--card-border-color);
  background-color: rgb(var(--card-bg-color));
  color: rgb(var(--card-text-color));
}
.card--product-contained .text-theme-light {
  opacity: 0.8;
}
.gapless:not(.slider__grid) .card--product-contained, .carousel[inactive] .gapless .card--product-contained {
  border: 0;
  box-shadow: 0 0 0 1px var(--card-border-color);
}

.card--product-contained-outset .card__media {
  margin-top: calc(3 * var(--space-unit) * -1);
  margin-right: calc(3 * var(--space-unit) * -1);
  margin-left: calc(3 * var(--space-unit) * -1);
}

.card--product-sold-out {
  opacity: 0.7;
}

.card--article .link {
  text-decoration: none;
}
.card--article .link svg {
  width: 18px;
  margin-inline-start: 0.2em;
}

.card--article .card__info {
  padding-top: calc(6 * var(--space-unit));
}

.card--article .btn--icon {
  z-index: 2;
}

.card--article.card--row {
  flex-direction: column;
}

.card__collection--with-border .card__media {
  border: 1px solid var(--coll-card-border-color);
}

.card__collection .media {
  background-color: var(--coll-card-bg-color);
}

.card__media--circle,
.card__media--circle .media {
  border-radius: 50%;
}

.card--article.card--featured .card__info {
  padding: var(--gutter-sm, 20px);
}

.article__tag {
  background-color: rgba(var(--text-color)/0.05);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: rgb(var(--text-color)) !important;
}

.card--featured--bg .card__media {
  position: absolute;
  inset: 0;
}

.card--featured--bg .btn {
  margin-top: 7vw;
}

.featured-card__inner {
  max-width: 500px;
}

@media (max-width: 768.98px) and (pointer: coarse) {
  .card__hover-image {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .grid-cols-2 .card--product-contained, .auto-cols-2 .card--product-contained {
    padding: calc(4 * var(--space-unit));
  }
  .grid-cols-2 .card--product-contained-outset .card__media, .auto-cols-2 .card--product-contained-outset .card__media {
    margin-top: calc(4 * var(--space-unit) * -1);
    margin-right: calc(4 * var(--space-unit) * -1);
    margin-left: calc(4 * var(--space-unit) * -1);
  }
  .main-products-grid[data-layout=list] .card--product-contained {
    padding: calc(4 * var(--space-unit));
  }
}
@media (min-width: 769px) {
  .grid-cols-2:not(.small-cards-mobile) .card--product-contained, .auto-cols-2:not(.small-cards-mobile) .card--product-contained, .small-cards-desktop .card--product-contained {
    padding: calc(3 * var(--space-unit));
  }
  .grid-cols-2:not(.small-cards-mobile) .card--product-contained-outset .card__media, .auto-cols-2:not(.small-cards-mobile) .card--product-contained-outset .card__media, .small-cards-desktop .card--product-contained-outset .card__media {
    margin-top: calc(3 * var(--space-unit) * -1);
    margin-right: calc(3 * var(--space-unit) * -1);
    margin-left: calc(3 * var(--space-unit) * -1);
  }
  .main-products-grid[data-layout=list] .card .card__media {
    flex: 0 0 calc(33.333333% - calc(8 * var(--space-unit)));
    max-width: 180px;
  }
  .main-products-grid[data-layout=list] .card .card__info {
    flex: 1 1 auto;
  }
  .main-products-grid[data-layout=list] .card--product-contained {
    padding: calc(6 * var(--space-unit));
  }
  .main-products-grid[data-layout=list] .card .card__info-container {
    flex-direction: row;
    align-items: center;
  }
  .card--article.card--featured {
    flex-direction: row;
  }
  .card--article.card--featured .card__media {
    flex: 0 0 50%;
  }
  .card--article.card--featured .card__info {
    min-height: 250px;
    padding: calc(8 * var(--space-unit));
  }
  .card.color-scheme .card__info {
    padding: calc(8 * var(--space-unit));
  }
  .card--product .price__current {
    font-weight: normal;
  }
}
@media (min-width: 1024px) {
  .card--article.card--featured .card__info {
    min-height: 350px;
  }
}
@media (min-width: 1280px) {
  .card.color-scheme .card__info {
    padding: calc(10 * var(--space-unit));
  }
  .card--article.card--featured .card__info {
    min-height: 480px;
  }
}
@media (min-width: 769px) and (max-width: 1350px) {
  .cart-drawer-docked .main-products-grid[data-layout=list] .card__info-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cart-drawer-docked .main-products-grid[data-layout=list] .card .card__media {
    flex-basis: 180px;
  }
  .cart-drawer-docked .main-products-grid[data-layout=list] .card__quick-add {
    padding-top: calc(4 * var(--space-unit));
    padding-inline-start: 0;
  }
}
@media (min-width: 1536px) {
  .card--article.card--featured .card__media {
    flex: 0 0 66%;
  }
}
@media (hover: none) {
  .card__hover-image {
    display: none;
  }
}
.countdown__grid {
  grid-template-columns: repeat(4, auto);
  font-size: calc(var(--countdown-size, 24) * var(--fluid-1-5));
  gap: var(--countdown-gap, 1em);
}

.countdown__item:not(:last-child) .countdown__number::after {
  content: ":";
  position: absolute;
  top: 0;
  left: calc(100% + var(--countdown-gap, 1em) / 2);
  padding-top: 0.45em;
  transform: translateX(-50%);
  color: rgb(var(--text-color));
}
[dir=rtl] .countdown__item:not(:last-child) .countdown__number::after {
  right: calc(100% + var(--countdown-gap, 1em) / 2);
  left: auto;
  transform: translateX(50%);
}

.countdown__number {
  box-sizing: content-box;
  min-width: 2ch;
  margin-bottom: 6px;
  padding: 0.45em;
  border: 0;
  border-radius: var(--countdown-border-radius, 0.4em);
  background-color: rgb(var(--text-color));
  color: rgba(var(--bg-color));
  line-height: 1;
  white-space: nowrap;
}

.countdown__unit {
  font-size: 14px;
}

.countdown__grid + .countdown__text {
  margin-top: calc(var(--countdown-size, 24) * var(--fluid-1-5) / 2);
}

@media (max-width: 599.98px) {
  .countdown__grid {
    --countdown-gap: 14px;
    font-size: 22px;
  }
}
.color-scheme--white .countdown-timer .text-overlay {
  color: #fff;
}

.color-scheme--white .countdown-timer .countdown__number {
  padding: 0.25em;
}

.color-scheme--white .countdown-timer .countdown__number::after {
  padding-top: 0.25em;
}

@media (max-width: 599.98px) {
  .color-scheme--white.mobile-stacked .text-overlay__block:not(.countdown-timer__custom-colors) .countdown__number {
    color: rgba(var(--bg-color));
  }
}
.countdown__block {
  margin-top: calc(8 * var(--space-unit));
  margin-bottom: calc(8 * var(--space-unit));
}
.countdown__block:last-child {
  margin-bottom: 0;
}

.countdown__number {
  background-color: rgba(var(--text-color));
  box-shadow: 0 0 0 0.05em var(--countdown-border-color, "transparent");
}

.section__block--countdown:not(:first-child) {
  margin-top: calc(8 * var(--space-unit));
}

.countdown__text {
  margin-top: calc(4 * var(--space-unit));
}
.countdown-large-endtext .countdown__text {
  font-size: 1.25em;
}

@media (max-width: 768.98px) {
  .countdown__item {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 599.98px) {
  .countdown__unit {
    font-size: 0.5em;
  }
}
.disclosure > summary {
  padding: calc(4 * var(--space-unit)) 0 calc(4 * var(--space-unit));
}

.disclosure--row {
  border: 1px solid rgba(var(--text-color)/0.15);
  border-width: 1px 0;
}

details-disclosure + details-disclosure .disclosure--row {
  border-top: 0;
}

.js .disclosure__panel {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}

.disclosure__toggle {
  margin-inline-start: calc(3 * var(--space-unit));
}
.disclosure__toggle > .icon {
  display: block;
  width: 20px;
  height: 20px;
}

.disclosure[open]:not(.is-closing) .disclosure__toggle > .icon {
  transform: scaleY(-1);
}
.disclosure[open]:not(.is-closing) .v-line {
  display: none;
}

.disclosure__title {
  max-width: 100%;
  margin-bottom: 0;
}
.disclosure__title > .icon {
  flex-shrink: 0;
  margin: 0;
  margin-inline-end: calc(4 * var(--space-unit));
}
.disclosure__title > .icon--washing,
.disclosure__title > .icon--truck,
.disclosure__title > .icon--silhouette,
.disclosure__title > .icon--lock {
  margin-top: -2px;
}

.disclosure__content {
  padding-bottom: calc(4 * var(--space-unit));
}
.js .disclosure__content {
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}
.js .disclosure[open]:not(.is-closing) .disclosure__content {
  transition: opacity 0.3s ease 0.1s;
  opacity: 1;
}

.image-banner .rte a,
.image-banner .rte a:hover {
  color: inherit;
}

@media (min-width: 600px) {
  .image-banner.auto-height::after {
    content: "";
    padding-top: 56.25%;
  }
}
@media (max-width: 599.98px) {
  .mobile-stacked .image-banner {
    flex-direction: column;
  }
  .mobile-stacked .image-banner .image-banner__image::after {
    display: none;
  }
  .mobile-stacked .image-banner > .container {
    height: 100%;
    padding: 0;
    overflow: hidden;
  }
  .mobile-stacked .image-banner:not(.slideshow__slide) .media,
  .mobile-stacked .auto-height:not(.slideshow__slide) .media::after {
    position: relative;
  }
  .mobile-stacked--spaced {
    margin-bottom: calc(var(--section-gap) * 0.1rem);
  }
}
body:not(.dom-loaded) .main-menu__disclosure {
  position: relative;
  overflow: visible;
}
body:not(.dom-loaded) .main-menu__disclosure::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: calc(100vw - var(--docked-cart-drawer-width, 0px) - 15px);
  transform: translateX(-50%);
  background-color: rgb(var(--nav-bg-color));
}
[dir=rtl] body:not(.dom-loaded) .main-menu__disclosure::after {
  right: 50%;
  left: auto;
}

.main-menu {
  --nav-line-color: rgba(var(--nav-child-text-color) / 0.2);
  font-family: var(--navigation-font-family);
  font-style: var(--navigation-font-style);
  font-weight: var(--navigation-font-weight);
  letter-spacing: var(--navigation-letter-spacing);
}

.main-menu .badge {
  white-space: normal;
}

.grandchild-nav__item,
.main-nav__item--go {
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
}

.main-menu__toggle {
  position: relative;
  width: 44px;
  height: 44px;
  margin-inline-start: 10px;
  margin-inline-end: -10px;
}

.main-menu__toggle::before,
.main-menu__toggle::after,
.main-menu__toggle-icon::before,
.main-menu__toggle-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  width: 20px;
  height: 2px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  transition-property: transform, width, top, left;
  background: currentColor;
}

.main-menu__content .header__logo--bottom-left {
  display: none;
}

.main-menu__toggle-icon::before {
  top: 14px;
}

.main-menu__toggle::before,
.main-menu__toggle::after {
  top: 21px;
}

.main-menu__toggle-icon::after {
  top: 28px;
}

.no-js .main-nav__item-content {
  pointer-events: none;
}

.main-menu__disclosure.is-open .main-menu__toggle-icon::before,
.main-menu__disclosure.is-open .main-menu__toggle-icon::after,
.no-js .main-menu__disclosure[open] .main-menu__toggle-icon::before,
.no-js .main-menu__disclosure[open] .main-menu__toggle-icon::after {
  top: 21px;
  left: 22px;
  width: 0;
}
.main-menu__disclosure.is-open .main-menu__toggle::before,
.no-js .main-menu__disclosure[open] .main-menu__toggle::before {
  transform: rotate(45deg);
}
.main-menu__disclosure.is-open .main-menu__toggle::after,
.no-js .main-menu__disclosure[open] .main-menu__toggle::after {
  transform: rotate(-45deg);
}

.main-nav__item,
.secondary-nav__item {
  color: currentColor;
   font-family: 'Elza-Regular';
}

.secondary-nav__cta .icon {
  flex-shrink: 0;
}
.secondary-nav__cta .icon + span {
  margin-inline-start: 10px;
}

.secondary-nav__item.secondary-nav__cta--button {
  padding: 0.3em 0.9em;
  transition: background-position 0.4s ease-out;
  border-radius: var(--btn-border-radius, 0);
  background: rgb(var(--cta-bg-hover-color)) linear-gradient(104deg, rgb(var(--cta-bg-hover-color)) 60%, rgb(var(--cta-bg-color)) 60%, rgb(var(--cta-bg-color)) 100%) no-repeat 100% 100%;
  background-size: 300% 100%;
  line-height: 1.2;
}

.main-nav__item--toggle .icon,
.main-nav__item--back .icon,
.main-nav__item--go .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-inline-start: 5px;
  transition: transform 0.3s;
}

.main-nav__item--go {
  display: flex;
  align-items: center;
  color: rgba(var(--nav-child-text-color)/0.7);
}

.main-nav__item--go .icon,
.main-nav__icon-circle .icon {
  width: 15px;
  height: 15px;
  margin-inline-start: calc(2 * var(--space-unit));
  padding: 1px;
  border: 1px solid;
  border-radius: 50%;
}

.child-nav details[open]:not(.is-closing) .icon {
  transform: scaleY(-1);
}

.main-nav__item--toggle {
  width: auto;
}
.main-nav__item--toggle .main-nav__item-content {
  display: inline-flex;
  align-items: center;
}
.main-nav__item--toggle .main-nav__item--primary {
  align-items: flex-end;
}
.main-nav__item--toggle .icon {
  transform: rotate(0deg);
}

.main-nav__link--featured {
  color: rgb(var(--header-accent-color));
}

.main-nav__grandchild {
  padding: 0 16px 2.5rem 8px;
}
.main-nav__grandchild .main-nav__item {
  display: block;
}
.main-nav__grandchild .main-nav__item,
.main-nav__grandchild .main-nav__item--go {
  padding: 8px 0;
}

.main-menu .custom-select__listbox {
  top: auto;
  bottom: 5px;
}

.main-nav__collection-image--flex {
  flex: 0 0 auto;
}

.main-nav__collection-image {
  flex-basis: var(--image-size, 40px);
  width: var(--image-size), 40px;
  height: var(--image-size, 40px);
}

.main-nav__collection-image--standard {
  --image-size: 30px;
}

.main-nav__collection-image--large {
  --image-size: 40px;
}

@media (hover: hover) and (pointer: fine) {
  .secondary-nav__item.secondary-nav__cta--button:hover {
    background-position: 0 100%;
    box-shadow: none;
  }
}
@media (max-width: 768.98px) {
  .secondary-nav__item {
    font-weight: normal;
  }
  .main-menu--left-mob {
    order: -1;
  }
  .main-menu--left-mob .main-menu__toggle {
    margin-top: 0;
    margin-bottom: 0;
    margin-inline-start: -10px;
    margin-inline-end: 10px;
  }
  .main-menu__content {
    visibility: hidden;
    width: var(--viewport-width, 100vw);
    min-width: 0;
    max-width: none;
    padding-bottom: calc(8 * var(--space-unit));
    overflow: hidden;
    box-shadow: 0 -1px 0 var(--nav-line-color);
  }
  .main-menu__content,
  .js .main-nav__child {
    --nav-line-color: rgba(var(--mobile-menu-text-color) / 0.2);
    --nav-child-text-color: var(--mobile-menu-text-color);
    --nav-child-bg-color: var(--mobile-menu-bg-color);
    position: fixed;
    z-index: 30;
    top: var(--header-end, 100px);
    left: 0;
    width: var(--viewport-width, 100vw);
    height: calc(var(--viewport-height) - var(--header-end, 100px));
    padding-right: var(--gutter);
    padding-bottom: 60px;
    padding-left: var(--gutter);
    overflow-y: scroll;
    background-color: rgb(var(--nav-child-bg-color));
    color: rgb(var(--nav-child-text-color));
  }
  .main-menu__disclosure.is-closing > .main-menu__content,
  .main-menu__disclosure > .main-menu__content {
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
  }
  .main-menu__disclosure.is-open > .main-menu__content {
    opacity: 1;
  }
  .main-menu__content--no-focus {
    overflow: hidden;
  }
  .main-nav > li,
  .child-nav > li,
  .grandchild-nav > li {
    border-bottom: 1px solid var(--nav-line-color);
  }
  .main-nav__item {
    display: block;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-inline-start: 8px;
    padding-inline-end: 44px;
    line-height: 1.5;
  }
  .main-nav__item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
  }
  .main-nav__item--toggle .icon {
    position: absolute;
    right: 10px;
    width: 36px;
    height: 20px;
    margin-inline-end: -4px;
  }
  [dir=rtl] .main-nav__item--toggle .icon {
    right: auto;
    left: 16px;
  }
  .main-nav__item--toggle .main-nav__item--primary {
    align-items: center !important;
  }
  .main-nav__item--toggle .main-nav__item:not(.child-nav__item) .icon {
    transform: rotate(-90deg);
  }
  [dir=rtl] .main-nav__item--toggle .main-nav__item:not(.child-nav__item) .icon {
    transform: rotate(90deg) translate(4px, 0);
  }
  .main-nav__item-header {
    padding-inline-start: calc(2 * var(--space-unit));
  }
  .main-nav__item--back {
    padding-inline-start: calc(2 * var(--space-unit));
    color: rgb(var(--header-accent-color));
  }
  .main-nav__item--back .main-nav__item-content {
    justify-content: flex-start;
  }
  .main-nav__item--back .main-nav__item-content > .icon {
    margin-inline-start: -4px;
    margin-inline-end: calc(2 * var(--space-unit));
  }
  .mega-nav > .container {
    padding: 0;
  }
  .mega-nav .main-nav__item--toggle {
    padding-top: 0;
    padding-bottom: 0;
  }
  .no-js .mega-nav .main-nav__item--toggle {
    margin-top: 0;
  }
  .js .is-open > .main-menu__content,
  .no-js [open] > .main-menu__content {
    visibility: visible;
    pointer-events: initial;
  }
  .js .main-nav__child,
  .js .main-nav__child.is-closing {
    transform: translate3d(100%, 0, 0);
    transition: transform 0.2s ease-out;
  }
  .js .is-open:not(.is-closing) > .main-nav__child {
    transform: translate3d(0, 0, 0);
  }
  .no-js .main-nav__item--toggle .icon {
    transform: rotate(0);
  }
  .no-js .main-nav__child {
    padding: 0 0 0 16px;
  }
  .no-js .main-nav__child .md\:hidden {
    display: none;
  }
  .no-js .child-nav > li,
  .no-js .main-nav__grandchild > li {
    border-bottom: 0;
  }
  .no-js .child-nav__item {
    padding: 1.6rem 0;
  }
  .main-nav__grandchild > li:last-child .grandchild-nav__item {
    padding-bottom: 0;
  }
  .child-nav__item {
    padding-inline-start: 8px;
  }
  .secondary-nav {
    margin-top: calc(8 * var(--space-unit));
    padding: 0;
  }
  .secondary-nav > li:not(:only-child) {
    margin-top: 2rem;
  }
  .secondary-nav__item.secondary-nav__cta--button {
    padding: 0.5em 1.1em;
  }
  .main-menu .localization {
    margin-top: calc(8 * var(--space-unit));
  }
  .mob__localization .localization__selector {
    margin-bottom: calc(4 * var(--space-unit));
  }
  .mob__localization .localization__selector:last-child {
    margin-bottom: 0;
  }
  .main-nav__grandchild li:first-child .main-nav__item {
    padding-top: 0;
  }
  .main-nav__grandchild {
    max-width: none !important;
    padding-top: 8px;
  }
  .main-nav__collection-image {
    margin-inline-start: 8px;
  }
  .main-nav,
  .child-nav {
    padding-top: calc(3 * var(--space-unit));
  }
}
@media (min-width: 769px) {
  body:not(.tab-used) .main-nav__item--toggle {
    outline: none !important;
  }
  .main-menu {
    --nav-line-color: rgba(var(--desktop-menu-text-color) / 0.2);
    --nav-text-color: var(--desktop-menu-text-color);
    --nav-child-text-color: var(--desktop-menu-text-color);
    --nav-bg-color: var(--desktop-menu-bg-color);
    --nav-child-bg-color: var(--desktop-menu-bg-color);
    width: 100%;
    transition: opacity var(--header-transition-speed), visibility var(--header-transition-speed);
    background-color: rgb(var(--nav-bg-color));
    color: rgb(var(--nav-text-color));
  }
  .main-menu .localization {
    display: none;
  }
  [data-hide-menu=true].is-out .main-menu {
    visibility: hidden;
    opacity: 0;
  }
  .main-menu__content::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: var(--menu-height, calc(1.2em + 2rem + 2px));
    background-color: rgb(var(--nav-child-bg-color));
  }
  .main-nav {
    flex-wrap: wrap;
  }
  .main-nav,
  .secondary-nav {
    display: flex;
    align-items: flex-end;
    margin: 0 -1.2rem;
  }
  .secondary-nav {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }
  .main-nav__item--primary,
  .secondary-nav__item {
    display: block;
    padding: 1.5rem 1.5rem;
    transition: box-shadow 0.1s;
    line-height: 1.2em;
    font-weight : 700;
    border : 1px solid transparent
  }
     .main-menu__content nav ul.main-nav > li:first-child > details > summary > a  {
    background: url('/cdn/shop/files/cart_2_1.png?v=1754483588');
    border: 1px solid #e4e4e4;
    background-repeat: no-repeat;
    background-position: center left 12px;
    padding-left: 35px;
    background-size: 12%;
    border-radius: 50px
}
    
}
  /* .main-nav__item--primary:hover, .main-nav__item--primary.is-active, .is-open > summary > .main-nav__item--primary,
  .secondary-nav__item:hover,
  .secondary-nav__item.is-active,
  .is-open > summary > .secondary-nav__item {
    background: #e4e4e4;
    border : 1px solid #e4e4e4;
    border-radius: 50px;
    box-shadow: none;
  } */
     .main-nav__item--primary:hover, .is-open > summary > .main-nav__item--primary,
  .secondary-nav__item:hover,
  .secondary-nav__item.is-active,
  .is-open > summary > .secondary-nav__item {
    background: #e4e4e4;
    border : 1px solid #e4e4e4;
    border-radius: 50px;
    box-shadow: none;
  }
  .header__grid > div:first-of-type.header__logo--bottom-left {
    display: none;
  }
  .main-menu__content--logo-only {
    display: flex;
  }
  .main-menu__content .header__logo--bottom-left {
    display: inline-flex;
    flex: 0 0 auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .main-menu__content .header__logo--bottom-left + nav {
    flex-grow: 1;
  }
  .secondary-nav__cta {
    display: flex;
    white-space: nowrap;
  }
  .secondary-nav__item.secondary-nav__cta--button {
    line-height: 1;
  }
  .secondary-nav__item:not(.secondary-nav__cta) {
    color: rgba(var(--nav-text-color)/0.6);
    white-space: nowrap;
  }
  .child-nav__item--toggle .main-nav__item-content {
    pointer-events: initial;
  }
  .child-nav__item,
  .child-nav__item--toggle,
  .grandchild-nav__item {
    transition: color 0.3s;
  }
  .child-nav__item:hover,
  .child-nav__item--toggle:hover,
  .grandchild-nav__item:hover {
    color: rgba(var(--nav-child-text-color)/0.7);
  }
  [open] > .main-nav__item--primary .icon {
    transform: rotate(180deg);
  }
  .main-nav__child {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    min-width: 170px;
    /* max-height: max(100vh - var(--content-start, 150px) - 70px, 60vh); */
    padding: 2rem 1.2rem;
    overflow: auto;
    transition: transform 0.3s, opacity 0.2s, visibility 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    border-top: 1px solid var(--nav-line-color);
    background-color: rgb(var(--nav-child-bg-color));
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    color: rgb(var(--nav-child-text-color));
  }
  .main-nav__child.mega-nav {
    left: 0;
    /* width: var(--viewport-width, 100vw); */
    padding: calc(8 * var(--space-unit)) 0;
    transition-delay: 0.3s;
  }
  .is-closing > .main-nav__child, .main-nav__child {
    z-index: -1;
    transform: translateY(-10px);
    opacity: 0;
  }
  .is-open > .main-nav__child, .no-js details[open] .main-nav__child {
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
    opacity: 1;
  }
  /* .main-nav__child--offset-right {
    right: 5px;
  } */
  .child-nav--dropdown {
    max-width: 300px;
  }
  .main-nav__grandchild .main-nav__item,
  .main-nav__grandchild .main-nav__item--go {
    padding: 8px 0;
    font-size: 0.88em;
  }
  .child-nav__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
  }
  .child-nav__item,
  .main-nav__grandchild {
    display: block;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .child-nav--dropdown .main-nav__grandchild {
    padding-bottom: 0.5em;
  }
  .child-nav--dropdown .child-nav__item--toggle {
    position: relative;
    padding-inline-end: 5rem;
  }
  .child-nav--dropdown .child-nav__item--toggle .main-nav__item-content,
  .child-nav--dropdown .child-nav__item--toggle .child-nav__item {
    width: 100%;
  }
  .child-nav--dropdown .child-nav__item--toggle .icon {
    position: absolute;
    right: 2rem;
    margin-top: 2px;
    margin-inline-start: 10px;
  }
  [dir=rtl] .child-nav--dropdown .child-nav__item--toggle .icon {
    right: auto;
    left: 2em;
  }
}
@media (min-width: 835px) {
  .main-menu__content {
    display: flex;
  }
  .secondary-nav {
    padding-inline-start: calc(4 * var(--space-unit));
  }
}
.pagination--modern {
  max-width: 250px;
}

.pagination[aria-disabled=true],
.pagination--modern[aria-disabled=true] {
  opacity: 0.4;
  cursor: default;
}

.pagination.is-loading li {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.pagination__arrow[aria-disabled=true] {
  opacity: 0.4;
}

.pagination__arrow-icon svg {
  width: 18px;
}

.pagination__next-label {
  margin-inline-end: calc(2 * var(--space-unit));
}

.pagination__item {
  flex: 1;
}

.pagination__page-link,
.pagination__page-current {
  padding: 8px 14px;
}

.pagination__page-link {
  color: rgba(var(--text-color)/0.8);
}

.pagination__page-link:hover,
.pagination__page-current {
  background: linear-gradient(to top, currentColor 2px, transparent 2px) no-repeat center bottom/1.3em;
}

.pagination__bar {
  height: 2px;
  background-color: rgba(var(--text-color)/0.2);
}
.pagination__bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--pagination-percent);
  height: 2px;
  transition: width 0.3s;
  background-color: rgb(var(--text-color));
}

@media (min-width: 1280px) {
  .pagination {
    justify-content: center;
    width: auto;
    overflow-wrap: normal;
  }
  .pagination__item--arrow {
    flex: 0;
  }
  .pagination__arrow {
    margin: 0 calc(2 * var(--space-unit));
    padding: 0 20px;
  }
  .pagination__arrow--prev {
    margin-inline-end: calc(8 * var(--space-unit));
  }
  .pagination__arrow--next {
    margin-inline-start: calc(8 * var(--space-unit));
  }
}
.price__current {
  padding-inline-end: 0.5rem;
  font-size: 1em;
  white-space: nowrap;
}

.price__was {
  color: #3d4147;;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
}

.price__was span{
  color: rgba(var(--text-color)/0.8);
  font-size: 0.8em;
  font-weight: 500;
  white-space: nowrap;
}

.price__was--supercents:not(:empty) {
  position: relative;
  text-decoration: none;
}
.price__was--supercents:not(:empty)::before {
   content: "";
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}
.card--product .price-wrap .custom-pricebox .price_gst .price__was::before {
  top: 7px;
}

.unit-price {
  font-size: 0.8em;
  white-space: nowrap;
}
.unit-price::before {
  content: "(";
}
.unit-price::after {
  content: ")";
}
.product-price .unit-price {
  font-size: 0.6em;
}

.predictive-result__info .price__current {
  font-size: 1.6rem;
  font-weight: normal;
}
.predictive-result__info .price__was {
  font-size: 1.3rem;
}

sup {
  position: relative;
  top: -0.5em;
  margin-left: 1px;
  font-size: 60%;
  vertical-align: baseline;
}

.price--sale-color:has(.price__was:not(:empty)):has(.price__default:not([hidden])) .price__current,
.cart-item__total.price--sale-color:has(.price__was:not(:empty)) .price__current {
  color: rgb(var(--sale-price-color));
}

.qty-input {
  --padding: 10px;
  --size: calc((var(--btn-border-width) + var(--padding)) * 2 + 1.4rem);
}

.qty-input__input {
  width: var(--size);
  margin: 0;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  border: var(--btn-border-width) solid rgb(var(--btn-alt-text-color));
  text-align: center;
}

.qty-input__btn {
  position: relative;
  z-index: 1;
  width: var(--size);
  height: var(--size);
  padding: 0;
  border: var(--btn-border-width) solid rgb(var(--btn-alt-text-color));
  border-radius: var(--btn-border-radius, 0);
  background-color: rgb(var(--input-bg-color));
  color: rgb(var(--btn-alt-text-color));
}

.btn--minus::before, .btn--minus::after,
.btn--plus::before,
.btn--plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 2px;
  transform: translate(50%, -50%);
  background-color: currentColor;
}
.btn--minus::after,
.btn--plus::after {
  width: 2px;
  height: 12px;
}

.btn--minus::after {
  display: none;
}

.js .qty-input--combined {
   border: 0;
  border-radius: var(--btn-border-radius, 16px);
    background-color: #f6f3ef;
    height: 38px;
    padding: 4px;
}
.js .qty-input--combined:focus-within {
  border-color: rgba(var(--input-text-color)/0.6);
  box-shadow: 0 0 0 1px rgba(var(--input-text-color)/0.6);
}
.js .qty-input--combined .qty-input__input,
.js .qty-input--combined .qty-input__btn {
   border: 0;
  background: none;
}
.js .qty-input--combined .qty-input__input {
  padding: var(--padding) 0;
  border-radius: 0;
  box-shadow: none;
}
.js .qty-input--combined .qty-input__btn {
  width: calc(var(--padding) * 2 + 1.4rem);
  height: calc(var(--padding) * 2 + 1.4rem);
}

.qty-input {
  height: 100%;
}

.qty-input__input {
  flex: 1 1 auto;
  width: 3em;
  height: 100%;
  box-shadow: inset 0 var(--btn-border-width) 0 0 rgb(var(--btn-alt-text-color)), inset 0 calc(-1 * var(--btn-border-width)) 0 0 rgb(var(--btn-alt-text-color)) !important;
}
.no-js .qty-input__input {
  width: 4em;
  padding-right: 5px;
  padding-left: 5px;
}


.qty-input--combined .btn--minus,
[dir=rtl] .qty-input--combined .btn--plus {
  border-radius: var(--btn-border-radius, 0) 0 0 var(--btn-border-radius, 0);
}

.qty-input--combined .btn--plus,
[dir=rtl] .qty-input--combined .btn--minus {
  border-radius: 0 var(--btn-border-radius, 0) var(--btn-border-radius, 0) 0;
}

.qty-input--combined .btn--minus::before {
  right: calc(50% - var(--btn-border-width) / 2);
}

.qty-input--combined .btn--plus::before,
.qty-input--combined .btn--plus::after {
  right: calc(46% + var(--btn-border-width) / 2);
}

[dir=rtl] .qty-input--combined .btn--minus::before {
  right: calc(50% + var(--btn-border-width) / 2);
}

[dir=rtl] .qty-input--combined .btn--plus::before,
[dir=rtl] .qty-input--combined .btn--plus::after {
  right: calc(50% - var(--btn-border-width) / 2);
}

.js .qty-input--combined:focus-within {
  border-color: rgb(var(--btn-alt-text-color));
  box-shadow: none;
}

.js .qty-input--secondary-btn .qty-input__input {
  background-color: rgba(var(--btn-alt-bg-color)/var(--btn-alt-bg-alpha));
}

.qty-input--secondary-btn .qty-input {
  --input-text-color: var(--btn-alt-text-color);
  border-color: rgb(var(--btn-alt-text-color));
}
.qty-input--secondary-btn .qty-input:focus-within {
  border-color: rgb(var(--btn-alt-text-color));
  box-shadow: none;
}

quantity-input {
  transition: opacity 0.4s;
}

quantity-input[aria-disabled=true] {
  opacity: 0.4 !important;
  pointer-events: none;
}

.qty-input__btn {
  width: 30px !important;
  height: 30px !important;
  border-radius: 0;
  background-color: rgb(var(--btn-bg-color)) !important;
  color: rgb(var(--btn-text-color)) !important;
}

.qty-input__btn[disabled],
.qty-input__btn[disabled]:hover {
   background: #fff !important;
    border: 3px solid #e0e0e0 !important;
    opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}
.qty-input__btn[disabled]::before,
.qty-input__btn[disabled]::after  {
    color: #e0e0e0;
}
.js-product-form quantity-input {
  width:100%;
}


.js-product-form quantity-input .qty-input__btn.btn--minus {
  border-radius: 32px;
}

.js-product-form quantity-input .qty-input__btn.btn--plus {
  border-radius: 32px;
}

.js-product-form quantity-input .qty-input__input {
  color: #003bce;
    font-weight: 700;
    font-size: 16px;
    box-shadow: none !important;
}


.js-product-form quantity-input .qty-input__btn.btn--minus {
  border-radius: 32px;
}


.card--product quantity-input,
.cart-item__qty quantity-input {
  font-size: 16px;
}
.card--product quantity-input .qty-input,
.cart-item__qty quantity-input .qty-input {
  width: auto;
}

.card--product quantity-input .qty-input__btn,
.card--product quantity-input .qty-input__input,
.cart-item__qty quantity-input .qty-input__btn,
.cart-item__qty quantity-input .qty-input__input {
  min-height: 30px;
}

.card--product .qty-input--combined .qty-input__input,
.cart-item__qty .qty-input--combined .qty-input__input {
  padding: 5px 0;
}

.card--product .text-center quantity-input {
  left: 50%;
  transform: translateX(-50%);
}

.rating,
.rating__count {
  line-height: 1.5rem;
}

.rating__stars {
  --no-rating-col: rgba(var(--star-color)/0.2);
  --percent: calc((var(--rating) / var(--rating-max) + 0.01) * 100%);
  background: linear-gradient(90deg, rgb(var(--star-color)) var(--percent), var(--no-rating-col) var(--percent));
  background-clip: text;
  font-family: Times;
  font-size: 1.125em;
  letter-spacing: -0.1em;
  line-height: 1;
  -webkit-text-fill-color: transparent;
}

.rating__count {
  margin-inline-start: 0.5em;
}

.spr-stars > span {
  display: flex;
  align-items: center;
  height: 100%;
}

.spr-star {
  margin-inline-end: 2px;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.scrolling-banner--pausable:hover {
  --play-state: paused;
}

.scrolling-banner__items-container {
  direction: ltr;
}

.scrolling-banner__items {
  animation: marquee var(--duration, 10s) linear infinite var(--play-state, running) var(--direction);
}
[dir=rtl] .scrolling-banner__items {
  direction: rtl;
}

.scrolling-banner__items,
.scrolling-banner__item {
  white-space: nowrap;
}

a.scrolling-banner__item {
  transition: opacity 0.3s;
  color: currentColor;
}
a.scrolling-banner__item:hover {
  opacity: 0.7;
}

.scrolling-banner__text {
  margin-bottom: 0;
}

.search {
  --text-color: var(--search-text-color);
  position: relative;
  margin: 6px 0;
  transition: margin var(--header-transition-speed);
  color: rgb(var(--text-color));
}

.search__form {
  position: relative;
  border: 1px solid rgba(var(--text-color)/0.15);
  border-radius: var(--input-lg-border-radius, var(--input-border-radius));
}

.search__input {
  --input-text-color: var(--text-color);
  padding-inline-start: 54px;
  padding-inline-end: 54px;
  border: 0;
  border-radius: var(--input-lg-border-radius, var(--input-border-radius));
  background-color: rgb(var(--search-bg-color));
  color: rgb(var(--text-color));
  font-size: var(--body-font-size);
  line-height: 1em;
  text-transform: initial;
}
body:not(.tab-used) .search__input {
  outline: none;
}
.form-width .search__input {
  border: 1px solid rgba(var(--text-color-og)/0.15);
}
.search__input::placeholder {
  color: rgba(var(--text-color)/0.5);
}

.search__submit {
  top: calc(50% - 22px);
  min-height: 44px;
  padding: 12px 24px;
  padding-inline-end: 0;
}

@media (max-width: 768.98px) {
  .search__submit {
    padding-inline-start: 20px;
  }
  .search-is-collapsed .header__search--collapsible-mob .search {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .search {
    margin: 0 0 calc(6 * var(--space-unit));
  }
}
@media (min-width: 1024px) {
  .search__input {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cc-main-search .search__input {
    width: 600px;
  }
}
@media only screen and (max-width: 599px) {
  .card--product .price-wrap .price--top .price__default {
    flex-direction: row !important;
    align-items: center;
  }
}
.drawer {
  --longest-transition-in-ms: 700;
  visibility: hidden;
  z-index: 9999;
  max-width: 540px;
  height: var(--viewport-height, 100vh);
  overflow: auto;
  transform: translate3d(100%, 0, 0);
  transition: visibility 0s 0.6s, transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  outline: 0;
  background-color: rgba(var(--drawer-bg-color));
  color: rgb(var(--drawer-text-color));
}
.drawer[open] {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: visibility 0s 0s, transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer:not(.facets) {
  border-radius: var(--drawer-border-radius) 0 0 var(--drawer-border-radius);
  box-shadow: -2px 1px 10px 2px rgba(0, 0, 0, 0.2);
}
.drawer[aria-modal] {
  --bg-color: var(--drawer-bg-color);
  --heading-color: var(--drawer-text-color);
  --link-color: var(--drawer-text-color);
  --text-color: var(--drawer-text-color);
  --swatch-border-color-active: var(--drawer-text-color);
}

.cart-drawer-popup__content shipping-calculator h2,
.cart-drawer-popup__content cart-note h2 {
  margin-bottom: calc(6 * var(--space-unit));
}

.cart-drawer-popup__content shipping-calculator h2 {
  font-size: 1em;
}

.drawer__header {
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--drawer-text-color)/0.2);
}

.drawer__close-btn,
.drawer__back-btn,
.cart-drawer-popup__btn {
  margin: -10px;
  padding: 10px;
  color: rgb(var(--heading-color));
}

.drawer__content {
  overflow: auto;
  transition: opacity 0.6s;
}
.js .drawer__content {
  display: none;
  opacity: 0;
}
.js [open] > .drawer__content:not(.drawer__content--out) {
  display: block;
  opacity: 1;
}
.js [open] > .drawer__content:not(.drawer__content--out).drawer__content--flex {
  display: flex;
  flex-direction: column;
}
.js .dom-loaded-plus-2 .drawer__content {
  display: block;
}

.cart-drawer__summary--top,
.cart-drawer__summary--top .cart-drawer-popup {
  border-bottom: 1px solid rgba(var(--drawer-text-color)/0.2);
}

.cart-drawer__summary {
  background-color: rgba(var(--drawer-bg-color));
}

.drawer__footer:empty,
.cart-drawer__summary:empty {
  display: none;
}
[open] > .drawer__footer:not(.drawer__footer--out),
[open] > .cart-drawer__summary:not(.drawer__footer--out) {
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.7s;
  opacity: 1;
}

.drawer__footer {
  z-index: 5;
  transform: translate3d(0, 100%, 0);
  transition: transform 0s 0.4s, opacity 0.7s;
  opacity: 0;
  box-shadow: 0 -2px 8px 0 rgba(var(--drawer-text-color)/0.08);
}

.cart-drawer-popup {
  z-index: 2;
  max-height: 100vh;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
  background-color: rgba(var(--drawer-bg-color));
}

.drawer__header,
.drawer__footer,
.drawer__content,
.cart-drawer-popup__content,
.cart-drawer__summary {
  padding: var(--gutter);
}

.drawer--cart .cart-recommendations,
.cart-drawer__promoted-products,
.cart-drawer__media-promotion {
  padding: 0 var(--gutter) var(--gutter) var(--gutter);
}

.drawer--cart .cart-recommendations,
.cart-drawer__promoted-products {
  max-width: 100%;
  padding-top: 0;
}

.drawer--cart .drawer__header,
.quick-add__header {
  position: sticky;
  z-index: 4;
  top: 0;
  background-color: rgba(var(--bg-color));
}

.drawer--cart .drawer__content {
  padding: 0;
}

.cart-drawer__content {
  margin-bottom: calc(6 * var(--space-unit));
  padding: var(--gutter);
  border-bottom: 1px solid rgba(var(--text-color)/0.15);
}

.drawer__content:has(.cart-drawer__promoted-products-container:empty):has(.cart-drawer__media-promotion-container:empty) .cart-drawer__content {
  border-bottom: 0;
}

.cart-drawer-popup__btn {
  --end-gutter: var(--gutter);
  top: 0;
  transform: translateY(15px);
}
.cart-drawer-popup__btn > .icon {
  display: block;
}

.overlay--drawer {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.25);
}

.cc-main-cart .icon--cart {
  display: none;
}

[data-empty=true] .cart-empty {
  min-height: 230px;
}

[data-empty=true] .cart-empty svg {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 1em;
}

.cart-drawer__content:has([data-empty=true]) .cart-drawer__header {
  display: none;
}

.cart-drawer__content:has([data-empty=true]) {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.drawer--cart:has([data-empty=true]) .cart-drawer__view-cart {
  display: none;
}

.drawer__empty-with-promotions {
  flex-direction: column;
}
.drawer__empty-with-promotions .cart-drawer__content {
  display: flex;
  flex-grow: 1;
}

.cart-drawer__media-promotion-container {
  position: sticky;
  top: 100%;
}

/* Homepage Explore Slider Style */

section.custom-media-grid carousel-slider li.slider__item img.img-fit {
    object-fit: contain;
    height: 100%;
    max-width: 50%;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}
section.custom-media-grid carousel-slider li.slider__item .gallery-block__image-text {
    position: absolute;
    width: 60%;
    text-align: center;
    left: 50%;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    padding: 10px;
    margin: 0;
    transform: translate(-50%, 0%);
}
section.custom-media-grid carousel-slider li.slider__item  .media {
    height: 342px;
    border-radius: 10px;
}
section.custom-media-grid carousel-slider li.slider__item .gallery-block__image-text h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
section.custom-media-grid carousel-slider li.slider__item {
    min-height: 380px;
}
section.custom-media-grid carousel-slider .os-scrollbar.os-scrollbar-horizontal{
    display: none;
}
section.custom-media-grid carousel-slider .slider {
    padding-bottom: 0 !important;
}


/* Homepage Explore Style Closed */

@media (max-width: 767px) {
  .drawer {
    top: auto;
    bottom: 0;
    height: calc(min(var(--viewport-height, 100vh), 100dvh) - 100px);
    transform: translate3d(0, 100%, 0);
  }
  .drawer:not(.facets) {
    border-radius: var(--drawer-border-radius) var(--drawer-border-radius) 0 0;
  }
  .cart-drawer__summary--top.cart-drawer--checkout--sticky-mobile-true,
  .cart-drawer-summary-top.cart-drawer--checkout--sticky-mobile-true {
    z-index: 10;
  }
  .cart-drawer--checkout--sticky-mobile-true {
    position: sticky;
    top: calc(var(--cart-drawer__summary-height, 0) * -1 + var(--cart-drawer__checkout-buttons-height, 0) + 6 * var(--space-unit) + 6px);
  }
  .js-empty-cart.hidden {
    display: none;
  }
  cart-drawer-disclosure:has([open]) {
    z-index: 5;
  }
}
@media (min-width: 769px) {
  .main-menu__content nav {
    display: block;
    width: 100%;
}

.main-menu__content nav ul.main-nav {
    justify-content: space-between;
  padding-bottom : 8px
}
  .cart-drawer__summary--top.cart-drawer--checkout--sticky-desktop-true,
  .cart-drawer-summary-top.cart-drawer--checkout--sticky-desktop-true {
    z-index: 10;
  }
  .cart-drawer--checkout--sticky-desktop-true {
    position: sticky;
    top: calc(var(--cart-drawer__summary-height, 0) * -1 + var(--cart-drawer__checkout-buttons-height, 0) + 6 * var(--space-unit) + 6px);
  }
  .drawer__header,
  .drawer__footer,
  .drawer__content,
  .cart-drawer-popup__content,
  .cart-drawer__content,
  .cart-drawer__summary {
    padding: calc(4 * var(--space-unit)) calc(6 * var(--space-unit));
  }
  .drawer--cart .cart-recommendations,
  .cart-drawer__promoted-products,
  .cart-drawer__media-promotion {
    padding: 0 calc(6 * var(--space-unit)) calc(6 * var(--space-unit)) calc(6 * var(--space-unit));
  }
  .cart-drawer-popup__btn {
    --end-gutter: calc(6 * var(--space-unit));
  }
}
.slider {
  --scrollbar-border-width: 10px;
  padding-bottom: calc(8 * var(--space-unit));
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--scrollbar-color, 60 60 60)) transparent;
  scroll-behavior: smooth;
}
.slider[data-overlayscrollbars-viewport] {
  position: static;
  scroll-snap-type: none;
  scroll-behavior: auto;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 calc(10 * var(--space-unit)) 0 !important;
}
.slider.is-grabbable {
  cursor: grab;
  -webkit-user-select: none;
          user-select: none;
}
.slider.is-grabbable img {
  pointer-events: none;
}
.slider::-webkit-scrollbar {
  height: 24px;
  border-radius: 24px;
}
.slider::-webkit-scrollbar-thumb {
  border: var(--scrollbar-border-width) solid transparent;
  border-radius: 24px;
  box-shadow: inset 0 0 0 2px rgb(var(--scrollbar-color, 60 60 60));
}
.slider::-webkit-scrollbar-thumb:hover {
  border: 8px solid transparent;
  box-shadow: inset 0 0 0 4px rgb(var(--scrollbar-color, 60 60 60));
}
.slider::-webkit-scrollbar-track {
  margin: 0 10vw;
  border: var(--scrollbar-border-width) solid transparent;
  border-radius: 24px;
  box-shadow: inset 0 0 0 2px rgba(var(--scrollbar-color, 60 60 60)/0.3);
}
.slider.is-grabbing {
  cursor: grabbing;
}
.slider.is-grabbing::-webkit-scrollbar-thumb {
  height: 48px;
}

.os-scrollbar-horizontal {
  right: var(--gutter) !important;
  left: var(--gutter) !important;
}

.os-scrollbar.os-theme-dark {
  --os-size: 14px;
  --os-padding-perpendicular: 5px;
  --os-handle-bg: rgb(var(--scrollbar-color, 60 60 60));
  --os-handle-bg-hover: rgb(var(--scrollbar-color, 60 60 60));
  --os-handle-bg-active: rgb(var(--scrollbar-color, 60 60 60));
  --os-track-bg: rgba(var(--scrollbar-color, 60 60 60) / 0.2);
  --os-track-bg-hover: rgba(var(--scrollbar-color, 60 60 60) / 0.2);
  --os-track-bg-active: rgba(var(--scrollbar-color, 60 60 60) / 0.2);
  right: 16vw !important;
  left: 16vw !important;
}

.os-scrollbar .os-scrollbar-handle {
  cursor: grab;
}

.os-scrollbar.os-theme-dark:hover {
  --os-padding-perpendicular: 4px;
}

.slider.slider--no-scrollbar {
  padding: 0;
  scrollbar-width: none;
}
.slider.slider--no-scrollbar::-webkit-scrollbar {
  display: none;
}

.carousel[inactive] .slider {
  padding-bottom: 0;
}
.carousel[inactive] .slider-nav {
  display: none;
}
.carousel[inactive] .slider::-webkit-scrollbar-thumb {
  display: none;
}
.carousel[inactive] .slider::-webkit-scrollbar-track {
  display: none;
}
.carousel[inactive] .gapless {
  padding: 1px;
}

.slider__item {
  scroll-snap-align: start;
}

.slider-nav--show-on-hover {
  transition: opacity 0.3s;
  opacity: 0;
}
.slider-nav--show-on-hover .slider-nav__btn {
  transform: translateX(20px);
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1);
}
.slider-nav--show-on-hover .slider-nav__btn:first-child {
  transform: translateX(-20px);
}
.carousel:hover .slider-nav--show-on-hover {
  opacity: 1;
}
.carousel:hover .slider-nav--show-on-hover .slider-nav__btn {
  transform: translateX(0);
}
.carousel:hover .slider-nav--show-on-hover .slider-nav__btn:nth-child(2) {
  transition-delay: 0.05s;
}

.slider-nav {
  --btn-border-radius: var(--btn-icon-border-radius);
}

.slider-nav__btn {
  display: block;
  z-index: 1;
  margin-top: calc(8 * var(--space-unit) * -1);
  margin-bottom: 0;
  overflow: hidden;
  color: currentColor;
}
.slider-nav__btn:not([disabled]) .icon {
  transition: transform 0.3s;
}
.slider-nav__btn:not([disabled]):hover .icon {
  transform: scale(1.25);
}
.slide-nav--inline .slider-nav__btn {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: #003bce;
}
.slide-nav--top-right .slider-nav__btn {
  margin-top: 0;
}

.slider-nav__btn--offset {
  margin-inline-end: -10px;
}

[dir=rtl] .slider-nav__btn.has-ltr-icon .icon {
  transform: rotate(180deg);
}
[dir=rtl] .slider-nav__btn.has-ltr-icon:not([disabled]):hover .icon {
  transform: rotate(180deg) scale(1.25);
}

.slider-nav.slide-nav--top-right > .btn {
  padding: calc(8px - var(--btn-border-width));
}
.slider-nav__btn {
    width: 40px;
    height: 40px;
    border: 1px solid #003bce;
}
@media (max-width: 599.98px) {
  .slider .slider__grid {
    width: calc(100% - var(--column-gap));
  }
  .drawer--cart .slider__grid {
    width: 100%;
  }
  .carousel[disable-mobile=true] .slider {
    overflow: auto;
    cursor: auto;
    -webkit-user-select: auto;
            user-select: auto;
    scroll-snap-type: none;
  }
  .carousel[disable-mobile=true] .slider__grid {
    grid-auto-flow: row;
  }
}
@media (min-width: 600px) {
  .carousel[disable-desktop=true] .slider {
    overflow: auto;
    cursor: auto;
    -webkit-user-select: auto;
            user-select: auto;
    scroll-snap-type: none;
  }
  .carousel[disable-desktop=true] .slider__grid {
    grid-auto-flow: row;
  }
  .slide-nav--inline {
    right: 0;
    left: 0;
    pointer-events: none;
  }
  .slide-nav--inline .slider-nav__btn {
    padding: 0 0;
    pointer-events: auto;
  }
  .carousel:not([inactive]) .gapless .slider__item:not(:last-child) .card--product-contained {
    border-inline-end: 0;
  }
}
@media (min-width: 769px) {
  .small-cards-desktop.slider__grid {
    --column-gap: calc(var(--grid-column-gap) * 2.4);
  }
  .small-cards-desktop.slider__grid.gapless {
    --column-gap: calc(var(--grid-column-gap) * 1.6);
  }
  .slider__grid:not(.small-cards-desktop):has(.card--product) {
    --column-gap: calc(var(--grid-column-gap) * 3);
  }
  .slider__grid.gapless:not(.small-cards-desktop):has(.card--product) {
    --column-gap: calc(var(--grid-column-gap) * 2);
  }
  .slider[data-overlayscrollbars-viewport] {
    padding: 0 0 calc(14 * var(--space-unit)) 0 !important;
  }
  .carousel:not([inactive]) .section__heading {
    text-align: start;
  }
  carousel-slider[disable-desktop=true] [data-overlayscrollbars-viewport],
  product-comparison-grid[disable-desktop=true] [data-overlayscrollbars-viewport] {
    padding: 0 !important;
  }
}
@media (max-width: 1023.98px) {
  .carousel > .container {
    padding: 0;
  }
  .carousel__header {
    padding: 0 var(--gutter);
  }
  .slider:not(.slider--no-scrollbar) {
    width: 100%;
    scroll-padding-left: var(--gutter);
  }
  [dir=rtl] .slider:not(.slider--no-scrollbar) {
    scroll-padding-right: var(--gutter);
    scroll-padding-left: 0;
  }
  .slider:not(.slider--contained) .slider__item:last-child {
    width: calc(100% + var(--gutter));
    border-inline-end: var(--gutter) solid transparent;
  }
}
@media (min-width: 1024px) {
  .slider {
    padding-bottom: calc(14 * var(--space-unit));
  }
  .slider > .container {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .slide-nav--inline .slider-nav__btn {
    padding: 0 0;
  }
}
.social {
  margin: -10px;
}

.social__link {
  width: 44px;
  height: 44px;
  padding: 5px;
  color: rgb(var(--text-color));
}
.social__link > .icon {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.social__link > .icon,
.social__link > img {
  transition: transform 0.3s ease-out;
}
.social__link:hover > .icon, .social__link:hover > img {
  transform: scale(1.2);
}

.social-share .social {
  margin-left: 0;
}

[data-swatch]::before {
  background-color: var(--swatch-color, var(--native-swatch-color, rgb(var(--text-color)/0.08)));
  background-image: var(--swatch-image, var(--native-swatch-image, none));
}

.card__swatches {
  z-index: 3;
  flex-wrap: wrap;
  padding: 0 0 calc(3 * var(--space-unit));
  padding-inline-end: 2px;
  row-gap: calc(3 * var(--space-unit));
}
.card__swatches > .opt-label {
  width: var(--swatch-card-size, 24px);
  height: var(--swatch-card-size, 24px);
  margin-top: 0;
  margin-inline-start: 2px;
  margin-inline-end: 8px;
  border-width: 1px;
}
.card__swatches > .opt-label.swatch-shape--portrait {
  height: calc(var(--swatch-card-size, 24px) / 0.75);
}
.card__swatches > .opt-label.swatch-shape--natural.swatch--variant-image {
  height: auto;
}

.swatch-shape--natural.swatch--native {
  height: auto;
}
.swatch-shape--natural.swatch--native::before {
  display: none;
}

.option-selector__btns:has(.swatch-shape--natural.swatch--native) {
  align-items: flex-start;
}

label[data-swatch],
.filter__label[data-swatch]::before {
  width: var(--swatch-variant-picker-size, 36px);
  min-width: 0;
  height: var(--swatch-variant-picker-size, 36px);
  padding: 0;
  overflow: hidden;
  transition: box-shadow 0.1s, border-color 0.2s ease-out;
  border: 1px solid rgb(var(--swatch-border-color-default));
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(var(--text-color)/0);
  cursor: pointer;
}

label[data-swatch]:hover,
.filter__label[data-swatch]:hover::before {
  border: 2px solid rgba(var(--bg-color));
  box-shadow: 0 0 0 2px rgb(var(--swatch-border-color-default));
}

input:checked + .opt-label--swatch,
input:checked + .filter__label[data-swatch]::before {
  border: 2px solid rgba(var(--bg-color));
  box-shadow: 0 0 0 2px rgb(var(--swatch-border-color-active));
}

label[data-swatch]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swatch-shape--not-circle[data-swatch],
.swatch-shape--not-circle[data-swatch]::before {
  border-radius: 0;
}

.is-unavailable + .opt-label--swatch .opt-label__media::after,
.is-unavailable + .opt-label--swatch:not(.opt-label--image)::after {
  background: linear-gradient(to bottom left, transparent calc(50% - 1px), rgba(var(--bg-color)) calc(50% - 1px), rgba(var(--bg-color)) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat !important;
}

.is-unavailable + .opt-label--swatch:not(.opt-label--image)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-select__btn[data-swatch]::before,
.custom-select__option[data-swatch]::before {
  border: 1px solid rgb(var(--swatch-border-color-default));
}

.tablist::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(var(--bg-color)) 50%);
}

.tablist__scroller {
  overflow-x: auto;
  white-space: nowrap;
    padding-bottom: 16px !important;
  margin: 8px;
}

.tablist__tab {
  margin-inline-end: 1.6rem;
color: #3d4147;
  white-space: nowrap;
   border-bottom: 3px solid #ffffff !important;
  padding: 5px 8px !important;
}
.tablist__tab[aria-selected=true] {
    color:  #003bce;
  /* text-decoration: underline; */
  border: 0;
  border-bottom: 3px solid #003bce !important;
}
.product-details__block .tablist__tab:hover {
    color: #003BD3;
    border-bottom: 3px solid #003bce !important;
}

@media only screen and (max-width: 505px) {
  .desktop-view{
 display:none !important;
}
}
@media only screen and (min-width: 506px) {
  .components-table.ddd  {
    display: none !important; 
  }
}

.components-table.ddd {
  display: flex;
  flex-direction: column;
  gap: 10px; /* space between cards */
}
.component_container{
  display:flex !important;
  justify-content:space-between !important;
}

.component-row {
  display: flex;
  flex-direction: column;
  background-color: #faf8f6 !important;
 border-radius: .6rem !important;
  padding: 12px 14px;
  margin-bottom: 10px !important;
}

.component-row .component-col.title {
  color: #0066cc; /* blue for SKU */
  font-weight: bold;
  font-size: 14px;
}

.component-row .component-col a {
  color: #0066cc;
  text-decoration: none;
}

.component-row .other_data {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.component-row .other_data .component-col-up {
  font-size: 14px;
        font-weight: 500;
    color: rgba(97, 97, 97, 1);
    border-bottom: 1px solid #d9d9d9 !important;
    padding-bottom: 14px !important;
    margin-bottom: 12px !important;
  
}
.component-col.count {
    font-weight:700 !important;
        color: #616161 !important;
        font-size:15px !important;
}
.component-row .other_data .component-col-up a{
  text-decoration:none;
      font-weight: 500;
}

.component-row .other_data .component-col:nth-child(2),
.component-row .other_data .component-col:nth-child(3) {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.component-row .other_data .component-col:nth-child(4) {
  font-size: 14px;
  color: green;
  font-weight: 600;
}

/* Quantity & Unit inline */
.component-row .other_data .component-col:nth-child(2),
.component-row .other_data .component-col:nth-child(3) {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
    color: rgba(97, 97, 97, 1);
    font-size: 15px !important;
}

/* Optional: match exact spacing from image */
.component-row .other_data {
  margin-top: 2px;
}


.cc-compare {
  display: none;
}

.theme-metafield-color {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.product-label-container {
  z-index: 2;
  padding-top: calc(3 * var(--space-unit));
  padding-bottom: calc(3 * var(--space-unit));
}
.product-info__block .product-label-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.product-label-wrapper:not(:last-child) {
  margin-bottom: 2px;
}
.product-info__block .product-label-wrapper {
  margin-bottom: 3px;
}

.product-label {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
.product-info__block .product-label {
  margin-inline-end: 3px;
}

.product-label .icon {
  position: relative;
  top: -0.5px;
  flex-shrink: 0;
  margin-inline-end: 0.5em;
}

.product-label--custom {
  background-color: rgb(var(--custom-label-bg-color));
  color: rgb(var(--custom-label-text-color));
}

.product-label--sale {
  background-color: rgb(var(--sale-label-bg-color));
  color: rgb(var(--sale-label-text-color));
}

.product-label--sold-out {
  background-color: rgb(var(--sold-out-label-bg-color));
  color: rgb(var(--sold-out-label-text-color));
}

.product-label--new {
  background-color: rgb(var(--new-label-bg-color));
  color: rgb(var(--new-label-text-color));
}

.product-label--preorder {
  background-color: rgb(var(--preorder-label-bg-color));
  color: rgb(var(--preorder-label-text-color));
}

@media (max-width: 599.98px) {
  .product-label .icon {
    width: 12px;
  }
}
@media (min-width: 769px) {
  .product-label {
    padding: 4px 8px;
    font-size: 1.4rem;
  }
  .small-cards-desktop .product-label, .cart-item__info .product-label {
    padding: 2px 8px;
    font-size: 1.2rem;
  }
}
/* stylelint-disable */
/*!
 * OverlayScrollbars
 * Version: 2.5.0
 *
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 */
.os-size-observer, .os-size-observer-listener {
  box-sizing: border-box;
  direction: inherit;
  overflow: hidden;
  pointer-events: none;
  scroll-behavior: auto !important;
  visibility: hidden;
}

.os-size-observer, .os-size-observer-listener, .os-size-observer-listener-item, .os-size-observer-listener-item-final {
  left: 0;
  position: absolute;
  top: 0;
  writing-mode: horizontal-tb;
}

.os-size-observer {
  border: inherit;
  bottom: 0;
  box-sizing: inherit;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  left: 0;
  margin: -133px;
  padding: inherit;
  right: 0;
  top: 0;
  transform: scale(0.1);
  z-index: -1;
}

.os-size-observer:before {
  box-sizing: inherit;
  content: "";
  flex: none;
  height: 10px;
  padding: 10px;
  width: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  border: inherit;
  box-sizing: border-box;
  flex: auto;
  margin: -133px;
  padding: inherit;
  position: relative;
  transform: scale(10);
}

.os-size-observer-listener.ltr {
  margin-left: 0;
  margin-right: -266px;
}

.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}

.os-size-observer-listener:empty:before {
  content: "";
  height: 100%;
  width: 100%;
}

.os-size-observer-listener:empty:before, .os-size-observer-listener > .os-size-observer-listener-item {
  border: inherit;
  box-sizing: content-box;
  display: block;
  flex: auto;
  padding: inherit;
  position: relative;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  bottom: 0;
  direction: ltr;
  flex: none;
  overflow: hidden;
  right: 0;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  0% {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  border: none;
  box-sizing: border-box;
  contain: strict;
  flex: none;
  height: 0;
  margin: 0;
  max-height: 1px;
  max-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: calc(100% + 1px);
  z-index: -1;
}

.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}

.os-trinsic-observer:not(:empty) > .os-size-observer {
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
  width: 1000%;
}

.os-environment {
  height: 200px;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  scroll-behavior: auto !important;
  visibility: hidden;
  width: 200px;
  z-index: -1;
}

.os-environment div {
  height: 200%;
  margin: 10px 0;
  width: 200%;
}

.os-environment.os-environment-flexbox-glue {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  min-height: 200px;
  min-width: 200px;
  width: auto;
}

.os-environment.os-environment-flexbox-glue div {
  flex: auto;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.os-environment.os-environment-flexbox-glue-max {
  max-height: 200px;
}

.os-environment.os-environment-flexbox-glue-max div {
  overflow: visible;
}

.os-environment.os-environment-flexbox-glue-max div:before {
  content: "";
  display: block;
  height: 999px;
  width: 999px;
}

.os-environment, [data-overlayscrollbars-viewport] {
  -ms-overflow-style: scrollbar !important;
}

.os-environment-scrollbar-hidden, [data-overlayscrollbars-initialize], [data-overlayscrollbars-viewport~=scrollbarHidden], [data-overlayscrollbars~=scrollbarHidden] {
  scrollbar-width: none !important;
}

.os-environment-scrollbar-hidden::-webkit-scrollbar, .os-environment-scrollbar-hidden::-webkit-scrollbar-corner, [data-overlayscrollbars-initialize]::-webkit-scrollbar, [data-overlayscrollbars-initialize]::-webkit-scrollbar-corner, [data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar, [data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner, [data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar, [data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner {
  appearance: none !important;
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body) {
  overflow: auto;
}

html[data-overlayscrollbars] {
  box-sizing: border-box;
  margin: 0;
}

html[data-overlayscrollbars~=body], html[data-overlayscrollbars~=body] > body {
  height: 100%;
  width: 100%;
}

html[data-overlayscrollbars~=viewport] > body {
  overflow: visible;
}

[data-overlayscrollbars-padding], [data-overlayscrollbars~=host] {
  align-items: stretch !important;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

[data-overlayscrollbars-padding], [data-overlayscrollbars-viewport] {
  border: none;
  box-sizing: inherit;
  flex: auto !important;
  height: auto;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

[data-overlayscrollbars-viewport] {
  --os-vaw:0;
  --os-vah:0;
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before {
  content: "";
  height: var(--os-vah);
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
  position: absolute;
  width: var(--os-vaw);
  z-index: -1;
}

[data-overlayscrollbars-padding], [data-overlayscrollbars-viewport] {
  overflow: hidden;
}

[data-overlayscrollbars~=host], [data-overlayscrollbars~=viewport] {
  overflow: hidden;
  position: relative;
}

[data-overlayscrollbars-padding~=overflowVisible], [data-overlayscrollbars-viewport~=overflowVisible], [data-overlayscrollbars~=overflowVisible] {
  overflow: visible;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-x: hidden;
}

[data-overlayscrollbars-overflow-x=scroll] {
  overflow-x: scroll;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-y: hidden;
}

[data-overlayscrollbars-overflow-y=scroll] {
  overflow-y: scroll;
}

[data-overlayscrollbars~=scrollbarPressed], [data-overlayscrollbars~=scrollbarPressed] [data-overlayscrollbars-viewport] {
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

[data-overlayscrollbars-contents]:not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

[data-overlayscrollbars-grid], [data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding], [data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport], [data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none;
}

.os-scrollbar-track {
  border: none !important;
  direction: ltr !important;
  padding: 0 !important;
  position: relative;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-handle, .os-scrollbar-track {
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle, .os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  right: 0;
  top: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  left: 0;
  right: auto;
}

.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-unusable, .os-scrollbar-unusable *, .os-scrollbar-wheel, .os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  left: 0;
  right: auto;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless, .os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless, .os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  bottom: 0;
  top: 0;
}

.os-scrollbar {
  --os-size:0;
  --os-padding-perpendicular:0;
  --os-padding-axis:0;
  --os-track-border-radius:0;
  --os-track-bg:none;
  --os-track-bg-hover:none;
  --os-track-bg-active:none;
  --os-track-border:none;
  --os-track-border-hover:none;
  --os-track-border-active:none;
  --os-handle-border-radius:0;
  --os-handle-bg:none;
  --os-handle-bg-hover:none;
  --os-handle-bg-active:none;
  --os-handle-border:none;
  --os-handle-border-hover:none;
  --os-handle-border-active:none;
  --os-handle-min-size:33px;
  --os-handle-max-size:none;
  --os-handle-perpendicular-size:100%;
  --os-handle-perpendicular-size-hover:100%;
  --os-handle-perpendicular-size-active:100%;
  --os-handle-interactive-area-offset:0;
}

.os-scrollbar .os-scrollbar-track {
  background: var(--os-track-bg);
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}

.os-scrollbar .os-scrollbar-track:hover {
  background: var(--os-track-bg-hover);
  border: var(--os-track-border-hover);
}

.os-scrollbar .os-scrollbar-track:active {
  background: var(--os-track-bg-active);
  border: var(--os-track-border-active);
}

.os-scrollbar .os-scrollbar-handle {
  background: var(--os-handle-bg);
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
}

.os-scrollbar .os-scrollbar-handle:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.os-scrollbar .os-scrollbar-handle:hover {
  background: var(--os-handle-bg-hover);
  border: var(--os-handle-border-hover);
}

.os-scrollbar .os-scrollbar-handle:active {
  background: var(--os-handle-bg-active);
  border: var(--os-handle-border-active);
}

.os-scrollbar-horizontal {
  height: var(--os-size);
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size);
  max-width: var(--os-handle-max-size);
  min-width: var(--os-handle-min-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
  bottom: calc(var(--os-padding-perpendicular) * -1);
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  bottom: var(--os-size);
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  width: var(--os-size);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  max-height: var(--os-handle-max-size);
  min-height: var(--os-handle-min-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
  width: var(--os-handle-perpendicular-size);
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  left: calc(var(--os-padding-perpendicular) * -1);
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

.os-theme-none.os-scrollbar, [data-overlayscrollbars~=updating] > .os-scrollbar {
  display: none !important;
}

.os-theme-dark, .os-theme-light {
  --os-size:10px;
  --os-padding-perpendicular:2px;
  --os-padding-axis:2px;
  --os-track-border-radius:10px;
  --os-handle-interactive-area-offset:4px;
  --os-handle-border-radius:10px;
  box-sizing: border-box;
}

.os-theme-dark {
  --os-handle-bg:rgba(0,0,0,.44);
  --os-handle-bg-hover:rgba(0,0,0,.55);
  --os-handle-bg-active:rgba(0,0,0,.66);
}

.os-theme-light {
  --os-handle-bg:hsla(0,0%,100%,.44);
  --os-handle-bg-hover:hsla(0,0%,100%,.55);
  --os-handle-bg-active:hsla(0,0%,100%,.66);
}

/* stylelint-enable */
.cc-header--sticky {
  position: sticky;
  z-index: 30;
  top: -1px;
}

.header {
  display: block;
  position: relative;
  z-index: 999;
  padding: calc(2 * var(--space-unit)) 0;
  background-color: rgba(var(--bg-color));
  box-shadow: 0 3px 15px rgba(57,63,72,.1);
  color: rgb(var(--text-color));
}
.header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--desktop-menu-text-color)/0.15);
  display: none
}

.header__logo {
  flex: 1;
}

.logo__h1 {
  line-height: 0;
}

.logo__text {
  font-family: var(--logo_text-font);
  font-size: var(--logo_font-size);
}

.header__icons {
  flex: 0 0 auto;
  margin-inline-end: -10px;
}

.header__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: inherit;
  text-align: center;
}
.header__icon > .icon {
  width: 100%;
  height: 100%;
}
.header__icon .icon--cart {
  width: 28px;
  height: 28px;
}

.header__icon--cart-shake {
  animation: shake-n-grow 0.9s var(--shake-delay) cubic-bezier(0.455, 0.03, 0.515, 0.955) 2 both;
}
.header__icon--cart-shake .header__cart-count {
  animation: shake 1s calc(var(--shake-delay) + 1.2s) ease-out 1 both;
}

.header__cart-count {
  top: 2px;
  right: 2px;
  min-width: 18px;
  min-height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background-color: rgb(var(--text-color));
  box-shadow: 0 0 0 2px rgba(var(--bg-color));
  color: rgb(var(--bg-color));
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}

.header__search {
  flex: 0 0 100%;
  order: 2;
}
.cc-multi-column .card {
    cursor: pointer;
}
@media only screen and (min-width: 1280px) and (max-width: 1340px) {
  .card--product .price-wrap sub {
    font-size: 10px!important;
  }
}
@media (max-width: 768.98px) {
  .header__search--collapsible-mob predictive-search,
  .header__search--collapsible-mob > .search {
    max-height: 64px;
    overflow: hidden;
    transition: max-height var(--header-transition-speed), margin var(--header-transition-speed);
  }
  .search-is-collapsed .header__search--collapsible-mob predictive-search,
  .search-is-collapsed .header__search--collapsible-mob > .search {
    max-height: 0;
  }
  .search-is-visible .header__search--collapsible-mob predictive-search,
  .search-is-visible .header__search--collapsible-mob > .search {
    max-height: none;
    overflow: visible;
  }
  .header__icon.hidden.md\:block {
    display: none;
  }
}
@media (min-width: 769px) {
  .header {
    padding: calc(6 * var(--space-unit)) 0 0;
  }
  .header__logo,
  .header__icons {
    flex: 1 1 auto;
    margin-bottom: 16px;
    padding-inline-start: calc(6 * var(--space-unit));
  }
  .header__logo {
    order: 0;
    padding-inline-start: 0;
    padding-inline-end: calc(6 * var(--space-unit));
  }
  .header__search {
    display: block;
    flex: 6 1 auto;
    order: 1;
    margin-top: 0;
  }
  .header__search.header__search--collapsible predictive-search {
    display: block;
  }
  .header__search > .header__icon--search-left {
    padding: 10px;
    transition: transform 0.2s;
    transform: translateX(-37px);
  }
  .header__icon--search-left-search {
    display: none;
  }
  .header__grid .header__icon--search-left-close svg {
    width: 24px;
    height: 24px;
  }
  .search-is-collapsed .header__icon--search-left {
    transform: translateX(-12px);
  }
  .search-is-collapsed .header__icon--search-left-search {
    display: block;
  }
  .search-is-collapsed .header__icon--search-left-close {
    display: none;
  }
  .header__icons {
    order: 2;
  }
  .main-menu {
    order: 3;
  }
  .header__grid--centered-logo .header__search {
    flex: 1 1 33%;
    order: 0;
  }
  .header__grid--centered-logo .header__logo {
    flex: 1 1 34%;
    justify-content: center;
    order: 1;
    padding-inline-start: calc(6 * var(--space-unit));
  }
  .header__grid--centered-logo .header__icons {
    flex: 1 1 33%;
  }
  .cc-header--sticky .main-menu__disclosure {
    max-height: calc(var(--menu-height) + 16px);
    overflow: hidden;
    transition: max-height var(--header-transition-speed), margin-top var(--header-transition-speed);
  }
  .cc-header--sticky .header {
    margin-bottom: 0;
    transition: margin-bottom var(--header-transition-speed);
  }
  .cc-header--sticky .header[data-hide-menu=true].is-out {
    margin-bottom: calc(var(--menu-height) + 16px);
  }
  .cc-header--sticky .header[data-hide-menu=true].is-out .main-menu__disclosure {
    max-height: 0;
    margin-top: 0;
  }
  .cc-header--sticky .header__cart-count-number {
    position: relative;
    top: 0.05em;
  }
  .header__search--collapsible-desktop predictive-search,
  .header__search--collapsible-desktop > .search {
    transition: opacity 0.2s, visibility 0.2s, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .search-is-collapsed .header__search--collapsible-desktop predictive-search,
  .search-is-collapsed .header__search--collapsible-desktop > .search {
    visibility: hidden;
    transform: translateX(50px);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .header__icon {
    padding: 6px;
  }
  .header__icon svg {
    width: 32px;
    height: 32px;
  }
  .header__icon + .header__icon {
    margin-inline-start: 12px;
  }
}
@media (min-width: 1280px) {
  .header__icon {
    padding: 6px;
  }
  .header__cart-count {
    top: 0;
    right: 0;
  }
}
.last\:mb-0:last-child{
  margin-bottom: 0;
}
.last\:pb-0:last-child{
  padding-bottom: 0;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
@media (min-width: 600px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:auto-cols-2{
    grid-auto-columns: calc((100% - var(--column-gap)) / 2);
  }
  .sm\:auto-cols-3{
    grid-auto-columns: calc((100% - var(--column-gap) * 2) / 3);
  }
  .sm\:auto-cols-4{
    grid-auto-columns: calc((100% - var(--column-gap) * 3) / 4);
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:gap-card{
    gap: calc(var(--product-card-gap)*1.5) var(--product-card-gap);
  }
  .sm\:text-end{
    text-align: end;
  }
}
@media (min-width: 769px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:mb-0{
    margin-bottom: 0;
  }
  .md\:mb-12{
    margin-bottom: calc(12 * var(--space-unit));
  }
  .md\:mb-14{
    margin-bottom: calc(14 * var(--space-unit));
  }
  .md\:mb-16{
    margin-bottom: calc(16 * var(--space-unit));
  }
  .md\:mb-8{
    margin-bottom: calc(8 * var(--space-unit));
  }
  .md\:mr-2{
    margin-right: calc(2 * var(--space-unit));
  }
  .md\:mt-14{
    margin-top: calc(14 * var(--space-unit));
  }
  .md\:mt-16{
    margin-top: calc(16 * var(--space-unit));
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:shrink-0{
    flex-shrink: 0;
  }
  .md\:auto-cols-2{
    grid-auto-columns: calc((100% - var(--column-gap)) / 2);
  }
  .md\:auto-cols-3{
    grid-auto-columns: calc((100% - var(--column-gap) * 2) / 3);
  }
  .md\:auto-cols-4{
    grid-auto-columns: calc((100% - var(--column-gap) * 3) / 4);
  }
  .md\:auto-cols-5{
    grid-auto-columns: calc((100% - var(--column-gap) * 4) / 5);
  }
  .md\:grid-flow-col{
    grid-auto-flow: column;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-y-16{
    row-gap: calc(16 * var(--space-unit));
  }
  .md\:gap-y-6{
    row-gap: calc(6 * var(--space-unit));
  }
  .md\:self-start{
    align-self: flex-start;
  }
  .md\:p-16{
    padding: calc(16 * var(--space-unit));
  }
  .md\:p-8{
    padding: calc(8 * var(--space-unit));
  }
  .md\:pb-14{
    padding-bottom: calc(14 * var(--space-unit));
  }
  .md\:pb-4{
    padding-bottom: calc(4 * var(--space-unit));
  }
  .md\:pt-0{
    padding-top: 0;
  }
}
@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-start-1{
    grid-column-start: 1;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:row-start-1{
    grid-row-start: 1;
  }
  .lg\:mt-0{
    margin-top: 0;
  }
  .lg\:mt-8{
    margin-top: calc(8 * var(--space-unit));
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:auto-cols-2{
    grid-auto-columns: calc((100% - var(--column-gap)) / 2);
  }
  .lg\:auto-cols-3{
    grid-auto-columns: calc((100% - var(--column-gap) * 2) / 3);
  }
  .lg\:auto-cols-4{
    grid-auto-columns: calc((100% - var(--column-gap) * 3) / 4);
  }
  .lg\:auto-cols-5{
    grid-auto-columns: calc((100% - var(--column-gap) * 4) / 5);
  }
  .lg\:auto-cols-6{
    grid-auto-columns: calc((100% - var(--column-gap) * 5) / 6);
  }
  .lg\:auto-cols-8{
    grid-auto-columns: calc((100% - var(--column-gap) * 7) / 8);
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .tab\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tab\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tab\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1100px){
  .dock\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dock\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-start-2{
    grid-column-start: 2;
  }
  .xl\:row-start-1{
    grid-row-start: 1;
  }
  .xl\:mt-12{
    margin-top: calc(12 * var(--space-unit));
  }
  .xl\:auto-cols-4{
    grid-auto-columns: calc((100% - var(--column-gap) * 3) / 4);
  }
  .xl\:auto-cols-5{
    grid-auto-columns: calc((100% - var(--column-gap) * 4) / 5);
  }
  .xl\:auto-cols-6{
    grid-auto-columns: calc((100% - var(--column-gap) * 5) / 6);
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
}
@media (min-width: 1536px){
  .xxl\:auto-cols-3{
    grid-auto-columns: calc((100% - var(--column-gap) * 2) / 3);
  }
  .xxl\:auto-cols-4{
    grid-auto-columns: calc((100% - var(--column-gap) * 3) / 4);
  }
  .xxl\:auto-cols-5{
    grid-auto-columns: calc((100% - var(--column-gap) * 4) / 5);
  }
  .xxl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@font-face {
font-family: "Elza-Regular";
src: url("/cdn/shop/files/Elza-Regular.woff2?v=1753695986") format("woff2");
  /* url("/cdn/shop/files/Elza-Regular_cf8e8a0e-15be-4e9c-b531-0c2d3b02f402.woff?v=1753695987") format("woff"),
  url("/cdn/shop/files/Elza-Regular.ttf?v=1753695987") format("ttf"); */
}
@font-face {
font-family: "Elza-Oblique";
src: url("/cdn/shop/files/Elza-Oblique.woff2?v=1753696555") format("woff2");
  /* url("/cdn/shop/files/Elza-Regular_cf8e8a0e-15be-4e9c-b531-0c2d3b02f402.woff?v=1753695987") format("woff"),
  url("/cdn/shop/files/Elza-Regular.ttf?v=1753695987") format("ttf"); */
}
@font-face {
font-family: "Elza-Semibold";
src: url("/cdn/shop/files/Elza-Semibold.woff2?v=1753696573") format("woff2");
  /* url("/cdn/shop/files/Elza-Regular_cf8e8a0e-15be-4e9c-b531-0c2d3b02f402.woff?v=1753695987") format("woff"),
  url("/cdn/shop/files/Elza-Regular.ttf?v=1753695987") format("ttf"); */
}
@font-face {
font-family: "Elza-Medium";
src: url("/cdn/shop/files/Elza-Medium.woff2?v=1753696588") format("woff2");
  /* url("/cdn/shop/files/Elza-Regular_cf8e8a0e-15be-4e9c-b531-0c2d3b02f402.woff?v=1753695987") format("woff"),
  url("/cdn/shop/files/Elza-Regular.ttf?v=1753695987") format("ttf"); */
}

.badges-wrap {
    display: flex;
    align-items: center;
    padding:5px;
    gap: 6px;
    margin-bottom: 16px;
    position:absolute;
    top:0;
    z-index:1;
}
.custom-badge {
    --badge-color: #6330ea;
    --badge-text-color: white;
    text-align: center;
    align-items: center;
    background: var(--badge-color);
    border-radius: 4px;
    color: var(--badge-text-color);
    display: flex;
    font-size: 11px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    line-height: 1.125;
    margin-right: 4px;
    padding: 6px 2px 0 2px;
    position: relative;
    width: 35px;
    margin-bottom : 0
}
.custom-badge::after {
    border-color: var(--badge-color) transparent transparent transparent;
    border-style: solid;
    border-width: 5px 15px 0;
    content: "";
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.custom-badge.custom-badge-new {
    --badge-color: #00d8e0;
    --badge-text-color: #000000;
}
.custom-badge.custom-badge-exclusive {
    --badge-color: #6330ea;
    --badge-text-color: white;
    font-size: 8px;
}
.custom-badge.custom-badge-kitsaver{
  font-size: 8px;
  padding-left:4px;
  padding-right:4px;
}
.product-info__block .atw-button {
    width: 100%;
}
.collection-grid-section {
  margin-bottom: 50px;
}

.collection-grid-section .section-title {
  font-size: 2em;
  font-weight: bold;
  margin: 23px 0;
  color: black;
}

.collection-grid-section .section-description {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 35px;
}

.collection-grid-section .no-collection-text {
  font-size: 1.2em;
  color: #888;
  margin-top: 30px;
}

.collection-grid-section .collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (min-width: 769px) and (max-width: 1240px) {
 .collection-grid-section .collection-grid {
  grid-template-columns: repeat(3, 1fr);

}
}

.collection-grid-section .collection-card {
  text-align: center;
      width: 100%;
        margin: auto;
}

.collection-grid-section .collection-card p {
  font-weight: 900;
  background-color: rgb(255 255 255);
  padding: 22px 0;
  color: black;
  border-radius: 10px;
  position: relative;
  bottom: 34px;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}

.collection-grid-section .collection-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 310px; 
}
.delivery-freight-information .h2 {
    color: #003bce;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 31px;
    font-weight: 500;
    text-align : left
}

.delivery-freight-information p,
.delivery-freight-information .h5 {
    color: #0f172a;
    font-size: 19px;
    line-height: 28px;
    text-align : left
}
.delivery-freight-information .h5 {
  margin-bottom :0 
}
    .delivery-freight-information .cc-rich-text  .section
   {
    margin:10px 0 0 0;
}
 .delivery-freight-information .cc-custom-liquid .section {
  padding : 10px 0
 }
 .delivery-freight-information .cc-image-banner {
     margin-bottom : 24px
 }
 .delivery-freight-information .freight-table {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
 .delivery-freight-information .freight-table table {
  width: 50%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
}
 .delivery-freight-information .freight-table th:first-child {
   border-right: 1px solid #fff !important;
 }
 .delivery-freight-information .freight-table th,
 .delivery-freight-information freight-table td {
  border: 1px solid #000;
  padding: 10px 15px;
  background-color: white !important;
  border-radius: 0 !important;
}
.delivery-freight-information .freight-table thead th {
  background-color: #003bce !important;
  border-radius: 0 !important;
  color: #fff;
  font-weight: 700;
  font-size : 19px;
  line-height : 28px;
  padding : 0 30px
}
.delivery-freight-information .freight-table td {
    padding: 0 30px;
     font-size : 19px;
   line-height : 28px;
   background-color : #fff !important;
   border-bottom : 1px solid #000 !important;
   border-right : 1px solid #000 !important
}
.delivery-freight-information .contained-heading {
  max-width : 100%
}
.delivery-freight-information .media-with-text {
    padding: 16px 0 0 20px;
    margin: 0;
    width: 100%;
    align-items: flex-start;
    max-width: 100%;
    border-top: 1px solid rgba(0,0,0,0.2);
}
 .delivery-freight-information .delivery-times-content {
  font-size: 16px;
  color: #0f172a ;
  line-height : 24px
}

 .delivery-freight-information .delivery-table {
  width: 100%;
  border : none !important;
  font-size: 16px;
  color: #0f172a ;
  line-height : 24px;
  background : none !important
}

 .delivery-freight-information .delivery-table thead th {
  background-color : #e0edf0 !important;
  text-align: left;
border : none !important;
border-radius: 0px !important;
}

 .delivery-freight-information .delivery-table th {
  padding: 8px 16px;
  font-weight: 700;
  color: #0f172a;
}

 .delivery-freight-information  .delivery-table td {
  padding: 8px 16px;
    background: #fff !important;
  border: none !important
}
.delivery-freight-information .media-with-text .media.w-full {
    padding-top: 145% !important;
}

.delivery-freight-information .media-with-text .media.w-full img {
    object-fit: contain;
}
.delivery-freight-information  h1.text-overlay__heading {
    font-size: 64px;
    line-height: 70px;
    font-weight: 500;
}

/***********/
.teacher-educator-planner  .media-with-text .media {
    border-radius: 12px;
}
.teacher-educator-planner  h2, .teacher-educator-planner  p {
    color: #0f172a;
}
.teacher-educator-planner  h2 {font-weight: 600;font-size: 4.4rem;padding-top: 1.6rem; letter-spacing : 0}

.teacher-educator-planner   .media-with-text.media-with-text--reverse {
    align-items: flex-start;
}

.teacher-educator-planner   .contained-heading {
    font-size: 3.2rem;
    line-height: 28px;
    letter-spacing: 0.16px;
    color: #1c1c1c;
    margin: 0;
    padding: 0 30px;
}

.teacher-educator-planner  p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.16px;
    color: #1c1c1c;
    margin: 0;
    padding: 0 30px;
}
.teacher-educator-planner  .three-column-custom .container,
.teacher-educator-planner  .two-column-custom .container{
    padding: 0 16px;
    max-width: 1156px;
}
.teacher-educator-planner  .card__media.media {
    border-radius: 12px;
}
.teacher-educator-planner  .card__info {
    padding-top: 20px;
}
.teacher-educator-planner  .card__info .h5.card__title {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 30px;
}
.teacher-educator-planner  .card__info .card__rte {
    padding: 0 16px;
}
.teacher-educator-planner  .card__info p {
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 0;
    padding-right: 0;
}
.teacher-educator-planner  .card__info .btn-wrap {
    margin-top: 24px;
    margin-bottom: 0;
}
.teacher-educator-planner  .tab-slider-section {
    max-width: 1200px;
    margin: 0 auto;
}
.teacher-educator-planner  .image-banner {
    max-width: 1124px;
    margin: 0 auto;
}
.teacher-educator-planner  .tab-slider-section .tab-slider.container{
    padding: 0;
    max-width: 100%;
  
}
.teacher-educator-planner  .tab-slider-section .tabs-wrapper,
.teacher-educator-planner .tab-slider-section .tabs-contents{
    padding: 0;
    max-width: 68%;
  
}
.teacher-educator-planner  .tab-slider-section .tabs-contents {
    margin: 0 auto;
    position : relative
}

.teacher-educator-planner  .tab-slider-section .tabs-wrapper {
      margin-bottom: 50px;
}
.teacher-educator-planner .tab-slider-section .tabs-wrapper .tab-btn {
	font-size: 20px;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0 0 10px 0;
	transition: 0.3s;
	background: transparent;
	font-weight: 700;
	line-height: 1.2;
	color: #3D4147;
	text-align: center;
	text-decoration: none;
	border-bottom: 3px solid #fff;
}
.teacher-educator-planner .tab-slider-section .tabs-wrapper .tab-btn.is-active {
	color: rgb(0, 59, 206);
  border-color : rgb(0, 59, 206)
}
.teacher-educator-planner .tab-slider-section .tabs-wrapper .tabs {
    gap: 30px;
}
.teacher-educator-planner .tab-slider-section .tabs-wrapper .tab-btn.is-active:after {
    display : none
}
.teacher-educator-planner  .image-banner {
    border-radius: 12px;
    overflow: hidden;
}
.teacher-educator-planner  .image-banner .text-overlay {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    padding: 24px;
    text-align: left;
    border-radius: 16px 16px 0 0;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    letter-spacing: 0.25px;
    right: 32px;
    top: inherit;
    height: auto;
}

.teacher-educator-planner  .image-banner .text-overlay .text-overlay__heading,
.teacher-educator-planner  .two-column-custom .card__info h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    letter-spacing: 0.25px;
    margin: 0 0 8px 0;
    padding : 0
}

.teacher-educator-planner  .image-banner .text-overlay p {
    padding: 0;
}
.teacher-educator-planner   .two-column-custom .md\:gap-y-6 {
    gap: 16px;
}
.teacher-educator-planner  .two-column-custom .card__info {
    margin: -50px auto 0 auto;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 16px;
    max-width: 500px;
    padding: 24px;
}
.teacher-educator-planner  .two-column-custom .card__info .card__rte {
    padding: 0;
}
.teacher-educator-planner  .tab-slider .slides-wrapper {
  border-radius : 12px
}
.teacher-educator-planner  .slider-thumbnails .thumb img {
    width: 120px;
    height: 52px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    border: 1px solid transparent;
}
.teacher-educator-planner  .slider-thumbnails {
    padding-top: 32px;
}
.teacher-educator-planner .slider-btn {
    width: 38px;
    height: 38px;
    background: #003bce;
    z-index: 99;
    top: inherit;
    top: 175px;
    border-radius: 50%;
    font-size: 24px;
    padding: 0;
}

.teacher-educator-planner .slider-btn.prev {
    left: -100px;
}

.teacher-educator-planner .slider-btn.next {
    right: -100px;
}
.teacher-educator-planner .slider-btn.prev .icon {
	transform: rotate(180deg);
}
/****************/
.book-a-rep-visit .flex.flex-col {
    flex-direction: row;
    gap: 30px;
}

.book-a-rep-visit .flex .phone-numbers-sidebar {
	flex: 0 0 450px;
	margin-top: 63px;
}
.book-a-rep-visit .flex .phone-numbers-sidebar .phone-item  p.text-blue-700 {
    color: #003bce;
    font-weight: 700;
    font-size: 19px;
    line-height: 21px;
    font-family: LatoSemibold, -apple-system, BlinkMacSystemFont, sans-serif;
}

.book-a-rep-visit .flex .phone-numbers-sidebar .phone-item  .leading-tight {
    color: #0f172a;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.book-a-rep-visit .flex .phone-numbers-sidebar .phone-item .flex-shrink-0 {
  background: #003bce;
  flex: 0 0 40px;
  border-radius: 50%;
  height: 40px;
  color: #fff;
  padding: 6px;
}
.book-a-rep-visit .flex .phone-numbers-sidebar .phone-item .flex {
  gap: 28px;
}

.book-a-rep-visit  .section__block.h2 {
  color: #0f172a;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 40px;
}
.book-a-rep-visit .section__block--subheading {
  color: #003bce;
  font-weight: 700;
  font-size: 21px;
  line-height: 23px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.book-a-rep-visit .leading-relaxed,
.book-a-rep-visit .section__block--buttons{
  padding-left: 15px;

}
.book-a-rep-visit .leading-relaxed  p,
.book-a-rep-visit .leading-relaxed  li{
    color: #0f172a;
  font-size: 16px;
  line-height: 24px;
}
.book-a-rep-visit .image-banner__image {
	left: 15px;
	width: calc(100% - 15px);
}
.professional-learning .professional-learning-banner{
  background: #003bce;
  color: #fff;
  padding: 48px 0;
  margin : 0
}
.professional-learning .h1 {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 1.2px;
  margin-bottom : 8px;
  padding-bottom: 0;
}
 
.professional-learning h2 {
    font-size: 30px;
    letter-spacing: 0.6px;
    color : #0f172a ;
    margin-bottom : 0;
    padding-bottom : 24px
}
.professional-learning .section__header {
	margin-bottom: 0;
	padding-bottom: 0;
}
.professional-learning  .card-style {
	background: #F4F5F5;
	border-radius: 10px;
	padding: 24px;
	transform: none;
}
.professional-learning .card-style:hover {
  transform: none;
}

.professional-learning .book-session .flex.flex-wrap {
  gap: 18px;
}
.professional-learning .card__description h6 {
  letter-spacing: .32px;
  line-height: 24px;
  font-size: 16px;
  color: #0f172a;
}
.professional-learning .card__logo {
  margin-bottom : 8px
}
.professional-learning  .card__primary-button {
	background: #003bce;
	border-radius: 0;
	font-size: 16px;
	line-height: 24px;
}
.professional-learning  .card__secondary-link {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
  color : #0f172a
}
.professional-learning .flex.flex-wrap .multi-column {
	flex: 0 0 calc(33.33% - 15px);
  width : 100% !important
}
/*************************/

  main.new-fitouts .image-banner h2 {
    font-size: 48px;
    color: #fff;
    text-shadow: 3px 3px 3px black;
    text-align: center;
    line-height : 52px
  }
main.new-fitouts h2 {
	color: #003bce;
	font-size: 38px;
	margin-bottom: 8px;
	line-height: 42px;
	font-weight: 500;
}
  main.new-fitouts h2 span {
    max-width: 100%;
  }
  .new-fitouts .new-fitout-need-help p {
    font-size: 16px;
}
main.new-fitouts .new-fitout-content {
	margin: 24px 0 0 0;
}
main.new-fitouts p {
	font-size: 19px;
	line-height: 24px;
	color: #0f172a;
}

main.new-fitouts .fitout-team-offer {
  margin: 16px 0 0 0;
  padding: 0;
}
main.new-fitouts .fitout-team-offer .centres-section {
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 16px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 24px;
}

main.new-fitouts .fitout-team-offer .centres-section  .section-title {
  color: #003bce;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
main.new-fitouts .fitout-team-offer .centres-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 8px;
	margin-top: 16px;
}
main.new-fitouts .fitout-team-offer .centres-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main.new-fitouts .fitout-team-offer .centres-list li {
	margin-bottom: 8px;
	line-height: 24px;
	font-size: 16px;
	color: #0f172a;
	background: url(/cdn/shop/files/mta-new-centre-landing-page-03.jpg?v=1759230355);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 30px;
}
main.technology-solutions .media-with-text__media .media {
  height: 320px;
  border-radius: 16px;
}
main.technology-solutions .cc-media-with-text .media-with-text__text a {
  padding: 8px 16px;
  font-size: 14px;
}
main.new-fitouts .fitouts-pro-option .flex {
  gap: 0;
}
main.new-fitouts .new-fitout-content .container {
  text-align : left
}
main.new-fitouts .fitouts-pro-option .flex .multi-column { 
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  transition: box-shadow .3s;
  flex : 0 0 33.33%;
  width : 100% !important
}
main.new-fitouts .fitouts-pro-option .flex .multi-column:hover {
box-shadow: 0 0 10px #8f9194;
}
main.new-fitouts .fitouts-pro-option .flex .multi-column .card__media {
  border-radius: 10px;
}
main.new-fitouts .fitouts-pro-option .flex .multi-column .card__info {
  border-radius:  4px 4px 0 0;
  background-color: rgba(255,255,255,0.85);
  max-width:298px;
  position: absolute;
  bottom:  0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  min-height: 80px;
}
main.new-fitouts .fitouts-pro-option .flex .multi-column .card__info .card__title {
  margin: 0;
  color: #003bce;
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
}

/**********************/

.blog .blog-header .section__block.h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: .5px;
  color: #0f172a;
  margin: 0 0 8px 0;
  padding: 0;
}
.blog .blog-header .section__block.h1 .contained-heading {
  max-width: 100%;
}
.blog .blog-header .section__block p {
  color: #0f172a;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: .5px;
  font-weight: 400;
}
.blog .section__heading--lg {
color: #0f172a;

}
.blog .cc-media-with-text .container  h2  {
color: #fff;
  
}
.blog p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .5px;
	font-weight: 400;
}
.blog .cc-media-with-text .container .section__block p, .blog .cc-media-with-text .container .section__block p a {
  color: #fff !important;
  text-decoration: none;
  opacity: 1;
}
.blog .cc-media-with-text .container .section-heading h2 {
	color: #fff;
	margin-bottom: 16px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.blog .section__heading--lg,
.blog .cc-media-with-text .container h2 {
	font-size: 32px !important;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: .5px;
}
.blog .latest-posts .section__header {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.blog .latest-posts .section__header .link {
	color: #0133cc !important;
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: .5px;
}
.blog .latest-posts h2 {
	font-size: 38px;
	line-height: 46px;
	font-weight: 600;
	letter-spacing: .5px;
}
.blog .cc-featured-categories .grid {
	column-gap: 35px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog .cc-featured-categories .grid .link {
  color: #0133cc !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 24px;
}
.blog .cc-featured-categories .grid .category-card__image.mb-4 {
  margin-bottom: 20px;
}
.blog .cc-media-with-text .container {
	background: #00D8E0;
	border-radius: 50px;
	padding-top: 40px;
	padding-bottom: 80px;
  max-width : calc(100% - 64px)
}
.blog .cc-media-with-text .container .media-with-text {
	max-width: 100%;
	align-items: flex-start;
}
.blog .latest-posts ul.flex {
	gap: 24px;
}
.blog .latest-posts .flex .card {
	padding: 0;
	background: #f8f8f8;
	border: 1px solid #eee;
  gap : 0
}
.blog .latest-posts .flex .card:hover {
  border-color :  #ccc
}
.blog .latest-posts .flex .card .card__info {
  padding:0 24px 24px 24px;
}
.blog .latest-posts .flex .card .card__info .h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: .5px;
  margin: 16px 0;
}
.blog .latest-posts .flex .card .card__info p {
	color: #0f172a;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	font-weight: 400;
}
.blog .latest-posts .flex .card .card__media {
	transform: scale(1) !important;
	max-width: calc(100% - 48px);
	margin: 24px auto 0 auto;
}

.blog .latest-posts .flex .card .card__info .btn-wrap {
  margin-top: 24px;
  text-align: right;
}
.blog .latest-posts .flex .card .card__info .btn-wrap a {
  color: #0133cc !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
  font-weight: 600;
  background : none;
}
.blog .latest-posts ul.flex .multi-column {
	flex: 0 0 calc(33.33% - 16px);
}
/*********************/

.steamposium .section__block.h2{
  font-size: 32px;
  line-height: 35px;
  color: #1c1c1c;
  font-weight: 500;
  margin: 0 0 32px 0;
  text-align : left
}
.steamposium p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .16px;
  color: #1c1c1c;
}

.steamposium .steamposium-text .section__block {
  max-width: 100%;
}
.steamposium .steamposium-text .max-w-text-overlay {
  max-width: 875px;
  margin: 0 auto;
}
.steamposium p.subheading {
	font-weight: 400;
}

.steamposium .cc-team-section,
.steamposium .agenda-steam,
.steamposium .cc-features-section  {
  background: #fbfbfb;
}

.steamposium .section__block.h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 20px;
  letter-spacing : 0;
}
.steamposium .steamposium-text p {
  text-align : left
}
.steamposium .agenda-steam  p {
  font-size: 16px;
  line-height: 24px;
  margin : 0;
  max-width: 548px;
}

.steamposium .agenda-steam {
	margin: 0;
	padding-bottom: 48px;
}

/**************************/

.icons-with-text .slider-nav {
	display: none;
}

.using-this-website .h0 {
  color: #0f172a;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
}

/***************************/

.wushka-img-text-banner .card__media{
  padding-top: 10% !important;
}
.wushka-img-text-banner .card__info{
  font-size: 18px;
}
.wushka-img-text-banner img {
  width: 40%;
  object-fit: contain !important;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
.wushka-teo-col-library ul {
  gap: 24px;
}
.wushka-teo-col-library ul .multi-column.grow .card-heading {
  display: flex;
  justify-content: center;
  align-content: center;
}
.wushka-teo-col-library ul .multi-column.grow .card__description p:first-child{
  font-size: 18px;
  margin-bottom: 0;
}
.wushka-teo-col-library ul .multi-column.grow .card__description p{
  font-size: 16px;
}
.wushka-teo-col-library .card__buttons .card__secondary-link {
  font-size: 16px;
  font-weight: 500;
}
.wushka-library {
  margin: 48px 0 !important;
  padding: 0 20px;
}
.wushka-teo-col-library ul .multi-column.grow .card-heading .h5.card__title {
  margin-bottom: 0 !important;
  line-height: 54px;
  font-weight: 500 !important;
}
.wushka-library .container:first-child{
  padding: 48px 0 0 !important;
  border-top: 1px solid #A7A9AB;
}
.wushka-library .section__header{
  margin-bottom: 0;
}
.wushka-library h2 {
  font-size: 35px;
  letter-spacing: 0.7px;
}
.wushka-library .card__info h3 {
  color: #003bce;
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight:500;
}
.wushka-library .card__info p {
  font-size: 16px;
  white-space: normal;
}
.wushka .wushka-img-text-banner .card__media.media {
  display: flex;
  justify-content: center;
}
.wushka-library.wushka-custom .card__media {
  transform: none !important;
  padding-top: 0 !important;
  display: flex;
  justify-content: center;
}
.wushka-library.wushka-custom .card__media img {
  position: relative;
  max-width: 400px;
  width: 100%;
}

/**********************ai-lesson-plan-generator*********/

.ai-lesson-plan-generator p,
.download-catalogues p,
.we-support-hands-on-learning p,
main.teacher-calendar-2025 p,
.contact-us .border-grid .flex .multi-column p,
.form-new-pages .section p,
main.mta-learning-environments .rich-text-content p,
main.audio-visual-technology .rich-text-content p,
main.audio-visual-technology .text-for-tab p,
.mta-speak-to-an-expert p,
.audio-visual-technology .cc-rich-text .max-w-text-overlay p,
main.technology-solutions .cc-rich-text p,
.our-brands p,
.wushka p,
.ochre-education p,
.lego-education-science p,
.lego-education p,
.elizabeth-richards p,
.weplay p,
.merge-edu p,
.product-showcase p  {
	color: #0f172a;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.06px;
	margin-bottom: 0;
}
.form-new-pages .form input + label {
	font-weight : 400
}
.form-new-pages .form input + label a {
  color : #003bce
}
.form-new-pages .form__grid {
	row-gap: 20px;
}
.form-new-pages h2 + p {
	padding-bottom: 16px;
	font-size: 16px;
}
.cc-multi-column .overflow-cards .multi-column .card__info .btn-wrap > a::after {
	display : none
}
.elizabeth-richards p.subheading  {
  font-weight : 600
}
.ai-lesson-plan-generator .cc-newsletter p,
.download-catalogues .cc-newsletter p,
.we-support-hands-on-learning .cc-newsletter p,
main.teacher-calendar-2025 .cc-newsletter p,
.mta-speak-to-an-expert .cc-newsletter p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0;
}
main.teacher-calendar-2025 p .contained-heading.inline-block {
	font-weight: 700;
  margin-bottom : 20px;
  display : block
}

main.audio-visual-technology .text-for-tab h5 {
  font-size: 32px;
  color: #0f172a;
  margin-bottom: 32px;
}
.audio-visual-technology .cc-logo-list .section{
  padding: 0;
}
.audio-visual-technology .cc-logo-list h2,
.technology-solutions .cc-logo-list h2 {
  font-size: 32px;
  color: #0f172a;
  margin-bottom: 20px;
}
.technology-solutions .cc-logo-list p {
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 20px;
}
.audio-visual-technology .cc-logo-list  ul.logo-list, .technology-solutions .cc-logo-list .section ul {
  display: flex !important;
  flex-wrap: wrap;
}
.audio-visual-technology .cc-logo-list ul.logo-list li, .technology-solutions .cc-logo-list .section ul li {
  flex: 0 0 auto;
}
.audio-visual-technology .cc-logo-list ul.logo-list li img, .technology-solutions .cc-logo-list .section ul li img{
  min-height: 90px;
}
.product-showcase .video-section.max-w-screen-lg {
  max-width: 100%;
}
.product-showcase .video-section.max-w-screen-lg h2, .video-section.max-w-screen-lg .section__block {
  margin-left: auto;
  margin-right: auto;
}
.ai-lesson-plan-generator .max-w-text-overlay,
.download-catalogues .max-w-text-overlay,
.mta-speak-to-an-expert .max-w-text-overlay,
main.teacher-calendar-2025 .max-w-text-overlay,
main.technology-solutions .max-w-text-overlay,
main.our-brands .max-w-text-overlay,
main.wushka .max-w-text-overlay,
main.ochre-education .max-w-text-overlay,
main.lego-education-science .max-w-text-overlay,
main.lego-education .max-w-text-overlay,
main.elizabeth-richards .max-w-text-overlay,
main.weplay .max-w-text-overlay,
main.merge-edu .max-w-text-overlay,
main.product-showcase .max-w-text-overlay{
	max-width: 100%;
}
.ai-lesson-plan-generator .section__block,
.download-catalogues .section__block,
.form-new-pages .section .container .max-w-text-overlay .section__block,
.mta-speak-to-an-expert .section__block,
main.teacher-calendar-2025 .section__block,
main.audio-visual-technology .rich-text-content,
main.audio-visual-technology .text-for-tab,
main.technology-solutions .section__block,
main.our-brands .section__block,
main.wushka .section__block,
main.ochre-education .section__block,
main.lego-education-science .section__block,
main.lego-education .section__block,
main.elizabeth-richards .section__block,
main.weplay .section__block,
main.merge-edu .section__block,
main.product-showcase .section__block{
  max-width : 1020px;
}
main.audio-visual-technology .rich-text-content, main.audio-visual-technology .text-for-tab {
  margin: 0 auto;
}
.ai-lesson-plan-generator h2,
.early-childhood-lookbook h2,
.we-support-hands-on-learning h2,
.contact-us h3,
.audio-visual-technology .cc-rich-text .max-w-text-overlay h2,
.wushka h2,
.ochre-education h2,
.lego-education-science h2,
.lego-education h2,
.elizabeth-richards h2,
.weplay h2,
.merge-edu h2,
.product-showcase h2 {
	color: #0f172a;
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: 0.096px;
	margin-bottom: 24px;
}
.ai-lesson-plan-generator .feature-item__description, .ai-lesson-plan-generator .media-with-text p,
 .ai-multicolumn-3 .card__info p, .faq-twocolumn .faq-grid p,
 .early-childhood-lookbook .media-with-text p,
 .we-support-hands-on-learning .small-font-size p,
 .we-support-hands-on-learning .tabbed-collections .section-rte,
.lego-education-science .tabbed-collections .section-rte,
.lego-education .feature-item__description{
 color: #0f172a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.25px;

}
main.audio-visual-technology .rich-text-content a{
  padding: 8px 16px;
  font-size: 14px;
}
.image-overlay-text .image-banner {
	max-width: 1368px;
	margin: 0 auto;
	border-radius: 16px;
	position: relative;
  display : block;
  padding : 0 15px
}
.image-overlay-text .image-banner .image-banner__image .img-fit {
  position: relative;
}
.image-overlay-text .image-banner .image-banner__image {
	border-radius: 16px;
	max-height: 520px;
	position: relative;
}
.image-overlay-text .text-overlay {
	max-width: 1046px;
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	color: #000;
	margin-bottom: 0;
	position: relative;
	margin-top: -100px;
	z-index: 2;
}
.image-overlay-text .text-overlay .text-overlay__heading,
.we-support-hands-on-learning .section__block.h1,
.media-heading-text-section .media-with-text .media-with-text__text h2,
.our-brands .media-heading-text-section .media-with-text .media-with-text__text h1 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
	color: #0f172a;
	letter-spacing: .4px;
	margin: 0 0 48px 0;
}

.image-overlay-text .text-overlay p {
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color : #0f172a;
    letter-spacing : .25px
}
.image-overlay-text .text-overlay .btn--primary {
  opacity : 1;
  cursor : pointer
}
.image-overlay-text .text-overlay__buttons {
	margin: 0 0 36px 0;
}

.ai-lesson-plan-generator h3, .ai-lesson-plan-generator .who-is-this-tool-for h2 {
	color: #0f172a;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 16px;
}
.ai-lesson-plan-generator .who-is-this-tool-for h2 {
	border-bottom: 1px solid #ddd9d9;
	padding-bottom: 16px;
}
.ai-lesson-plan-generator .who-is-this-tool-for li {
  color: #0f172a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.25px;
	padding : 10px 0;
  margin-bottom : 20px; 
  gap : 10px;
}
.ai-lesson-plan-generator .feature-item__icon,
.lego-education .feature-item__icon,
.product-showcase .feature-item__icon {
	background: url('/cdn/shop/files/vector-container-plus.webp');
	width: 20px;
	height: 20px;
	background-size: 20px;
	margin:2px 0 0 0;
}
.lego-education .form-container .privacy-note {
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
.ai-lesson-plan-generator .feature-item__icon {
	background: url('/cdn/shop/files/vector-container-plus.webp');
	width: 20px;
	height: 20px;
	background-size: 20px;
	margin: 0;
}

.ai-lesson-plan-generator .who-is-this-tool-for li img {
	max-width: 24px;
}



.ai-lesson-plan-generator  .card--product p.card__availability span.in-stock {
  color: #15803d;
}
.ai-lesson-plan-generator .card--product p.card__sku {
  font-size: 12px;
  line-height: 24px;
  color: #000;
}
.ai-lesson-plan-generator .card--product .price-wrap {
  margin-top: 8px;
}
.ai-lesson-plan-generator .card--product .price-wrap .price--top {
  font-size: 14px;
}

.ai-lesson-plan-generator .card--product .price--top .price__current {
  color: #3d4147;
}
.ai-lesson-plan-generator .card--product .price-wrap sub {
  top: -2px;
}
.product-showcase .card--product .card__info-inner .price-wrap .price--top.price--sale-color {
	padding-top: 10px;
}
.product-showcase .card--product .card__info-inner .price-wrap .price--top .price__current {
	font-weight : 600
}
.ai-lesson-plan-generator .cc-featured-collection .card,
.we-support-hands-on-learning .tabbed-collections .card,
.lego-education-science .products-grid-container .card,
.lego-education .products-grid-container .card,
.weplay .products-grid-container .card,
.product-showcase .products-grid-container .card  {
	border-color: rgb(198, 193, 185);
	padding: 16px;
  border-radius : 12px
}
.ai-lesson-plan-generator .cc-featured-collection .card--product .card__media,
.we-support-hands-on-learning .tabbed-collections .card--product .card__media,
.lego-education-science .products-grid-container .card--product .card__media,
.lego-education .products-grid-container .card--product .card__media,
.weplay .products-grid-container .card--product .card__media,
.product-showcase .products-grid-container .card--product .card__media{
	margin: 0 !important;
	border-radius: 8px;
}
.ai-lesson-plan-generator .cc-featured-collection .card--product .card__info,
.we-support-hands-on-learning .tabbed-collections .card--product .card__info,
.lego-education-science .products-grid-container .card--product .card__info,
.lego-education .products-grid-container .card--product .card__info,
.weplay .products-grid-container .card--product .card__info,
.product-showcase .products-grid-container .card--product .card__info{
	padding-top: 10px !important;
}
.ai-lesson-plan-generator .swym-wishlist-collections-v2-container,
.we-support-hands-on-learning .swym-wishlist-collections-v2-container,
.hands-on-product-showcase .swym-wishlist-collections-v2-container ,
.lego-education-science .swym-wishlist-collections-v2-container,
.lego-education .swym-wishlist-collections-v2-container,
.weplay .swym-wishlist-collections-v2-container,
.product-showcase .swym-wishlist-collections-v2-container {
	top: 57px;
	left: 20px;
	padding: 0;
	right: 0;
}
.ai-lesson-plan-generator .swym-wishlist-collections-v2 svg,
.we-support-hands-on-learning .swym-wishlist-collections-v2 svg,
.hands-on-product-showcase .swym-wishlist-collections-v2 svg,
.lego-education-science .swym-wishlist-collections-v2 svg,
.lego-education .swym-wishlist-collections-v2 svg,
.weplay .swym-wishlist-collections-v2 svg,
.product-showcase .swym-wishlist-collections-v2 svg {
	width: 17px !important;
	height: 17px !important;
}
.ai-lesson-plan-generator .cc-featured-collection .card,
.we-support-hands-on-learning .tabbed-collections .card {
	border-color: rgb(198, 193, 185);
	padding: 16px;
  border-radius : 12px
}
.ai-lesson-plan-generator .cc-featured-collection .card--product .card__media,
.we-support-hands-on-learning .tabbed-collections .card--product .card__media{
	margin: 0 !important;
	border-radius: 8px;
}
.ai-lesson-plan-generator .cc-featured-collection .card--product .card__info,
.we-support-hands-on-learning .tabbed-collections .card--product .card__info{
	padding-top: 10px !important;
}
.ai-lesson-plan-generator .swym-wishlist-collections-v2-container,
.we-support-hands-on-learning .swym-wishlist-collections-v2-container,
.hands-on-product-showcase .swym-wishlist-collections-v2-container,
.product-showcase .swym-wishlist-collections-v2-container {
	top: 57px;
	left: 20px;
	padding: 0;
	right: 0;
}

.ai-lesson-plan-generator .video-wrapper iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	border: 0;
	outline: 2px solid rgba(0,0,0,.1);
  display : block
}
.ai-lesson-plan-generator  .features-section__subtitle {
	max-width: 1020px;
}

.ai-lesson-plan-generator  .feature-item__icon::after,
.lego-education  .feature-item__icon::after,
.product-showcase  .feature-item__icon::after {
  content : '';
}
.ai-lesson-plan-generator .features-grid {
	gap: 26px;
}
.ai-lesson-plan-generator .media-with-text__text h2 {
  margin-bottom : 16px
}
.ai-lesson-plan-generator .media-with-text__text {
	align-items: flex-start;
	padding-left: 32px;
}
.ai-lesson-plan-generator .media-with-text__media,
.early-childhood-lookbook .media-with-text .media {
	border-radius: 16px;
}

 .ai-multicolumn-3 ul.flex {
  gap: 30px;
}
 .ai-multicolumn-3 ul.flex .multi-column {
	flex: 0 0 calc(33.33% - 20px);
	border-bottom: 3px solid #fff;
	padding-bottom: 40px;
}
 .ai-multicolumn-3 ul.flex .multi-column:hover {
  border-color : #003BCE
}
 .ai-multicolumn-3 .flex .card__media {
  border-radius: 16px;
}
 .ai-multicolumn-3 .card__info h3 {
  padding-left : 15px;
  padding-right : 15px
}
 .ai-multicolumn-3 .card__info {
	background: #fff;
	border-radius: 16px;
	margin-top: -35px;
	position: relative;
	z-index: 1;
	padding:20px 10px 10px 10px;
	width: 90%;
	margin-left: 5%;
}

.faq-twocolumn .reading-width {
  max-width: 100%;
}
.faq-twocolumn .reading-width .faq-descp {
  margin-bottom: 48px;
  text-align : center
}

.faq-twocolumn .faq-grid {
	display: flex;
	gap: 20px;
	align-content: flex-start;
	flex-wrap: wrap;
  align-items : flex-start
}
.faq-twocolumn .faq-grid h3 {
	display: none;
}
.faq-twocolumn .faq-grid details-disclosure {
	border: 1px solid rgb(198, 193, 185);
	border-radius: 8px;
	padding: 24px 32px;
	flex: 0 0 calc(50% - 10px);
}


.faq-twocolumn .faq-grid details-disclosure .disclosure.disclosure--row {
  border: 0;
  padding: 0;
}
.faq-twocolumn .faq-grid details-disclosure .disclosure.disclosure--row summary {
  padding: 0;
  cursor: pointer;
}
.faq-twocolumn .faq-grid details-disclosure .disclosure.disclosure--row summary h4 {
  font-size: 24px;
  color: #0f172a;
  font-weight: 600;
  line-height : 30px
}
.faq-twocolumn .faq-grid .disclosure__panel {
  padding-top : 32px
}


.faq-twocolumn .disclosure__toggle > .icon {
  display: none;
}
.faq-twocolumn .disclosure__toggle {
	position: relative;
	flex: 0 0 19px;
	height: 20px;
	border-top: 4px solid #003BCE;
	margin-top: 12px;
}
.faq-twocolumn .disclosure__toggle::after{
  background: #003BCE;
	height: 18px;
	width: 3px;
	content: "";
	position: absolute;
	right: 8px;
	top: -11px;
}
.faq-twocolumn .disclosure[open]:not(.is-closing) .disclosure__toggle::after {
	opacity : 0
}
 .faq-twocolumn .faq-grid details-disclosure .disclosure.disclosure--row summary .flex {
  align-items: flex-start;
}

.ai-lesson-plan-generator section.custom-media-grid carousel-slider li.slider__item .gallery-block__image-text h3 p {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
.who-is-this-tool-for {
	margin-bottom: 30px;
}
.who-is-this-tool-for .page-width {
  max-width : 100%

}
.ai-lesson-plan-generator  .slider-nav__btn {
  border-width : 2px 
}

.ai-lesson-plan-generator  .custom-text-links h2 {
  text-align: center;
}
.ai-lesson-plan-generator  .custom-text-links  .text-links-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap : wrap
}
.ai-lesson-plan-generator  .custom-text-links .text-links-wrapper a {
  color: rgba(0, 59, 206);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .25px;
  font-weight: 700;
  border-bottom: 3px solid rgb(0, 59, 206);
  padding-bottom: 10px;
}
.ai-lesson-plan-generator  .custom-text-links .text-links-wrapper a:hover {
    color: #002990;
    transition: .3s;
}
/*************************Download a catalogus**********/

.download-catalogues .media-with-text {
	max-width: 100%;
	padding-right: 0 !important;
}
.download-catalogues  .section__block.subheading {
  font-size: 20px;
  letter-spacing: .25px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 32px;
  color : #0f172a
}
.contact-us h2 {
	margin-bottom: 32px;
}
.download-catalogues .h1,
.contact-us h2 {
  color : #0f172a;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: .4px;
	font-weight: 600;
}
.contact-us h2 {
  text-align :left
}
.download-catalogues .media-with-text__media {
	border-radius: 16px;
}
.download-catalogues .tab-button,
.we-support-hands-on-learning .tab-btn,
.lego-education .tab-button,
.contact-us .faq-tab {
	padding: 10px;
	border: 0;
	font-size: 20px;
	letter-spacing: .25px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 5px;
  border-bottom : 3px solid #fff;
  color : rgb(61, 65, 71);
  border-radius : 0
}
.download-catalogues .tab-button.active,
.download-catalogues .tab-button:hover,
.lego-education .tab-button.active,
.lego-education .tab-button:hover,
.we-support-hands-on-learning .tab-btn.active,
.we-support-hands-on-learning .tab-btn:hover,
.contact-us .faq-tab.active,
.contact-us .faq-tab:hover {
  border-color : rgb(0, 59, 206);
  color : rgb(0, 59, 206);
  background : none

}
.download-catalogues .cards-grid {
	gap: 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.download-catalogues .cards-grid .product-card {
	flex: 0 0 calc(33.33% - 15px);
	width: 100%;
	margin: 0;
	gap: 0;
  padding : 0
}
.download-catalogues .product-card__image-wrapper {
  background: #FAF8F6;
  width: 100%;
  border-radius: 16px;
  padding: 30px;
  margin : 0
}

.download-catalogues .product-card__content {
  background: #fff;
  margin-top: -35px;
  width: 90%;
  padding: 10px;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.download-catalogues .product-card__image-wrapper .product-card__image {
	width: auto;
	max-width: 125px;
	margin-bottom: 70px;
}
.download-catalogues .product-card__title {
	letter-spacing: .25px;
	color: #0f172a;
	margin-bottom: 16px;
}
.download-catalogues .tabbed-cards-section {
	padding: 60px 0;

}
.early-childhood-lookbook .media-with-text__text {
	padding-left: 32px;
}
.early-childhood-lookbook .media-with-text .media-with-text__media .media {
	padding-top: 59% !important;
}
/************we support***********/
.lego-education .tabs-container {
  justify-content: center;
  margin-bottom : 24px;
  border : 0;
}
.we-support-hands-on-learning .small-font-size .section-heading h2 {
  margin-bottom : 48px
}

.we-support-hands-on-learning .section__block {
  max-width : 1020px;
}

.we-support-hands-on-learning  .max-w-text-overlay {
	max-width: 100%;
}

.we-support-hands-on-learning .icons-with-text .slider__grid .slider__item .text-body-medium {
  margin-bottom: 12px;
}
.we-support-hands-on-learning .icons-with-text .slider__grid .slider__item .text-body-medium p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom : 0
}
.we-support-hands-on-learning .icons-with-text .slider__grid .slider__item{
	align-items: flex-start;
}
.we-support-hands-on-learning .icons-with-text .slider--no-scrollbar .slider__grid{
	column-gap : 20px;
}

.we-support-hands-on-learning  .tabbed-collections .tabs {
  justify-content: center;
}
.we-support-hands-on-learning .tabbed-collections .section-rte {
  text-align: center;
  margin-bottom : 32px
}

.logo- .logo-list__logolist {
  width: auto !important;
  max-width: 200px;
}
.logo-list .logo-list__logo {
  width: auto !important;
}
.logo-list li {
  flex: 0 0 calc(25% - 40px);
}
.logo-list {
  column-gap: 40px;
}
/******************hands-on-product-showcase**************/
.hands-on-product-showcase .form-container .submit-btn {
	max-width: 100px;
	margin: 0 auto;
}

.hands-on-product-showcase h2 {
 	color: #0f172a;
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: 0.096px;
	margin-bottom: 24px;
}
.hands-on-product-showcase h3 {
 	color: #0f172a;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	letter-spacing: 0.072px;
}
.hands-on-product-showcase p,
.contact-us p {
	color: #0f172a;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.06px;
	margin-bottom: 0;
}
.small-font-size .media img {
	border-radius: 16px;
}
.hands-on-product-showcase .small-font-size p{
  font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.06px;
}
.hands-on-product-showcase .small-font-size h2 {
  margin-bottom : 16px
}

.small-font-size .media-with-text__text {
  align-items : flex-start
}
.hands-on-product-showcase .features-left .features-section__subtitle p {
	font-size: 14px;
	letter-spacing: 0.25px;
	line-height: 20px;
}
.hands-on-product-showcase .section__block ,
.contact-us .section__block {
  max-width : 1020px;
}
.hands-on-product-showcase  .max-w-text-overlay,
.contact-us .max-w-text-overlay{
	max-width: 100%;
}
.contact-us .max-w-text-overlay {
  margin-left : auto;
  margin-right : auto
}
.hands-on-product-showcase .section__block.h1{
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
	color: #0f172a;
	letter-spacing: .4px;
	margin: 0 0 48px 0;
}

.hands-on-product-showcase .icons-with-text .slider__grid .slider__item .text-body-medium {
  margin-bottom: 12px;
}
.hands-on-product-showcase .icons-with-text .slider__grid .slider__item .text-body-medium p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom : 0
}
.hands-on-product-showcase .icons-with-text .slider__grid .slider__item{
	align-items: flex-start;
}
.hands-on-product-showcase .icons-with-text .slider--no-scrollbar .slider__grid{
	column-gap : 20px;
}
.hands-on-product-showcase .multi-col-custom-new .link {
	display: none;
}
.hands-on-product-showcase .multi-col-custom-new .card__media {
	border-radius: 16px;
}
.hands-on-product-showcase .multi-col-custom-new ul.flex {
	gap: 20px;
}
.hands-on-product-showcase .multi-col-custom-new ul.flex .card__info{
  padding-top : 24px
}

.hands-on-product-showcase .shopify-section.cc-video .section {
  margin: 0;
}
.hands-on-product-showcase .shopify-section.cc-video .section .video-section__text {
  margin: 0;
}
.hands-on-product-showcase .shopify-section.cc-video .section .video-section {
    max-width : 100%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.hands-on-product-showcase .features-left {
	justify-content: flex-start;
  border-top : 1px solid #ddd9d9;
  padding-top : 16px
}
.hands-on-product-showcase .feature-item__description {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.25px;
	color: #0f172a;
  margin-bottom : 8px
}
.hands-on-product-showcase .feature-item__icon {
	background: url('/cdn/shop/files/vector-container-plus.webp');
	width: 20px;
	height: 20px;
	background-size: 20px;
	margin: 3px 0 0 0;
  flex : 0 0 20px
}
.hands-on-product-showcase .feature-item__icon::after {
  content : '';
}
.hands-on-product-showcase .features-form-section {
	gap: 60px;
}
.hands-on-product-showcase .form-container {
	  border-radius: 16px;
    background: #faf8f6;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.02);
    width: 100%;
    max-width: 680px;
    padding: 48px 32px;
    margin: 20px auto 48px auto;
    text-align: left;
}

.hands-on-product-showcase .form-container label {
	margin-bottom: 8px;
  display : block
}
.hands-on-product-showcase .form-row {
	position: relative;
	z-index: 2;
}
.hands-on-product-showcase .form-container .privacy-note {
	font-size: 14px;
	color: rgb(15, 23, 42);
	line-height: 20px;
}
.hands-on-product-showcase .cc-featured-collection .card {
	border-color: rgb(198, 193, 185);
	padding: 16px;
  border-radius : 12px
}
.hands-on-product-showcase .cc-featured-collection .card--product .card__media {
	margin: 0 !important;
	border-radius: 8px;
}
.hands-on-product-showcase .cc-featured-collection .card--product .card__info {
	padding-top: 10px !important;
}
/************common section***********/

.image-text-above-right .image-banner {
	border-radius: 16px;
	overflow: hidden;
	align-items: flex-end;
}
.image-text-above-right .text-overlay {
  max-width: 654px;
  background: #fff;
  padding: 40px;
  border-radius: 16px 16px 0 0;
  text-align: left;
  margin : 0;
}
.image-text-above-right .image-banner .container {
	justify-content: flex-end;
	padding: 0 56px 0 0;
	align-items: flex-end;
	max-width: 100%;
}
.image-text-above-right .text-overlay .text-overlay__heading {
  color: #0f172a;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.25px;
  font-weight: 600;
  margin-bottom: 16px;
}
.image-text-above-right .text-overlay p {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 23px;
  color: #0f172a;
}

.small-font-size .media-with-text {
	gap: 32px;
}
.small-font-size .media-with-text__text {
  align-items : flex-start;
  padding : 0
}
.small-font-size .media img {
	border-radius: 16px;
}
.banner-text-image .media-with-text {
	max-width: 100%;
  padding-right : 0 !important
}
.banner-text-image .media-with-text__media {
	border-radius: 16px;
}

.custom-activity-grid .activities-grid {
  gap: 25px;
}
.custom-activity-grid .activities-grid .activity-card {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
}
.custom-activity-grid .activities-grid .activity-card .activity-card__heading {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .25px;
  color: #0f172a;
}
.custom-activity-grid .activity-card__image {
  width: 60px;
  flex: 0 0 60px;
  height: 60px;
}
.hands-on-activities.custom-activity-grid {
}
.custom-activity-grid .hands-on-activities__title {
  margin-bottom: 48px;
}

.custom-activity-grid-with-border .activities-grid {
  gap: 32px 20px;
}
.custom-activity-grid-with-border .activities-grid .activity-card {
  border-color: #c6c1b9;
  border-radius: 16px;
  padding: 24px;
  gap : 24px
}
.custom-activity-grid-with-border .activities-grid .activity-card .activity-card__heading {
  font-size: 28px;
  line-height: 35px;
  letter-spacing: .25px;
}
.custom-activity-grid-with-border .activities-grid .activity-card  .activity-card__link {
  font-size: 20px;
  line-height: 28px;
  color: #003bce;
  font-weight: 600;
}
.custom-activity-grid-with-border .activities-grid .activity-card .activity-card__image {
	width: 171px;
	height: 171px;
}
/* Events Conferences Calenars */

main.events-conferences-calendar .cc-media-with-text .section .media-with-text {
    width: 100%;
    max-width: 100%;
}
main.events-conferences-calendar .cc-media-with-text .section h2 {
    color: #0f172a;
    line-height: normal;
}
main.events-conferences-calendar .cc-media-with-text .section p {
    font-size: 16px;
    color: #0f172a;
}
main.events-conferences-calendar .media-with-text__media .media {
    border-radius: 16px;
}
 .overflow-cards {
    margin: 0;
    padding: 24px 0 72px;
}
 .overflow-cards ul.flex {
    gap: 20px;
}
.weplay .overflow-cards ul.slider__grid li.multi-column h3 {
  font-size : 20px;
  line-height : 28px;
  letter-spacing : 0.25px;
  min-height : 56px;
  order : 0
}
.weplay .overflow-cards ul.slider__grid li.multi-column {
  padding-bottom : 10px
 }
 .overflow-cards ul.flex li.multi-column,
 .weplay .overflow-cards ul.slider__grid li.multi-column {
    position: relative;
    border-bottom: 3px solid #fff;
}
 .overflow-cards ul.flex li.multi-column:hover,
 .weplay .overflow-cards ul.slider__grid li.multi-column:hover {
    border-bottom: 3px solid #003bce;
    transition: .2s ease-in-out;
}
 .overflow-cards ul.flex li.multi-column {
    position: relative;
    border-bottom: 3px solid #fff;
}
 .overflow-cards ul.flex li.multi-column:hover {
    border-bottom: 3px solid #003bce;
    transition: .2s ease-in-out;
}
 .overflow-cards ul.flex li.multi-column .card__info {
    background: #fff;
    z-index: 9;
    width: 90%;
    margin: -35px auto 0;
    border-radius: 16px;
    padding: 20px;
}
 .overflow-cards ul.flex li.multi-column .card__info h3 {
    font-size: 24px;
    color: #0f172a;
    letter-spacing : 0.072px !important;
    order : 0
}
 .overflow-cards ul.flex li.multi-column .card__info p {
    font-size: 16px;
    color: #0f172a;
    line-height : 24px
}
 .overflow-cards ul.flex li.multi-column .card__info .btn-wrap {
    margin: 24px 0 10px;
}
 .overflow-cards ul.flex li.multi-column .card__info .btn-wrap a{
    font-size: 14px;
    padding: 10px 20px;
}
main.events-conferences-calendar section.early-events .events-wrapper {
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 20px;
}
main.events-conferences-calendar section.early-events .events-wrapper h2 {
    font-size: 24px;
    color: #0f172a;
    margin-bottom: 6px;
}
main.events-conferences-calendar section.early-events .events-wrapper table{
  border: 0 !important;
  background-color: #ffffff !important
}
main.events-conferences-calendar section.early-events .events-wrapper table thead tr th {
    background-color: #fff !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}
main.events-conferences-calendar section.early-events .events-wrapper table tbody tr td:first-child {
    color: #0f172a;
    font-weight: 800;
}
main.events-conferences-calendar section.early-events .events-wrapper table tbody tr td {
    border-bottom: 5px solid #ffffff !important;
    margin-bottom: 10px !important;
    padding: 5px 10px;
    background-color: #f6f3ef !important;
    border-radius: 0px !important;
    font-size: 14px;
    color: #003bce;
}
main.events-conferences-calendar section.early-events .events-wrapper table tbody tr td:last-child {
    color: #0f172a;
}



/* Teacher Cakendar 2025  */

main.teacher-calendar-2025 .cc-media-with-text .section .media-with-text {
    max-width: none;
}
main.teacher-calendar-2025 .cc-media-with-text .section h2, main.teacher-calendar-2025 .cc-media-with-text .section h1 {
    color: #0f172a;
    line-height: normal;
}
main.teacher-calendar-2025 .cc-media-with-text .section p {
    font-size: 16px;
    color: #0f172a;
}
main.teacher-calendar-2025 .media-with-text__media .media {
    border-radius: 16px;
}
main.teacher-calendar-2025 .overflow-cards {
    margin: 0;
    padding: 24px 0 72px;
}
main.teacher-calendar-2025 .overflow-cards ul.flex {
    gap: 20px;
}
main.teacher-calendar-2025 .overflow-cards ul.flex li.multi-column {
    position: relative;
    border-bottom: 3px solid #fff;
}
main.teacher-calendar-2025 .overflow-cards ul.flex li.multi-column:hover {
    border-bottom: 3px solid #003bce;
    transition: .2s ease-in-out;
}
main.teacher-calendar-2025 .overflow-cards ul.flex li.multi-column .card__info {
    background: #fff;
    z-index: 9;
    width: 90%;
    margin: -35px auto 0;
    border-radius: 16px;
    padding: 20px;
}
main.teacher-calendar-2025 .overflow-cards ul.flex li.multi-column .card__info h3 {
    font-size: 24px;
    color: #0f172a;
}
main.teacher-calendar-2025 .overflow-cards ul.flex li.multi-column .card__info p {
    font-size: 16px;
    color: #0f172a;
}
main.teacher-calendar-2025 .overflow-cards ul.flex li.multi-column .card__info .btn-wrap {
    margin: 24px 0 10px;
}
main.teacher-calendar-2025 .overflow-cards ul.flex li.multi-column .card__info .btn-wrap a{
    font-size: 14px;
    padding: 10px 20px;
}
main.teacher-calendar-2025 section.early-events .events-wrapper {
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 20px;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure h2 {
    font-size: 24px;
    color: #0f172a;
    margin-bottom: 6px;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure table{
  border: 0 !important;
  background-color: #ffffff !important
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure table thead tr th {
    background-color: #fff !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure table tbody tr td:first-child {
    color: #0f172a;
    font-weight: 800;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure table tbody tr td {
    border-bottom: 5px solid #ffffff !important;
    margin-bottom: 10px !important;
    padding: 5px 10px;
    background-color: #f6f3ef !important;
    border-radius: 0px !important;
    font-size: 14px;
    color: #0f172a;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure table tbody tr td:last-child, main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure table tbody tr td:last-child a {
    color: #003bce !important;
}
main.teacher-calendar-2025 .overflow-cards ul.flex li.multi-column .card__media {
    border-radius: 16px;
    height: 320px;
    padding-top: 30% !important;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width {
    width: 100%;
    max-width: 100%;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure {
    border: 1px solid #c6c1b9;
    margin-bottom: 16px;
    padding: 5px 32px;
    border-radius: 5px;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width h4.disclosure__title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}
main.teacher-calendar-2025 .cc-event-calendar .reading-width h4.disclosure__title svg.icon.icon--calendar {
    display: none;
}
.cc-event-calendar .reading-width span.disclosure__toggle svg{
  display: none;
}
.cc-event-calendar .reading-width span.disclosure__toggle {
  position: relative;
  flex: 0 0 19px;
  height: 20px;
  border-top: 4px solid #003BCE;
  margin-top: 12px;
}
.cc-event-calendar span.disclosure__toggle::after{
  background: #003BCE;
  height: 18px;
  width: 3px;
  content: "";
  position: absolute;
  right: 8px;
  top: -11px;
}
.cc-event-calendar details.disclosure[open]:not(.is-closing) .disclosure__toggle::after {
  opacity : 0
}

/* MTA Learning Environments Style */

.slideshow-section{
  position: relative;
  padding: 0 40px;
}
main.mta-learning-environments .rich-text-content,  main.bespoke-learning-environments .rich-text-content {
  max-width: 1029px;
  margin: 0 auto;
  padding: 0 40px;
}
.features-section-cols {
  max-width: 1029px;
  margin: 0 auto;
  padding:0 40px 48px !important;
}
.features-section-cols .tabs-checklist__item .tabs-checklist__text {
  font-size: 16px;
  color: #0f172a;
}
.media-heading-text-section img {
  min-height: 320px;
  width: auto;
  border-radius: 16px;
  left : inherit;
  right : 0
}
.media-heading-text-section .media-with-text__media {
  border-radius: 16px;
}
.features-section-cols .tabs-checklist__item img {
  width: 80%;
}
main.technology-solutions .media-with-text .media-with-text__text{
  padding-left: 32px;
}
main.technology-solutions .media-with-text.media-with-text--reverse .media-with-text__text{
  padding-right: 32px;
}
main.technology-solutions .media-with-text__text h2 {
  color: #0f172a;
}
.features-section-cols h2 {
  font-size: 20px;
  color: #0f172a;
}
.technology-solutions .cc-rich-text .max-w-text-overlay h2{
  font-size: 32px;
  color: #0f172a;
}
main.technology-solutions .cc-media-with-text .media-with-text__text p{
  font-size: 16px;
  color: #0f172a;
}
.tabs-only-section.tabs .tabs-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.tabs-only-section.tabs .tabs-list .tab-item {
  font-size: 20px;
  font-weight: 700;
  color: #3D4147;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  cursor: pointer;
}
.tabs-only-section.tabs .tabs-list .tab-item.active {
  color: rgb(0, 59, 206);
  border-color: rgb(0, 59, 206);
}
.slideshow-section.slideshow-custom-pages {
  padding:  0;
  margin: 72px auto 20px;
}
.slideshow-section.slideshow-custom-pages slide-show {
  max-width: 68%;
  margin: 0 auto;
  border-radius: 16px;
  height: 100%;
}
.wushka .slideshow-section.slideshow-custom-pages slide-show {
  max-width : 75%
}
.slideshow-section.slideshow-custom-pages slide-show .slideshow__text {
  max-width: 100%;
}
.slideshow-section.slideshow-custom-pages slide-show .image-banner__image, 
.slideshow-section.slideshow-custom-pages slide-show .image-banner__image img {
  max-height: 440px;
  height: 100%;
  border-radius: 16px;
}
.slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay {
  max-width: 640px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  margin-bottom: -200px;
  padding: 40px;
}
.slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay h2{
  color: #0F172A;
  font-size: 32px;
}
.slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay p{
  color: #0F172A;
  font-size: 16px;
  padding-bottom: 80px;
}
.slideshow-section.slideshow-custom-pages .slideshow-nav .slideshow-nav__counter {
  display: none;
}
.slideshow-section.slideshow-custom-pages .slideshow-nav .slideshow-nav__btn {
  position: absolute;
  top: 0px;
  background: #003bce;
  color: #fff;
}
.slideshow-section.slideshow-custom-pages .slideshow-nav .slideshow-nav__btn[name="prev"] {
  left: 20px;
}
.slideshow-section.slideshow-custom-pages .slideshow-nav .slideshow-nav__btn[name="next"] {
  right: 20px;
}
.tabs-enabled-section{
  display: none;
}
.tabs-enabled-section.active{
  display: block;
}
.slideshow-ctrl-tabs.slideshow-ctrl {
  transform: none;
  left: 0;
  bottom: inherit;
  top: 33%;
}
.showcase-middle-section h2.showcase-main-heading {
  white-space-collapse: ;
  font-size: 32px;
  font-weight: 600;
  font-family: ;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  text-align: center;
}
.showcase-middle-section .showcase-middle__content {
  display: flex;
  flex-direction: column;
}
.showcase-middle-section .showcase-middle__content .showcase-middle__image-wrapper {
  width: 100%;
  border-radius: 16px;
}
.showcase-middle-section .showcase-middle__content .showcase-middle__image-wrapper img {
  object-fit: ;
  border-radius: 16px;
}
.showcase-middle-section .showcase-middle__content .showcase-middle__text {
  width: 80%;
  margin: -100px auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}
.showcase-middle-section .showcase-middle__content .showcase-middle__text .showcase-middle__heading {
  color: #0F172A;
  text-transform: capitalize;
}
.showcase-middle-section .showcase-middle__content .showcase-middle__text .showcase-middle__sub_heading {
  font-size: 24px;
  color: #0F172A;
}
.showcase-middle-section .showcase-middle__content .showcase-middle__text p {
  font-size: 16px;
  color: #0F172A;
}
.showcase-middle-section .showcase-middle__content .showcase-middle__text .showcase-middle__info p {
  margin-bottom: 4px;
}
.media-heading-text-section .media-with-text {
  max-width: 100%;
  padding-right : 0 !important
}
.media-heading-text-section .media-with-text .media-with-text__text h2 {
  padding-right: 5px;
}
.media-heading-text-section .media-with-text .media-with-text__text .subheading {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}
.media-heading-text-section .media-with-text .media-with-text__text h5 {
  font-size: 16px;
  color: #0F172A;
}
.media-heading-text-section .media-with-text .media-with-text__text a.btn {
  width: fit-content;
  font-size: 14px;
  padding: 8px 20px;
}

main.bespoke-learning-environments .tabs-only-section.tabs h2 {
  font-size: 32px;
  color: #0f172a;
  text-align: center;
  margin: 20px 20px 40px;
}
/* .bespoke-learning-environments .product-grid-section .grid {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap:wrap;
} */
.bespoke-learning-environments .product-grid-section .grid img {
  max-width: 480px;
  min-height: 330px;
  border-radius: 16px;
  margin: 0;
}
.bespoke-learning-environments .product-grid-section .grid h4 {
  font-size: 28px;
  color: #0F172A;
}
.bespoke-learning-environments .product-grid-section .grid p {
  font-size: 14px;
  color: #0f172a;
}
main.bespoke-learning-environments .cc-rich-text .section {
  padding-top: 0;
  margin-top: 0;
}
.image-grid-section h5 {
  font-size: 32px;
  color: #0f172a;
}
.image-grid-section img {
  height: 100%;
}
.image-grid-section .grid {
  display: block;
}
.icon-heading-text-col{
  margin: 0;
  padding: 24px 0 0;
}
.icon-heading-text-col h2, .icon-heading-text-col p {
  font-size: 32px;
  color: #0f172a;
}
.icon-heading-text-col li {
  align-content: ;
  align-items: flex-start;
}
.icon-heading-text-col li .icons-with-text__title {
  margin-bottom: 12px;
  font-size: 20px;
}
.icon-heading-text-col li p {
  font-size: 14px;
}
.icon-heading-text-col li  .icons-with-text__text {
  margin-left: 16px;
}
.icon-heading-text-col .slider__item {
	justify-content: flex-start;
}
.showcase-middle-section {
    padding: 0 40px;
}

.section-alter {
  margin-bottom: 40px;
}
.section-alter .media-with-text-list__wrapper {
  max-width: 1040px;
  width: 100%;
  padding: 0 40px;
}
.section-alter .media-with-text-list__wrapper .media-with-text-list__items {
}
.section-alter .media-with-text-list__wrapper .media-with-text-list__items .media-with-text-list__item {
  align-items: center;
}
.section-alter .media-with-text-list__wrapper .media-with-text-list__items .media-with-text-list__item .media-with-text-list__image {
  height: 320px !important;
  border-radius: 16px;
}
.section-alter .media-with-text-list__wrapper .media-with-text-list__items .media-with-text-list__item h5{
  font-size: 32px;
  color: #0f172a;
}
 main.bespoke-learning-environments .rich-text-content .text-base.leading-relaxed p strong  {
  font-size: 20px;
  color: #0f172a;
  font-family: 'Elza-Medium';
}
main.bespoke-learning-environments .rich-text-content .text-base.leading-relaxed p a strong {
  color: rgba(0, 59, 206);
}
.section-alter .media-with-text-list__wrapper .media-with-text-list__items .media-with-text-list__item p, main.bespoke-learning-environments .rich-text-content .text-base.leading-relaxed p {
  font-size: 16px;
  color: #0f172a;
}
main.bespoke-learning-environments .showcase-middle__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.bespoke-learning-environments .showcase-middle__text p{
  text-align: center;
}

/* Blog Posts */

main.blog .search-tab-section .category-tab {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    height: fit-content;
    border-color: #003acc;
    color: #003acc;
}
main.blog .cc-rich-text .section {
    padding: 72px 0;
    margin: 0;
}
main.blog .cc-rich-text h2 {
    font-size: 48px;
    color: #0f172a;
}
main.blog .cc-rich-text p {
    font-size: 16px;
    color: #0f172a;
}
main.blog .search-tab-section .category-tab.category-tab.active {
    background: #003acc;
    color: #fff;
}
main.blog .search-tab-section .search-box-wrapper input {
    font-size: 16px;
}
main.blog .search-tab-section .search-box-wrapper  svg.search-icon {
    color: #003acc;
}
main.blog .search-tab-section {
    padding: 0 40px;
}
main.blog .featured-card {
    margin: 88px 0 20px;
}
main.blog .featured-card article.card .card__info .featured-card__inner a.btn svg, 
main.blog custom-pagination ul li .card__info a.link.block svg.icon {
    display: none;
}
main.blog .featured-card a.card__media.relative {
    border-radius: 16px;
    background: #ececec;
}
main.blog .featured-card a.card__media img {
    border-radius: 16px;
}
main.blog .featured-card article.card .card__info .featured-card__inner {
    height: auto;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}
main.blog .featured-card article.card .card__info .featured-card__inner .flex-grow {
    flex-grow: unset;
}
main.blog .featured-card article.card .card__info .featured-card__inner h2{
  color: #000;
}
main.blog .featured-card article.card .card__info .featured-card__inner p{
  color: #000;
}
main.blog .featured-card article.card .card__info .featured-card__inner a.btn {
    margin: 0;
    font-size: 14px;
    padding: 8px 16px;
}
main.blog custom-pagination ul {
    gap: 20px;
}
main.blog custom-pagination ul li {
    position: relative;
    border-bottom: 3px solid #fff;
}
main.blog custom-pagination ul li:hover {
    border-bottom: 3px solid #003bce;
    transition: .2s ease-in-out;
}
main.blog custom-pagination ul li .card__info {
    background: #fff;
    z-index: 9;
    width: 90%;
    margin: -35px auto 0;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}
main.blog custom-pagination ul li .card__info h2 {
    font-size: 20px;
    color: #0f172a;
}
main.blog custom-pagination ul li .card__info p {
    font-size: 16px;
    color: #0f172a;
}
main.blog custom-pagination ul li .card__info .btn-wrap {
    margin: 24px 0 10px;
}
main.blog custom-pagination ul li .card__info .btn-wrap a{
    font-size: 14px;
    padding: 10px 20px;
}

.blog-custom-new.container  custom-pagination ul li .card__info {
  text-align: left;
  margin: 0;
  padding: 24px 0 0 0;
}

.blog-custom-new.container custom-pagination ul li .card__info h2 {
  font-size: 23px;
  line-height: 30px;
}
.blog-custom-new.container custom-pagination ul li,
.blog-custom-new.container custom-pagination ul li:hover {
	border: 0;
}
.blog-custom-new.container custom-pagination ul li .card__info .flex-auto {
	align-items: flex-start;
	justify-content: space-between;
}
.blog-custom-new.container .article__tag {
	color: #000 !important;
}
.blog-custom-new.container custom-pagination ul li .card__info a.link.block {
	background: none;
	color: #04c0ff !important;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	border-radius: 0;
	margin: 10px 0 0 0;
  position : relative
}
.blog-custom-new.container custom-pagination ul li .card__info a.link.block svg {
	display: inline-block !important;
}
main.blog custom-pagination ul li .media {
    border-radius: 16px;
    padding-top: unset !important;
    height: 320px;
}
main.blog custom-pagination ul li .card__info .flex-auto {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main.blog custom-pagination ul li .card__info a.link.block {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 16px;
    background: #003acc;
    color: #fff !important;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.hands-on-product-showcase .slideshow-section.slideshow-custom-pages {
	display : block
}
.contact-us .faq-tabs {
	border: 0;
	justify-content: center;
	margin-bottom: 48px;
}
.form-new-pages h2, 
.wushka .wushka-form-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .072px;
    line-height: 28px;
    max-width: 680px;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.form-new-pages > .section .form {
  width: 100%;
  text-align: left;
}
.form-new-pages .section .section {
  padding: 0;
  box-shadow: none;
  margin: 0;
}

.form-new-pages .input, .form-new-pages select {
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: 1px solid #c6c1b9 !important;
  background: #fff !important;
  height: 40px;
  color: #000;
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .042px !important;
}
.form-new-pages .section label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .042px;
  margin: 0 0 8px 0;
}
.form-new-pages .section .container .max-w-text-overlay {
  max-width: 100%;
  margin: 0 auto;
}
.form-new-pages .section p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: .042px;
}



.contact-us .border-grid .multi-column {
	border: 1px solid rgb(198, 193, 185);
	border-radius: 16px;
	padding: 32px;
	flex: 0 0 calc(50% - 14px);
	width: 100%;
}
.contact-us .border-grid ul.flex {
  gap: 25px;
  max-width: 900px;
  margin: 0 auto;
}
.contact-us .border-grid ul.flex .card__info {
  padding: 0;
}
.contact-us p {
	text-align: left;
}
.form-new-pages .form {
	width: 100%;
	text-align: left;
  margin-left : 0;
  margin-right : 0
}
.form-new-pages .container {
	border-radius: 16px;
	background: #faf8f6;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.02);
	width: 100%;
	max-width: 680px;
	padding: 48px 32px;
	margin: 24px auto 48px auto;
	text-align: left;
}
.form-new-pages .mb-heading {
	margin: 0;
}
.form-new-pages .form label,
.wushka .wushka-label {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .042px;
	margin: 0 0 8px 0;
}
main.blog .featured-card a.card__media.relative {
	min-height: 420px;
}
main.blog .featured-card article.card .card__info .featured-card__inner h2 {
  margin-left : auto;
  margin-right : auto
}
main.teacher-calendar-2025 p .contained-heading.inline-block {
  margin-left : auto;
  margin-right : auto
}
main.teacher-calendar-2025 .cc-media-with-text .section p.subheading {
	font-weight: 600;
	margin-bottom: 14px;
}
.product-info .special-product.price-ctn-btn .ag_bb_title {
	font-weight: bold;
}
.product-info .special-product.price-ctn-btn .price.price--on-sale.price--sale-color.text-h3 {
	line-height: 1;
}

.our-brands .overflow-cards ul.flex li.multi-column .card__info .btn-wrap a {
  color : #fff !important
}
.wushka .slideshow-custom-pages,
.product-showcase .slideshow-custom-pages {
  display : block
}
.wushka .media-heading-text-section .section__block--logo img,
.ochre-education .media-heading-text-section .section__block--logo img,
.lego-education-science .media-heading-text-section .section__block--logo img,
.lego-education .media-heading-text-section .section__block--logo img,
.elizabeth-richards .media-heading-text-section .section__block--logo img,
.merge-edu .media-heading-text-section .section__block--logo img {
    min-height: 56px;
    border-radius : 0;
    max-height : 56px
}
.wushka .media-heading-text-section .section__block--logo {
    margin-bottom: 32px;
}
.shopify-section.cc-multi-column .card__info .h5.card__title {
  order : 0
}
.wushka .shopify-section.cc-multi-column .card__info .h5.card__title {
	color: #0f172a;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	letter-spacing: 0.072px;
	margin-bottom: 8px;
  order : 0
}
.wushka .shopify-section.cc-multi-column .wushka-img-text-banner-bottom .card__info .rte p,
.wushka .cc-icons-with-text li.slider__item .text-body-medium p,
.lego-education-science .cc-icons-with-text li.slider__item .text-body-medium p,
.lego-education .cc-icons-with-text li.slider__item .text-body-medium p,
.wushka p.wushka-required-note,
.wushka p.wushka-footer-text,
.product-showcase .cc-icons-with-text li.slider__item .text-body-medium p {
font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0.042px;
}
.wushka p.wushka-footer-text a {
  color : rgb(48 97 218)
}
.wushka .media-text-grid h2,
.ochre-education .media-text-grid h2,
.lego-education-science .media-text-grid h2,
.lego-education .media-text-grid h2,
.merge-edu .media-text-grid h2 {
  margin-bottom : 16px
}
.wushka .media-text-grid p,
.ochre-education .media-text-grid p,
.lego-education-science .media-text-grid p,
.lego-education .media-text-grid p,
.merge-edu .media-text-grid p {
font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.048px;
}
.wushka .media-text-grid .media-with-text,
.ochre-education .media-text-grid .media-with-text,
.lego-education-science .media-text-grid .media-with-text,
.lego-education .media-text-grid .media-with-text,
.merge-edu .media-text-grid .media-with-text,
.lego-education .media-text-grid .media-with-text-item {
	gap: 40px;
  max-width : 1020px
}
.ochre-education .media-text-grid .media-with-text,
.lego-education-science .media-text-grid .media-with-text,
.lego-education .media-text-grid .media-with-text {
  align-items : flex-start
}
.wushka .media-text-grid .media-with-text__text,
.ochre-education .media-text-grid .media-with-text__text,
.lego-education-science .media-text-grid .media-with-text__text,
.lego-education .media-text-grid .media-with-text__text {
  padding-left : 0 !important;
  padding-right : 0 !important;
}
.wushka .media-text-grid .media,
.ochre-education .media-text-grid .media,
.lego-education-science .media-text-grid .media,
.lego-education .media-text-grid .media {
 border-radius : 16px
}
.wushka .cc-icons-with-text li.slider__item .rte p strong,
.lego-education-science .cc-icons-with-text li.slider__item .rte p strong,
.lego-education .cc-icons-with-text li.slider__item .rte p strong,
.product-showcase .cc-icons-with-text li.slider__item .rte p strong {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    display: block;
}
.wushka .icons-with-text .slider--no-scrollbar .slider__grid li.slider__item,
.lego-education-science .icons-with-text .slider--no-scrollbar .slider__grid li.slider__item,
.lego-education .icons-with-text .slider--no-scrollbar .slider__grid li.slider__item,
.product-showcase .icons-with-text .slider--no-scrollbar .slider__grid li.slider__item {
    align-items: flex-start;
}
.wushka .form-new-pages .container .wushka-form-container {
    max-width: 100%;
    margin: 0;
    background: no-repeat;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
button.wushka-submit-btn {
    border-radius: 21px;
    box-shadow: none;
}
.wushka .slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay p {
  padding-bottom : 20px;
  padding-top : 20px;
  text-align : left
}

.lego-education-science .feature-item__title,
.product-showcase .feature-item__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.048px;
}
.lego-education-science .feature-item__icon,
.product-showcase .feature-item__icon {
  width: 20px;
  height: 20px;
}
.lego-education-science .features-grid,
.product-showcase .features-grid {
  gap: 24px 80px;
}
.lego-education-science .video-section,
.lego-education .video-section {
	gap: 30px;
}
.lego-education-science .video-section h4,
.lego-education .video-section h4 {
	font-size : 28px;
  line-height : 34px;
  font-weight : 600;
  letter-spacing : 0.25px;
  color : #0f172a;
  margin : 0;
  padding : 10px
}
.lego-education-science .video-section .card__info,
.lego-education .video-section .card__info  {
  padding-top : 0
}
.lego-education-science .image-overlay-text .text-overlay .text-overlay__heading {
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  color: rgba(0, 59, 206);
  font-weight: 600;
}
.lego-education-science .image-overlay-text .text-overlay {
  max-width: 650px;
  padding: 40px;
}
.border-radius-12 .image-banner__image {
	border-radius: 12px;
}

.image-banner-we-play {
  margin-top: 60px;
}
.image-banner-we-play .image-banner {
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  overflow : hidden
}
.weplay .cc-gallery .gallery .media {
  border-radius: 20px;
  transition: transform .3s ease;
}
.weplay .cc-gallery .gallery .media:hover {
    transform: scale(1.025);
    
}
.weplay .cc-gallery .gallery__text-padded-fixed {
  overflow : visible
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay h3 p,
.weplay .cc-gallery .gallery-block__image-text.text-overlay h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: .25px;
  color: #fff;
}
.weplay .cc-gallery .row-span-2 .gallery-block__image-text.text-overlay h3 p,
.weplay .cc-gallery .row-span-2 .gallery-block__image-text.text-overlay h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: .25px;
  color: #000;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay p.text-overlay__block {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .25px;
  color: #000;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay .link {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: .25px;
	font-weight: 600;
	text-decoration: none;
	color: #003bce !important;
	opacity: 1;
	position: relative;
	display: flex;
	align-items : center;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay .link::after {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	margin-left: 4px;
	position: relative;
	top: 0;
}
.weplay .cc-gallery .row-span-1 .gallery-block__image-text.text-overlay .link {
  font-size : 16px;
  line-height : 24px;
  color : #fff !important
}
.weplay .cc-gallery .row-span-1  .gallery-block__image-text.text-overlay .link::after {
width: 8px;
	height: 8px;
}
.weplay .cc-gallery  .gallery-block__image-text.text-overlay {
	max-width: 700px;
	margin: 0;
}
.weplay .cc-gallery .row-span-1 .gallery__text-padded-fixed {
	padding: 16px;
  min-height : 425px
}
.weplay .cc-gallery .row-span-1:last-child .gallery-block__image-text.text-overlay h3 p {
 color : #000
}
.weplay .cc-gallery .row-span-1:last-child .gallery-block__image-text.text-overlay .link {
  color : #003bce !important
}
.weplay .cc-collection-list .card__collection .media {
	border: 1px solid var(--coll-card-border-color);
	border-radius: 14px;
  min-height : 240px
}
.weplay .cc-collection-list .card__info .card__title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
.weplay .cc-collection-list .slider__grid {
	gap: 32px;
}
.weplay .cc-collection-list .slider-nav {
   height : 80%;
   padding : 0 10px
}
.weplay .cc-collection-list .slider__grid .slider__item:hover .card__title{
  color : rgba(0, 59, 206)

}
.weplay .cc-collection-list .slider__grid .card__collection--with-border .card__media {
  overflow : visible
}

.merge-edu .feature-item__description{
 color: #0f172a;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.25px;

}
.merge-edu .features-section {
	max-width: 100%;
}
.merge-edu .feature-item__icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}
.merge-edu .feature-item__icon::after {
	font-size: 15px;
}
.merge-edu .feature-item {
	gap: 16px;
  align-items : center
}
main.blog .featured-card a.card__media.relative {
	min-height: 420px;
}
main.blog .featured-card article.card .card__info .featured-card__inner h2 {
  margin-left : auto;
  margin-right : auto
}
main.teacher-calendar-2025 p .contained-heading.inline-block {
  margin-left : auto;
  margin-right : auto
}
main.teacher-calendar-2025 .cc-media-with-text .section p.subheading {
	font-weight: 600;
	margin-bottom: 14px;
}
.lego-education .tabs-only-section {
    margin-top: 60px;
}

@media (min-width: 600px) {
  .lego-education-science .features-grid,
  .product-showcase .features-grid {
	grid-template-columns: repeat(2, 1fr);
}
.ai-lesson-plan-generator .products-grid-container .lg\:grid-cols-5 {
  grid-template-columns : repeat(2, minmax(0, 1fr))

}
.hands-on-product-showcase .products-grid-container .lg\:grid-cols-5 {
  grid-template-columns : repeat(2, minmax(0, 1fr))

}
}
@media (min-width: 668px) {
.hands-on-product-showcase .products-grid-container .lg\:grid-cols-5 {
  grid-template-columns : repeat(3, minmax(0, 1fr))

}

.ai-lesson-plan-generator .media-with-text,
.early-childhood-lookbook .media-with-text{
	display: flex;
	max-width: 1088px;
	margin: 0 auto;
}


.ai-lesson-plan-generator .products-grid-container .lg\:grid-cols-5 {
  grid-template-columns : repeat(3, minmax(0, 1fr))

}
}
@media only screen and (min-width: 769px) {
.weplay .gallery-mobile-carousel .os-scrollbar.os-theme-dark {
	display : none
}
  .lego-education .icons-with-text .carousel[inactive] .icons-with-text--narrow {
	max-width: 100% !important;
	grid-auto-columns: calc((100% - var(--column-gap) * 2) / 3);
}
  .wushka .icons-with-text .slider--no-scrollbar .slider__grid {
    width: 100%;
    grid-auto-columns: calc((100% - var(--column-gap) * 2) / 3);
    justify-content: center;
}
   .ai-lesson-plan-generator .container.products-grid-container {
	padding: 0;
}
  .wushka-library h2 {
    font-size: 40px !important;
    letter-spacing: 0.8px;
  }
  .wushka .slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay {
    margin: 0 0 0 -100px;
    text-align: left;
    padding-bottom : 20px;
    padding-top : 20px;
    width : auto
}
.wushka .slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay p {
  padding-bottom : 50px;
  padding-top : 50px
}
.wushka .slideshow-custom-pages .slideshow__slide {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    min-height : 440px !important
}

.wushka .slideshow-custom-pages .slideshow__slide .image-banner__image {
    flex: 0 0 50%;
    width: 50%;
}

.wushka .slideshow-section.slideshow-custom-pages slide-show .slideshow__text {
    max-width: 50%;
    margin: 0;
    padding: 0;
    width: 50%;
    flex: 0 0 50%;
}
}
@media only screen and (min-width: 992px) {
    .product-showcase .media-heading-text-section .media-with-text .media-with-text__text h2 {
	padding-right: 0;
}
.product-showcase .media-with-text--reverse .media-with-text__text:not(.color-scheme) {
  padding-right : 10px
}
    .merge-edu .features-section .features-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
  gap : 48px
}
  main.audio-visual-technology .text-for-tab p{
    margin-top:40px;
  }
  .media-heading-text-section .media-with-text {
    padding: 24px 0 !important;
  }
  .media-heading-text-section .media-with-text .media-with-text__text h2 {
    padding-right: 50px;
  }
  .media-heading-text-section .media-with-text .media-with-text__text h5 {
    font-size: 20px;
  }
  main.events-conferences-calendar .cc-media-with-text .section h2 {
    font-size: 48px;
  }
  main.events-conferences-calendar .cc-media-with-text .section .media-with-text__text {
      padding-right: 20px;
  }
  main.events-conferences-calendar .cc-media-with-text .section {
    padding: 72px 0;
  }
  main.teacher-calendar-2025 .cc-media-with-text .section h1 {
    font-size: 48px;
  }
  main.teacher-calendar-2025 .cc-media-with-text .section .media-with-text__text {
      padding-right: 20px;
  }
  main.teacher-calendar-2025 .cc-media-with-text .section {
    padding: 72px 0;
  }
  main.teacher-calendar-2025 .cc-event-calendar .reading-width h4.disclosure__title{
    font-size: 24px !important;
  }
  main.blog .featured-card article.card .card__info .featured-card__inner {
    margin-left: -98px;
  }
  main.blog .featured-card a.card__media.relative {
    min-height: 480px;
  }
}
@media (min-width: 1024px) {
  .hands-on-product-showcase .products-grid-container .lg\:grid-cols-5 {
  grid-template-columns : repeat(4, minmax(0, 1fr))
}
  .cc-logo-list h2 {
	padding-left: 100px;
	padding-right: 100px;
}
.ai-lesson-plan-generator .products-grid-container .lg\:grid-cols-5 {
  grid-template-columns : repeat(4, minmax(0, 1fr))

}
}
@media (min-width: 1200px) {
.card--product .price--sale-color:has(.price__was:not(:empty)):has(.price__default:not([hidden])) .price__current {
	margin-bottom: -4px;
}
}
@media (min-width: 1280px) {
  .hands-on-product-showcase .products-grid-container .lg\:grid-cols-5 {
  grid-template-columns : repeat(5, minmax(0, 1fr))

}
.we-support-hands-on-learning .tabbed-collections .tab-content .carousel.block {
  margin-left : -55px;
  margin-right : -55px
}
.we-support-hands-on-learning .tabbed-collections .tab-content .carousel.block .lg\:auto-cols-4 {
	grid-auto-columns: calc((100% - var(--column-gap) * 1.5) / 5);
  column-gap : calc(var(--grid-column-gap) * 1)
}
.ai-lesson-plan-generator .products-grid-container .lg\:grid-cols-5 {
  grid-template-columns : repeat(5, minmax(0, 1fr))

}
}
@media (min-width: 1400px) {
 
.delivery-freight-information .media-with-text .media.w-full {
    padding-top: 125% !important;
}
}

@media (min-width: 1600px) {
.we-support-hands-on-learning .tabbed-collections .tab-content .carousel.block {
  margin-left : -75px;
  margin-right : -75px
}
}
@media (max-width: 1100px) {
   .weplay .cc-gallery .row-span-1 .gallery__text-padded-fixed {
	min-height: 350px;
}
.weplay .cc-gallery .row-span-2 .gallery-block__image-text.text-overlay h3 p, .weplay .cc-gallery .row-span-2 .gallery-block__image-text.text-overlay h3 {
	font-size: 32px;
	line-height: 48px;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay h3 p, .weplay .cc-gallery .gallery-block__image-text.text-overlay h3 {
	font-size: 24px;
	line-height: 30px;
  white-space : normal
}
.weplay .cc-collection-list .card__collection .media {

	min-height: 200px;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay p.text-overlay__block {
	font-size: 20px;
	line-height: 26px;
}
  .image-text-above-right .text-overlay {
	padding: 24px;
}
   .custom-activity-grid-with-border .activities-grid .activity-card .activity-card__heading {
	font-size: 24px;
	line-height: 30px;
}
.teacher-educator-planner  .three-column-custom .container, .teacher-educator-planner  .two-column-custom .container {
    max-width: 960px;
}
.audio-visual-technology .cc-logo-list ul.logo-list li img, .technology-solutions .cc-logo-list .section ul li img {
    min-height: 70px;
}
.audio-visual-technology .cc-logo-list ul.logo-list, .technology-solutions .cc-logo-list .section ul {
    column-gap: 20px !important;
}
.steamposium .steamposium-text .max-w-text-overlay {
	max-width: 655px;
}
  .image-overlay-text .text-overlay .text-overlay__heading,
  .we-support-hands-on-learning .section__block.h1,
  .media-heading-text-section .media-with-text .media-with-text__text h2,
  .our-brands .media-heading-text-section .media-with-text .media-with-text__text h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 24px 0;
}
.media-heading-text-section .media-with-text .media-with-text__text .subheading {
	font-size: 16px;
}
}

@media (max-width: 991px) {
 .merge-edu .feature-item__icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}
  .overflow-cards ul.flex li.multi-column .card__info h3 {
	font-size: 16px;
}
  .merge-edu .feature-item__description {
	font-size: 16px;
	line-height: 22px;
}
  .weplay .overflow-cards ul.slider__grid li.multi-column h3 {
	font-size: 16px;
	line-height: 22px;
	min-height: 44px;
}
  .weplay .cc-gallery .gallery-block__image-text.text-overlay {
	max-width: 100%;
	overflow: visible;
}
  .weplay .cc-gallery .row-span-2 {
	grid-row: inherit;
	grid-column: span 2;
}
  .weplay .cc-gallery .row-span-2 .gallery-block__image-text.text-overlay h3 p, .weplay .cc-gallery .row-span-2 .gallery-block__image-text.text-overlay h3 {
	font-size: 28px;
	line-height: 34px;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay p.text-overlay__block {
	font-size: 16px;
	line-height: 24px;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay .link {
	font-size: 16px;
	line-height: 24px;
}
    .lego-education-science .video-section h4, 
  .lego-education .video-section h4 {
	font-size: 20px;
	line-height: 24px;
}
  .lego-education-science .image-overlay-text .text-overlay .text-overlay__heading {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.072px;
}
.lego-education-science .image-overlay-text .text-overlay {
	max-width: 100%;
	padding: 32px;
}
  .image-text-above-right .image-banner .container {
	justify-content: center;
	padding: 0;
}

.image-text-above-right .image-banner .image-banner__image {
  position: relative;
  max-height: 400px;
  height: auto;
  border-radius : 16px;
  min-height : 400px
}
.image-text-above-right .image-banner {
 display: block;
}
.image-text-above-right .image-banner .image-banner__image img {
	position: static;
	min-height: 400px;
	object-fit: cover;
}
.image-text-above-right .text-overlay {
  margin-top: -128px;
  max-width: 90%;
}
  .wushka .wushka-img-text-banner-bottom li.multi-column {
    flex: 0 0 calc(50% - 16px);
}
  main.audio-visual-technology .text-for-tab p{
    margin-top:30px;
  }
  .contact-us .border-grid .multi-column {
	padding: 12px;
}
  .contact-us .max-w-text-overlay {
	max-width : 100% !important
}
  .hands-on-product-showcase .products-grid-container .lg\:grid-cols-5 {
	gap: 14px;
}
.hands-on-product-showcase .section__block.h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 24px 0;
}
.hands-on-product-showcase h2 {
	font-size: 28px;
	line-height: 34px;
}
.hands-on-product-showcase .small-font-size h2 {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 28px;
}
 .custom-activity-grid-with-border .activities-grid .activity-card {
	padding: 16px;
}
  .custom-activity-grid-with-border .activities-grid .activity-card .activity-card__link {
	font-size: 14px;
	line-height: 20px;
}
  .custom-activity-grid-with-border .activities-grid .activity-card .activity-card__heading {
	font-size: 18px;
	line-height: 26px;
}
  .custom-activity-grid-with-border .activities-grid .activity-card .activity-card__image {
	width: auto;
	height: auto;
	max-width: 100px;
}
  .custom-activity-grid .activities-grid .activity-card .activity-card__heading {
	font-size: 16px;
	line-height: 22px;
}
 .early-childhood-lookbook .media-with-text__text {
	padding-left: 16px;
}
  .download-catalogues .tab-button,
  .we-support-hands-on-learning .tab-btn,
  .lego-education .tab-button,
  .contact-us .faq-tab {
	font-size: 18px;

}
  .download-catalogues .h1,
  .contact-us h2 {
	font-size: 32px;
	line-height: 40px;
}
  .download-catalogues .cards-grid .product-card {
	flex: 0 0 calc(50% - 10px);

}
.download-catalogues .product-card__title {

	font-size: 16px;
}
  .ai-lesson-plan-generator .products-grid-container .lg\:grid-cols-5 {
	gap: 14px;
}
 .ai-lesson-plan-generator h2,
  .early-childhood-lookbook h2,
  .we-support-hands-on-learning h2,
  .contact-us h3,
  .audio-visual-technology .cc-rich-text .max-w-text-overlay h2,
  .wushka h2,
  .ochre-education h2,
  .lego-education-science h2,
  .lego-education h2,
  .elizabeth-richards h2,
  .weplay h2,
  .merge-edu h2,
  .product-showcase h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 24px;
}
.image-text-above-right .text-overlay .text-overlay__heading {
  font-size: 20px;
	line-height: 24px;
}
.wushka .shopify-section.cc-multi-column .card__info .h5.card__title {
  	font-size: 20px;
	line-height: 24px;
}
  .faq-twocolumn .faq-grid details-disclosure {
	flex: 0 0 100%;
}
  .ai-lesson-plan-generator h3 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.072px;
}
  .ai-multicolumn-3 ul.flex .multi-column {
	flex: 0 0 calc(50% - 15px);

}


.image-overlay-text .text-overlay {
	max-width: 90%;
}
.ai-lesson-plan-generator .max-w-text-overlay {
	max-width: 680px;
}
.ai-lesson-plan-generator p,
.download-catalogues p,
.we-support-hands-on-learning p,
main.teacher-calendar-2025 p,
.contact-us .border-grid .flex .multi-column p,
main.mta-learning-environments .rich-text-content p,
main.audio-visual-technology .rich-text-content p,
main.audio-visual-technology .text-for-tab p,
.mta-speak-to-an-expert p,
main.technology-solutions .cc-rich-text p,
.our-brands p,
.wushka p,
.ochre-education p,
.lego-education-science p,
.lego-education p,
.elizabeth-richards p,
.weplay p,
.merge-edu p,
.product-showcase p   {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.042px;
}
.audio-visual-technology .cc-rich-text .max-w-text-overlay p{
  font-size: 14px;
}

  .steamposium .agenda-steam p {
		max-width: 355px;
}
  .blog .cc-featured-categories .grid {
	column-gap: 24px;
}
.blog .cc-media-with-text .container {
	padding-left: 15px;
	padding-right: 15px;
}
  .blog .blog-header .section__block.h1 .contained-heading {
	max-width: 80%;
}
.blog .blog-header .section__block p {
	font-size: 19px;
	line-height: 26px;
}
  main.new-fitouts .fitouts-pro-option .flex .multi-column .card__info .card__title {
	font-size: 16px;
	line-height: 24px;
}

  main.new-fitouts .image-banner h2 {
	font-size: 30px;
	line-height: 35px;
}
main.new-fitouts h2 {
	font-size: 32px;
	line-height: 35px;
  padding : 0
}
main.new-fitouts .new-fitout-content .container .section__block {
  padding : 0
}
main.new-fitouts .fitout-team-offer .centres-section .section-title {
	font-size: 19px;
	line-height: 20px;
}
  .professional-learning .h1 {
	font-size: 44px;
	line-height: 50px;
	letter-spacing: .4px;
}
  .professional-learning .flex.flex-wrap .multi-column {
	flex: 0 0 calc(50% - 10px);
}
  .book-a-rep-visit .flex .phone-numbers-sidebar {
	flex: 0 0 280px;
	margin-top: 85px;
}
.book-a-rep-visit .flex .phone-numbers-sidebar .phone-item .flex {
	gap: 16px;
}
.book-a-rep-visit .flex .phone-numbers-sidebar .phone-item p.text-blue-700 {
	font-size: 18px;
	line-height: 20px;
}
.book-a-rep-visit .flex .phone-numbers-sidebar .phone-item .leading-tight {
	font-size: 20px;
	line-height: 20px;
}
.book-a-rep-visit .section__block--subheading {
	font-size: 18px;
	line-height: 22px;
}
.book-a-rep-visit .flex.flex-col {
	flex-direction: row;
	gap: 10px;
}
.book-a-rep-visit .section__block.h2 {
	font-size: 38px;
	line-height: 44px;
	margin-bottom: 30px;
	padding-left: 0;
}
  .delivery-freight-information  h1.text-overlay__heading {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
  .teacher-educator-planner  .media-with-text.media-with-text--reverse,
  .teacher-educator-planner  .three-column-custom .container,
  .teacher-educator-planner  .image-banner,
   .teacher-educator-planner .two-column-custom .container{
 max-width : 728px
  }
   .teacher-educator-planner .content-section .container .max-w-text-overlay {
    max-width: 728px !important;
  }
 .teacher-educator-planner  .media-with-text__media.relative.flex.flex-col.justify-center.overflow-hidden {
    width: 100%;
}

 
.teacher-educator-planner  .media-with-text__text,
.teacher-educator-planner  .media-with-text {
    padding-right: 0 !important;
    padding-top : 0
}
.teacher-educator-planner  .media-with-text.media-with-text--reverse {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    display : flex
   
}

.teacher-educator-planner  .media-with-text .media img.img-fit {
    position: static;
}
#shopify-section-template--17432670175345__rich_text_fiABja .container .max-w-text-overlay {
    margin: 0 auto;
    padding: 0;
}
.teacher-educator-planner  .media-with-text .media {
    padding-top: 0 !important;
}
.teacher-educator-planner  .content-section {
    margin-top: 0;
}
.teacher-educator-planner  .three-column-custom .multi-column {
    flex: 0 0 calc(50% - 16px);
}
.teacher-educator-planner  .slider-thumbnails .thumb img {
    width: 110px;
    height: 50px;
}
.teacher-educator-planner  .tab-slider .slides-wrapper img {
    max-height: 315px;
}
.teacher-educator-planner  .image-banner .text-overlay .text-overlay__heading, .teacher-educator-planner  .two-column-custom .card__info h3 {
    font-size: 20px;
}
.teacher-educator-planner  .image-banner .text-overlay {
    margin: 0 auto;
    padding: 16px;

}
.teacher-educator-planner .image-banner {
    overflow: visible;
}

.teacher-educator-planner .image-banner .image-banner__image {
    overflow: visible;
}

.teacher-educator-planner .image-banner .text-overlay {
    bottom: -110px;
}

.teacher-educator-planner .image-banner-fullwidth {
    padding-bottom: 110px;
}
.teacher-educator-planner   .contained-heading {
    padding: 0;
}
.teacher-educator-planner .content-section .container .max-w-text-overlay .reading-width--inline {
    max-width: 100%;
    padding: 0;
}
main.events-conferences-calendar .media-with-text {
    flex-direction: column-reverse !important;
    padding: 0 !important;
    display: flex;
  }
  main.teacher-calendar-2025 .media-with-text {
    flex-direction: column-reverse !important;
    padding: 0 !important;
    display: flex;
  }
  main.blog .featured-card article.card {
    flex-direction: column;
  }
  main.blog .featured-card article.card .card__info .featured-card__inner {
    max-width: 100%;
    margin: -55px auto 0;
  }
   main.events-conferences-calendar .cc-media-with-text .section h2 {
    font-size: 32px;
    text-align: center;
  }
  main.events-conferences-calendar .cc-media-with-text .section p {
    text-align: center;
  }
  main.teacher-calendar-2025 .cc-media-with-text .section h1 {
    font-size: 32px;
    text-align: center;
  }
  main.teacher-calendar-2025 .cc-media-with-text .section p, main.teacher-calendar-2025 .cc-media-with-text .section h2 {
    text-align: center;
  }
  main.teacher-calendar-2025 .cc-event-calendar .reading-width details.disclosure table thead tr th:first-child {
    width: 18%;
  }
  main.blog custom-pagination ul li .card__info h2 {
    font-size: 16px !important;
  }
  main.blog custom-pagination ul li .card__info p {
    font-size: 14px !important;
    line-height: 22px;
  }
  main.blog .featured-card article.card .card__info .featured-card__inner h2 {
    font-size: 16px !important;
    text-align: center;
  }
  main.blog .featured-card article.card .card__info .featured-card__inner p{
    font-size: 14px !important;
    text-align: center;
    line-height: 22px;
  }
  main.blog .featured-card article.card .card__info .featured-card__inner .flex-grow {
    flex-grow: unset;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  main.blog custom-pagination ul li .media {
    height: 260px !important;
  }
  main.blog .cc-rich-text .section {
    padding: 32px 0 !important;
    margin: 0;
  }
  main.blog .cc-rich-text h2 {
    font-size: 24px !important;
  }
  .overflow-cards ul.flex .multi-column {
    flex: 0 0 calc(50% - 10px);
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .teacher-educator-planner .tab-slider-section .tabs-wrapper, .teacher-educator-planner .tab-slider-section .tabs-contents {
	max-width: 70%;
}
.teacher-educator-planner .slider-btn.prev {
	left: -80px;
}
.teacher-educator-planner .slider-btn.next {
	right: -80px;
}
.weplay .cc-gallery .gallery .media {
  position: relative;
  min-height: 400px;
  max-height: 400px;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay {
  position: static;
}
.weplay .cc-gallery .gallery__text-padded-fixed {
  flex-direction: column;
  gap: 16px;
  padding: 0 !important;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay h3 p, .weplay .cc-gallery .gallery-block__image-text.text-overlay h3 {
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay h3 p, .weplay .cc-gallery .gallery-block__image-text.text-overlay h3 {
  color: #000;
}
.weplay .cc-gallery .row-span-1 .gallery-block__image-text.text-overlay .link {
  color: #003bce !important;
}

 .wushka .slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay {
	margin: 0;
}
.wushka .icons-with-text .slider--no-scrollbar .slider__grid {
	width: 100%;
	grid-auto-columns: calc((100% - var(--column-gap)) / 2);
}
  .wushka .media-text-grid .media-with-text__text,
.ochre-education .media-text-grid .media-with-text__text,
.lego-education-science .media-text-grid .media-with-text__text,
.lego-education .media-text-grid .media-with-text__text {
  padding-top : 16px
}
main.blog .md-down\:text-center {
	text-align: left;
	padding-left: 0;
}
main.blog .featured-card a.card__media.relative {
	min-height: 320px;
}
main.blog .featured-card a.card__media.relative {
	min-height: 320px;
}
  .media-heading-text-section .media-with-text {
	flex-direction: row-reverse;
	display: flex;
}
.media-heading-text-section .media-with-text__media {
	min-height: 300px;
	flex: 0 0 50%;
}
  .form-new-pages .container {
	max-width: calc(100% - 96px);
}
  .contact-us h2, .contact-us .section__block {
	padding-left: 0;
	padding-right: 0;
}
.ai-lesson-plan-generator .carousel.container .products-grid-container {
	padding: 0;
}
.banner-text-image .media-with-text__media {
	flex: 0 0 48%;
}
  .early-childhood-lookbook .media-with-text .media-with-text__media,
  .ai-lesson-plan-generator .media-with-text .media-with-text__media {
    flex : 0 0 50%
  }
.early-childhood-lookbook .media-with-text .media-with-text__media .media .img-fit,
.ai-lesson-plan-generator .media-with-text .media-with-text__media .media .img-fit {
  position: static;
  border-radius : 16px
}
.early-childhood-lookbook .media-with-text .media-with-text__media .media,
.ai-lesson-plan-generator .media-with-text .media-with-text__media .media {
  padding-top: 0 !important;
}

  .steamposium .steamposium-text .section__block,
  .steamposium .section__block.h3,
  .steamposium .agenda-steam .section__block {
  padding-left : 0;
  padding-right : 0
}

.steamposium .agenda-steam p {
  text-align : center
}
 .steamposium .agenda-steam .section__block.h3 {
text-align: center;

 }

  .blog .cc-media-with-text .container .media-with-text {
	max-width: 100%;
	padding-right: 0 !important;
}
.blog .latest-posts ul.flex .multi-column {
	flex: 0 0 calc(50% - 12px);
}
    main.new-fitouts .image-banner  {
	min-height: 200px !important;
}
  .teacher-educator-planner  .slider-thumbnails .thumb img {
    width: 100px;
    height: 50px;
}
   .teacher-educator-planner  .media-with-text.media-with-text--reverse,
  .teacher-educator-planner  .three-column-custom .container,
  .teacher-educator-planner  .tab-slider-section,
  .teacher-educator-planner  .image-banner,
   .teacher-educator-planner .two-column-custom .container{
 max-width : 100%
  }
    .teacher-educator-planner .tab-slider-section {
      padding-left : 0;
      padding-right : 0
    }
  .teacher-educator-planner .three-column-custom .container,
  .teacher-educator-planner .two-column-custom .container {
       padding-left: 48px;
    padding-right: 48px;
}
.teacher-educator-planner  .slider-thumbnails {
    padding-top: 20px;
    gap: 5px;
}
 .teacher-educator-planner .two-column-custom .md\:gap-y-6 li.multi-column {
    flex: 0 0 calc(50% - 8px);
}
  .teacher-educator-planner  .media-with-text.media-with-text--reverse,
  .teacher-educator-planner  .three-column-custom .container,
  .teacher-educator-planner  .tab-slider-section,
  .teacher-educator-planner  .image-banner,
   .teacher-educator-planner .two-column-custom .container{
 max-width : 100%
  }
  .teacher-educator-planner .slider-btn {
    top: 117px;
    bottom: inherit;
}
.teacher-educator-planner  p {
    padding: 0 10px;
}
  .collection-grid-section .collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .delivery-freight-information .freight-table td,
  .delivery-freight-information .freight-table thead th,
  .delivery-freight-information .delivery-table td,
  .delivery-freight-information .delivery-table th {
    padding: 0 15px;
    font-size: 15px;
    line-height: 22px;
}

  .delivery-freight-information .h2 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
}
.delivery-freight-information p, .delivery-freight-information .h5 {
    font-size: 16px;
    line-height: 25px;
}

.teacher-educator-planner .rte,
.delivery-freight-information .rte,
.book-a-rep-visit .rte,
.professional-learning .rte,
main.new-fitouts .rte,
.blog .rte,
.steamposium .rte,
.ai-lesson-plan-generator .rte,
.download-catalogues .rte,
.early-childhood-lookbook .rte ,
.we-support-hands-on-learning .rte ,
main.teacher-calendar-2025 .rte , 
.events-conferences-calendar .rte,
.mta-learning-environments .rte,
.bespoke-learning-environments .rte,
.hands-on-product-showcase .rte,
.contact-us .rte ,  
.mta-speak-to-an-expert .rte,
main.audio-visual-technology .rte,
main.technology-solutions .rte ,
main.our-brands .rte,
main.wushka .rte,
main.ochre-education .rte,
main.lego-education-science .rte,
main.lego-education .rte,
main.elizabeth-richards .rte,
main.elizabeth-richards .rte,
main.weplay .rte,
main.merge-edu .rte,
main.product-showcase .rte,
.article .rte{
    max-width: 100% !important;
    overflow: visible !important;
    white-space: normal !important;
}
.media-heading-text-section img {
	height: auto;
}
main.2025-teacher-calendar .section__block.reading-width.rte {
	overflow: visible;
	white-space: wrap;
}
.banner-text-image .media-with-text {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
}
.small-font-size .media-with-text.media-with-text--reverse {
  flex-direction: row-reverse;
}
.small-font-size .media-with-text {
	display: flex;
	flex-direction: row;
	gap: 20px;
  padding-right : 0 !important
}
.banner-text-image .media-with-text .img-fit,
.small-font-size .media img {
  position: static;
  height: auto;
}
.banner-text-image .media-with-text  .media,
.small-font-size .media {
  padding-top: 0 !important;
}
.small-font-size .media-with-text__text {
	flex: 0 0 50%;
}
.hands-on-product-showcase p,
.contact-us p  {
	font-size: 14px;
  line-height: 24px
}
}
@media (max-width: 767px) {
   .image-text-above-right .image-banner .image-banner__image {
  max-height: 240px;
  min-height : 240px
}
.image-text-above-right .image-banner .image-banner__image img {
	min-height: 240px;
}
.image-text-above-right .text-overlay {
	padding: 16px;
}
  main.bespoke-learning-environments .tabs-only-section.tabs h2 {
    font-size: 20px !important;
  }
  main.audio-visual-technology .text-for-tab h5 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  main.technology-solutions .media-with-text .media-with-text__text{
    padding-left: 0px;
  }
  main.technology-solutions .media-with-text.media-with-text--reverse .media-with-text__text{
    padding-right: 0px;
  }
  .audio-visual-technology .cc-logo-list h2, 
  .technology-solutions .cc-logo-list h2 {
    font-size: 20px;
  }
  .audio-visual-technology .cc-logo-list p{
  font-size: 14px;
  margin-bottom: 20px;
}
  .icon-heading-text-col .icons-with-text__text.rte {
	flex: auto;
}
  .icon-heading-text-col li .icons-with-text__title {
	font-size: 16px;
}
  .banner-text-image .media-with-text {
	padding-right: 0 !important;
}
.section-alter .media-with-text-list__wrapper .media-with-text-list__items .media-with-text-list__item h5 {
  font-size: 20px !important;
}
main.technology-solutions .cc-media-with-text .media-with-text__text h2 {
  font-size: 20px !important;
}
main.technology-solutions .cc-media-with-text .media-with-text__text p{
  font-size: 14px !important;
}
main.technology-solutions .media-with-text__media .media {
  margin-bottom: 16px;
}
 main.bespoke-learning-environments .rich-text-content .text-base.leading-relaxed p strong,  main.bespoke-learning-environments .rich-text-content .text-base.leading-relaxed p a  {
  font-size: 16px !important;
}
main.technology-solutions .cc-media-with-text a {
  font-size: 14px;
  padding: 8px 16px;
}
.section-alter .media-with-text-list__wrapper .media-with-text-list__items .media-with-text-list__item p,  main.bespoke-learning-environments .rich-text-content .text-base.leading-relaxed p  {
  font-size: 14px !important;
}
.icon-heading-text-col li {padding: 0 !important;}
  .download-catalogues .tab-button,
  .we-support-hands-on-learning .tab-btn,
  .lego-education .tab-button,
  .contact-us .faq-tab {
	font-size: 16px;
}
    .download-catalogues .media-with-text .h1,
    .download-catalogues .section__block.subheading {
      text-align : center
    }
  .download-catalogues .section__block.subheading {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 24px;
}
  .download-catalogues .media-with-text {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;

}
.ai-lesson-plan-generator h2,
  .early-childhood-lookbook h2,
  .we-support-hands-on-learning h2,
  .contact-us h3,
  .wushka h2,
  .ochre-education h2,
  .lego-education-science h2,
  .lego-education h2,
  .elizabeth-richards h2,
  .weplay h2,
  .merge-edu h2,
  .product-showcase h2 {
	font-size: 24px;
	line-height: 28px;
}
.ai-lesson-plan-generator .cc-featured-collection .card,
.we-support-hands-on-learning .tabbed-collections .card,
.lego-education-science .products-grid-container .card,
.lego-education .products-grid-container .card,
.weplay .products-grid-container .card,
.product-showcase .products-grid-container .card {
	padding: 10px;
}
.image-overlay-text .text-overlay p,
  .ai-lesson-plan-generator p,
  .download-catalogues p,
  .we-support-hands-on-learning p,
  main.teacher-calendar-2025 p,
  .contact-us .border-grid .flex .multi-column p,
  main.mta-learning-environments .rich-text-content p,
.mta-speak-to-an-expert p,
main.technology-solutions .cc-rich-text p,
.our-brands p,
.wushka p,
.ochre-education p,
.lego-education-science p,
.lego-education p,
.elizabeth-richards p,
.weplay p,
.merge-edu p,
.product-showcase p  {
	font-size: 14px;
  line-height: 24px
}
main.mta-learning-environments .rich-text-content{
  padding: 0 20px;
}

.technology-solutions .cc-rich-text .max-w-text-overlay h2{
  font-size: 24px !important;
}
  .image-overlay-text .text-overlay {
	max-width: 100%;
}
.image-overlay-text .text-overlay .text-overlay__heading,
.we-support-hands-on-learning .section__block.h1,
.media-heading-text-section .media-with-text .media-with-text__text h2,
.our-brands .media-heading-text-section .media-with-text .media-with-text__text h1 {
	font-size: 24px;
	line-height: 30px;
}
  .image-overlay-text .image-banner .image-banner__image,
  .image-overlay-text .image-banner .image-banner__image .img-fit {
	min-height: 400px;
}


  .faq-twocolumn .faq-grid .disclosure__panel {
	padding-top: 16px;
}
  .faq-twocolumn .faq-grid details-disclosure .disclosure.disclosure--row summary h4 {
	font-size: 20px;
	line-height: 24px;
}
.faq-twocolumn .faq-grid details-disclosure {
	padding: 16px 24px;
}
 .ai-lesson-plan-generator .features-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
  .ai-lesson-plan-generator .media-with-text__text {
	padding-left: 6px;
	padding-top: 20px;
}
  .ai-lesson-plan-generator .rte {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
  .image-overlay-text .text-overlay {
	padding: 20px;
}


.ai-lesson-plan-generator .max-w-text-overlay {
	max-width: 100%;
}
.ai-lesson-plan-generator .section__block,
.download-catalogues .section__block,
.form-new-pages .section .container .max-w-text-overlay .section__block,
.mta-speak-to-an-expert .section__block,
main.teacher-calendar-2025 .section__block,
main.audio-visual-technology .rich-text-content ,
main.audio-visual-technology .text-for-tab,
main.technology-solutions .section__block,
main.our-brands .section__block,
main.wushka .section__block,
main.ochre-education .section__block,
main.lego-education-science .section__block,
main.lego-education .section__block,
main.elizabeth-richards .section__block,
main.weplay .section__block,
main.merge-edu .section__block,
main.product-showcase .section__block  {
	max-width: 100%;
}


   .steamposium .agenda-steam .section__block.h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
	
}
  .steamposium .section__block.h3 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 16px;
}

  .steamposium .steamposium-text .max-w-text-overlay {
	max-width: 100%;
}
  .blog .cc-featured-categories .grid {
	gap: 24px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.blog .cc-featured-categories .grid .category-card__image.mb-4 {
	margin-bottom: 10px;
}
.blog .cc-media-with-text .container {
	padding: 16px;
	border-radius: 20px;
	max-width: calc(100% - 40px);
}
.blog .section__heading--lg, .blog .cc-media-with-text .container h2 {
	font-size: 28px !important;
	line-height: 34px;
}
.blog .latest-posts ul.flex .multi-column {
	flex: 0 0 100%;
}
 .blog .blog-header .section__block.h1 .contained-heading {
	max-width: 100%;
	font-size: 32px;
	line-height: 36px;
}
.blog .latest-posts h2 {
    font-size: 32px;
    line-height: 40px;
}
  main.new-fitouts .fitout-team-offer .centres-list {

	grid-template-columns: 1fr;
}
main.new-fitouts .fitouts-pro-option .flex {
  gap :25px
}

main.new-fitouts .fitouts-pro-option .flex .multi-column {
  flex :0 0 100%
}
  main.new-fitouts .image-banner h2 {
	font-size: 26px;
	line-height: 28px;
}
main.new-fitouts h2 {
	font-size: 20px;
	line-height: 26px;
}
main.new-fitouts p {
	font-size: 16px;
	line-height: 24px;
}
  .professional-learning .professional-learning-banner {
	padding: 24px 0;
}

.professional-learning .h1 {
	font-size: 38px;
	line-height: 46px;
	letter-spacing: .4px;
	
}
  .professional-learning .flex.flex-wrap .multi-column {
	flex: 0 0 100%;
}
.book-a-rep-visit .flex.flex-col {
	flex-direction: column;
	flex-wrap: wrap;
  
}
.book-a-rep-visit .flex .phone-numbers-sidebar {
	flex: 0 0 auto;
	margin-top: 0;
  	padding-left: 15px;
}
.book-a-rep-visit .flex .phone-numbers-sidebar .phone-item p.text-blue-700 {
	font-size: 17px;

}
.slideshow-section{
    padding: 0 20px !important;
  }
  .media-heading-text-section .media-with-text {
    display: flex;
    flex-direction: column-reverse;
  }
  .media-heading-text-section .media-with-text .media-with-text__text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
    text-align: center;
    width : 100%
  }
  .media-heading-text-section .media-with-text .media-with-text__text h2, .media-heading-text-section .media-with-text .media-with-text__text h5,
  .our-brands .media-heading-text-section .media-with-text .media-with-text__text h1 {
    text-align: center;
  }
  .showcase-middle-section {
    padding: 0 20px !important;
  }
  .showcase-middle-section .showcase-middle__content .showcase-middle__text{
    width: 90% !important;
    padding: 16px !important;
  }
  .showcase-middle-section .showcase-middle__content .showcase-middle__image-wrapper img {
    height: 400px;
    object-fit: cover;
  }
  .media-heading-text-section .media-with-text .media-with-text__text a.btn {
    margin: 20px 0;
  }
  .showcase-middle-section .showcase-middle__content .showcase-middle__text .showcase-middle__heading {
    font-size: 20px !important;
  }
  .showcase-middle-section .showcase-middle__content .showcase-middle__text .showcase-middle__sub_heading {
    font-size: 14px !important;
  }
  .tabs-only-section.tabs .tabs-list .tab-item{
    font-size: 16px !important;
  }
  .teacher-educator-planner .tab-slider-section .tabs-wrapper .tab-btn {
    font-size : 16px
  }
  .slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay{
    padding: 16px !important;
    margin-bottom: -80px !important;
  }
  .slideshow-section.slideshow-custom-pages slide-show .image-banner__image, .slideshow-section.slideshow-custom-pages slide-show .image-banner__image img {
    max-height: 180px !important;
  }
.slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay h2 {
	font-size: 18px !important;
	margin-bottom: 12px;
}
  .slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay p {
    font-size: 14px !important;
  }
  .slideshow-section.slideshow-custom-pages slide-show .slideshow__text .text-overlay .text-overlay__block.rte {
  overflow: inherit;
  white-space: normal;
}
 .hands-on-product-showcase .form-container {
	max-width: 680px;
	padding: 24px 16px;
	margin: 0 auto 24px auto;
}
.hands-on-product-showcase .cc-featured-collection .card {
	padding: 10px;
}
.hands-on-product-showcase .section__block.h1 {
	font-size: 24px;
	line-height: 30px;
}
.hands-on-product-showcase h2
  {
	font-size: 24px;
	line-height: 28px;
}
.hands-on-product-showcase .small-font-size h2 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 16px;
}
}
@media (max-width: 667px) {

  .teacher-educator-planner .slider-btn.prev {
	left: -38px;
}
.teacher-educator-planner .slider-btn.next {
	right: -38px;
}
  .teacher-educator-planner .slider-btn {
    width: 28px;
    height: 28px;
  }
  .teacher-educator-planner .tab-slider-section .tabs-wrapper, .teacher-educator-planner .tab-slider-section .tabs-contents {
	max-width: 85%;
}
  .tabs-only-section.tabs .tabs-list {
	gap: 10px;
}
  .product-info .special-product.price-ctn-btn .price.price--on-sale.price--sale-color.text-h3 .price__default {
  display: flex;
  flex-direction: column;
  line-height: 22px;
  align-items: flex-start;
}
.product-info .special-product.price-ctn-btn .price.price--on-sale.price--sale-color.text-h3 .price__default .price__was {
  line-height: 22px;
}
.no-product-info-blk.price-ctn-btn .product-info__block .price__current:first-child {
	margin-top: 10px;
}
 
  .weplay .cc-gallery .gallery .media {
  min-height: 220px;
  max-height: 220px;
}

  .weplay .cc-gallery .row-span-2 .gallery-block__image-text.text-overlay h3 p, .weplay .cc-gallery .row-span-2 .gallery-block__image-text.text-overlay h3,
  .weplay .cc-gallery .gallery-block__image-text.text-overlay h3 p, .weplay .cc-gallery .gallery-block__image-text.text-overlay h3 {
	font-size: 20px;
	line-height: 24px;
}
.weplay .cc-gallery .row-span-2 {
	grid-row: inherit;
	grid-column: inherit;
}
.weplay .cc-gallery .gallery {
	grid-template-columns: 1fr;
}
.weplay .cc-gallery .gallery-block__image-text.text-overlay p.text-overlay__block {
	font-size: 14px;
	line-height: 22px;
}
  .weplay .cc-gallery .row-span-1 .gallery__text-padded-fixed {
	min-height: 220px;
}
    .lego-education-science .image-overlay-text .text-overlay .text-overlay__heading {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.06px;
}
.lego-education-science .image-overlay-text .text-overlay {
	padding: 16px;
}
  .wushka .wushka-img-text-banner-bottom li.multi-column {
    flex: 0 0 auto;
}
.wushka .icons-with-text .slider--no-scrollbar .slider__grid li.slider__item,
.lego-education-science .icons-with-text .slider--no-scrollbar .slider__grid li.slider__item,
.lego-education .icons-with-text .slider--no-scrollbar .slider__grid li.slider__item,
.product-showcase  .icons-with-text .slider--no-scrollbar .slider__grid li.slider__item  {
    padding-left: 0;
    padding-right: 0;
}
    .media-heading-text-section .media-with-text {
	flex-direction: column-reverse;
}
.media-heading-text-section .media-with-text__media {
	min-height: inherit;
	flex: 0 0 auto;
}
  .media-heading-text-section .media-with-text .media-with-text__text .text-start {
	text-align: center;
}
  .slideshow-section.slideshow-custom-pages slide-show {
	max-width: 75%;
}
  .slideshow-section.slideshow-custom-pages .slideshow-nav .slideshow-nav__btn {
	width: 28px;
	height: 28px;
}
.slideshow-section.slideshow-custom-pages .slideshow-nav .slideshow-nav__btn .icon {
	width: 17px;
	height: 17px;
	margin-top: -1px;
	margin-left: -1px;
}
    .form-new-pages .container {
	max-width: calc(100% - 40px);
}
  .contact-us .border-grid .multi-column {
	flex: 100%;
}
   .hands-on-product-showcase .icons-with-text .slider__grid .slider__item{
	align-items: flex-start;
	padding: 0;
}

.hands-on-product-showcase .icons-with-text .slider--no-scrollbar .slider__grid {
	column-gap: 0;
}
  .custom-activity-grid-with-border .activities-grid .activity-card .activity-card__heading {
	font-size: 14px;
	line-height: 18px;
}
.overflow-cards ul.flex .multi-column {
    flex: 0 0 100%;
}
.we-support-hands-on-learning .products-grid-container .small-cards-mobile {
    grid-auto-columns : calc((100% - var(--column-gap)) / 1)
  }
  .we-support-hands-on-learning .tabbed-collections .tabs,
  .lego-education  .tabs-container {
	justify-content: center;
	flex-wrap: wrap;
}

  .small-font-size .media-with-text.media-with-text--reverse,
  .small-font-size .media-with-text {
	flex-direction: column;
}
  .we-support-hands-on-learning .icons-with-text .slider__grid .slider__item {
	align-items: flex-start;
	padding: 0;
}

.we-support-hands-on-learning .icons-with-text .slider--no-scrollbar .slider__grid {
	column-gap: 0;
}
.banner-text-image .media-with-text h2 {
	text-align: center;
}
  .banner-text-image .media-with-text {
	flex-direction: column-reverse;
	padding-right: 0 !important;
	align-content: center;
	text-align: center;
}
.banner-text-image .media-with-text h2 {
  margin-bottom : 0 !important
}
  .early-childhood-lookbook .media-with-text__text {
	padding-top: 16px;
}
  .ai-lesson-plan-generator .custom-text-links .text-links-wrapper a {
	font-size: 16px;
	line-height: 24px;
}
  .ai-lesson-plan-generator .custom-text-links .text-links-wrapper {
	justify-content: center;
	flex-direction: column;
	align-content: center;
	text-align: center;
}
  .download-catalogues .cards-grid .product-card {
    flex : 0 0 100%;
  }
 .ai-lesson-plan-generator section.custom-media-grid carousel-slider li.slider__item .gallery-block__image-text {

	min-height: 42px;

}

.ai-lesson-plan-generator section.custom-media-grid carousel-slider li.slider__item .gallery-block__image-text h3 {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
.ai-lesson-plan-generator  section.custom-media-grid carousel-slider li.slider__item {
	min-height: 165px;
}
.ai-lesson-plan-generator section.custom-media-grid carousel-slider li.slider__item .media {
	height: 165px;
	border-radius: 10px;
}
  .ai-multicolumn-3 ul.flex .multi-column {
	flex: 0 0 100%;
}
  .ai-lesson-plan-generator .features-grid {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

  .delivery-freight-information .freight-table table {
    width: 80%;
}
  .teacher-educator-planner .image-banner-fullwidth {
    padding-bottom: 0;
}
  .teacher-educator-planner  .three-column-custom .multi-column,
  .teacher-educator-planner .two-column-custom .md\:gap-y-6 li.multi-column {
    flex: 0 0 100%;
}


.teacher-educator-planner  .slider-thumbnails .thumb img {
    width: 50px;
    height: 23px;
}
.teacher-educator-planner .image-banner .text-overlay {
    position: static;
    margin: 65px 0 0 0;
}
.teacher-educator-planner .image-banner  .container {
    padding: 0;
    justify-content: flex-start;
}
.teacher-educator-planner .image-banner .image-banner__image {
    overflow: hidden;
    max-height: 115px;
    border-radius: 12px;
}
.teacher-educator-planner  .two-column-custom .card__info {
    max-width: 100%;
    width: calc(100% - 24px);
}
  .teacher-educator-planner .three-column-custom .container,
  .teacher-educator-planner .tab-slider,
  .teacher-educator-planner .two-column-custom .container {
       padding-left: 20px;
    padding-right: 20px;
}
.teacher-educator-planner  h2 {
    font-size: 3.4rem;
    padding-top: 1.5rem;
}
.teacher-educator-planner   .contained-heading {
    font-size: 2.75rem;

}
}

@media (max-width: 480px) {
  .collection-grid-section .collection-grid {
    grid-template-columns: 1fr;
  }
    .teacher-educator-planner .slider-btn {
	top: 68px;
}
}
.product-info__block .social-share {
    margin-right: 0 !important;
}
@media (max-width: 420px) {
    .product-info .price__default .price__current {
        font-size: 18px !important;
    }
}
.regular-price {
  display: grid;
}
.ag_bb_title {
  order: 0;
}
.price_gst.c.price.price--sale-color.text-h5 {
  order: 1;
}
.price.price--sale-color.price--top{
  order: 0;
}
.product-info__block .price__default.price__default_1 .price__current {
  color: #3b4147 !important;
}
/* .card--product .price-wrap .price_gst sub{
  font-weight:bold;
  color:#000 !important
}
.product-info .b_price .price_gst sub{
   color:#000 !important;
   font-weight: bold;
} */
nav details a.parent:hover {
   background: #e4e4e4;
}
nav details a.parent {
 background: unset ;
  border: unset;
}
product-card.card .badges-wrap {
  flex-direction: column;
  padding: 10px 0 0;
  width: max-content;
  gap: 3px;
  align-items: flex-start;
  max-width: max-content;
}
product-card.card .badges-wrap .custom-badge {
  flex-direction: column;
  width: fit-content;
  gap: 2px;
  align-items: flex-start;
  padding: 6px;
  border-radius: 0px 20px 20px 0;
  max-height : 36px
}
product-card.card .badges-wrap .custom-badge:after{
  display: none;
}

.product .media-gallery__viewer .badges-wrap {
  flex-direction: column;
  padding: 10px 0 0;
  width: max-content;
  gap: 4px;
  align-items: flex-start;
  max-width: max-content;
}
.product .media-gallery__viewer .badges-wrap .custom-badge {
  flex-direction: column;
  width: fit-content;
  gap: 2px;
  align-items: flex-start;
  padding: 6px;
  border-radius: 0px 20px 20px 0;
  max-height : 36px
}
.product .media-gallery__viewer .badges-wrap .custom-badge:after{
  display: none;
}
.tab-slide{
  display:none;
}
.tab-slide .img-fit{
  object-fit:fill;
}
.predictive-search__list .price__default,
.predictive-result__info .price__current {
  display: flex;
  align-content: center;
}
.predictive-result__info .price__current {
  line-height : 24px
}
.predictive-result__info .price__was {
  display: flex;
  align-content: center;
  line-height: 24px;
}
.predictive-result__info .price__current {
  margin-left: 4px;
}
.instockbox img {
    height: 18px;
    margin-top: 2px;
}
.instockbox {
  display: flex;
  align-content: center;
  gap: 10px;
}
.instockbox .in-stock {
  color: #15803d;
  font-size: 12px;
  font-weight: 600;
}
.price_gst.price.price--on-sale.price--sale-color.text-h5 .price__was.price__was--supercents {
  display: none;
}
.card--product .price_gst.price.price--sale-color.text-h5 {
  position: relative;
  bottom: 5px;
}
.card--product .price-wrap {
  padding-bottom: 0;
}
.card--product .custom-pricebox .mb-vp {
  position: relative;
  bottom: 5px;
}
.product  .custom-pricebox {
    display: flex;
    flex-direction: column-reverse;
}
.cart-item__remove-head {
  cursor: pointer;
}
.product .custom-pricebox .regular-price {
    padding-top: 0 !important;
}
@media screen and (max-width : 505px) {
.desktop-mob-kit {
  display : none
}
}
.age-range-filter input[type="range"] {
  width: 50%;
  appearance: none;
  height: 4px;
  background: #ddd;
  margin-left : 0;
  margin-right : 0
}
.age-range-filter input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3b82f6; /* blue */
  cursor: pointer;
}
#products-toolbar details-disclosure {
  display: none;
}
#products-toolbar details-disclosure.filter-filter-v-availability{
  display: block;
}
#products-toolbar #facet-filters {
  width: auto;
}
.age-filter-wrap .flex.items-center.space-x-3 {
  display: none;
}
.age-range-filter {
  margin-inline-start: calc(6 * var(--space-unit));
  padding-inline-start: calc(6 * var(--space-unit));
  border-inline-start: 1px solid rgba(var(--text-color)/.15) !important;
}
@media (max-width:1023px){
  .age-range-filter{
    display:none !important;
  }
}
