/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/main.scss (1) ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* scale on hover mixins */
/* - TYPOGRAPHY - */
body {
  font-weight: 200;
}

h1,
.h1 {
  font-weight: 200;
  font-size: 3.9rem;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 2.8rem;
  font-weight: 200;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
}

p + h3,
p + .h3,
ul + h3,
ul + .h3 ol + h3,
ol + .h3 {
  margin-top: 2rem;
}

h4,
.h4 {
  font-weight: 500;
  font-size: 1.1rem;
  font-style: normal;
}

h5,
.h5 {
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
}

/* - BUTTONS - */
.btn-fnd,
a.btn-fdn,
button.btn-fnd,
input[type=submit],
.pagination a,
.pagination span {
  font-weight: 500;
  padding: 0.65rem 1.25rem;
  border-width: 2px;
  transition: transform 0.3s, background-color 0.3s;
}
.btn-fnd:hover,
a.btn-fdn:hover,
button.btn-fnd:hover,
input[type=submit]:hover,
.pagination a:hover,
.pagination span:hover {
  font-weight: 500;
}
.btn-fnd.primary,
a.btn-fdn.primary,
button.btn-fnd.primary,
input[type=submit].primary,
.pagination a.primary,
.pagination span.primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-color: var(--primary-color);
  cursor: pointer;
}
.btn-fnd.primary:hover,
a.btn-fdn.primary:hover,
button.btn-fnd.primary:hover,
input[type=submit].primary:hover,
.pagination a.primary:hover,
.pagination span.primary:hover {
  background-color: var(--primary-color-lighter);
  color: #FFFFFF;
  border-color: var(--primary-color-lighter);
}
.btn-fnd.transparent,
a.btn-fdn.transparent,
button.btn-fnd.transparent,
input[type=submit].transparent,
.pagination a.transparent,
.pagination span.transparent {
  color: #000000;
}
.btn-fnd.transparent:hover,
a.btn-fdn.transparent:hover,
button.btn-fnd.transparent:hover,
input[type=submit].transparent:hover,
.pagination a.transparent:hover,
.pagination span.transparent:hover {
  color: #000000;
}
/* - FORMS - */
.fnd-form-styles-all input[type=date]::-moz-placeholder, .fnd-form-styles-all input[type=datetime-local]::-moz-placeholder, .fnd-form-styles-all input[type=email]::-moz-placeholder, .fnd-form-styles-all input[type=month]::-moz-placeholder, .fnd-form-styles-all input[type=number]::-moz-placeholder, .fnd-form-styles-all input[type=password]::-moz-placeholder, .fnd-form-styles-all input[type=search]::-moz-placeholder, .fnd-form-styles-all input[type=tel]::-moz-placeholder, .fnd-form-styles-all input[type=text]::-moz-placeholder, .fnd-form-styles-all input[type=time]::-moz-placeholder, .fnd-form-styles-all input[type=url]::-moz-placeholder, .fnd-form-styles-all input[type=week]::-moz-placeholder, .fnd-form-styles-all textarea::-moz-placeholder, .fnd-form-styles-input input[type=date]::-moz-placeholder, .fnd-form-styles-input input[type=datetime-local]::-moz-placeholder, .fnd-form-styles-input input[type=email]::-moz-placeholder, .fnd-form-styles-input input[type=month]::-moz-placeholder, .fnd-form-styles-input input[type=number]::-moz-placeholder, .fnd-form-styles-input input[type=password]::-moz-placeholder, .fnd-form-styles-input input[type=search]::-moz-placeholder, .fnd-form-styles-input input[type=tel]::-moz-placeholder, .fnd-form-styles-input input[type=text]::-moz-placeholder, .fnd-form-styles-input input[type=time]::-moz-placeholder, .fnd-form-styles-input input[type=url]::-moz-placeholder, .fnd-form-styles-input input[type=week]::-moz-placeholder, .fnd-form-styles-input textarea::-moz-placeholder {
  font-family: var(--base-font-family);
  font-size: 0.9rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
}
.fnd-form-styles-all input[type=date]::placeholder,
.fnd-form-styles-all input[type=datetime-local]::placeholder,
.fnd-form-styles-all input[type=email]::placeholder,
.fnd-form-styles-all input[type=month]::placeholder,
.fnd-form-styles-all input[type=number]::placeholder,
.fnd-form-styles-all input[type=password]::placeholder,
.fnd-form-styles-all input[type=search]::placeholder,
.fnd-form-styles-all input[type=tel]::placeholder,
.fnd-form-styles-all input[type=text]::placeholder,
.fnd-form-styles-all input[type=time]::placeholder,
.fnd-form-styles-all input[type=url]::placeholder,
.fnd-form-styles-all input[type=week]::placeholder,
.fnd-form-styles-all textarea::placeholder,
.fnd-form-styles-input input[type=date]::placeholder,
.fnd-form-styles-input input[type=datetime-local]::placeholder,
.fnd-form-styles-input input[type=email]::placeholder,
.fnd-form-styles-input input[type=month]::placeholder,
.fnd-form-styles-input input[type=number]::placeholder,
.fnd-form-styles-input input[type=password]::placeholder,
.fnd-form-styles-input input[type=search]::placeholder,
.fnd-form-styles-input input[type=tel]::placeholder,
.fnd-form-styles-input input[type=text]::placeholder,
.fnd-form-styles-input input[type=time]::placeholder,
.fnd-form-styles-input input[type=url]::placeholder,
.fnd-form-styles-input input[type=week]::placeholder,
.fnd-form-styles-input textarea::placeholder {
  font-family: var(--base-font-family);
  font-size: 0.9rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
}
.fnd-form-styles-all input[type=date]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=datetime-local]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=email]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=month]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=number]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=password]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=search]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=tel]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=text]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=time]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=url]::-webkit-input-placeholder,
.fnd-form-styles-all input[type=week]::-webkit-input-placeholder,
.fnd-form-styles-all textarea::-webkit-input-placeholder,
.fnd-form-styles-input input[type=date]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=datetime-local]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=email]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=month]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=number]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=password]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=search]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=tel]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=text]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=time]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=url]::-webkit-input-placeholder,
.fnd-form-styles-input input[type=week]::-webkit-input-placeholder,
.fnd-form-styles-input textarea::-webkit-input-placeholder {
  font-family: var(--base-font-family);
  font-size: 0.9rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
}
.fnd-form-styles-all input[type=date]:-moz-placeholder,
.fnd-form-styles-all input[type=datetime-local]:-moz-placeholder,
.fnd-form-styles-all input[type=email]:-moz-placeholder,
.fnd-form-styles-all input[type=month]:-moz-placeholder,
.fnd-form-styles-all input[type=number]:-moz-placeholder,
.fnd-form-styles-all input[type=password]:-moz-placeholder,
.fnd-form-styles-all input[type=search]:-moz-placeholder,
.fnd-form-styles-all input[type=tel]:-moz-placeholder,
.fnd-form-styles-all input[type=text]:-moz-placeholder,
.fnd-form-styles-all input[type=time]:-moz-placeholder,
.fnd-form-styles-all input[type=url]:-moz-placeholder,
.fnd-form-styles-all input[type=week]:-moz-placeholder,
.fnd-form-styles-all textarea:-moz-placeholder,
.fnd-form-styles-input input[type=date]:-moz-placeholder,
.fnd-form-styles-input input[type=datetime-local]:-moz-placeholder,
.fnd-form-styles-input input[type=email]:-moz-placeholder,
.fnd-form-styles-input input[type=month]:-moz-placeholder,
.fnd-form-styles-input input[type=number]:-moz-placeholder,
.fnd-form-styles-input input[type=password]:-moz-placeholder,
.fnd-form-styles-input input[type=search]:-moz-placeholder,
.fnd-form-styles-input input[type=tel]:-moz-placeholder,
.fnd-form-styles-input input[type=text]:-moz-placeholder,
.fnd-form-styles-input input[type=time]:-moz-placeholder,
.fnd-form-styles-input input[type=url]:-moz-placeholder,
.fnd-form-styles-input input[type=week]:-moz-placeholder,
.fnd-form-styles-input textarea:-moz-placeholder {
  font-family: var(--base-font-family);
  font-size: 0.9rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
}
.fnd-form-styles-all input[type=date]::-moz-placeholder,
.fnd-form-styles-all input[type=datetime-local]::-moz-placeholder,
.fnd-form-styles-all input[type=email]::-moz-placeholder,
.fnd-form-styles-all input[type=month]::-moz-placeholder,
.fnd-form-styles-all input[type=number]::-moz-placeholder,
.fnd-form-styles-all input[type=password]::-moz-placeholder,
.fnd-form-styles-all input[type=search]::-moz-placeholder,
.fnd-form-styles-all input[type=tel]::-moz-placeholder,
.fnd-form-styles-all input[type=text]::-moz-placeholder,
.fnd-form-styles-all input[type=time]::-moz-placeholder,
.fnd-form-styles-all input[type=url]::-moz-placeholder,
.fnd-form-styles-all input[type=week]::-moz-placeholder,
.fnd-form-styles-all textarea::-moz-placeholder,
.fnd-form-styles-input input[type=date]::-moz-placeholder,
.fnd-form-styles-input input[type=datetime-local]::-moz-placeholder,
.fnd-form-styles-input input[type=email]::-moz-placeholder,
.fnd-form-styles-input input[type=month]::-moz-placeholder,
.fnd-form-styles-input input[type=number]::-moz-placeholder,
.fnd-form-styles-input input[type=password]::-moz-placeholder,
.fnd-form-styles-input input[type=search]::-moz-placeholder,
.fnd-form-styles-input input[type=tel]::-moz-placeholder,
.fnd-form-styles-input input[type=text]::-moz-placeholder,
.fnd-form-styles-input input[type=time]::-moz-placeholder,
.fnd-form-styles-input input[type=url]::-moz-placeholder,
.fnd-form-styles-input input[type=week]::-moz-placeholder,
.fnd-form-styles-input textarea::-moz-placeholder {
  font-family: var(--base-font-family);
  font-size: 0.9rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
}
.fnd-form-styles-all input[type=date]:-ms-input-placeholder,
.fnd-form-styles-all input[type=datetime-local]:-ms-input-placeholder,
.fnd-form-styles-all input[type=email]:-ms-input-placeholder,
.fnd-form-styles-all input[type=month]:-ms-input-placeholder,
.fnd-form-styles-all input[type=number]:-ms-input-placeholder,
.fnd-form-styles-all input[type=password]:-ms-input-placeholder,
.fnd-form-styles-all input[type=search]:-ms-input-placeholder,
.fnd-form-styles-all input[type=tel]:-ms-input-placeholder,
.fnd-form-styles-all input[type=text]:-ms-input-placeholder,
.fnd-form-styles-all input[type=time]:-ms-input-placeholder,
.fnd-form-styles-all input[type=url]:-ms-input-placeholder,
.fnd-form-styles-all input[type=week]:-ms-input-placeholder,
.fnd-form-styles-all textarea:-ms-input-placeholder,
.fnd-form-styles-input input[type=date]:-ms-input-placeholder,
.fnd-form-styles-input input[type=datetime-local]:-ms-input-placeholder,
.fnd-form-styles-input input[type=email]:-ms-input-placeholder,
.fnd-form-styles-input input[type=month]:-ms-input-placeholder,
.fnd-form-styles-input input[type=number]:-ms-input-placeholder,
.fnd-form-styles-input input[type=password]:-ms-input-placeholder,
.fnd-form-styles-input input[type=search]:-ms-input-placeholder,
.fnd-form-styles-input input[type=tel]:-ms-input-placeholder,
.fnd-form-styles-input input[type=text]:-ms-input-placeholder,
.fnd-form-styles-input input[type=time]:-ms-input-placeholder,
.fnd-form-styles-input input[type=url]:-ms-input-placeholder,
.fnd-form-styles-input input[type=week]:-ms-input-placeholder,
.fnd-form-styles-input textarea:-ms-input-placeholder {
  font-family: var(--base-font-family);
  font-size: 0.9rem;
  color: #000000;
  font-weight: 200;
  text-transform: uppercase;
}
.fnd-form-styles-all input[type=date],
.fnd-form-styles-all input[type=datetime-local],
.fnd-form-styles-all input[type=email],
.fnd-form-styles-all input[type=month],
.fnd-form-styles-all input[type=number],
.fnd-form-styles-all input[type=password],
.fnd-form-styles-all input[type=search],
.fnd-form-styles-all input[type=tel],
.fnd-form-styles-all input[type=text],
.fnd-form-styles-all input[type=time],
.fnd-form-styles-all input[type=url],
.fnd-form-styles-all input[type=week],
.fnd-form-styles-all textarea,
.fnd-form-styles-input input[type=date],
.fnd-form-styles-input input[type=datetime-local],
.fnd-form-styles-input input[type=email],
.fnd-form-styles-input input[type=month],
.fnd-form-styles-input input[type=number],
.fnd-form-styles-input input[type=password],
.fnd-form-styles-input input[type=search],
.fnd-form-styles-input input[type=tel],
.fnd-form-styles-input input[type=text],
.fnd-form-styles-input input[type=time],
.fnd-form-styles-input input[type=url],
.fnd-form-styles-input input[type=week],
.fnd-form-styles-input textarea {
  color: #000000;
  background-color: #f2f2f2;
  border-radius: 30px;
  border-color: #f2f2f2;
  min-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0.9rem;
  text-transform: none;
}

.fnd-form-styles-all select,
.fnd-form-styles-select select {
  color: #000000;
  background-color: #f2f2f2;
  border-radius: 30px;
  border-color: #f2f2f2;
  min-height: 46px;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 0.9rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNSA4LjM4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSA4LjM4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTY1MjE2MjY2NzcyMDE2NjI3MTkwMDAwMDE1MTUzNDQ2NDQwNzc1ODE1MzE0Xyk7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoxLjI1O30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMTI2MTEwMTEwMjg4MTg4NjQ5NzAwMDAwMDE4ODIxMjIwMzcxNjY3Mzc3OTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjU7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTUyMjIzMzMzNTk2ODAzNDIzNTAwMDAwMDAxMjM4MjY1NjY0MjUwOTY0MTQwXyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJCQk8L2NsaXBQYXRoPgoJCQkKCQkJCTxsaW5lIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDE1MjIyMzMzMzU5NjgwMzQyMzUwMDAwMDAwMTIzODI2NTY2NDI1MDk2NDE0MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yNTsiIHgxPSIwLjQ0IiB5MT0iMC40NCIgeDI9IjcuOTQiIHkyPSI3Ljk0Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxkZWZzPgoJCQkJPHJlY3QgaWQ9IlNWR0lEXzAwMDAwMDk3NDk5NzA5NDc4NDM1NzQxOTcwMDAwMDEyMTU4NTUyNDE0NzQyNzUxNjI5XyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTI0MTIwNTc4MDA1MTg4NTMyODYwMDAwMDE0Mjk4MzMwNTY4MDgwOTM3MzY5XyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8wMDAwMDA5NzQ5OTcwOTQ3ODQzNTc0MTk3MDAwMDAxMjE1ODU1MjQxNDc0Mjc1MTYyOV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQkJPC9jbGlwUGF0aD4KCQkJCgkJCQk8bGluZSBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMjQxMjA1NzgwMDUxODg1MzI4NjAwMDAwMTQyOTgzMzA1NjgwODA5MzczNjlfKTtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjU7IiB4MT0iMTQuNTUiIHkxPSIwLjQ0IiB4Mj0iNy4wNSIgeTI9IjcuOTQiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
  background-size: 18px auto;
  background-position: right 30px center;
  font-weight: 200;
  text-transform: uppercase;
}
.fnd-form-styles-all select:focus-visible,
.fnd-form-styles-select select:focus-visible {
  outline-color: var(--primary-color);
}

.fnd-form-styles-all input[type=checkbox],
.fnd-form-styles-checkbox input[type=checkbox] {
  border-color: var(--base-font-color);
}

.fnd-form-styles-all input[type=submit],
.fnd-form-styles-all button[type=submit],
.fnd-form-styles-submit input[type=submit],
.fnd-form-styles-submit button[type=submit] {
  font-weight: 500;
  padding: 0.65rem 1.25rem;
  border-width: 2px;
  transition: transform 0.3s, background-color 0.3s;
}
.fnd-form-styles-all input[type=submit]:hover,
.fnd-form-styles-all button[type=submit]:hover,
.fnd-form-styles-submit input[type=submit]:hover,
.fnd-form-styles-submit button[type=submit]:hover {
  font-weight: 500;
}
.fnd-form-styles-all input[type=submit].primary,
.fnd-form-styles-all button[type=submit].primary,
.fnd-form-styles-submit input[type=submit].primary,
.fnd-form-styles-submit button[type=submit].primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-color: var(--primary-color);
  cursor: pointer;
}
.fnd-form-styles-all input[type=submit].primary:hover,
.fnd-form-styles-all button[type=submit].primary:hover,
.fnd-form-styles-submit input[type=submit].primary:hover,
.fnd-form-styles-submit button[type=submit].primary:hover {
  background-color: var(--primary-color-lighter);
  color: #FFFFFF;
  border-color: var(--primary-color-lighter);
}
.fnd-form-styles-all input[type=submit].transparent,
.fnd-form-styles-all button[type=submit].transparent,
.fnd-form-styles-submit input[type=submit].transparent,
.fnd-form-styles-submit button[type=submit].transparent {
  color: #000000;
}
.fnd-form-styles-all input[type=submit].transparent:hover,
.fnd-form-styles-all button[type=submit].transparent:hover,
.fnd-form-styles-submit input[type=submit].transparent:hover,
.fnd-form-styles-submit button[type=submit].transparent:hover {
  color: #000000;
}
.fnd-form-styles-all input[type=submit],
.fnd-form-styles-all button[type=submit],
.fnd-form-styles-submit input[type=submit],
.fnd-form-styles-submit button[type=submit] {
  color: #000000;
  background-color: transparent;
  border-color: var(--primary-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 27px;
}
.fnd-form-styles-all input[type=submit]:focus, .fnd-form-styles-all input[type=submit]:active, .fnd-form-styles-all input[type=submit]:visited,
.fnd-form-styles-all button[type=submit]:focus,
.fnd-form-styles-all button[type=submit]:active,
.fnd-form-styles-all button[type=submit]:visited,
.fnd-form-styles-submit input[type=submit]:focus,
.fnd-form-styles-submit input[type=submit]:active,
.fnd-form-styles-submit input[type=submit]:visited,
.fnd-form-styles-submit button[type=submit]:focus,
.fnd-form-styles-submit button[type=submit]:active,
.fnd-form-styles-submit button[type=submit]:visited {
  color: #000000;
}
.fnd-form-styles-all input[type=submit]:hover,
.fnd-form-styles-all button[type=submit]:hover,
.fnd-form-styles-submit input[type=submit]:hover,
.fnd-form-styles-submit button[type=submit]:hover {
  color: #000000;
  background-color: transparent;
}

/* Pagination (used on custom pagination function) */
/* icon overrides */
.icon-basket.primary,
a.icon-basket.primary {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjIuOSAyMC43Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDIgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgIH0KCiAgICAgIC5zdDMgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjIyLjkiIGhlaWdodD0iMjAuNyIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9InN0MyI+CiAgICA8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjEuNiwxMGMwLC4xLDAsLjItLjIuMkgxLjVjLS4xLDAtLjIsMC0uMi0uMnYtM2MwLS4xLDAtLjIuMi0uMmg0LjFsLS42LDEuM2MwLC4yLDAsLjQuMi41LDAsMCwuMSwwLC4yLDAsLjEsMCwuMywwLC4zLS4ybC44LTEuNmgxMC4xbC44LDEuNmMwLC4xLjIuMi4zLjJzLjEsMCwuMiwwYy4yLDAsLjMtLjMuMi0uNWwtLjYtMS4zaDQuMWMuMSwwLC4yLDAsLjIuMnYzWk0xNy45LDE5LjRINWMtLjgsMC0xLjUtLjctMS41LTEuNXYtNi45aDE2djYuOWMwLC44LS43LDEuNS0xLjUsMS41TTIxLjQsNmgtNC40TDE0LjQuN2MwLS4yLS4zLS4zLS41LS4yLS4yLDAtLjMuMy0uMi41bDIuNCw0LjlINi44bDIuNC00LjljMC0uMiwwLS40LS4yLS41LS4yLDAtLjQsMC0uNS4ybC0yLjYsNS4zSDEuNWMtLjUsMC0xLC40LTEsMXYzYzAsLjUuNCwxLDEsMWgxLjJ2Ni45YzAsMS4zLDEsMi4zLDIuMywyLjNoMTIuOWMxLjMsMCwyLjMtMSwyLjMtMi4zdi02LjloMS4yYy41LDAsMS0uNCwxLTF2LTNjMC0uNS0uNC0xLTEtMSIvPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTIxLjYsMTBjMCwuMSwwLC4yLS4yLjJIMS41Yy0uMSwwLS4yLDAtLjItLjJ2LTNjMC0uMSwwLS4yLjItLjJoNC4xbC0uNiwxLjNjMCwuMiwwLC40LjIuNSwwLDAsLjEsMCwuMiwwLC4xLDAsLjMsMCwuMy0uMmwuOC0xLjZoMTAuMWwuOCwxLjZjMCwuMS4yLjIuMy4ycy4xLDAsLjIsMGMuMiwwLC4zLS4zLjItLjVsLS42LTEuM2g0LjFjLjEsMCwuMiwwLC4yLjJ2M1pNMTcuOSwxOS40SDVjLS44LDAtMS41LS43LTEuNS0xLjV2LTYuOWgxNnY2LjljMCwuOC0uNywxLjUtMS41LDEuNVpNMjEuNCw2aC00LjRMMTQuNC43YzAtLjItLjMtLjMtLjUtLjItLjIsMC0uMy4zLS4yLjVsMi40LDQuOUg2LjhsMi40LTQuOWMwLS4yLDAtLjQtLjItLjUtLjIsMC0uNCwwLS41LjJsLTIuNiw1LjNIMS41Yy0uNSwwLTEsLjQtMSwxdjNjMCwuNS40LDEsMSwxaDEuMnY2LjljMCwxLjMsMSwyLjMsMi4zLDIuM2gxMi45YzEuMywwLDIuMy0xLDIuMy0yLjN2LTYuOWgxLjJjLjUsMCwxLS40LDEtMXYtM2MwLS41LS40LTEtMS0xWiIvPgogICAgPHBhdGggY2xhc3M9InN0MiIgZD0iTTExLjQsMTIuMmMtLjIsMC0uNC4yLS40LjR2NS4zYzAsLjIuMi40LjQuNHMuNC0uMi40LS40di01LjNjMC0uMi0uMi0uNC0uNC0uNCIvPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTExLjQsMTIuMmMtLjIsMC0uNC4yLS40LjR2NS4zYzAsLjIuMi40LjQuNHMuNC0uMi40LS40di01LjNjMC0uMi0uMi0uNC0uNC0uNFoiLz4KICAgIDxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xNS40LDEyLjJjLS4yLDAtLjQuMi0uNC40djUuM2MwLC4yLjIuNC40LjRzLjQtLjIuNC0uNHYtNS4zYzAtLjItLjItLjQtLjQtLjQiLz4KICAgIDxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNS40LDEyLjJjLS4yLDAtLjQuMi0uNC40djUuM2MwLC4yLjIuNC40LjRzLjQtLjIuNC0uNHYtNS4zYzAtLjItLjItLjQtLjQtLjRaIi8+CiAgICA8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNy41LDEyLjJjLS4yLDAtLjQuMi0uNC40djUuM2MwLC4yLjIuNC40LjRzLjQtLjIuNC0uNHYtNS4zYzAtLjItLjItLjQtLjQtLjQiLz4KICAgIDxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik03LjUsMTIuMmMtLjIsMC0uNC4yLS40LjR2NS4zYzAsLjIuMi40LjQuNHMuNC0uMi40LS40di01LjNjMC0uMi0uMi0uNC0uNC0uNFoiLz4KICA8L2c+Cjwvc3ZnPg==);
}

.icon-search.primary,
a.icon-search.primary {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTUuNCAxNy44Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAuOXB4OwogICAgICB9CgogICAgICAuc3QyIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSIxNS40IiBoZWlnaHQ9IjE3LjgiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDIiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLjMsMTEuNmw0LjcsNS45TTEyLjcsNS43Yy41LDMuNC0xLjgsNi41LTUuMiw3LTMuNC41LTYuNS0xLjgtNy01LjJDMCw0LjEsMi4zLDEsNS43LjVzNi41LDEuOCw3LDUuMloiLz4KICA8L2c+Cjwvc3ZnPg==);
}

.icon-user.primary,
a.icon-user.primary {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjIuMiAyMC42Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDIgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgIH0KCiAgICAgIC5zdDMgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjIyLjIiIGhlaWdodD0iMjAuNiIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9InN0MyI+CiAgICA8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMS41LDE5LjNjMS44LTMuNyw1LjUtNi4xLDkuNi02LjFzNy44LDIuNCw5LjYsNi4xSDEuNVpNNS43LDYuN2MwLTMsMi40LTUuNCw1LjQtNS40czUuNCwyLjQsNS40LDUuNC0yLjQsNS40LTUuNCw1LjQtNS40LTIuNC01LjQtNS40TTIxLjcsMTkuNmMtLjktMi4xLTIuMy0zLjgtNC4xLTUuMS0xLjQtMS0zLTEuNi00LjctMS44LDIuNi0uOCw0LjUtMy4xLDQuNS02UzE0LjUuNSwxMS4xLjVzLTYuMiwyLjgtNi4yLDYuMiwxLjksNS4yLDQuNSw2Yy0xLjcuMy0zLjMuOS00LjcsMS44LTEuOSwxLjMtMy4zLDMtNC4xLDUuMSwwLC4xLDAsLjMsMCwuNCwwLC4xLjIuMi4zLjJoMjAuNGMuMSwwLC4yLDAsLjMtLjIsMC0uMSwwLS4yLDAtLjQiLz4KICAgIDxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xLjUsMTkuM2MxLjgtMy43LDUuNS02LjEsOS42LTYuMXM3LjgsMi40LDkuNiw2LjFIMS41Wk01LjcsNi43YzAtMywyLjQtNS40LDUuNC01LjRzNS40LDIuNCw1LjQsNS40LTIuNCw1LjQtNS40LDUuNC01LjQtMi40LTUuNC01LjRaTTIxLjcsMTkuNmMtLjktMi4xLTIuMy0zLjgtNC4xLTUuMS0xLjQtMS0zLTEuNi00LjctMS44LDIuNi0uOCw0LjUtMy4xLDQuNS02UzE0LjUuNSwxMS4xLjVzLTYuMiwyLjgtNi4yLDYuMiwxLjksNS4yLDQuNSw2Yy0xLjcuMy0zLjMuOS00LjcsMS44LTEuOSwxLjMtMy4zLDMtNC4xLDUuMSwwLC4xLDAsLjMsMCwuNCwwLC4xLjIuMi4zLjJoMjAuNGMuMSwwLC4yLDAsLjMtLjIsMC0uMSwwLS4yLDAtLjRaIi8+CiAgPC9nPgo8L3N2Zz4=);
}

.icon-phone.primary,
a.icon-phone.primary {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjEuNiAyMS42Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KCiAgICAgIC5zdDIgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjIxLjYiIGhlaWdodD0iMjEuNiIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9InN0MiI+CiAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjEsMTYuMmwtNS01Yy0uMS0uMS0uNC0uMS0uNiwwbC0yLDJjLS4zLjMtLjYuNC0xLC40cy0uOC0uMS0xLS40bC0zLjEtMy4xYy0uMy0uMy0uNC0uNi0uNC0xcy4yLS44LjQtMWwyLTJjLjEtLjIuMS0uNCwwLS42TDUuMy42Yy0uNC0uNC0uOC0uNi0xLjMtLjZzLTEsLjItMS4zLjZsLTEuMSwxLjFDLjMsMi45LS4yLDQuOCwwLDYuOGMuMywyLDEuNCw0LjEsMyw1LjdsNS45LDUuOWMxLjYsMS42LDMuNywyLjcsNS43LDMsLjQsMCwuOCwwLDEuMiwwLDEuNiwwLDMtLjUsNC0xLjVsMS4xLTEuMWMuNC0uNC42LS44LjYtMS40cy0uMi0xLS42LTEuNCIvPgogIDwvZz4KPC9zdmc+);
}

.icon-envelope.primary,
a.icon-envelope.primary {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjcuMiAxOCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE1MSkgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICB9CgogICAgICAuc3QxIHsKICAgICAgICBmaWxsOiAjZjc2OTAwOwogICAgICB9CgogICAgICAuc3QyIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgtMSk7CiAgICAgIH0KCiAgICAgIC5zdDMgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjI3LjIiIGhlaWdodD0iMTguMSIvPgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcHBhdGgtMSI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSIyNy4yIiBoZWlnaHQ9IjE4LjEiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMCAxNy41IDEwIDkgMCAuNiAwIDE3LjUiLz4KICA8Zz4KICAgIDxnIGNsYXNzPSJzdDMiPgogICAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAuOCw5LjdsLjkuOGgwbDEuMS45Yy4yLjIuNC4zLjcuM2gwYy4yLDAsLjQsMCwuNS0uMmgwYzAsMCwuMSwwLC4yLS4xbDEuOC0xLjVoMGwuMy0uMiw5LjksOC4zSC45czkuOS04LjMsOS45LTguM1oiLz4KICAgIDwvZz4KICAgIDxnIGNsYXNzPSJzdDIiPgogICAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTYsOC42bC0uNi41aDBsLTEuOCwxLjVzMCwwLDAsMGMwLDAsMCwwLDAsMCwwLDAsMCwwLDAsMGwtMS4xLS45LTEuMi0xLjFoMEwuOSwwaDI1LjNsLTEwLjIsOC42WiIvPgogICAgPC9nPgogIDwvZz4KICA8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjE3LjIgOSAyNy4yIDE3LjUgMjcuMiAuNiAxNy4yIDkiLz4KPC9zdmc+);
}

.icon-search.primary.bolder,
a.icon-search.primary.bolder {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTUuOSAxOC4zIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjZjc2OTAwOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgICBzdHJva2Utd2lkdGg6IDEuNHB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAuNiwxMS45bDQuNyw1LjlNMTMsNmMuNSwzLjQtMS44LDYuNS01LjIsNy0zLjQuNS02LjUtMS44LTctNS4yQy4zLDQuNCwyLjYsMS4zLDYsLjhjMy40LS41LDYuNSwxLjgsNyw1LjJaIi8+Cjwvc3ZnPg==);
}

/* owl carousel base styling */
.owl-carousel .owl-nav button.owl-next[class*=owl-],
.owl-carousel .owl-nav button.owl-prev[class*=owl-] {
  width: 53px;
  height: 53px;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  transition: background-size 0.3s;
  top: calc(50% - 27px);
}
.owl-carousel .owl-nav button.owl-next[class*=owl-]:hover,
.owl-carousel .owl-nav button.owl-prev[class*=owl-]:hover {
  background-size: 53px auto;
}
.owl-carousel .owl-nav button.owl-next[class*=owl-],
.owl-carousel .owl-nav button.owl-next[class*=owl-]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEuNyA1MS43Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDIgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2ZmZjsKICAgICAgICBzdHJva2UtbGluZWNhcDogcm91bmQ7CiAgICAgICAgc3Ryb2tlLWxpbmVqb2luOiByb3VuZDsKICAgICAgICBzdHJva2Utd2lkdGg6IDIuM3B4OwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHg9IjAiIHdpZHRoPSI1MS43IiBoZWlnaHQ9IjUxLjciLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDMiPgogICAgPHBhdGggY2xhc3M9InN0MiIgZD0iTTI1LjgsNTEuN0MxMS42LDUxLjcsMCw0MC4xLDAsMjUuOFMxMS42LDAsMjUuOCwwczI1LjgsMTEuNiwyNS44LDI1LjgtMTEuNiwyNS44LTI1LjgsMjUuOCIvPgogIDwvZz4KICA8cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSIyMC40IDE0LjUgMzUuNyAyNS44IDIwLjQgMzcuMiIvPgo8L3N2Zz4=);
}
.owl-carousel .owl-nav button.owl-prev[class*=owl-],
.owl-carousel .owl-nav button.owl-prev[class*=owl-]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEuNyA1MS43Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDIgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2ZmZjsKICAgICAgICBzdHJva2UtbGluZWNhcDogcm91bmQ7CiAgICAgICAgc3Ryb2tlLWxpbmVqb2luOiByb3VuZDsKICAgICAgICBzdHJva2Utd2lkdGg6IDIuM3B4OwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHg9IjAiIHk9IjAiIHdpZHRoPSI1MS43IiBoZWlnaHQ9IjUxLjciLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDMiPgogICAgPHBhdGggY2xhc3M9InN0MiIgZD0iTTI1LjgsNTEuN2MxNC4zLDAsMjUuOC0xMS42LDI1LjgtMjUuOEM1MS43LDExLjYsNDAuMSwwLDI1LjgsMCwxMS42LDAsMCwxMS42LDAsMjUuOGMwLDE0LjMsMTEuNiwyNS44LDI1LjgsMjUuOCIvPgogIDwvZz4KICA8cG9seWxpbmUgY2xhc3M9InN0MSIgcG9pbnRzPSIzMS4zIDE0LjUgMTYgMjUuOCAzMS4zIDM3LjIiLz4KPC9zdmc+);
}

/* eco banner */
.eco-banner {
  background: url(../images/eco-banner-bg.5e06f374.jpg) no-repeat bottom center #afd01d;
  background-size: cover;
  display: block;
  width: 100%;
  height: 575px;
  margin: 20px 0;
  padding: 0 20px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.3s;
}
@media (max-width: 1919px) {
  .eco-banner {
    background-size: auto 100%;
  }
}
@media (max-width: 1279px) {
  .eco-banner {
    height: 475px;
  }
}
@media (max-width: 1024px) {
  .eco-banner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .eco-banner {
    height: 300px;
  }
}
.eco-banner .container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 0 0 0 100px;
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .eco-banner .container {
    padding-left: 10%;
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .eco-banner .container {
    padding-left: 0;
    row-gap: 5px;
    padding-bottom: 55px;
  }
}
.eco-banner .text {
  color: #FFFFFF;
  display: block;
  width: 100%;
  line-height: 1;
  font-weight: 600;
  transition: font-size 0.3s;
}
.eco-banner .text:first-child {
  font-size: 38px;
}
.eco-banner .text:nth-child(2) {
  font-size: 128px;
  font-weight: 900;
}
.eco-banner .text:nth-child(3) {
  font-size: 38px;
}
.eco-banner .text:nth-child(4) {
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
}
@media (max-width: 1279px) {
  .eco-banner .text:first-child {
    font-size: 34.2px;
  }
  .eco-banner .text:nth-child(2) {
    font-size: 115.2px;
  }
  .eco-banner .text:nth-child(3) {
    font-size: 34.2px;
  }
  .eco-banner .text:nth-child(4) {
    font-size: 34.2px;
  }
}
@media (max-width: 1024px) {
  .eco-banner .text:first-child {
    font-size: 26.6px;
  }
  .eco-banner .text:nth-child(2) {
    font-size: 89.6px;
  }
  .eco-banner .text:nth-child(3) {
    font-size: 26.6px;
  }
  .eco-banner .text:nth-child(4) {
    font-size: 26.6px;
  }
}
@media (max-width: 767px) {
  .eco-banner .text {
    text-align: center;
  }
  .eco-banner .text:first-child {
    font-size: 13.3px;
  }
  .eco-banner .text:nth-child(2) {
    font-size: 51.2px;
  }
  .eco-banner .text:nth-child(3) {
    font-size: 15.2px;
  }
  .eco-banner .text:nth-child(4) {
    font-size: 15.2px;
    padding-top: 5px;
  }
}
.eco-banner .eco-ticker {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1024px) {
  .eco-banner .eco-ticker {
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .eco-banner .eco-ticker {
    justify-content: center;
    gap: 3px;
  }
}
.eco-banner .ticker-digit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 114.975px;
  background: url(../images/ticker-number-bg.f702ee6d.png) no-repeat center center;
  background-size: contain;
  color: #FFFFFF;
  font-size: 76.65px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
@media (max-width: 1279px) {
  .eco-banner .ticker-digit {
    width: 65.7px;
    height: 103.4775px;
    font-size: 68.985px;
  }
}
@media (max-width: 1024px) {
  .eco-banner .ticker-digit {
    width: 47.45px;
    height: 74.73375px;
    font-size: 49.8225px;
  }
}
@media (max-width: 767px) {
  .eco-banner .ticker-digit {
    width: 30.66px;
    height: 48.2895px;
    font-size: 32.193px;
  }
}
.eco-banner .btn-fnd {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 26px;
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1279px) {
  .eco-banner .btn-fnd {
    font-size: 23.4px;
  }
}
@media (max-width: 1024px) {
  .eco-banner .btn-fnd {
    font-size: 18.2px;
  }
}
@media (max-width: 767px) {
  .eco-banner .btn-fnd {
    bottom: 0;
    right: calc(50% - 100px);
    width: 200px;
    font-size: 0.9rem;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.page-about-us .eco-banner {
  margin-bottom: 0;
}

/* newsletter section */
.section.newsletter {
  background: url(../images/newsletter-bg.8f565799.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-items: flex-end;
  padding: 0;
  align-items: center;
  min-height: 365px;
}
@media (max-width: 1279px) {
  .section.newsletter {
    background-position: right center;
  }
}
.section.newsletter .wrapper {
  max-width: 680px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.newsletter .wrapper > :first-child {
  margin-top: 0;
}
.section.newsletter .wrapper > :last-child {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .section.newsletter .wrapper {
    max-width: 100%;
  }
}
.section.newsletter h2 {
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.section.newsletter p {
  color: #FFFFFF;
  margin: 0 0 0.9rem;
  display: block;
  max-width: 650px;
}
.section.newsletter .email-input {
  grid-column: 1/10;
}
.section.newsletter .submit-btn {
  grid-column: 10/13;
}
.section.newsletter .submit-btn button {
  width: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
}
.section.newsletter .frm_error_style {
  font-weight: 600;
}
.section.newsletter .frm_error {
  background: #800000;
  color: #FFFFFF;
  padding: 6px 15px;
  margin-top: 1rem;
  display: inline-block;
}

/* garment care page bg */
@media (min-width: 1025px) {
  .page-garment-care .entry-content,
  .page-importance-of-schoolwear .entry-content {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NjIgMTE5OC41Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCAwIDAgMTE5OC41IDc2MiAwIDAgMCIvPgo8L3N2Zz4=) no-repeat top right 65dvw;
    background-size: 35dvw auto;
  }
}

/* terms styling */
.terms-styling h3 {
  font-size: 2.3rem;
  font-weight: 200;
}
@media (max-width: 1024px) {
  .terms-styling h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .terms-styling h3 {
    font-size: 1.4rem;
  }
}

/* contact details section */
#map_canvas {
  width: 100%;
  height: 670px;
}

/* contact form section */
.section.contact-form-section {
  background: var(--secondary-color);
}
@media (min-width: 1440px) {
  .section.contact-form-section {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.section.contact-form-section .container {
  max-width: 1185px;
}
.section.contact-form-section h2,
.section.contact-form-section p {
  color: #FFFFFF;
  text-align: center;
}
.section.contact-form-section .frm_forms {
  margin-top: 3.5rem;
}
.section.contact-form-section .frm_submit {
  justify-content: center;
  margin-top: 2.5rem;
}
.section.contact-form-section button[type=submit] {
  color: #FFFFFF;
  min-width: 193px;
}
.section.contact-form-section .frm_error_style {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 1rem;
}
.section.contact-form-section .frm_error {
  background: var(--primary-color);
  color: #FFFFFF;
  padding: 6px 15px;
  margin-top: 0.5rem;
  display: inline-block;
}

/* cat search module */
.cat-search-module .cat-search-wrapper {
  max-width: 780px;
  padding-bottom: 1.5rem;
}
.cat-search-module .cat-search-wrapper label {
  display: none;
}
.cat-search-module .cat-search-wrapper input {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTUuNCAxNy44Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAuOXB4OwogICAgICB9CgogICAgICAuc3QyIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSIxNS40IiBoZWlnaHQ9IjE3LjgiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDIiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLjMsMTEuNmw0LjcsNS45TTEyLjcsNS43Yy41LDMuNC0xLjgsNi41LTUuMiw3LTMuNC41LTYuNS0xLjgtNy01LjJDMCw0LjEsMi4zLDEsNS43LjVzNi41LDEuOCw3LDUuMloiLz4KICA8L2c+Cjwvc3ZnPg==) #f2f2f2 no-repeat center right 28px;
  background-size: 19px auto;
}
.cat-search-module .cat-search-wrapper .cat-search-input-wrap {
  position: relative;
}
.cat-search-module .cat-search-wrapper .cat-search-clear-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #979797;
  cursor: pointer;
  padding: 0 15px;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.cat-search-module .cat-search-wrapper .cat-search-clear-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.cat-search-module .cat-search-wrapper .cat-search-clear-btn:hover {
  color: var(--base-font-color);
}
.cat-search-module .cat-letters-wrapper {
  padding-bottom: 3rem;
  border-bottom: solid 1px #adadad;
}
@media (max-width: 767px) {
  .cat-search-module .cat-letters-wrapper {
    padding-bottom: 2rem;
  }
}
.cat-search-module .cat-letters-wrapper label {
  display: none;
}
.cat-search-module .cat-letters-wrapper button {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 1.35rem;
  border: solid 2px var(--primary-color);
  background: #FFFFFF;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 0;
}
@media (min-width: 1025px) and (max-width: 1484px) {
  .cat-search-module .cat-letters-wrapper button {
    width: 42px;
    height: 42px;
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .cat-search-module .cat-letters-wrapper button {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .cat-search-module .cat-letters-wrapper button {
    width: 31px;
    height: 31px;
    font-size: 0.9rem;
  }
}
.cat-search-module .cat-letters-wrapper button.active {
  background-color: var(--secondary-color);
  color: #FFFFFF;
  border-color: var(--secondary-color);
}
.cat-search-module .cat-letters-wrapper button.disabled {
  opacity: 0.35;
  color: #adadad;
}
.cat-search-module ul.cat-letters {
  justify-content: center;
}
@media (min-width: 1280px) {
  .cat-search-module ul.cat-letters {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.cat-search-module .cat-search-term {
  display: none;
}
.cat-search-module ul.cats {
  padding-top: 2.5rem;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 70px;
}
@media (max-width: 1024px) {
  .cat-search-module ul.cats {
    row-gap: 45px;
  }
}
@media (max-width: 767px) {
  .cat-search-module ul.cats {
    row-gap: 30px;
    padding-top: 1.5rem;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.cat-search-module ul.cats > li {
  display: none;
  width: calc(20% - 48px);
}
@media (max-width: 1279px) {
  .cat-search-module ul.cats > li {
    width: calc(25% - 45px);
  }
}
@media (max-width: 1024px) {
  .cat-search-module ul.cats > li {
    width: calc(33.3333333333% - 40px);
  }
}
@media (max-width: 767px) {
  .cat-search-module ul.cats > li {
    width: calc(50% - 10px);
  }
}
.cat-search-module ul.cats img {
  max-width: 200px;
  margin: 0 auto;
}
.cat-search-module ul.cats .name {
  text-transform: uppercase;
  display: block;
  padding-top: 1rem;
  font-weight: 500;
  font-size: 0.9rem;
}
.cat-search-module ul.cats .cat-letter-heading {
  flex: 0 0 100%;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--primary-color);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}

/* search card */
article.card.style-1 {
  padding: 20px 20px 30px;
  box-shadow: none;
  border: solid 1px #cccacc;
  row-gap: 5px;
}
article.card.style-1 .cat {
  padding-top: 15px;
}
article.card.style-1 .title {
  padding-bottom: 15px;
}
article.card.style-1 .btn-fnd {
  min-width: 193px;
}

/* find your school section */
.find-your-school-section.section {
  background-size: cover;
  padding: 75px 0 100px;
}
@media (max-width: 767px) {
  .find-your-school-section.section {
    padding: 45px 0 55px;
  }
}
.find-your-school-section.section h2,
.find-your-school-section.section p,
.find-your-school-section.section input[type=submit] {
  color: #FFFFFF;
}
.find-your-school-section.section h2 {
  margin: 0 0 8px;
}
.find-your-school-section.section p {
  margin: 0 0 20px;
  max-width: 485px;
}
.find-your-school-section.section form {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 680px;
}
@media (max-width: 767px) {
  .find-your-school-section.section form {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.find-your-school-section.section input[type=text]::-moz-placeholder {
  text-transform: none;
  color: #808080;
}
.find-your-school-section.section input[type=text]::placeholder {
  text-transform: none;
  color: #808080;
}
.find-your-school-section.section input[type=text]::-webkit-input-placeholder {
  text-transform: none;
  color: #808080;
}
.find-your-school-section.section input[type=text]:-moz-placeholder {
  text-transform: none;
  color: #808080;
}
.find-your-school-section.section input[type=text]::-moz-placeholder {
  text-transform: none;
  color: #808080;
}
.find-your-school-section.section input[type=text]:-ms-input-placeholder {
  text-transform: none;
  color: #808080;
}
@media (max-width: 767px) {
  .find-your-school-section.section input[type=text] {
    width: 100%;
  }
}
.find-your-school-section.section input[type=submit] {
  text-transform: uppercase;
}

/* site popup */
@media (min-width: 768px) {
  .site-popup .site-popup-content-wrapper {
    border-radius: 30px;
  }
  .site-popup .popup-close-btn {
    top: 30px;
    right: 30px;
  }
  .site-popup .popup-close-btn img {
    width: 25px;
  }
}
.site-popup .site-popup-content h1,
.site-popup .site-popup-content h2 {
  font-size: 2.25rem;
  color: var(--primary-color);
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .site-popup .site-popup-content h1,
  .site-popup .site-popup-content h2 {
    font-size: 1.5rem;
  }
}
.site-popup .site-popup-content h1 + p,
.site-popup .site-popup-content h2 + p {
  margin-top: 0.7rem;
}
.site-popup .site-popup-content h3 {
  font-size: 1rem;
  color: var(--primary-color);
  margin-bottom: 0.7rem;
}
.site-popup .site-popup-content h3 + p {
  margin-top: 0.7rem;
}

.btn-no-text-transform .btn {
  text-transform: none;
}

.site-header,
.header-sticky .site-header {
  z-index: 3;
}

/* reduce height of header and hide top bar when scrolling */
.header-sticky.is-scrolled .site-header {
  top: -55px;
  height: calc(var(--header-height-desktop) - 45px);
}
@media (max-width: 1024px) {
  .header-sticky.is-scrolled .site-header {
    top: 0;
    height: calc(var(--header-height-tablet) - 40px);
  }
}
@media (max-width: 767px) {
  .header-sticky.is-scrolled .site-header {
    height: calc(var(--header-height-mobile) - 30px);
  }
}
.header-sticky.is-scrolled .site-header .bottom {
  height: calc(var(--header-height-desktop) - 100px);
}
@media (max-width: 1024px) {
  .header-sticky.is-scrolled .site-header .bottom {
    height: calc(var(--header-height-tablet) - 40px);
  }
}
@media (max-width: 767px) {
  .header-sticky.is-scrolled .site-header .bottom {
    height: calc(var(--header-height-mobile) - 30px);
  }
}
.header-sticky.is-scrolled .site-header .bottom .site-branding {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .header-sticky.is-scrolled .site-header .bottom .site-branding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.admin-bar.header-sticky.is-scrolled .site-header {
  top: -23px;
}
@media (max-width: 1024px) {
  .admin-bar.header-sticky.is-scrolled .site-header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar.header-sticky.is-scrolled .site-header {
    top: -9px;
  }
}
@media (max-width: 782px) and (max-width: 1024px) {
  .admin-bar.header-sticky.is-scrolled .site-header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar.header-sticky.is-scrolled .site-header {
    top: 0;
  }
}

.site-header.style-3 {
  box-shadow: none;
}
.site-header.style-3 a {
  text-transform: uppercase;
}
.site-header.style-3 .top-wrapper {
  background-color: var(--secondary-color);
}
.site-header.style-3 .top-wrapper a {
  font-weight: 200;
}
@media (max-width: 1024px) {
  .site-header.style-3 .top-wrapper {
    display: none;
  }
}
.site-header.style-3 .top {
  max-width: 1800px;
}
.site-header.style-3 .top a {
  font-size: 0.85rem;
  display: inline-block;
  transition: transform 0.3s;
}
.site-header.style-3 .top a:hover {
  transform: scale(1.05);
}
.site-header.style-3 .bottom-wrapper {
  max-width: 1800px;
}
.site-header.style-3 .bottom .site-branding {
  transition: padding 0.3s, left 0.3s;
}
@media (max-width: 767px) {
  .site-header.style-3 .bottom .site-branding {
    left: 0;
  }
}
@media (max-width: 767px) {
  .site-header.style-3 .bottom .site-branding img {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media (max-width: 1024px) {
  .site-header.style-3 .bottom {
    height: var(--header-height-tablet);
  }
}
@media (max-width: 767px) {
  .site-header.style-3 .bottom {
    height: var(--header-height-mobile);
  }
}
@media (max-width: 767px) {
  .site-header.style-3 .bottom #site-navigation-widgets .right {
    padding-right: 40px;
    padding-left: 0;
  }
}
.site-header.style-3 .bottom #site-navigation-widgets .right .widget {
  width: 100%;
}
@media (min-width: 1440px) {
  .site-header.style-3 .bottom #menu-primary-menu {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
}
@media (max-width: 1024px) {
  .site-header.style-3 .bottom #site-navigation {
    background-color: var(--primary-color);
  }
}
@media (min-width: 1025px) {
  .site-header.style-3 .bottom #site-navigation li a {
    font-size: 0.85rem;
    color: #000000;
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  .site-header.style-3 .bottom #site-navigation li a {
    font-size: 0.9rem;
  }
}
@media (min-width: 1025px) {
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:last-child a {
    font-weight: 700;
  }
}
@media (min-width: 1025px) {
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:first-child a {
    font-weight: 500;
    padding: 0.65rem 1.25rem;
    border-width: 2px;
    transition: transform 0.3s, background-color 0.3s;
  }
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:first-child a:hover {
    font-weight: 500;
  }
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:first-child a.primary {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-color: var(--primary-color);
    cursor: pointer;
  }
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:first-child a.primary:hover {
    background-color: var(--primary-color-lighter);
    color: #FFFFFF;
    border-color: var(--primary-color-lighter);
  }
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:first-child a.transparent {
    color: #000000;
  }
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:first-child a.transparent:hover {
    color: #000000;
  }
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:first-child a {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-color: var(--primary-color);
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .site-header.style-3 .bottom #site-navigation #menu-primary-menu > li:first-child a:hover {
    background-color: var(--primary-color-lighter);
    color: #FFFFFF;
    border-color: var(--primary-color-lighter);
  }
}
@media (min-width: 1025px) {
  .site-header.style-3 .bottom #site-navigation ul.menu ul,
  .site-header.style-3 .bottom #site-navigation .menu > ul ul {
    background-color: #FFFFFF;
    padding: 10px 30px;
  }
  .site-header.style-3 .bottom #site-navigation ul.menu ul li,
  .site-header.style-3 .bottom #site-navigation .menu > ul ul li {
    margin: 5px 0;
  }
  .site-header.style-3 .bottom #site-navigation ul.menu ul a,
  .site-header.style-3 .bottom #site-navigation .menu > ul ul a {
    color: var(--base-font-color);
    padding: 5px 0;
  }
  .site-header.style-3 .bottom #site-navigation ul.menu ul a:hover,
  .site-header.style-3 .bottom #site-navigation .menu > ul ul a:hover {
    color: var(--primary-color);
  }
}
@media (min-width: 1025px) {
  .site-header.style-3 .bottom .menu-top-menu-container {
    display: none;
  }
}
.site-header.style-3 .bottom .menu-top-menu-container #menu-top-menu-1 {
  padding-top: 12px;
}
.site-header.style-3 .site-search {
  margin-right: 25px;
  width: 405px;
}
@media (max-width: 1535px) {
  .site-header.style-3 .site-search {
    width: 365px;
  }
}
@media (max-width: 1439px) {
  .site-header.style-3 .site-search {
    width: 275px;
  }
}
@media (max-width: 1279px) {
  .site-header.style-3 .site-search {
    display: none;
  }
}
.site-header.style-3 .nav-icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .site-header.style-3 .nav-icons {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.site-header.style-3 .nav-icons li {
  list-style: none;
  margin: 0;
}
@media (min-width: 1280px) {
  .site-header.style-3 .nav-icons .icon-search {
    display: none;
  }
}
.site-header.style-3 .nav-icons a.icon-link.icon-only {
  width: 1.1rem;
  height: 1.1rem;
}
.site-header.style-3 .nav-icons .cart-link.not-empty {
  margin-right: 15px;
}

.cart-link .cart-count {
  top: 2px;
  width: 1rem;
  height: 1rem;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 11px;
  right: -15px;
}

.site-search {
  -moz-column-gap: 0;
       column-gap: 0;
  transition: width 0.3s, border-color 0.3s;
  border: solid 1px transparent;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .site-search {
    flex-direction: row;
  }
}
.site-search:focus-within {
  border-color: var(--base-font-color);
}
.site-search input[type=text] {
  min-height: 47px;
  border: none;
  border-radius: 30px 0 0 30px;
}
.site-search input[type=text]:focus, .site-search input[type=text]:focus-visible {
  border: none;
  outline: none;
}
.site-search input[type=submit] {
  text-indent: -9999px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTUuNCAxNy44Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgICBzdHJva2UtbWl0ZXJsaW1pdDogMTA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAuOXB4OwogICAgICB9CgogICAgICAuc3QyIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSIxNS40IiBoZWlnaHQ9IjE3LjgiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDIiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLjMsMTEuNmw0LjcsNS45TTEyLjcsNS43Yy41LDMuNC0xLjgsNi41LTUuMiw3LTMuNC41LTYuNS0xLjgtNy01LjJDMCw0LjEsMi4zLDEsNS43LjVzNi41LDEuOCw3LDUuMloiLz4KICA8L2c+Cjwvc3ZnPg==) #f2f2f2 no-repeat center right 28px;
  background-size: 15px auto;
  min-width: 50px;
  height: 47px;
  padding: 0;
  border: none;
  border-radius: 0 30px 30px 0;
  transition: background-size 0.3s, background-color 0.3s;
}
.site-search input[type=submit]:hover {
  background-color: #f2f2f2;
  background-size: 17px auto;
  transform: none;
}
.site-search:focus-within input[type=submit] {
  background-color: #FFFFFF;
}
.site-search:focus-within input[type=submit]:hover {
  background-color: #FFFFFF;
}

.site-search-overlay .site-search {
  width: 500px;
  max-width: 90% !important;
}

/* page title header banner */
.header-sticky .entry-header,
.header-sticky .woocommerce-products-header {
  height: calc(285px + var(--header-height-desktop));
}
@media (max-width: 1279px) {
  .header-sticky .entry-header,
  .header-sticky .woocommerce-products-header {
    height: calc(225px + var(--header-height-desktop));
  }
}
@media (max-width: 1024px) {
  .header-sticky .entry-header,
  .header-sticky .woocommerce-products-header {
    height: calc(175px + var(--header-height-tablet));
  }
}
@media (max-width: 767px) {
  .header-sticky .entry-header,
  .header-sticky .woocommerce-products-header {
    height: calc(90px + var(--header-height-mobile));
  }
}

.entry-header,
.woocommerce-products-header {
  background-position: top var(--header-height-desktop) center;
  background-size: 100% auto;
}
@media (max-width: 1920px) {
  .entry-header,
  .woocommerce-products-header {
    background-size: auto 285px;
  }
}
@media (max-width: 1279px) {
  .entry-header,
  .woocommerce-products-header {
    background-size: auto 225px;
  }
}
@media (max-width: 1024px) {
  .entry-header,
  .woocommerce-products-header {
    background-position: top var(--header-height-tablet) center;
    background-size: auto 175px;
  }
}
@media (max-width: 767px) {
  .entry-header,
  .woocommerce-products-header {
    background-position: top var(--header-height-mobile) center;
    background-size: auto 90px;
  }
}
.entry-header .entry-title,
.entry-header .page-title,
.woocommerce-products-header .entry-title,
.woocommerce-products-header .page-title {
  font-weight: 200;
  font-size: 3.9rem;
}
@media (max-width: 1024px) {
  .entry-header .entry-title,
  .entry-header .page-title,
  .woocommerce-products-header .entry-title,
  .woocommerce-products-header .page-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .entry-header .entry-title,
  .entry-header .page-title,
  .woocommerce-products-header .entry-title,
  .woocommerce-products-header .page-title {
    font-size: 2rem;
  }
}
.entry-header .entry-title,
.entry-header .page-title,
.woocommerce-products-header .entry-title,
.woocommerce-products-header .page-title {
  max-width: var(--max-container-width);
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
@media (max-width: 1535px) {
  .entry-header .entry-title,
  .entry-header .page-title,
  .woocommerce-products-header .entry-title,
  .woocommerce-products-header .page-title {
    padding-left: 6.5dvw;
    padding-right: 6.5dvw;
  }
}
@media (max-width: 767px) {
  .entry-header .entry-title,
  .entry-header .page-title,
  .woocommerce-products-header .entry-title,
  .woocommerce-products-header .page-title {
    font-size: 1.65rem;
    line-height: 1.05;
  }
}
.entry-header .breadcrumb,
.woocommerce-products-header .breadcrumb {
  display: none;
}

/* Leavers Club Hoodies page - alternate logo */
.page-leavers-club-hoodies .site-header .site-branding a {
  background: url(../images/leavers-logo.6596ddac.png) no-repeat center;
  background-size: contain;
}
.page-leavers-club-hoodies .site-header .site-branding a img {
  visibility: hidden;
}

.has-mega-menu {
  position: static;
}
@media (min-width: 1280px) {
  .has-mega-menu > ul {
    display: none !important;
  }
}

.mega-menu-container {
  max-width: 1300px;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 30px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mega-menu-container.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-menu-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  gap: 0;
}

.mega-menu-blocks {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 760px;
  gap: 0 25px;
  align-content: flex-start;
  position: relative;
}
.mega-menu-blocks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 265px;
  height: 100%;
  background: repeating-linear-gradient(to right, transparent 0, transparent 252.5px, var(--primary-color) 252.5px, var(--primary-color) 253.5px, transparent 253.5px, transparent 265px);
  background-size: 265px 100%;
  pointer-events: none;
}

.mega-menu-block {
  width: 240px;
  flex-shrink: 0;
  margin-bottom: 7px;
}

.site-header #site-navigation .mega-menu-container .mega-menu-block-heading {
  font-size: 15px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  background: var(--primary-color);
  color: #fff;
  padding: 5px 6px !important;
  text-decoration: none;
  transition: background-color 0.3s ease;
  letter-spacing: normal !important;
  font-family: var(--base-font-family);
}
.site-header #site-navigation .mega-menu-container .mega-menu-block-heading:hover {
  background: var(--primary-color-lighter);
  color: #fff !important;
}

.site-header #site-navigation .mega-menu-container .mega-menu-blocks .mega-menu-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0 6px !important;
  display: flex;
  flex-direction: column;
  gap: 7px;
  opacity: 1;
  visibility: visible;
  position: static;
  background: transparent;
  box-shadow: none;
  left: auto;
  top: auto;
  text-align: left;
  background-color: transparent !important;
}
.site-header #site-navigation .mega-menu-container .mega-menu-blocks .mega-menu-list .menu-item {
  margin: 0;
  list-style: none;
  display: block;
  opacity: 1;
  visibility: visible;
  position: static;
  transform: none;
}
.site-header #site-navigation .mega-menu-container .mega-menu-blocks .mega-menu-list .menu-item::marker {
  display: none;
  content: "";
}
.site-header #site-navigation .mega-menu-container .mega-menu-blocks .mega-menu-list .menu-item a {
  font-size: 16px;
  font-weight: 400;
  color: var(--base-font-color);
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  line-height: 1;
  text-transform: none;
  padding: 0;
  letter-spacing: normal;
  font-family: var(--base-font-family);
}
.site-header #site-navigation .mega-menu-container .mega-menu-blocks .mega-menu-list .menu-item a:hover {
  color: var(--primary-color);
}
.site-header #site-navigation .mega-menu-container .mega-menu-blocks .mega-menu-list .menu-item:last-child {
  margin-bottom: 0;
}

.mega-menu-ctas {
  width: 150px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mega-menu-cta {
  display: flex;
}

.mega-menu-cta-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  padding: 0 !important;
}
.mega-menu-cta-link:hover .mega-menu-cta-title {
  color: var(--primary-color) !important;
}

.mega-menu-cta-image {
  width: 150px;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 10px;
}
.mega-menu-cta-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-header #site-navigation .mega-menu-container .mega-menu-cta-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  transition: color 0.3s ease;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: normal;
  font-family: var(--base-font-family);
}

@media (max-width: 1279px) {
  .mega-menu-container {
    max-width: 1040px;
  }
  .mega-menu-wrapper {
    max-width: 1000px;
    padding: 0 15px;
  }
  .mega-menu-blocks {
    height: 680px;
    gap: 0 20px;
  }
  .mega-menu-blocks::before {
    right: 210px;
    background: repeating-linear-gradient(to right, transparent 0, transparent 200px, var(--primary-color) 200px, var(--primary-color) 201px, transparent 201px, transparent 210px);
    background-size: 210px 100%;
  }
  .mega-menu-block {
    width: 190px;
    margin-bottom: 5px;
  }
  .site-header #site-navigation .mega-menu-container .mega-menu-block-heading {
    font-size: 14px;
  }
  .site-header #site-navigation .mega-menu-container .mega-menu-blocks .mega-menu-list {
    gap: 4px;
  }
  .site-header #site-navigation .mega-menu-container .mega-menu-blocks .mega-menu-list .menu-item a {
    font-size: 15px;
  }
  .mega-menu-ctas {
    width: 130px;
  }
  .mega-menu-cta-image {
    width: 130px;
  }
  .site-header #site-navigation .mega-menu-container .mega-menu-cta-title {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .mega-menu-container {
    display: none;
  }
}
@media (max-width: 768px) {
  .mega-menu-container {
    padding: 20px 0;
  }
  .mega-menu-wrapper {
    padding: 0 20px;
  }
  .mega-menu-blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
  .mega-menu-block-heading {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .mega-menu-block.has-orange-heading .mega-menu-block-heading {
    padding: 6px 12px;
    margin-bottom: 12px;
  }
  .mega-menu-list .menu-item {
    margin-bottom: 6px;
  }
  .mega-menu-list .menu-item a {
    font-size: 12px;
  }
}
.site-footer.style-2 {
  background-color: var(--secondary-color);
}
.site-footer.style-2 .top .container {
  padding-top: 85px;
  padding-bottom: 125px;
}
@media (max-width: 767px) {
  .site-footer.style-2 .top .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.site-footer.style-2 .top .container .col-1 {
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 75px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1439px) {
  .site-footer.style-2 .top .container .col-1 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 1279px) {
  .site-footer.style-2 .top .container .col-1 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media (max-width: 1024px) {
  .site-footer.style-2 .top .container .col-1 {
    row-gap: 60px;
  }
}
@media (max-width: 767px) {
  .site-footer.style-2 .top .container .col-1 {
    row-gap: 0;
  }
}
.site-footer.style-2 .top .container .col-1 .logo img {
  width: 334px;
  height: auto;
}
@media (max-width: 767px) {
  .site-footer.style-2 .top .container .col-1 .logo img {
    width: 260px;
  }
}
.site-footer.style-2 .top .container .col-1 .widget-title {
  margin: 0 0 15px;
  text-transform: uppercase;
}
.site-footer.style-2 .top .container .col-1 .widget_nav_menu {
  width: calc(20% - 80px);
}
@media (max-width: 1439px) {
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu {
    width: calc(20% - 64px);
  }
}
@media (max-width: 1279px) {
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu {
    width: calc(20% - 36px);
  }
}
@media (max-width: 1024px) {
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu {
    width: calc(50% - 22.5px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu {
    width: 100%;
  }
}
.site-footer.style-2 .top .container .col-1 .menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.site-footer.style-2 .top .container .col-1 .menu li {
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  .site-footer.style-2 .top .container .col-1 .menu li {
    text-align: left;
  }
}
.site-footer.style-2 .top .container .col-1 .menu a {
  font-weight: 200;
}
.site-footer.style-2 .bottom {
  border-color: var(--primary-color);
}
.site-footer.style-2 .bottom .container {
  padding-top: 40px;
  padding-bottom: 40px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .site-footer.style-2 .bottom .col-l {
    order: 2;
  }
}
.site-footer.style-2 .bottom .col-r {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .site-footer.style-2 .bottom .col-r {
    justify-content: center;
    order: 1;
  }
}
.site-footer.style-2 .social-icons {
  -moz-column-gap: 39px;
       column-gap: 39px;
}
.site-footer.style-2 .social-icons img {
  height: 26px;
}
@media (max-width: 767px) {
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu .widget-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    padding: 15px 0;
    margin-bottom: 0;
  }
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu .widget-title::after {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNSA4LjM4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSA4LjM4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTY1MjE2MjY2NzcyMDE2NjI3MTkwMDAwMDE1MTUzNDQ2NDQwNzc1ODE1MzE0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoxLjI1O30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMTI2MTEwMTEwMjg4MTg4NjQ5NzAwMDAwMDE4ODIxMjIwMzcxNjY3Mzc3OTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuMjU7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTUyMjIzMzMzNTk2ODAzNDIzNTAwMDAwMDAxMjM4MjY1NjY0MjUwOTY0MTQwXyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJCQk8L2NsaXBQYXRoPgoKCQkJCTxsaW5lIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDE1MjIyMzMzMzU5NjgwMzQyMzUwMDAwMDAwMTIzODI2NTY2NDI1MDk2NDE0MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MS4yNTsiIHgxPSIwLjQ0IiB5MT0iMC40NCIgeDI9IjcuOTQiIHkyPSI3Ljk0Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxkZWZzPgoJCQkJPHJlY3QgaWQ9IlNWR0lEXzAwMDAwMDk3NDk5NzA5NDc4NDM1NzQxOTcwMDAwMDEyMTU4NTUyNDE0NzQyNzUxNjI5XyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTI0MTIwNTc4MDA1MTg4NTMyODYwMDAwMDE0Mjk4MzMwNTY4MDgwOTM3MzY5XyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8wMDAwMDA5NzQ5OTcwOTQ3ODQzNTc0MTk3MDAwMDAxMjE1ODU1MjQxNDc0Mjc1MTYyOV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQkJPC9jbGlwUGF0aD4KCgkJCQk8bGluZSBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMjQxMjA1NzgwMDUxODg1MzI4NjAwMDAwMTQyOTgzMzA1NjgwODA5MzczNjlfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuMjU7IiB4MT0iMTQuNTUiIHkxPSIwLjQ0IiB4Mj0iNy4wNSIgeTI9IjcuOTQiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
    background-size: 20px auto;
    width: 20px;
    height: 10px;
    flex-shrink: 0;
    transition: transform 0.4s;
  }
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu.is-open .widget-title::after {
    transform: rotate(180deg);
  }
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu .menu {
    display: none;
    padding-bottom: 15px;
  }
  .site-footer.style-2 .top .container .col-1 .widget_nav_menu.is-open .menu {
    display: flex;
  }
}

.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss),
.woocommerce-page .wc-block-components-product-button__button,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
  font-weight: 500;
  padding: 0.65rem 1.25rem;
  border-width: 2px;
  transition: transform 0.3s, background-color 0.3s;
}
.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):hover,
.woocommerce-page .wc-block-components-product-button__button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  font-weight: 500;
}
.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss).primary,
.woocommerce-page .wc-block-components-product-button__button.primary,
.woocommerce-page a.button.primary,
.woocommerce-page a.button.alt.primary,
.woocommerce-page button.button.primary,
.woocommerce-page button.button.alt.primary,
.woocommerce-page button.button.alt.disabled.primary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss).primary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button.primary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.primary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.primary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.primary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.primary,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-color: var(--primary-color);
  cursor: pointer;
}
.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss).primary:hover,
.woocommerce-page .wc-block-components-product-button__button.primary:hover,
.woocommerce-page a.button.primary:hover,
.woocommerce-page a.button.alt.primary:hover,
.woocommerce-page button.button.primary:hover,
.woocommerce-page button.button.alt.primary:hover,
.woocommerce-page button.button.alt.disabled.primary:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss).primary:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button.primary:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.primary:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.primary:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.primary:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.primary:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.primary:hover {
  background-color: var(--primary-color-lighter);
  color: #FFFFFF;
  border-color: var(--primary-color-lighter);
}
.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss).transparent,
.woocommerce-page .wc-block-components-product-button__button.transparent,
.woocommerce-page a.button.transparent,
.woocommerce-page a.button.alt.transparent,
.woocommerce-page button.button.transparent,
.woocommerce-page button.button.alt.transparent,
.woocommerce-page button.button.alt.disabled.transparent,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss).transparent,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button.transparent,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.transparent,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.transparent,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.transparent,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.transparent,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.transparent {
  color: #000000;
}
.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss).transparent:hover,
.woocommerce-page .wc-block-components-product-button__button.transparent:hover,
.woocommerce-page a.button.transparent:hover,
.woocommerce-page a.button.alt.transparent:hover,
.woocommerce-page button.button.transparent:hover,
.woocommerce-page button.button.alt.transparent:hover,
.woocommerce-page button.button.alt.disabled.transparent:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss).transparent:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button.transparent:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.transparent:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.transparent:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.transparent:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.transparent:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled.transparent:hover {
  color: #000000;
}
.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss),
.woocommerce-page .wc-block-components-product-button__button,
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
  color: #000000;
  background-color: transparent;
  border-color: var(--primary-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 27px;
}
.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):focus, .woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):active, .woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):visited,
.woocommerce-page .wc-block-components-product-button__button:focus,
.woocommerce-page .wc-block-components-product-button__button:active,
.woocommerce-page .wc-block-components-product-button__button:visited,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:active,
.woocommerce-page a.button:visited,
.woocommerce-page a.button.alt:focus,
.woocommerce-page a.button.alt:active,
.woocommerce-page a.button.alt:visited,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:active,
.woocommerce-page button.button:visited,
.woocommerce-page button.button.alt:focus,
.woocommerce-page button.button.alt:active,
.woocommerce-page button.button.alt:visited,
.woocommerce-page button.button.alt.disabled:focus,
.woocommerce-page button.button.alt.disabled:active,
.woocommerce-page button.button.alt.disabled:visited,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):visited,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button:visited,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:visited,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:visited,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:visited,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:visited,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:visited {
  color: #000000;
}
.woocommerce-page .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):hover,
.woocommerce-page .wc-block-components-product-button__button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-button:not(.is-link,
.wc-block-components-notice-banner__dismiss):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wc-block-components-product-button__button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  color: #000000;
  background-color: transparent;
}

.woocommerce-Address-title .edit {
  font-weight: 500;
  padding: 0.65rem 1.25rem;
  border-width: 2px;
  transition: transform 0.3s, background-color 0.3s;
}
.woocommerce-Address-title .edit:hover {
  font-weight: 500;
}
.woocommerce-Address-title .edit.primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-color: var(--primary-color);
  cursor: pointer;
}
.woocommerce-Address-title .edit.primary:hover {
  background-color: var(--primary-color-lighter);
  color: #FFFFFF;
  border-color: var(--primary-color-lighter);
}
.woocommerce-Address-title .edit.transparent {
  color: #000000;
}
.woocommerce-Address-title .edit.transparent:hover {
  color: #000000;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
  color: #000000;
}

.woocommerce-error {
  border-top-color: #ed6902;
  background-color: #ed6902;
  color: #FFF;
}
.woocommerce-error:before {
  content: "\e016";
  color: #FFF;
}
.woocommerce-error:focus-visible {
  outline: none;
}

@media (max-width: 768px) {
  .woocommerce-page .woocommerce-notices-wrapper:not(:empty) {
    padding-bottom: 0;
  }
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.woocommerce .quantity input {
  background-color: #f2f2f2;
  border-radius: 0;
  border: none;
  color: var(--base-font-color);
  font-weight: 200;
}
.woocommerce .quantity .quantity-modifier {
  width: 42px;
  background-color: var(--secondary-color);
  transition: color 0.3s;
  cursor: pointer;
}
.woocommerce .quantity .quantity-modifier.minus {
  border-radius: 50% 0 0 50%;
}
.woocommerce .quantity .quantity-modifier.plus {
  border-radius: 0 50% 50% 0;
}
.woocommerce .quantity .quantity-modifier:hover {
  background-color: var(--secondary-color-lighter);
}

/* edit address account page */
.woocommerce-edit-address form h2:first-child {
  margin-top: 0;
}

.woocommerce-account:not(.logged-in) .site-header.style-3 {
  border-bottom: solid 1px #cccacc;
}

.woocommerce-account:not(.logged-in) .woocommerce .lost_reset_password {
  padding-top: var(--section-spacing-desktop);
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce .lost_reset_password {
    padding-top: var(--section-spacing-tablet);
  }
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .woocommerce .lost_reset_password {
    padding-top: var(--section-spacing-mobile);
  }
}

.woocommerce-account:not(.logged-in) #primary {
  padding-top: var(--header-height-desktop);
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) #primary {
    padding-top: var(--header-height-tablet);
  }
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) #primary {
    padding-top: var(--header-height-mobile);
  }
}
.woocommerce-account:not(.logged-in).header-sticky .page > .entry-content {
  padding-top: 0;
}
.woocommerce-account:not(.logged-in) .woocommerce {
  padding-top: var(--section-spacing-desktop);
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce {
    padding-top: var(--section-spacing-tablet);
  }
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .woocommerce {
    padding-top: var(--section-spacing-mobile);
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login {
    flex-direction: column;
    gap: 30px;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login h2 {
  font-size: 2.25rem;
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login h2 {
    font-size: 1.7rem;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 {
  flex: 1;
  background-color: #f2f1f2;
  padding: 45px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 {
    padding: 20px;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-form-row {
  padding: 0;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-Input--text {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  height: 47px;
  min-height: 47px;
  font-size: 1rem;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-form__input-checkbox {
  border-color: #ffffff;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .woocommerce-form-login__rememberme {
  margin-bottom: 0;
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .woocommerce-form-login__rememberme {
    font-size: 0.8rem;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .lost-password-link {
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: underline;
  color: var(--primary-color);
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .lost-password-link:hover, .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .lost-password-link:focus, .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .lost-password-link:active, .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .lost-password-link:visited {
  color: var(--primary-color);
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .lost-password-link {
    font-size: 0.8rem;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .login-footer-row .lost-password-link:hover {
  text-decoration: underline;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-form-login__submit {
  color: #000000;
  background-color: transparent;
  border-color: var(--primary-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 27px;
  color: var(--base-font-color);
  text-transform: uppercase;
  min-width: 150px;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-form-login__submit:focus, .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-form-login__submit:active, .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-form-login__submit:visited {
  color: #000000;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-form-login__submit:hover {
  color: #000000;
  background-color: transparent;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column1 .woocommerce-form-login__submit:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 {
  flex: 1;
  background-color: var(--secondary-color);
  padding: 45px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0;
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 {
    padding: 20px;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .register-tagline {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .register-tagline {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .register-tagline {
    font-size: 1.15rem;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form {
  padding: 0;
  border: none;
  background: none;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-privacy-policy-text,
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form__label {
  color: #ffffff;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-privacy-policy-text a,
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form__label a {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-privacy-policy-text {
    font-size: 0.8rem;
  }
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-Input--text {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  height: 47px;
  min-height: 47px;
  font-size: 1rem;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form-register__submit {
  color: #000000;
  background-color: transparent;
  border-color: var(--primary-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 27px;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form-register__submit:focus, .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form-register__submit:active, .woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form-register__submit:visited {
  color: #000000;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form-register__submit:hover {
  color: #000000;
  background-color: transparent;
}
.woocommerce-account:not(.logged-in) .woocommerce #customer_login .u-column2 .woocommerce-form-register__submit:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

.school-cat-header {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .school-cat-header {
    margin: 45px 0;
  }
}
@media (max-width: 767px) {
  .school-cat-header {
    margin: 0 0 30px;
  }
}
.school-cat-header .container {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .school-cat-header .container {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.school-cat-header .container > img {
  flex: 0 0 275px;
  display: flex;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 275px;
}
@media (max-width: 1024px) {
  .school-cat-header .container > img {
    flex-basis: 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .school-cat-header .container > img {
    flex-basis: 100px;
    max-width: 100px;
    margin: 0 auto;
  }
}
.school-cat-header .container .wrapper > :first-child {
  margin-top: 0;
}
.school-cat-header .container .wrapper > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .school-cat-header .container .wrapper {
    width: 100%;
  }
}
.school-cat-header .container h1 {
  font-size: 2.3rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .school-cat-header .container h1 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.school-cat-header .container span.address {
  display: block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTUuMSAyMS4yIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KCiAgICAgIC5zdDIgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjE1LjEiIGhlaWdodD0iMjEuMiIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9InN0MiI+CiAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNy41LDExLjZjLTIuMywwLTQuMS0xLjgtNC4xLTQuMXMxLjgtNC4xLDQuMS00LjEsNC4xLDEuOCw0LjEsNC4xLTEuOCw0LjEtNC4xLDQuMU03LjUsMEMzLjQsMCwwLDMuNCwwLDcuNXM1LjUsMTEuMyw3LjEsMTMuNWMuMi4zLjcuMy45LDAsMS42LTIuMiw3LjEtOS45LDcuMS0xMy41UzExLjcsMCw3LjUsMCIvPgogIDwvZz4KPC9zdmc+) no-repeat top left;
  background-size: 18px auto;
  padding: 0 0 35px 25px;
}
@media (max-width: 1024px) {
  .school-cat-header .container span.address {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .school-cat-header .container span.address {
    padding-bottom: 5px;
  }
}

.woocommerce span.onsale {
  background-color: var(--primary-color);
  text-transform: uppercase;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-cart ins,
.woocommerce-checkout ins,
.woocommerce .mini_cart_item ins,
.woocommerce ins {
  font-weight: 200;
  background-color: inherit;
}

.shop-sidebar .widget {
  margin-bottom: 0;
}
.shop-sidebar .widget:empty {
  display: none;
}

/*
// VIA CUSTOMISER
.woocommerce ul.products li.product .onsale {
    top: 10px!important;
    right: 10px!important;
    left: auto;
    margin: 0!important;
    z-index: 1!important;
}
*/
.woocommerce ul.products li.product .onsale {
  bottom: 20px;
  left: 20px;
  margin: 0px;
  right: auto;
  top: auto;
  z-index: 1;
}

.single_variation_wrap .woocommerce-variation-description {
  display: none;
}

.yith-quick-view-content .custom-yith-quickbuy-image-wrapper {
  position: relative;
}
.yith-quick-view-content .custom-yith-quickbuy-image-wrapper .onsale {
  bottom: 20px !important;
  left: 20px !important;
  margin: 0px !important;
  right: auto !important;
  top: auto !important;
  z-index: 1 !important;
}
.yith-quick-view-content .custom-yith-quickbuy-image-wrapper .images {
  float: none !important;
}
.yith-quick-view-content .product > .onsale {
  display: none;
}

ul.products li.product a.woocommerce-loop-product__link,
.woocommerce .products ul li.product a.woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce-page ul.products li.product a.woocommerce-loop-product__link,
.woocommerce-page ul.products[class*=columns-] li.product a.woocommerce-loop-product__link {
  row-gap: 0;
}
ul.products li.product .product-image-wrapper,
.woocommerce .products ul li.product .product-image-wrapper,
.woocommerce ul.products li.product .product-image-wrapper,
.woocommerce-page ul.products li.product .product-image-wrapper,
.woocommerce-page ul.products[class*=columns-] li.product .product-image-wrapper {
  position: relative;
}
ul.products li.product .product-image-wrapper img,
.woocommerce .products ul li.product .product-image-wrapper img,
.woocommerce ul.products li.product .product-image-wrapper img,
.woocommerce-page ul.products li.product .product-image-wrapper img,
.woocommerce-page ul.products[class*=columns-] li.product .product-image-wrapper img {
  margin-bottom: 0;
}
ul.products li.product .product-image-wrapper .gallery-prompt-overlay,
.woocommerce .products ul li.product .product-image-wrapper .gallery-prompt-overlay,
.woocommerce ul.products li.product .product-image-wrapper .gallery-prompt-overlay,
.woocommerce-page ul.products li.product .product-image-wrapper .gallery-prompt-overlay,
.woocommerce-page ul.products[class*=columns-] li.product .product-image-wrapper .gallery-prompt-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: color-mix(in srgb, var(--secondary-color) 87%, transparent);
  padding: 20px;
  font-size: 1.1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
}
ul.products li.product .product-image-wrapper .gallery-prompt-overlay .prompt-label,
.woocommerce .products ul li.product .product-image-wrapper .gallery-prompt-overlay .prompt-label,
.woocommerce ul.products li.product .product-image-wrapper .gallery-prompt-overlay .prompt-label,
.woocommerce-page ul.products li.product .product-image-wrapper .gallery-prompt-overlay .prompt-label,
.woocommerce-page ul.products[class*=columns-] li.product .product-image-wrapper .gallery-prompt-overlay .prompt-label {
  color: #fff;
}
ul.products li.product .product-image-wrapper .gallery-prompt-overlay .prompt-value,
.woocommerce .products ul li.product .product-image-wrapper .gallery-prompt-overlay .prompt-value,
.woocommerce ul.products li.product .product-image-wrapper .gallery-prompt-overlay .prompt-value,
.woocommerce-page ul.products li.product .product-image-wrapper .gallery-prompt-overlay .prompt-value,
.woocommerce-page ul.products[class*=columns-] li.product .product-image-wrapper .gallery-prompt-overlay .prompt-value {
  color: var(--primary-color);
}
@media (hover: hover) {
  ul.products li.product:hover .product-image-wrapper .gallery-prompt-overlay,
  .woocommerce .products ul li.product:hover .product-image-wrapper .gallery-prompt-overlay,
  .woocommerce ul.products li.product:hover .product-image-wrapper .gallery-prompt-overlay,
  .woocommerce-page ul.products li.product:hover .product-image-wrapper .gallery-prompt-overlay,
  .woocommerce-page ul.products[class*=columns-] li.product:hover .product-image-wrapper .gallery-prompt-overlay {
    opacity: 1;
  }
}
ul.products li.product a.woocommerce-loop-product__link > img,
ul.products li.product .product-image-wrapper > img,
.woocommerce .products ul li.product a.woocommerce-loop-product__link > img,
.woocommerce .products ul li.product .product-image-wrapper > img,
.woocommerce ul.products li.product a.woocommerce-loop-product__link > img,
.woocommerce ul.products li.product .product-image-wrapper > img,
.woocommerce-page ul.products li.product a.woocommerce-loop-product__link > img,
.woocommerce-page ul.products li.product .product-image-wrapper > img,
.woocommerce-page ul.products[class*=columns-] li.product a.woocommerce-loop-product__link > img,
.woocommerce-page ul.products[class*=columns-] li.product .product-image-wrapper > img {
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #b2b2b2;
  border-right: none;
}
@media (min-width: 1025px) {
  ul.products li.product:nth-child(4n) a.woocommerce-loop-product__link > img, ul.products li.product:nth-child(4n) .product-image-wrapper > img,
  .woocommerce .products ul li.product:nth-child(4n) a.woocommerce-loop-product__link > img,
  .woocommerce .products ul li.product:nth-child(4n) .product-image-wrapper > img,
  .woocommerce ul.products li.product:nth-child(4n) a.woocommerce-loop-product__link > img,
  .woocommerce ul.products li.product:nth-child(4n) .product-image-wrapper > img,
  .woocommerce-page ul.products li.product:nth-child(4n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products li.product:nth-child(4n) .product-image-wrapper > img,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n) .product-image-wrapper > img {
    border-right: solid 1px #b2b2b2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  ul.products li.product:nth-child(3n) a.woocommerce-loop-product__link > img, ul.products li.product:nth-child(3n) .product-image-wrapper > img,
  .woocommerce .products ul li.product:nth-child(3n) a.woocommerce-loop-product__link > img,
  .woocommerce .products ul li.product:nth-child(3n) .product-image-wrapper > img,
  .woocommerce ul.products li.product:nth-child(3n) a.woocommerce-loop-product__link > img,
  .woocommerce ul.products li.product:nth-child(3n) .product-image-wrapper > img,
  .woocommerce-page ul.products li.product:nth-child(3n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products li.product:nth-child(3n) .product-image-wrapper > img,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n) .product-image-wrapper > img {
    border-right: solid 1px #b2b2b2;
  }
}
@media (max-width: 767px) {
  ul.products li.product:nth-child(2n) a.woocommerce-loop-product__link > img, ul.products li.product:nth-child(2n) .product-image-wrapper > img,
  .woocommerce .products ul li.product:nth-child(2n) a.woocommerce-loop-product__link > img,
  .woocommerce .products ul li.product:nth-child(2n) .product-image-wrapper > img,
  .woocommerce ul.products li.product:nth-child(2n) a.woocommerce-loop-product__link > img,
  .woocommerce ul.products li.product:nth-child(2n) .product-image-wrapper > img,
  .woocommerce-page ul.products li.product:nth-child(2n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products li.product:nth-child(2n) .product-image-wrapper > img,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) .product-image-wrapper > img {
    border-right: solid 1px #b2b2b2;
  }
}
ul.products li.product:last-child a.woocommerce-loop-product__link > img, ul.products li.product:last-child .product-image-wrapper > img,
.woocommerce .products ul li.product:last-child a.woocommerce-loop-product__link > img,
.woocommerce .products ul li.product:last-child .product-image-wrapper > img,
.woocommerce ul.products li.product:last-child a.woocommerce-loop-product__link > img,
.woocommerce ul.products li.product:last-child .product-image-wrapper > img,
.woocommerce-page ul.products li.product:last-child a.woocommerce-loop-product__link > img,
.woocommerce-page ul.products li.product:last-child .product-image-wrapper > img,
.woocommerce-page ul.products[class*=columns-] li.product:last-child a.woocommerce-loop-product__link > img,
.woocommerce-page ul.products[class*=columns-] li.product:last-child .product-image-wrapper > img {
  border-right: solid 1px #b2b2b2;
}
@media (min-width: 1025px) {
  ul.products li.product:nth-child(4n) .product-image-wrapper .product-info-banner, ul.products li.product:nth-child(4n) .image .product-info-banner,
  .woocommerce .products ul li.product:nth-child(4n) .product-image-wrapper .product-info-banner,
  .woocommerce .products ul li.product:nth-child(4n) .image .product-info-banner,
  .woocommerce ul.products li.product:nth-child(4n) .product-image-wrapper .product-info-banner,
  .woocommerce ul.products li.product:nth-child(4n) .image .product-info-banner,
  .woocommerce-page ul.products li.product:nth-child(4n) .product-image-wrapper .product-info-banner,
  .woocommerce-page ul.products li.product:nth-child(4n) .image .product-info-banner,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n) .product-image-wrapper .product-info-banner,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(4n) .image .product-info-banner {
    right: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  ul.products li.product:nth-child(3n) .product-image-wrapper .product-info-banner, ul.products li.product:nth-child(3n) .image .product-info-banner,
  .woocommerce .products ul li.product:nth-child(3n) .product-image-wrapper .product-info-banner,
  .woocommerce .products ul li.product:nth-child(3n) .image .product-info-banner,
  .woocommerce ul.products li.product:nth-child(3n) .product-image-wrapper .product-info-banner,
  .woocommerce ul.products li.product:nth-child(3n) .image .product-info-banner,
  .woocommerce-page ul.products li.product:nth-child(3n) .product-image-wrapper .product-info-banner,
  .woocommerce-page ul.products li.product:nth-child(3n) .image .product-info-banner,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n) .product-image-wrapper .product-info-banner,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(3n) .image .product-info-banner {
    right: 1px;
  }
}
@media (max-width: 767px) {
  ul.products li.product:nth-child(2n) .product-image-wrapper .product-info-banner, ul.products li.product:nth-child(2n) .image .product-info-banner,
  .woocommerce .products ul li.product:nth-child(2n) .product-image-wrapper .product-info-banner,
  .woocommerce .products ul li.product:nth-child(2n) .image .product-info-banner,
  .woocommerce ul.products li.product:nth-child(2n) .product-image-wrapper .product-info-banner,
  .woocommerce ul.products li.product:nth-child(2n) .image .product-info-banner,
  .woocommerce-page ul.products li.product:nth-child(2n) .product-image-wrapper .product-info-banner,
  .woocommerce-page ul.products li.product:nth-child(2n) .image .product-info-banner,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) .product-image-wrapper .product-info-banner,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) .image .product-info-banner {
    right: 1px;
  }
}
ul.products li.product:last-child .product-image-wrapper .product-info-banner, ul.products li.product:last-child .image .product-info-banner,
.woocommerce .products ul li.product:last-child .product-image-wrapper .product-info-banner,
.woocommerce .products ul li.product:last-child .image .product-info-banner,
.woocommerce ul.products li.product:last-child .product-image-wrapper .product-info-banner,
.woocommerce ul.products li.product:last-child .image .product-info-banner,
.woocommerce-page ul.products li.product:last-child .product-image-wrapper .product-info-banner,
.woocommerce-page ul.products li.product:last-child .image .product-info-banner,
.woocommerce-page ul.products[class*=columns-] li.product:last-child .product-image-wrapper .product-info-banner,
.woocommerce-page ul.products[class*=columns-] li.product:last-child .image .product-info-banner {
  right: 1px;
}
ul.products li.product .woocommerce-loop-product__title,
.woocommerce .products ul li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
  color: var(--base-font-color);
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  padding: 18px 15px 5px;
}
@media (max-width: 767px) {
  ul.products li.product .woocommerce-loop-product__title,
  .woocommerce .products ul li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
    font-size: 1.05rem;
  }
}
ul.products li.product .price,
.woocommerce .products ul li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products[class*=columns-] li.product .price {
  color: var(--base-font-color);
  font-size: 1rem;
  font-weight: 200;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}

.product-info-banner {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 0;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 200;
  font-size: 1rem;
  padding: 8px 15px;
  text-align: center;
  z-index: 1;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .product-info-banner {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .product-info-banner {
    font-size: 0.65rem;
    padding: 6px;
  }
}

.product.card .image {
  position: relative;
}
.product.card .image img {
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #b2b2b2;
  border-right: none;
}
.product.card .image .gallery-prompt-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: color-mix(in srgb, var(--secondary-color) 87%, transparent);
  padding: 20px;
  font-size: 1.1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
}
.product.card .image .gallery-prompt-overlay .prompt-label {
  color: #fff;
}
.product.card .image .gallery-prompt-overlay .prompt-value {
  color: var(--primary-color);
}
@media (hover: hover) {
  .product.card:hover .gallery-prompt-overlay {
    opacity: 1;
  }
}
.product.card .title {
  color: var(--base-font-color);
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  padding: 18px 15px 5px;
}
@media (max-width: 767px) {
  .product.card .title {
    font-size: 1.05rem;
  }
}
.product.card .price {
  color: var(--base-font-color);
  font-size: 1rem;
  font-weight: 200;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}

.product-slider .container {
  padding-left: 143px;
  padding-right: 143px;
  max-width: calc(var(--max-container-width) + 226px);
}
@media (max-width: 1770px) {
  .product-slider .container {
    max-width: calc(var(--max-container-width) + 166px);
    padding-left: 113px;
    padding-right: 113px;
  }
}
@media (max-width: 767px) {
  .product-slider .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-slider .posts-slider-module .owl-carousel:before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #FFFFFF;
  z-index: 1;
  position: absolute;
}
.product-slider .owl-carousel .owl-nav button.owl-next[class*=owl-],
.product-slider .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
  top: calc(50% - 60px);
}
.product-slider .owl-carousel .owl-nav button.owl-next {
  right: -113px;
}
@media (max-width: 1770px) {
  .product-slider .owl-carousel .owl-nav button.owl-next {
    right: -83px;
  }
}
.product-slider .owl-carousel .owl-nav button.owl-prev {
  left: -113px;
}
@media (max-width: 1770px) {
  .product-slider .owl-carousel .owl-nav button.owl-prev {
    left: -83px;
  }
}

/* YITH Quick View Button & Popup */
@media (hover: none) {
  .products .product:hover .yith-wcqv-button.inside-thumb {
    opacity: 0 !important;
    transform: scale(0) !important;
  }
}
.single-product .related.products .yith-wcqv-button,
.single-product .upsells.products .yith-wcqv-button {
  display: none !important;
}

@media (hover: hover) {
  .products .product:hover .yith-wcqv-button {
    color: #000000 !important;
  }
}
.yith-wcqv-button.button {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  text-transform: uppercase !important;
  width: calc(100% - 30px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transition: transform 0.3s, color 0.3s, border-color 0.3s !important;
}
.yith-wcqv-button.button:focus, .yith-wcqv-button.button:active, .yith-wcqv-button.button:visited {
  color: #000000 !important;
}
.yith-wcqv-button.button:hover {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

@media (hover: hover) {
  .products .product:hover .yith-wcqv-button.button:hover {
    color: var(--primary-color) !important;
  }
}
.woocommerce-page .yith-quick-view-content.woocommerce .size-guide-link {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-page .yith-quick-view-content.woocommerce .product-gallery-prompt {
  margin-bottom: 0;
  margin-top: 0.75rem;
  color: var(--primary-color);
  font-weight: 400;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product .summary {
  max-height: none !important;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product .summary.entry-summary :last-child {
  margin-bottom: 0;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product .summary-content {
  padding: 35px 0;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations tbody {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations tbody {
    flex-wrap: wrap;
  }
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations tr {
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 767px) {
  .woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations tr {
    flex: 0 0 100%;
  }
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations td {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations .label {
  display: none;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations .reset_variations {
  display: none !important;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations {
  padding-bottom: 20px;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations select {
  color: #000000;
  background-color: #f2f2f2;
  border-radius: 30px;
  border-color: #f2f2f2;
  min-height: 46px;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 0.9rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNSA4LjM4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSA4LjM4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTY1MjE2MjY2NzcyMDE2NjI3MTkwMDAwMDE1MTUzNDQ2NDQwNzc1ODE1MzE0Xyk7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoxLjI1O30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMTI2MTEwMTEwMjg4MTg4NjQ5NzAwMDAwMDE4ODIxMjIwMzcxNjY3Mzc3OTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjU7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTUyMjIzMzMzNTk2ODAzNDIzNTAwMDAwMDAxMjM4MjY1NjY0MjUwOTY0MTQwXyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJCQk8L2NsaXBQYXRoPgoJCQkKCQkJCTxsaW5lIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDE1MjIyMzMzMzU5NjgwMzQyMzUwMDAwMDAwMTIzODI2NTY2NDI1MDk2NDE0MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yNTsiIHgxPSIwLjQ0IiB5MT0iMC40NCIgeDI9IjcuOTQiIHkyPSI3Ljk0Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxkZWZzPgoJCQkJPHJlY3QgaWQ9IlNWR0lEXzAwMDAwMDk3NDk5NzA5NDc4NDM1NzQxOTcwMDAwMDEyMTU4NTUyNDE0NzQyNzUxNjI5XyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTI0MTIwNTc4MDA1MTg4NTMyODYwMDAwMDE0Mjk4MzMwNTY4MDgwOTM3MzY5XyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8wMDAwMDA5NzQ5OTcwOTQ3ODQzNTc0MTk3MDAwMDAxMjE1ODU1MjQxNDc0Mjc1MTYyOV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQkJPC9jbGlwUGF0aD4KCQkJCgkJCQk8bGluZSBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMjQxMjA1NzgwMDUxODg1MzI4NjAwMDAwMTQyOTgzMzA1NjgwODA5MzczNjlfKTtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjU7IiB4MT0iMTQuNTUiIHkxPSIwLjQ0IiB4Mj0iNy4wNSIgeTI9IjcuOTQiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
  background-size: 18px auto;
  background-position: right 30px center;
  font-weight: 200;
  text-transform: uppercase;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product form.cart .variations select:focus-visible {
  outline-color: var(--primary-color);
}
.woocommerce-page .yith-quick-view-content.woocommerce .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  .woocommerce-page .yith-quick-view-content.woocommerce .woocommerce-variation-add-to-cart {
    flex-direction: column;
  }
}
.woocommerce-page .yith-quick-view-content.woocommerce div.summary div.quantity {
  flex-wrap: wrap;
  width: 157px;
  margin: 0;
  display: flex;
  width: 144px;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.summary div.quantity:before {
  content: "Quantity";
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0 0 5px;
  width: 100%;
  text-align: center;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.summary div.quantity input {
  height: 55px;
  width: 73px;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.summary div.quantity .quantity-modifier {
  height: 55px;
  font-size: 1.2rem;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.summary div.quantity input {
  width: 60px;
}
.woocommerce-page .yith-quick-view-content.woocommerce .single_add_to_cart_button {
  color: #000000 !important;
  background-color: transparent !important;
  transition: transform 0.3s !important;
  text-transform: uppercase !important;
  border-radius: 27px !important;
  height: 55px !important;
  margin-top: auto !important;
}
.woocommerce-page .yith-quick-view-content.woocommerce .product-type-simple form.cart {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .woocommerce-page .yith-quick-view-content.woocommerce .product-type-simple form.cart {
    flex-direction: column;
  }
}
.woocommerce-page .yith-quick-view-content.woocommerce .product-type-simple form.cart:before {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce-page .yith-quick-view.yith-sliding .yith-wcqv-wrapper .yith-wcqv-main {
    width: 100% !important;
  }
}

.woocommerce-page .yith-quick-view div.woocommerce-message {
  background-color: #f6f5f8;
  padding: 1em 2em 1em 3.5em;
  border-top: 3px solid #8fae1b;
  display: none !important;
}
.woocommerce-page .yith-quick-view div.woocommerce-message:before {
  content: "\e921";
  font-family: yith-icon;
  font-size: 14px;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-cart .wc-block-cart__submit-container--sticky {
  position: static !important;
}

/* et-line icon font */
@font-face {
  font-family: "et-line";
  src: url(../fonts/et-line.d59b2385.woff) format("woff"), url(../fonts/et-line.cc7129c8.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.woocommerce-page .wc-block-components-radio-control-accordion-content {
  padding: 1em;
}

.woocommerce-page .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  width: auto;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

/* checkout */
.is-large .wc-block-checkout__sidebar.is-sticky {
  position: relative !important;
}

.wc-block-components-checkout-place-order-button__text {
  justify-content: center;
}

@media (max-width: 1024px) {
  .wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    padding-top: 15px !important;
  }
}

.wc-block-checkout.is-medium .wc-block-checkout__main .wp-block-woocommerce-checkout-order-summary-block,
.wc-block-checkout.is-small .wc-block-checkout__main .wp-block-woocommerce-checkout-order-summary-block,
.wc-block-checkout.is-mobile .wc-block-checkout__main .wp-block-woocommerce-checkout-order-summary-block {
  display: none;
}

.wc-block-checkout.is-medium .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  padding-top: 0;
}

.woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}

/* order confirmation page */
/* thank you heading */
p.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  p.woocommerce-thankyou-order-received {
    font-size: 1.1rem;
  }
}
p.woocommerce-thankyou-order-received::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjOTNjNjVjIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+Cg==) no-repeat top center/contain;
  vertical-align: middle;
  margin-right: 10px;
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  p.woocommerce-thankyou-order-received::before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}

.woocommerce-checkout .woocommerce-order {
  row-gap: 60px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-order {
    row-gap: 45px;
  }
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li:before,
.woocommerce-page table.shop_table .wc-item-meta li:before {
  display: none;
}

/* order overview */
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 30px;
  -moz-column-gap: 0;
       column-gap: 0;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
  flex: 1;
  position: relative;
  padding: 15px 20px 15px 70px;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li:not(:last-child) {
  border-right: 1px dashed #ccc;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-54%);
  font-family: "et-line";
  font-size: 32px;
  color: #555;
  line-height: 1;
  display: block;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__order::before {
  content: "\e027";
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__date::before {
  content: "\e00d";
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__total::before {
  content: "\e008";
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__payment-method::before {
  content: "\e016";
}
.woocommerce-checkout .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__email {
  display: none;
}
@media (max-width: 1024px) {
  .woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
    flex: 0 0 100%;
    padding: 15px 15px 15px 60px;
    border-right: none !important;
    border-bottom: 1px dashed #ccc;
  }
  .woocommerce-checkout .woocommerce-order .woocommerce-order-overview li:last-child {
    border-bottom: none;
  }
  .woocommerce-checkout .woocommerce-order .woocommerce-order-overview li::before {
    font-size: 30px;
    left: 18px;
  }
}

@media (min-width: 1025px) {
  .woocommerce-checkout .woocommerce-order-details__title {
    font-size: 2rem;
  }
}

.woocommerce-order .woocommerce-order-details table.shop_table {
  border: none;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.woocommerce-order .woocommerce-order-details table.shop_table thead {
  background-color: #f1f1f1;
}
.woocommerce-order .woocommerce-order-details table.shop_table th {
  border-bottom: 1px solid #efefef;
  padding: 20px 15px;
  font-weight: 600;
  color: #333333;
}
.woocommerce-order .woocommerce-order-details table.shop_table td {
  padding: 10px 15px;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .woocommerce-order .woocommerce-order-details table.shop_table thead {
    display: none;
  }
  .woocommerce-order .woocommerce-order-details table.shop_table th,
  .woocommerce-order .woocommerce-order-details table.shop_table tr,
  .woocommerce-order .woocommerce-order-details table.shop_table td {
    display: block;
    width: 100%;
  }
  .woocommerce-order .woocommerce-order-details table.shop_table th {
    padding: 0;
    width: 100%;
    border: none;
  }
  .woocommerce-order .woocommerce-order-details table.shop_table tr {
    border-top: solid 1px #D3D7DB;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .woocommerce-order .woocommerce-order-details table.shop_table tbody tr:first-child {
    border: none;
  }
  .woocommerce-order .woocommerce-order-details table.shop_table td {
    border: none;
    padding: 0;
  }
  .woocommerce-order .woocommerce-order-details table.shop_table tfoot td {
    font-weight: 200;
  }
}

.woocommerce-page table.shop_table ul.wc-item-meta {
  padding-left: 0;
}

.woocommerce-order .woocommerce-customer-details {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
    display: block;
  }
  .woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
    text-align: left !important;
  }
}

.custom-shipping-description {
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 5px;
  background-color: var(--primary-color);
  color: white;
  padding: 5px 8px;
}

fieldset.wp-block-woocommerce-checkout-shipping-methods-block.wc-cart-is-updating {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wc-block-components-payment-method-icons {
  display: none !important;
}

.filter-toggle-button {
  display: none;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  border: solid 2px var(--primary-color);
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease;
  border-radius: 27px;
  color: var(--secondary-color);
}
.filter-toggle-button:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.filter-toggle-button .filter-toggle-text {
  display: inline-block;
}
.filter-toggle-button .filter-toggle-icon {
  float: right;
  position: relative;
  width: 14px;
  height: 14px;
  top: 1px;
}
.filter-toggle-button .filter-toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.filter-toggle-button .filter-toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: var(--secondary-color);
  transform: translateX(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.filter-toggle-button.filters-open .filter-toggle-icon::after {
  opacity: 0;
  transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 1024px) {
  .filter-toggle-button {
    display: block;
    margin-bottom: 0;
  }
}

.shop-filters-wrapper {
  padding: 30px 0;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  margin: 45px 0 30px;
}
@media (max-width: 1024px) {
  .shop-filters-wrapper {
    display: none;
    padding: 20px 0;
    border-top: none;
    margin: 0;
  }
  .shop-filters-wrapper.filters-visible {
    display: block;
  }
}

.khalsa-product-filter .filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .khalsa-product-filter .filter-row {
    flex-direction: column;
    gap: 10px;
  }
}
.khalsa-product-filter .filter-group {
  flex: 0 0 calc(20% - 12px);
  min-width: 0;
}
@media (max-width: 1024px) {
  .khalsa-product-filter .filter-group {
    width: 100%;
    flex: none;
  }
}
.khalsa-product-filter button[type=submit] {
  width: 100%;
  text-transform: uppercase;
  min-height: 55px;
  transition: transform 0.3s;
}

.khalsa-filter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.khalsa-filter-overlay .khalsa-filter-loader .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000000;
  border-radius: 50%;
  animation: infinite-scroll-spin 0.8s linear infinite;
}

.khalsa-school-filter .filter-row--checkbox {
  align-items: center;
  justify-content: space-between;
}
.khalsa-school-filter .filter-group {
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .khalsa-school-filter .filter-group {
    width: 100%;
    flex: none;
  }
}
.khalsa-school-filter .filter-group-heading {
  text-align: left;
  width: 100%;
  margin: 10px 0 10px 0;
  font-size: 24px;
}
.khalsa-school-filter .filter-group-heading:first-child {
  margin-top: 0;
}
.khalsa-school-filter .filter-group--submit {
  flex-shrink: 0;
  min-width: 200px;
}
.khalsa-school-filter .filter-group--checkbox {
  display: flex;
  align-items: center;
}
.khalsa-school-filter .filter-checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.khalsa-school-filter .filter-checkbox-label input[type=checkbox] {
  flex-shrink: 0;
  cursor: pointer;
  accent-color: var(--color-primary, #000000);
  padding: 1px;
  width: 21px;
  height: 21px;
}
.khalsa-school-filter .filter-checkbox-label input[type=checkbox]:after {
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
}
.khalsa-school-filter .filter-checkbox-label .filter-checkbox-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--secondary-color, #000000);
}

.wpfMainWrapper .wpfFilterButtons {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.wpfMainWrapper .wpfFilterButtons button {
  width: 100%;
  color: #000000;
  background-color: transparent;
  border-color: var(--primary-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 27px;
}
.wpfMainWrapper .wpfFilterButtons button:focus, .wpfMainWrapper .wpfFilterButtons button:active, .wpfMainWrapper .wpfFilterButtons button:visited {
  color: #000000;
}
.wpfMainWrapper .wpfFilterButtons button:hover {
  color: #000000;
  background-color: transparent;
}

.infinite-scroll-sentinel {
  width: 100%;
  text-align: center;
}
.infinite-scroll-sentinel .infinite-scroll-loader {
  display: none;
}
.infinite-scroll-sentinel.loading .infinite-scroll-loader {
  display: block;
}
.infinite-scroll-sentinel.no-more-products {
  display: none;
}
.infinite-scroll-sentinel .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--color-primary, #000);
  border-radius: 50%;
  animation: infinite-scroll-spin 0.8s linear infinite;
}

@keyframes infinite-scroll-spin {
  to {
    transform: rotate(360deg);
  }
}
.shop-index-wrapper.search {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .shop-index-wrapper.search {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .shop-index-wrapper.search {
    padding-top: 30px;
  }
}

#wpfOverlay {
  background: rgba(255, 255, 255, 0.8) !important;
}

.woobewoo-filter-loader.spinner {
  background: none !important;
  width: 40px !important;
  height: 40px !important;
  border: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-left-color: #000000 !important;
  border-radius: 50% !important;
  animation: infinite-scroll-spin 0.8s linear infinite !important;
}

.product-grid-cta {
  width: calc(var(--shop-desktop-column-width) - var(--shop-desktop-column-width-offset));
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .product-grid-cta {
    width: calc(var(--shop-tablet-column-width) - var(--shop-tablet-column-width-offset));
  }
}
@media (max-width: 767px) {
  .product-grid-cta {
    width: calc(var(--shop-mobile-column-width) - var(--shop-mobile-column-width-offset));
  }
}
.product-grid-cta .cta-wrapper {
  padding: 0 20px;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .product-grid-cta .cta-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-grid-cta.cta-edge-left .cta-wrapper {
  padding-left: 0;
}
.product-grid-cta.cta-edge-right .cta-wrapper {
  padding-right: 0;
}
.product-grid-cta .cta-card {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  border: solid 1px #b2b2b2;
}
.product-grid-cta .cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 70%);
  pointer-events: none;
}
.product-grid-cta .cta-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
}
.product-grid-cta .cta-link:hover, .product-grid-cta .cta-link:focus, .product-grid-cta .cta-link:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.product-grid-cta .cta-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .product-grid-cta .cta-content {
    padding: 0 20px 35px;
  }
}
@media (max-width: 767px) {
  .product-grid-cta .cta-content {
    padding: 0 15px 25px;
  }
}
.product-grid-cta .cta-heading {
  font-size: 2.8rem;
  font-weight: 200;
}
@media (max-width: 1024px) {
  .product-grid-cta .cta-heading {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .product-grid-cta .cta-heading {
    font-size: 1.75rem;
  }
}
.product-grid-cta .cta-heading {
  font-size: 1.8rem !important;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .product-grid-cta .cta-heading {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767px) {
  .product-grid-cta .cta-heading {
    font-size: 1.25rem !important;
  }
}
.product-grid-cta .btn-fnd.transparent {
  color: #FFFFFF;
  border-color: var(--primary-color);
  text-transform: uppercase;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .product-grid-cta .btn-fnd.transparent {
    font-size: 0.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.product-grid-cta.cta-double {
  width: calc(var(--shop-desktop-column-width) * 2 + var(--shop-desktop-columns-gap-individual-width) - var(--shop-desktop-column-width-offset) * 2) !important;
}
@media (max-width: 1024px) {
  .product-grid-cta.cta-double {
    width: calc(var(--shop-tablet-column-width) * 2 + var(--shop-tablet-columns-gap-individual-width) - var(--shop-tablet-column-width-offset) * 2) !important;
  }
}
@media (max-width: 767px) {
  .product-grid-cta.cta-double {
    width: calc(var(--shop-mobile-column-width) * 2 + var(--shop-mobile-columns-gap-individual-width) - var(--shop-mobile-column-width-offset) * 2) !important;
  }
}
.product-grid-cta.cta-double .cta-heading {
  font-size: 2.25rem !important;
}
@media (max-width: 1024px) {
  .product-grid-cta.cta-double .cta-heading {
    font-size: 2rem !important;
  }
}
@media (max-width: 767px) {
  .product-grid-cta.cta-double .cta-heading {
    font-size: 1.6rem !important;
  }
}
.product-grid-cta.cta-double .cta-content {
  padding: 0 75px 60px;
}
@media (max-width: 1024px) {
  .product-grid-cta.cta-double .cta-content {
    padding: 0 30px 45px;
  }
}
@media (max-width: 767px) {
  .product-grid-cta.cta-double .cta-content {
    padding: 50% 20px 25px;
  }
}

@media (min-width: 1025px) {
  ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(4n) a.woocommerce-loop-product__link > img, ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(4n) .product-image-wrapper > img,
  .woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(4n) a.woocommerce-loop-product__link > img,
  .woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(4n) .product-image-wrapper > img,
  .woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(4n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(4n) .product-image-wrapper > img {
    border-right: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(3n) a.woocommerce-loop-product__link > img, ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(3n) .product-image-wrapper > img,
  .woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(3n) a.woocommerce-loop-product__link > img,
  .woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(3n) .product-image-wrapper > img,
  .woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(3n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(3n) .product-image-wrapper > img {
    border-right: none !important;
  }
}
@media (max-width: 767px) {
  ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(2n) a.woocommerce-loop-product__link > img, ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(2n) .product-image-wrapper > img,
  .woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(2n) a.woocommerce-loop-product__link > img,
  .woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(2n) .product-image-wrapper > img,
  .woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(2n) a.woocommerce-loop-product__link > img,
  .woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):nth-child(2n) .product-image-wrapper > img {
    border-right: none !important;
  }
}
ul.products.has-product-grid-ctas li.product:not(.product-grid-cta).product-edge-right a.woocommerce-loop-product__link > img, ul.products.has-product-grid-ctas li.product:not(.product-grid-cta).product-edge-right .product-image-wrapper > img,
.woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta).product-edge-right a.woocommerce-loop-product__link > img,
.woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta).product-edge-right .product-image-wrapper > img,
.woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta).product-edge-right a.woocommerce-loop-product__link > img,
.woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta).product-edge-right .product-image-wrapper > img {
  border-right: solid 1px #b2b2b2 !important;
}
ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):last-child a.woocommerce-loop-product__link > img, ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):last-child .product-image-wrapper > img,
.woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):last-child a.woocommerce-loop-product__link > img,
.woocommerce ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):last-child .product-image-wrapper > img,
.woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):last-child a.woocommerce-loop-product__link > img,
.woocommerce-page ul.products.has-product-grid-ctas li.product:not(.product-grid-cta):last-child .product-image-wrapper > img {
  border-right: solid 1px #b2b2b2 !important;
}

.single-product .site-header.style-3 {
  border-bottom: solid 1px #cccacc;
}

.single-product div.images .product-info-banner {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.single-product div.images .woocommerce-product-gallery__trigger {
  top: auto !important;
  bottom: 0.5em;
}

@media (max-width: 1024px) {
  .single-product.woocommerce-page #main {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .single-product.woocommerce-page #main {
    padding-top: 30px;
  }
}

.single-product.woocommerce-page div.product {
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 120px;
}
@media (max-width: 1279px) {
  .single-product.woocommerce-page div.product {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .single-product.woocommerce-page div.product {
    row-gap: 45px;
  }
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product {
    row-gap: 30px;
  }
}
@media (min-width: 1025px) {
  .single-product.woocommerce-page div.product div.images,
  .single-product.woocommerce-page div.product div.summary {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1280px) {
  .single-product.woocommerce-page div.product div.images,
  .single-product.woocommerce-page div.product div.summary {
    width: calc(50% - 60px);
  }
}
.single-product.woocommerce-page div.product div.images .woocommerce-product-gallery__image--placeholder {
  border-color: #cccacc;
}
.single-product.woocommerce-page div.product div.summary {
  justify-content: center;
  row-gap: 15px;
}
.single-product.woocommerce-page div.product .entry-title {
  font-size: 2.3rem;
  order: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product .entry-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product .entry-title {
    font-size: 1.8rem;
  }
}
.single-product.woocommerce-page div.product div.summary > .price {
  font-size: 1.7rem !important;
  order: 2;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product div.summary > .price {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product div.summary > .price {
    padding-bottom: 10px;
    font-size: 1.35rem !important;
  }
}
.single-product.woocommerce-page div.product .woocommerce-product-details__short-description {
  order: 4;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product .woocommerce-product-details__short-description {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-product.woocommerce-page div.product .product-gallery-prompt {
  margin-bottom: 0;
  margin-top: 0.75rem;
  order: 5;
  color: var(--primary-color);
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product .product-gallery-prompt {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-product.woocommerce-page div.product.product-type-simple form.cart {
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product.product-type-simple form.cart {
    flex-direction: column;
  }
}
.single-product.woocommerce-page div.product form.cart {
  order: 8;
  border-top: solid 1px #cccacc;
  padding-top: 45px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product form.cart {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-product.woocommerce-page div.product form.cart .variations tbody {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product form.cart .variations tbody {
    flex-wrap: wrap;
  }
}
.single-product.woocommerce-page div.product form.cart .variations tr {
  flex: 0 0 calc(50% - 10px);
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product form.cart .variations tr {
    flex: 0 0 100%;
  }
}
.single-product.woocommerce-page div.product form.cart .variations td {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.single-product.woocommerce-page div.product form.cart .variations .label {
  display: none;
}
.single-product.woocommerce-page div.product form.cart .variations .reset_variations {
  display: none !important;
}
.single-product.woocommerce-page div.product form.cart .variations select {
  color: #000000;
  background-color: #f2f2f2;
  border-radius: 30px;
  border-color: #f2f2f2;
  min-height: 46px;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 0.9rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNSA4LjM4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSA4LjM4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTY1MjE2MjY2NzcyMDE2NjI3MTkwMDAwMDE1MTUzNDQ2NDQwNzc1ODE1MzE0Xyk7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoxLjI1O30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMTI2MTEwMTEwMjg4MTg4NjQ5NzAwMDAwMDE4ODIxMjIwMzcxNjY3Mzc3OTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjU7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTUyMjIzMzMzNTk2ODAzNDIzNTAwMDAwMDAxMjM4MjY1NjY0MjUwOTY0MTQwXyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJCQk8L2NsaXBQYXRoPgoJCQkKCQkJCTxsaW5lIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDE1MjIyMzMzMzU5NjgwMzQyMzUwMDAwMDAwMTIzODI2NTY2NDI1MDk2NDE0MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yNTsiIHgxPSIwLjQ0IiB5MT0iMC40NCIgeDI9IjcuOTQiIHkyPSI3Ljk0Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxkZWZzPgoJCQkJPHJlY3QgaWQ9IlNWR0lEXzAwMDAwMDk3NDk5NzA5NDc4NDM1NzQxOTcwMDAwMDEyMTU4NTUyNDE0NzQyNzUxNjI5XyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTI0MTIwNTc4MDA1MTg4NTMyODYwMDAwMDE0Mjk4MzMwNTY4MDgwOTM3MzY5XyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8wMDAwMDA5NzQ5OTcwOTQ3ODQzNTc0MTk3MDAwMDAxMjE1ODU1MjQxNDc0Mjc1MTYyOV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQkJPC9jbGlwUGF0aD4KCQkJCgkJCQk8bGluZSBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMjQxMjA1NzgwMDUxODg1MzI4NjAwMDAwMTQyOTgzMzA1NjgwODA5MzczNjlfKTtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjU7IiB4MT0iMTQuNTUiIHkxPSIwLjQ0IiB4Mj0iNy4wNSIgeTI9IjcuOTQiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
  background-size: 18px auto;
  background-position: right 30px center;
  font-weight: 200;
  text-transform: uppercase;
}
.single-product.woocommerce-page div.product form.cart .variations select:focus-visible {
  outline-color: var(--primary-color);
}
.single-product.woocommerce-page div.product form.cart .variations select {
  width: 100%;
  margin: 0;
}
.single-product.woocommerce-page div.product form.cart .woocommerce-variation-description {
  display: none;
}
.single-product.woocommerce-page div.product form.cart .woocommerce-variation-add-to-cart {
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product form.cart .woocommerce-variation-add-to-cart {
    flex-direction: column;
  }
}
.single-product.woocommerce-page div.product form.cart .quantity {
  flex-wrap: wrap;
  width: 157px;
  margin: 0;
  display: flex;
}
.single-product.woocommerce-page div.product form.cart .quantity:before {
  content: "Quantity";
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0 0 5px;
  width: 100%;
  text-align: center;
}
.single-product.woocommerce-page div.product form.cart .quantity input {
  height: 55px;
  width: 73px;
}
.single-product.woocommerce-page div.product form.cart .quantity .quantity-modifier {
  height: 55px;
  font-size: 1.2rem;
}
.single-product.woocommerce-page div.product form.cart .button {
  text-transform: uppercase;
  height: 55px;
  margin-top: auto;
  min-width: 230px;
}
.single-product.woocommerce-page div.product form.cart .button.disabled {
  cursor: not-allowed;
}
.single-product.woocommerce-page div.product .product_meta {
  margin-top: 0.75rem;
  order: 6;
  font-weight: 200;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product .product_meta {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-product.woocommerce-page div.product .product_meta .posted_in {
  display: none;
}
.single-product.woocommerce-page div.product .product_meta:has(.posted_in:only-child) {
  display: none;
}
.single-product.woocommerce-page div.product .product-accordion-section {
  order: 7;
}
.single-product.woocommerce-page div.product .stock.out-of-stock {
  order: 9;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.single-product.woocommerce-page div.product.product-type-simple .stock.out-of-stock {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product.woocommerce-page div.product.product-type-simple .stock.out-of-stock {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-product.woocommerce-page div.product .related.products {
  width: 100%;
}
@media (max-width: 1024px) {
  .single-product.woocommerce-page div.product .related.products {
    padding-top: 30px;
  }
}
.single-product.woocommerce-page div.product .related.products > h2 {
  text-align: center;
  margin: 0 0 2.5rem;
}
.single-product.woocommerce-page div.product .onsale {
  top: 60px;
  left: 50px;
}

.size-guide-link {
  order: 3;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQuMiAyMy4yIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUyKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KCiAgICAgIC5zdDIgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjI0LjIiIGhlaWdodD0iMjMuMiIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9InN0MiI+CiAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTUuNywxNy45bDEuNS0yLjQtLjQtLjItMS41LDIuNWMtLjktLjUtMS45LS45LTIuOC0xLjNsMS41LTIuNC0uNC0uMi0xLjUsMi41Yy0xLS40LTEuOS0uOC0yLjktMS4zbDEuNS0yLjUtLjQtLjItMS42LDIuNWMtLjctLjQtMS41LS44LTIuMi0xLjItLjEsMC0uMy0uMi0uNC0uM2wxLjUtMi40LS40LS4yLTEuNSwyLjRjLS44LS41LTEuNi0xLjEtMi4zLTEuOGwxLjYtMi41LS40LS4yLTEuNSwyLjRjLS42LS42LTEuMi0xLjMtMS42LTJsMS41LTIuNS0uNC0uMi0xLjQsMi4zYy0uMy0uNy0uNS0xLjQtLjUtMi4ybDEuOC0zYy40LDMuMSwzLjgsNS43LDYuNCw3LjMsMy44LDIuNCw3LjEsMy4xLDEwLjgsNS4zLjguNSwxLjUsMSwyLjEsMS42bC0yLDMuMmMtLjQtLjQtLjktLjctMS4zLTFsMS41LTIuNC0uNC0uMi0xLjUsMi40Yy0uOC0uNS0xLjYtMS0yLjUtMS40TTMuNSwxLjdjLjktMS40LDMuOS0xLjIsNi41LjQsMi4xLDEuMywzLjQsMy4yLDMuNCw0LjYsMCwxLjktMi45LDEuNy00LjguMWwxLjctMi42LS4zLS4yczAsMCwwLDBjLTEuMi0uNy0yLjUtLjctMy4xLjEsMCwwLS4zLjUtLjcsMS4xLTEtLjgtMS45LS44LTIuNS0uNy0uNS0xLjEtLjYtMi4yLS4yLTIuOU05LjIsNC41bC0xLjIsMS45Yy0xLjctMS43LS4zLTIuNiwxLjItMS45TTUuMiw2LjdjLS41LS41LS45LTEtMS4yLTEuNS40LDAsMSwwLDEuNy42LS4zLjUtLjUuOS0uNS45TTExLDEwLjljLS40LS4yLS44LS40LTEuMS0uNmwuNi0xLS40LS4yLS42LDFjLS43LS40LTEuNC0uOS0yLjEtMS40bC42LS45LS40LS4yLS42LjljLS41LS40LS45LS43LTEuMy0xLjFsMS0xLjZjLjYsMS40LDMuNCwzLjYsNS44LDNsLTEuNCwyLjNaTTExLjcsMTEuMnMyLjItMy41LDIuMi0zLjZjLjgtMS44LS43LTQuNS0zLjUtNi4yQzcuNS0uMyw0LjMtLjUsMywxLjFoMFMwLDUuOSwwLDUuOWMtLjIsMy41LDMuMiw2LjMsNi4xLDguMSw1LjEsMy4yLDExLjMsNC4yLDE1LDguN2wuMy40LDIuNy00LjRjLTMuNS00LjMtOC43LTUuNy0xMi41LTcuNSIvPgogIDwvZz4KPC9zdmc+) no-repeat center left;
  background-size: 24px auto;
  padding: 5px 0 10px 32px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .size-guide-link {
    width: calc(100% - 30px);
  }
}
.size-guide-link:focus {
  outline: none;
  font-weight: 500;
}
.size-guide-link:hover {
  font-weight: 500;
}

.site-popup.size-guide-popup .site-popup-content-wrapper {
  max-width: 900px;
}
@media (max-width: 767px) {
  .site-popup.size-guide-popup .site-popup-content-wrapper {
    max-width: calc(100% - 30px);
    padding: 20px 15px 25px;
  }
}
.site-popup.size-guide-popup .size-guide-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-popup.size-guide-popup .size-guide-html :first-child {
  margin-top: 0;
}
.site-popup.size-guide-popup .size-guide-html :last-child {
  margin-bottom: 0;
}
.site-popup.size-guide-popup .size-guide-html table {
  width: 100%;
  border-collapse: collapse;
}
.site-popup.size-guide-popup .size-guide-html th, .site-popup.size-guide-popup .size-guide-html td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.single-product div.summary .accordion-module-section {
  margin-top: 0.75rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-product div.summary .accordion-module-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-product div.summary .accordion-module-section .accordion-module .item {
  border: none;
}
.single-product div.summary .accordion-module-section .accordion-module .item button {
  background: #f2f2f2;
  border-radius: 27px;
  padding: 15px 75px 15px 20px;
  font-size: 1rem;
  text-transform: uppercase;
}
.single-product div.summary .accordion-module-section .accordion-module .item button .chevron {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNSA4LjM4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSA4LjM4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTY1MjE2MjY2NzcyMDE2NjI3MTkwMDAwMDE1MTUzNDQ2NDQwNzc1ODE1MzE0Xyk7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoxLjI1O30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMTI2MTEwMTEwMjg4MTg4NjQ5NzAwMDAwMDE4ODIxMjIwMzcxNjY3Mzc3OTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjU7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTUyMjIzMzMzNTk2ODAzNDIzNTAwMDAwMDAxMjM4MjY1NjY0MjUwOTY0MTQwXyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJCQk8L2NsaXBQYXRoPgoJCQkKCQkJCTxsaW5lIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDE1MjIyMzMzMzU5NjgwMzQyMzUwMDAwMDAwMTIzODI2NTY2NDI1MDk2NDE0MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MS4yNTsiIHgxPSIwLjQ0IiB5MT0iMC40NCIgeDI9IjcuOTQiIHkyPSI3Ljk0Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxkZWZzPgoJCQkJPHJlY3QgaWQ9IlNWR0lEXzAwMDAwMDk3NDk5NzA5NDc4NDM1NzQxOTcwMDAwMDEyMTU4NTUyNDE0NzQyNzUxNjI5XyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTI0MTIwNTc4MDA1MTg4NTMyODYwMDAwMDE0Mjk4MzMwNTY4MDgwOTM3MzY5XyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8wMDAwMDA5NzQ5OTcwOTQ3ODQzNTc0MTk3MDAwMDAxMjE1ODU1MjQxNDc0Mjc1MTYyOV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQkJPC9jbGlwUGF0aD4KCQkJCgkJCQk8bGluZSBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMjQxMjA1NzgwMDUxODg1MzI4NjAwMDAwMTQyOTgzMzA1NjgwODA5MzczNjlfKTtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjEuMjU7IiB4MT0iMTQuNTUiIHkxPSIwLjQ0IiB4Mj0iNy4wNSIgeTI9IjcuOTQiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
  background-size: 18px auto;
  width: 18px;
  height: 10px;
  right: 30px;
  top: calc(50% - 5px);
}
.single-product div.summary .accordion-module-section .accordion-module .item.active button {
  background-color: var(--primary-color);
  color: #fff;
}
.single-product div.summary .accordion-module-section .accordion-module .item.active button .chevron {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNSA4LjM4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSA4LjM4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTY1MjE2MjY2NzcyMDE2NjI3MTkwMDAwMDE1MTUzNDQ2NDQwNzc1ODE1MzE0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoxLjI1O30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMTI2MTEwMTEwMjg4MTg4NjQ5NzAwMDAwMDE4ODIxMjIwMzcxNjY3Mzc3OTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuMjU7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTUyMjIzMzMzNTk2ODAzNDIzNTAwMDAwMDAxMjM4MjY1NjY0MjUwOTY0MTQwXyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJCQk8L2NsaXBQYXRoPgoKCQkJCTxsaW5lIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDE1MjIyMzMzMzU5NjgwMzQyMzUwMDAwMDAwMTIzODI2NTY2NDI1MDk2NDE0MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MS4yNTsiIHgxPSIwLjQ0IiB5MT0iMC40NCIgeDI9IjcuOTQiIHkyPSI3Ljk0Ii8+CgkJPC9nPgoJPC9nPgoJPGc+CgkJPGc+CgkJCTxkZWZzPgoJCQkJPHJlY3QgaWQ9IlNWR0lEXzAwMDAwMDk3NDk5NzA5NDc4NDM1NzQxOTcwMDAwMDEyMTU4NTUyNDE0NzQyNzUxNjI5XyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjguMzgiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzAwMDAwMTI0MTIwNTc4MDA1MTg4NTMyODYwMDAwMDE0Mjk4MzMwNTY4MDgwOTM3MzY5XyI+CgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8wMDAwMDA5NzQ5OTcwOTQ3ODQzNTc0MTk3MDAwMDAxMjE1ODU1MjQxNDc0Mjc1MTYyOV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQkJPC9jbGlwUGF0aD4KCgkJCQk8bGluZSBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAxMjQxMjA1NzgwMDUxODg1MzI4NjAwMDAwMTQyOTgzMzA1NjgwODA5MzczNjlfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjEuMjU7IiB4MT0iMTQuNTUiIHkxPSIwLjQ0IiB4Mj0iNy4wNSIgeTI9IjcuOTQiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}
.single-product div.summary .accordion-module-section .accordion-module .item .content {
  padding-top: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}

.single-product .school-cat-header .container > img {
  max-width: 150px;
}
.single-product .school-cat-header h2 a {
  font-weight: 200;
  color: inherit;
}

/* - - - - - - - - - BULK ORDER FORM - START - - - - - - - - - - */
.product-category-information-module-section {
  order: 2;
  margin: 0;
}
.product-category-information-module-section .product-category-information-module {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
  padding: 15px 0;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .product-category-information-module-section .product-category-information-module {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.product-category-information-module-section .product-category-information-module .col-l {
  width: calc(20% - 30px);
}
@media (max-width: 1024px) {
  .product-category-information-module-section .product-category-information-module .col-l {
    width: calc(25% - 20px);
  }
}
@media (max-width: 767px) {
  .product-category-information-module-section .product-category-information-module .col-l {
    width: 100%;
    max-width: 150px;
  }
}
.product-category-information-module-section .product-category-information-module .col-r {
  width: calc(80% - 30px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.product-category-information-module-section .product-category-information-module .col-r > :first-child {
  margin-top: 0;
}
.product-category-information-module-section .product-category-information-module .col-r > :last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .product-category-information-module-section .product-category-information-module .col-r {
    width: calc(75% - 20px);
  }
}
@media (max-width: 767px) {
  .product-category-information-module-section .product-category-information-module .col-r {
    width: 100%;
  }
}
.product-category-information-module-section .product-category-information-module .title {
  margin: 0;
}
.product-category-information-module-section .product-category-information-module .content > :first-child {
  margin-top: 0;
}
.product-category-information-module-section .product-category-information-module .content > :last-child {
  margin-bottom: 0;
}
.product-category-information-module-section .product-category-information-module .buttons {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  padding-top: 5px;
}
.product-category-information-module-section .product-category-information-module .button {
  letter-spacing: 0;
}

.product-category-information-module-section.bulk-order .product-category-information-module {
  padding-top: 75px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .product-category-information-module-section.bulk-order .product-category-information-module {
    padding-top: 45px;
  }
}
.product-category-information-module-section.bulk-order .button {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
  text-transform: uppercase;
}
.product-category-information-module-section.bulk-order .button:hover {
  background-color: var(--secondary-color-lighter);
  border-color: var(--secondary-color-lighter);
  color: var(--primary-color);
}
.product-category-information-module-section.bulk-order .btn-fnd {
  text-transform: uppercase;
}

.bulk-order-form {
  row-gap: 30px;
  padding-top: 0;
  padding-bottom: var(--section-spacing-desktop);
}
@media (max-width: 1024px) {
  .bulk-order-form {
    padding-bottom: var(--section-spacing-tablet);
  }
}
@media (max-width: 767px) {
  .bulk-order-form {
    padding-bottom: var(--section-spacing-mobile);
  }
}
.bulk-order-form .subtotal-wrapper {
  top: calc(var(--header-height-desktop) - 45px - 55px);
}
@media (max-width: 1024px) {
  .bulk-order-form .subtotal-wrapper {
    top: calc(var(--header-height-tablet) - 40px);
  }
}
@media (max-width: 767px) {
  .bulk-order-form .subtotal-wrapper {
    top: calc(var(--header-height-mobile) - 30px);
  }
}
.bulk-order-form .subtotal-wrapper .container {
  border-color: #BFC3C8;
  border-width: 1px;
  display: block;
}
.bulk-order-form .subtotal-wrapper .container input[type=submit] {
  display: none;
  margin-left: auto;
  margin-bottom: 30px;
}
.bulk-order-form .subtotal {
  text-align: right;
}
.bulk-order-form .submit-wrapper {
  display: flex;
  justify-content: end;
}
.bulk-order-form .subtotal-vat {
  font-weight: 400;
}
.bulk-order-form > .subtotal:last-of-type {
  border-top: solid 1px #BFC3C8;
  padding-top: 70px;
}
.bulk-order-form .product {
  padding-top: 75px;
  padding-bottom: 40px;
  border-top: solid 1px #BFC3C8;
}
@media (max-width: 1279px) {
  .bulk-order-form .product {
    row-gap: 15px;
  }
}
@media (max-width: 1024px) {
  .bulk-order-form .product {
    gap: 30px;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .bulk-order-form .product {
    padding-top: 45px;
    padding-bottom: 10px;
  }
}
.bulk-order-form .product h3 {
  padding-bottom: 15px;
  font-size: 2.25rem;
  margin: 0;
  font-weight: 200;
  display: block;
  border-bottom: solid 2px var(--primary-color);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .bulk-order-form .product h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1279px) {
  .bulk-order-form .product .col-l {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .bulk-order-form .product .col-l {
    max-width: 80px;
  }
}
.bulk-order-form .product .col-l img {
  width: 100%;
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: solid 1px #b2b2b2;
}
.bulk-order-form .product .attribute-table {
  overflow-x: auto;
}
.bulk-order-form .product .attribute-table .content .attribute,
.bulk-order-form .product .attribute-table .header .axis {
  min-width: 130px;
  text-align: right;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .bulk-order-form .product .attribute-table .content .attribute,
  .bulk-order-form .product .attribute-table .header .axis {
    text-align: left;
    font-weight: 600;
  }
}
.bulk-order-form .product .attribute-table .header .axis {
  text-transform: uppercase;
}
.bulk-order-form .product .attribute-table .label {
  font-weight: 200;
  word-break: normal;
}
@media (max-width: 767px) {
  .bulk-order-form .product .attribute-table .label {
    padding-bottom: 5px;
  }
}
.bulk-order-form .product .attribute-table .content .input,
.bulk-order-form .product .attribute-table .header .attribute {
  min-width: 105px;
  padding: 5px;
  overflow: hidden;
  word-break: break-word;
}
.bulk-order-form .product .attribute-table input[type=number] {
  border: solid 1px #BFC3C8;
  text-align: center;
  padding-left: 16px;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.bulk-order-form .product .attribute-table .input input:not(:-moz-placeholder-shown) {
  background-color: #f5c7a4 !important;
}
.bulk-order-form .product .attribute-table .input input:not(:placeholder-shown) {
  background-color: #f5c7a4 !important;
}
.bulk-order-form input[type=submit] {
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-color: var(--primary-color);
  cursor: pointer;
}
.bulk-order-form input[type=submit]:hover {
  background-color: var(--primary-color-lighter);
  color: #FFFFFF;
  border-color: var(--primary-color-lighter);
}
.bulk-order-form input[type=submit] {
  border-radius: 27px;
  text-transform: uppercase;
  border-style: solid;
}

/* - - - - - - - - - BULK ORDER FORM - END - - - - - - - - - - */
.woocommerce-table__product-name.product-name {
  display: flex;
  align-items: center;
}
.woocommerce-table__product-name.product-name .product-thumb {
  margin-right: 10px;
}
.woocommerce-table__product-name.product-name .product-thumb img {
  display: block;
}
.woocommerce-table__product-name.product-name a {
  color: black;
  font-weight: 400;
}
.woocommerce-table__product-name.product-name a:hover {
  color: var(--primary-color);
}
.woocommerce-table__product-name.product-name .product-quantity {
  margin-left: 10px;
}

.yith-wcqv-wrapper .yith-wcqv-head {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: end;
}
.yith-wcqv-wrapper .yith-quick-view-close {
  color: var(--primary-color);
  filter: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.yith-wcqv-wrapper .yith-quick-view-close:hover {
  color: black;
}

/* ------------------------------------------------------------------
   Keyframes
------------------------------------------------------------------ */
@keyframes khalsa-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes khalsa-badge-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------
   Add to cart — button loading state
------------------------------------------------------------------ */
.single_add_to_cart_button.is-adding {
  position: relative;
  pointer-events: none;
  color: rgba(0, 0, 0, 0) !important;
}

.btn-spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: #000000;
  border-radius: 50%;
  animation: khalsa-spin 0.65s linear infinite;
  pointer-events: none;
}

/* ------------------------------------------------------------------
   Cart icon — badge pop animation
------------------------------------------------------------------ */
.cart-count {
  visibility: hidden;
}

.cart-count.is-visible {
  visibility: visible;
}

.cart-count.is-bumping {
  animation: khalsa-badge-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ------------------------------------------------------------------
   Mini Cart Popup
------------------------------------------------------------------ */
.site-popup.mini-cart-popup {
  /* ----- Title ----- */
  /* ----- Scrollable items area ----- */
  /* ----- Empty state ----- */
  /* ----- Individual cart item ----- */
  /* ----- Mobile cart item layout ----- */
  /* ----- Quantity controls (compact — right of lower row) ----- */
  /* ----- Remove link ----- */
  /* ----- Total row ----- */
  /* ----- View basket button ----- */
}
.site-popup.mini-cart-popup .helper {
  display: none;
}
.site-popup.mini-cart-popup .site-popup-content-wrapper {
  position: absolute;
  top: calc(20px + var(--wp-admin--admin-bar--height, 0px));
  right: 20px;
  width: 380px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px - var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  flex-direction: column;
  vertical-align: top;
  overflow: hidden;
  padding: 25px;
}
@media (max-width: 767px) {
  .site-popup.mini-cart-popup .site-popup-content-wrapper {
    right: 15px;
    left: 15px;
    width: auto;
    max-width: none;
    top: calc(15px + var(--wp-admin--admin-bar--height, 0px));
    max-height: calc(100vh - 30px - var(--wp-admin--admin-bar--height, 0px));
  }
}
.site-popup.mini-cart-popup .site-popup-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.site-popup.mini-cart-popup .site-popup-content .popup-close-btn {
  top: 0;
  right: 0;
}
.site-popup.mini-cart-popup .mini-cart-title {
  flex-shrink: 0;
  font-size: 1.4rem;
  margin: 0 0 20px;
  padding-right: 30px;
  color: var(--base-font-color);
  font-weight: 200;
}
.site-popup.mini-cart-popup .mini-cart-items {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  margin: 0 -25px;
  padding: 0 25px;
  position: relative;
}
.site-popup.mini-cart-popup .mini-cart-items.is-loading {
  pointer-events: none;
}
.site-popup.mini-cart-popup .mini-cart-items.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.site-popup.mini-cart-popup .mini-cart-items.is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: #000000;
  border-radius: 50%;
  animation: khalsa-spin 0.65s linear infinite;
  z-index: 2;
}
.site-popup.mini-cart-popup .mini-cart-empty {
  margin: 0;
  padding: 20px 0;
  font-size: 0.9rem;
}
.site-popup.mini-cart-popup .mini-cart-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--primary-color);
}
.site-popup.mini-cart-popup .mini-cart-item:first-child {
  padding-top: 0;
}
.site-popup.mini-cart-popup .mini-cart-item-image {
  flex-shrink: 0;
  width: 60px;
}
@media (max-width: 767px) {
  .site-popup.mini-cart-popup .mini-cart-item-image {
    width: 50px;
  }
}
.site-popup.mini-cart-popup .mini-cart-item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.site-popup.mini-cart-popup .mini-cart-item-details {
  flex: 1;
  min-width: 0;
}
.site-popup.mini-cart-popup .mini-cart-item-name {
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0 0 8px;
}
.site-popup.mini-cart-popup .mini-cart-item-lower {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
.site-popup.mini-cart-popup .mini-cart-item-meta {
  flex: 1;
  min-width: 0;
}
.site-popup.mini-cart-popup .mini-cart-item-price {
  font-size: 0.9rem;
  margin: 0 0 4px;
}
.site-popup.mini-cart-popup .mini-cart-item-variations {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 6px;
}
.site-popup.mini-cart-popup .mini-cart-item-variations span {
  font-size: 0.85rem;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .site-popup.mini-cart-popup .mini-cart-item-lower {
    flex-wrap: wrap;
    align-items: center;
  }
  .site-popup.mini-cart-popup .mini-cart-item-lower .mini-cart-item-meta {
    display: contents;
  }
  .site-popup.mini-cart-popup .mini-cart-item-lower .mini-cart-item-price {
    flex-basis: 100%;
    order: 1;
  }
  .site-popup.mini-cart-popup .mini-cart-item-lower .mini-cart-item-variations {
    flex-basis: 100%;
    order: 2;
  }
  .site-popup.mini-cart-popup .mini-cart-item-lower .mini-cart-remove {
    order: 3;
  }
  .site-popup.mini-cart-popup .mini-cart-item-lower .mini-cart-quantity {
    order: 3;
    margin-left: auto;
  }
}
.site-popup.mini-cart-popup .mini-cart-quantity {
  display: flex;
  flex-shrink: 0;
  margin: 0;
}
.site-popup.mini-cart-popup .mini-cart-quantity::before {
  display: none;
}
.site-popup.mini-cart-popup .mini-cart-quantity input.qty {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  height: 32px;
  width: 36px;
  text-align: center;
  color: var(--base-font-color);
  min-height: 32px;
}
.site-popup.mini-cart-popup .mini-cart-quantity .quantity-modifier {
  height: 32px;
  width: 28px;
  font-size: 0.9rem;
  background-color: var(--secondary-color);
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s;
}
.site-popup.mini-cart-popup .mini-cart-quantity .quantity-modifier.minus {
  border-radius: 50% 0 0 50%;
}
.site-popup.mini-cart-popup .mini-cart-quantity .quantity-modifier.plus {
  border-radius: 0 50% 50% 0;
}
.site-popup.mini-cart-popup .mini-cart-quantity .quantity-modifier:hover {
  background-color: var(--secondary-color-lighter);
}
.site-popup.mini-cart-popup .mini-cart-remove {
  font-size: 0.8rem;
  opacity: 0.55;
  text-decoration: underline;
}
.site-popup.mini-cart-popup .mini-cart-remove:hover {
  opacity: 1;
}
.site-popup.mini-cart-popup .mini-cart-total {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 18px 0 0;
  margin-top: 5px;
}
.site-popup.mini-cart-popup .mini-cart-total-label {
  font-size: 1rem;
}
.site-popup.mini-cart-popup .mini-cart-total-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-color);
}
.site-popup.mini-cart-popup .mini-cart-footer {
  flex-shrink: 0;
  padding-top: 15px;
}
.site-popup.mini-cart-popup .mini-cart-footer .button {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 0.65rem 1.25rem;
  border-width: 2px;
  transition: transform 0.3s, background-color 0.3s;
}
.site-popup.mini-cart-popup .mini-cart-footer .button:hover {
  font-weight: 500;
}
.site-popup.mini-cart-popup .mini-cart-footer .button.primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-color: var(--primary-color);
  cursor: pointer;
}
.site-popup.mini-cart-popup .mini-cart-footer .button.primary:hover {
  background-color: var(--primary-color-lighter);
  color: #FFFFFF;
  border-color: var(--primary-color-lighter);
}
.site-popup.mini-cart-popup .mini-cart-footer .button.transparent {
  color: #000000;
}
.site-popup.mini-cart-popup .mini-cart-footer .button.transparent:hover {
  color: #000000;
}
.accordion-module-section .module-pre-multi-content {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .accordion-module-section .module-pre-multi-content {
    padding-bottom: 1rem;
  }
}
.accordion-module-section .container {
  max-width: 1335px;
}
.accordion-module-section .accordion-module {
  gap: 0;
}
.accordion-module-section .accordion-module .item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.accordion-module-section .accordion-module .item button {
  padding: 25px 80px 25px 15px;
  font-weight: 200;
  color: var(--base-font-color);
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .accordion-module-section .accordion-module .item button {
    font-size: 1.15rem;
    padding: 20px 55px 20px 0;
  }
}
.accordion-module-section .accordion-module .item button .chevron {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjguOSA2OC45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEsIC5zdDIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgfQoKICAgICAgLnN0MSwgLnN0MiB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAyLjhweDsKICAgICAgfQoKICAgICAgLnN0MyB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoKTsKICAgICAgfQoKICAgICAgLnN0MiB7CiAgICAgICAgc3Ryb2tlOiAjMDAwOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHg9IjAiIHk9IjAiIHdpZHRoPSI2OC45IiBoZWlnaHQ9IjY4LjkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDMiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTM0LjUsNjcuNWMxOC4yLDAsMzMtMTQuOCwzMy0zMy4xLDAtMTguMy0xNC44LTMzLTMzLTMzUzEuNCwxNi4yLDEuNCwzNC41czE0LjgsMzMuMSwzMy4xLDMzLjFoMFoiLz4KICA8L2c+CiAgPHBvbHlsaW5lIGNsYXNzPSJzdDIiIHBvaW50cz0iNTIuNyAyNC40IDM0LjUgNDMuNCAxNi4yIDI1Ii8+Cjwvc3ZnPg==);
  width: 40px;
  height: 40px;
  background-size: 40px auto;
  top: calc(50% - 20px);
  right: 15px;
}
@media (max-width: 767px) {
  .accordion-module-section .accordion-module .item button .chevron {
    right: 0;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    top: calc(50% - 15px);
  }
}
.accordion-module-section .accordion-module .item .content {
  border: none;
  padding: 5px 15px 35px;
}
@media (max-width: 767px) {
  .accordion-module-section .accordion-module .item .content {
    padding: 5px 0 35px;
  }
}
.accordion-module-section .accordion-module .item .content h3 {
  color: var(--primary-color);
  font-weight: 200;
  font-size: 1.35rem;
}
.accordion-module-section .accordion-module .item .content h3:has(+ ul) {
  margin-bottom: 1rem;
}
.accordion-module-section .accordion-module .item .content h3 + ul {
  margin-top: 1rem;
}
.accordion-module-section .accordion-module .item .content ul {
  list-style: none;
  padding-left: 1em;
}
.accordion-module-section .accordion-module .item .content ul li {
  list-style: none;
  position: relative;
}
.accordion-module-section .accordion-module .item .content ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.5em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
@media (max-width: 767px) {
  .accordion-module-section .module-end-multi-content {
    padding-top: 1.5rem;
  }
}
.accordion-module-section .module-end-multi-content p {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .accordion-module-section .module-end-multi-content p {
    font-size: 1.1rem;
  }
}
.accordion-module-section .module-end-multi-content .btn-fnd.transparent {
  text-transform: uppercase;
}

.accordion-module-section.dark-bg {
  color: #FFFFFF;
}
.accordion-module-section.dark-bg .accordion-module .item button {
  color: #FFFFFF;
}
.accordion-module-section.dark-bg .accordion-module .item button .chevron {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjguOSA2OC45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEsIC5zdDIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgfQoKICAgICAgLnN0MSwgLnN0MiB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAyLjhweDsKICAgICAgfQoKICAgICAgLnN0MiB7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI2OC45IiBoZWlnaHQ9IjY4LjkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDMiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTY3LjUsMzQuNEM2Ny41LDE2LjIsNTIuNywxLjQsMzQuNCwxLjRTMS40LDE2LjIsMS40LDM0LjRzMTQuOCwzMy4xLDMzLjEsMzMuMSwzMy4xLTE0LjgsMzMuMS0zMy4xWiIvPgogIDwvZz4KICA8cG9seWxpbmUgY2xhc3M9InN0MiIgcG9pbnRzPSIxNi4yIDI0LjQgMzQuNCA0My40IDUyLjcgMjUiLz4KPC9zdmc+Cg==);
}

.accordion-module-section.ethical-policies .accordion-module .item .content .multi-content {
  display: grid;
  grid-template-columns: 6fr 4fr;
  row-gap: 2rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.accordion-module-section.ethical-policies .accordion-module .item .content .multi-content > *:first-child {
  grid-column: 1/-1;
}
.accordion-module-section.ethical-policies .accordion-module .item .content .multi-content > *:nth-child(n+4) {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .accordion-module-section.ethical-policies .accordion-module .item .content .multi-content {
    grid-template-columns: 1fr;
  }
}

.homepage-hero .banner-module.style-2 {
  max-height: 920px;
  height: calc(100dvh - var(--header-height-desktop)) !important;
}
@media (max-width: 1024px) {
  .homepage-hero .banner-module.style-2 {
    height: calc(100dvh - var(--header-height-tablet)) !important;
  }
}
@media (max-width: 767px) {
  .homepage-hero .banner-module.style-2 {
    height: calc(100dvh - var(--header-height-mobile)) !important;
  }
}
@media (max-width: 414px) {
  .homepage-hero .banner-module.style-2 {
    max-height: 600px;
  }
}
.homepage-hero .banner-module.style-2 .content {
  width: 100%;
  max-width: var(--max-container-width);
  margin-left: auto;
  margin-right: auto;
}
.homepage-hero .banner-module.style-2 .title {
  color: #FFFFFF;
  max-width: 675px;
  padding-bottom: 25px;
  font-weight: 200;
  font-size: 3.9rem;
}
@media (max-width: 1024px) {
  .homepage-hero .banner-module.style-2 .title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .homepage-hero .banner-module.style-2 .title {
    font-size: 2rem;
  }
}
.homepage-hero .banner-module.style-2 .btn-fnd.transparent {
  color: #FFFFFF;
  text-transform: uppercase;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.homepage-hero .banner-module.style-2 .btn-fnd.transparent:hover {
  background: #FFFFFF;
  color: var(--primary-color);
}

.admin-bar .homepage-hero .banner-module.style-2 {
  height: calc(100dvh - (var(--header-height-desktop) + 32px)) !important;
}
@media (max-width: 1024px) {
  .admin-bar .homepage-hero .banner-module.style-2 {
    height: calc(100dvh - (var(--header-height-tablet) + 32px)) !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .homepage-hero .banner-module.style-2 {
    height: calc(100dvh - (var(--header-height-tablet) + 46px)) !important;
  }
}
@media (max-width: 767px) {
  .admin-bar .homepage-hero .banner-module.style-2 {
    height: calc(100dvh - (var(--header-height-mobile) + 46px)) !important;
  }
}

.banner-scroll-link {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.banner-scroll-link:hover, .banner-scroll-link:focus {
  opacity: 1;
  color: #FFFFFF;
  outline: none;
}
.banner-scroll-link:focus-visible {
  opacity: 1;
  color: #FFFFFF;
  outline: 2px solid #FFFFFF;
  outline-offset: 4px;
  border-radius: 4px;
}
.banner-scroll-link .scroll-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-scroll-link .scroll-icon {
  display: block;
  animation: khalsa-banner-scroll-bounce 2s infinite;
}
.banner-scroll-link .scroll-icon svg {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .banner-scroll-link {
    bottom: 20px;
  }
  .banner-scroll-link .scroll-text {
    font-size: 12px;
  }
}
@media (max-height: 525px) {
  .banner-scroll-link {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner-module:has(.banner-scroll-link) .overlay {
    padding-bottom: calc(var(--section-spacing-mobile) + 50px);
  }
}
@media (max-height: 525px) {
  .banner-module:has(.banner-scroll-link) .overlay {
    padding-bottom: var(--section-spacing-mobile);
  }
}

@keyframes khalsa-banner-scroll-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
.hero-banner-leavers-hoodies .banner-module.style-2 {
  transition: height 0.3s;
}
@media (max-width: 1024px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 {
    height: 575px !important;
  }
}
@media (max-width: 767px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 {
    height: 500px !important;
  }
}
.hero-banner-leavers-hoodies .banner-module.style-2 .overlay {
  padding-left: calc((100dvw - var(--max-container-width)) / 2);
  padding-right: calc((100dvw - var(--max-container-width)) / 2);
}
@media (max-width: 1650px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 .overlay {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.hero-banner-leavers-hoodies .banner-module.style-2 .content {
  width: 100%;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 .content {
    row-gap: 20px;
  }
}
.hero-banner-leavers-hoodies .banner-module.style-2 .content p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 675px;
}
@media (max-width: 1024px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 .content p {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 .content p {
    font-size: 1.1rem;
    max-width: 450px;
  }
}
.hero-banner-leavers-hoodies .banner-module.style-2 .title {
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 300;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 .title {
    font-size: 3.75rem;
  }
}
@media (max-width: 767px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 .title {
    font-size: 2.5rem;
    max-width: 450px;
  }
}
.hero-banner-leavers-hoodies .banner-module.style-2 .button-wrapper {
  padding-top: 10px;
}
.hero-banner-leavers-hoodies .banner-module.style-2 .btn-fnd.primary {
  text-transform: uppercase;
  font-size: 1.45rem;
  padding: 0.75rem 1.75rem;
  transition: transform 0.3s, background-color 0.3s;
}
@media (max-width: 1024px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 .btn-fnd.primary {
    font-size: 1.35rem;
  }
}
@media (max-width: 767px) {
  .hero-banner-leavers-hoodies .banner-module.style-2 .btn-fnd.primary {
    font-size: 1.25rem;
  }
}

.section.two-column-layout-module-section.orange-vector-bg {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NzMuOCAxMDY3Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCAwIDAgMTA2NyAzMTMuNSAxMDY3IDc3My44IDAgMCAwIi8+Cjwvc3ZnPg==) no-repeat left center;
  background-size: auto 100%;
}
@media (min-width: 1440px) {
  .section.two-column-layout-module-section.orange-vector-bg {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.orange-vector-bg {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NzMuOCAzNjciPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMCBCdWlsZCAxNTEpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2Y3NjkwMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwIDAgMCAzNjcgNzczLjggMzY3IDc3My44IDI3Ny45IDAgMCIvPgo8L3N2Zz4=) no-repeat bottom left;
    background-size: 100% auto;
  }
}
.section.two-column-layout-module-section.green-vector-bg {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NjAgODk1LjQiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAzMC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAxMzYpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogIzVlODgzYzsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwIDAgMCA4OTUuNCA3NjAgMCAwIDAiLz4KPC9zdmc+) no-repeat left center;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.green-vector-bg {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA4OTUuNCA0MTAiPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAzMC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMSBCdWlsZCAxMzYpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogIzVlODgzYzsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwIDQxMCA4OTUuNCA0MTAgMCAwIDAgNDEwIi8+Cjwvc3ZnPg==) no-repeat bottom left;
    background-size: 100% auto;
  }
}
.section.two-column-layout-module-section.green-light-vector-bg {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NDggODc5Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMzAuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMTM2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNhYWQwM2U7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNzQ4IDAgMCA4NzkgNzQ4IDg3OC4xIDc0OCAwIi8+Cjwvc3ZnPg==) no-repeat right center;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.green-light-vector-bg {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NDggMzk5Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMzAuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjEgQnVpbGQgMTM2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNhYWQwM2U7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNzQ4IDAgMCAzOTkgNzQ4IDM5OC4xIDc0OCAwIi8+Cjwvc3ZnPg==) no-repeat bottom right;
    background-size: 100% auto;
  }
}
.section.two-column-layout-module-section.double-image-col .two-column-layout-module {
  -moz-column-gap: 150px;
       column-gap: 150px;
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.double-image-col .two-column-layout-module {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.double-image-col .two-column-layout-module {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.section.two-column-layout-module-section.double-image-col .two-column-layout-module .multi-content .image {
  max-width: none;
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.double-image-col .two-column-layout-module .col {
    width: 100% !important;
  }
}
.section.two-column-layout-module-section.double-image-col .two-column-layout-module .buttons {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.double-image-col .two-column-layout-module .buttons {
    margin-top: 15px;
  }
}
.section.two-column-layout-module-section.double-image-col .two-column-layout-module .btn-fnd.transparent {
  text-transform: uppercase;
  padding: 0.5rem 1.85rem;
}
.section.two-column-layout-module-section.btn-no-text-transform .two-column-layout-module .btn-fnd.transparent {
  text-transform: none;
}
.section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child {
  width: calc(66% - 75px);
}
.section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child .multi-content {
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
@media (max-width: 414px) {
  .section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child .multi-content {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child .multi-content .image:first-child {
  width: calc(43% - 15px);
}
@media (min-width: 768px) {
  .section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child .multi-content .image:first-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 414px) {
  .section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child .multi-content .image:first-child {
    width: calc(43% - 10px);
  }
}
.section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child .multi-content .image:last-child {
  width: calc(57% - 15px);
}
@media (max-width: 414px) {
  .section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child .multi-content .image:last-child {
    width: calc(57% - 10px);
  }
}
.section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:last-child {
  width: calc(34% - 75px);
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child {
    width: calc(63% - 50px);
  }
  .section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:last-child {
    width: calc(37% - 50px);
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:first-child {
    width: calc(56% - 30px);
  }
  .section.two-column-layout-module-section.double-image-col-1 .two-column-layout-module .col:last-child {
    width: calc(44% - 30px);
  }
}
.section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child {
  width: calc(66% - 75px);
}
.section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child .multi-content {
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
@media (max-width: 414px) {
  .section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child .multi-content {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child .multi-content .image:last-child {
  width: calc(43% - 15px);
}
@media (min-width: 768px) {
  .section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child .multi-content .image:last-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 414px) {
  .section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child .multi-content .image:last-child {
    width: calc(43% - 10px);
  }
}
.section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child .multi-content .image:first-child {
  width: calc(57% - 15px);
}
@media (max-width: 414px) {
  .section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child .multi-content .image:first-child {
    width: calc(57% - 10px);
  }
}
.section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:first-child {
  width: calc(34% - 75px);
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child {
    width: calc(63% - 50px);
  }
  .section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:first-child {
    width: calc(37% - 50px);
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:last-child {
    width: calc(56% - 30px);
  }
  .section.two-column-layout-module-section.double-image-col-2 .two-column-layout-module .col:first-child {
    width: calc(44% - 30px);
  }
}
.section.two-column-layout-module-section.double-image-col-2.orange-vector-bg, .section.two-column-layout-module-section.orange-vector-bg-right {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NzMuOCAxMDY3Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNzczLjggMCA3NzMuOCAxMDY3IDQ2MC4zIDEwNjcgMCAwIDc3My44IDAiLz4KPC9zdmc+) no-repeat right center;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.double-image-col-2.orange-vector-bg, .section.two-column-layout-module-section.orange-vector-bg-right {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NzMuOCAzNjciPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMCBCdWlsZCAxNTEpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2Y3NjkwMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwIDI3Ny45IDAgMzY3IDc3My44IDM2NyA3NzMuOCAwIDAgMjc3LjkiLz4KPC9zdmc+) no-repeat bottom right;
    background-size: 100% auto;
  }
}
.section.two-column-layout-module-section.orange-vector-bg-alt {
  background-position: right 60dvw top;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyMTA3LjMgMTIxOS41Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMCAwIDAgMTIyMSAxMjIwLjMgMTIxOS41IDIxMDcuMyAwIDAgMCIvPgo8L3N2Zz4=);
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.orange-vector-bg-alt {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NzMuOCAzNjciPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMCBCdWlsZCAxNTEpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2Y3NjkwMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwIDAgMCAzNjcgNzczLjggMzY3IDc3My44IDI3Ny45IDAgMCIvPgo8L3N2Zz4=) no-repeat bottom left;
    background-size: 100% auto;
  }
}
.section.two-column-layout-module-section.col-1-lg .two-column-layout-module .col:first-child {
  width: calc(62% - 75px);
}
.section.two-column-layout-module-section.col-1-lg .two-column-layout-module .col:last-child {
  width: calc(38% - 75px);
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.col-1-lg .two-column-layout-module .col:first-child {
    width: calc(62% - 50px);
  }
  .section.two-column-layout-module-section.col-1-lg .two-column-layout-module .col:last-child {
    width: calc(38% - 50px);
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.col-1-lg .two-column-layout-module .col:first-child {
    width: calc(62% - 30px);
  }
  .section.two-column-layout-module-section.col-1-lg .two-column-layout-module .col:last-child {
    width: calc(38% - 30px);
  }
}
.section.two-column-layout-module-section.col-2-lg .two-column-layout-module .col:first-child {
  width: calc(38% - 75px);
}
.section.two-column-layout-module-section.col-2-lg .two-column-layout-module .col:last-child {
  width: calc(62% - 75px);
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.col-2-lg .two-column-layout-module .col:first-child {
    width: calc(38% - 50px);
  }
  .section.two-column-layout-module-section.col-2-lg .two-column-layout-module .col:last-child {
    width: calc(62% - 50px);
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.col-2-lg .two-column-layout-module .col:first-child {
    width: calc(38% - 30px);
  }
  .section.two-column-layout-module-section.col-2-lg .two-column-layout-module .col:last-child {
    width: calc(62% - 30px);
  }
}
.section.two-column-layout-module-section.col-1-lg .two-column-layout-module, .section.two-column-layout-module-section.col-2-lg .two-column-layout-module {
  -moz-column-gap: 150px;
       column-gap: 150px;
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.col-1-lg .two-column-layout-module, .section.two-column-layout-module-section.col-2-lg .two-column-layout-module {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.col-1-lg .two-column-layout-module, .section.two-column-layout-module-section.col-2-lg .two-column-layout-module {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.col-1-lg .two-column-layout-module .col:first-child, .section.two-column-layout-module-section.col-2-lg .two-column-layout-module .col:first-child {
    width: 100%;
  }
  .section.two-column-layout-module-section.col-1-lg .two-column-layout-module .col:last-child, .section.two-column-layout-module-section.col-2-lg .two-column-layout-module .col:last-child {
    width: 100%;
  }
}
.section.two-column-layout-module-section.col-1-md .two-column-layout-module .col:first-child {
  width: calc(55% - 75px);
}
.section.two-column-layout-module-section.col-1-md .two-column-layout-module .col:last-child {
  width: calc(45% - 75px);
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.col-1-md .two-column-layout-module .col:first-child {
    width: calc(55% - 50px);
  }
  .section.two-column-layout-module-section.col-1-md .two-column-layout-module .col:last-child {
    width: calc(45% - 50px);
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.col-1-md .two-column-layout-module .col:first-child {
    width: calc(55% - 30px);
  }
  .section.two-column-layout-module-section.col-1-md .two-column-layout-module .col:last-child {
    width: calc(45% - 30px);
  }
}
.section.two-column-layout-module-section.col-2-md .two-column-layout-module .col:first-child {
  width: calc(45% - 75px);
}
.section.two-column-layout-module-section.col-2-md .two-column-layout-module .col:last-child {
  width: calc(55% - 75px);
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.col-2-md .two-column-layout-module .col:first-child {
    width: calc(45% - 50px);
  }
  .section.two-column-layout-module-section.col-2-md .two-column-layout-module .col:last-child {
    width: calc(55% - 50px);
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.col-2-md .two-column-layout-module .col:first-child {
    width: calc(45% - 30px);
  }
  .section.two-column-layout-module-section.col-2-md .two-column-layout-module .col:last-child {
    width: calc(55% - 30px);
  }
}
.section.two-column-layout-module-section.col-1-md .two-column-layout-module, .section.two-column-layout-module-section.col-2-md .two-column-layout-module {
  -moz-column-gap: 150px;
       column-gap: 150px;
}
@media (max-width: 1439px) {
  .section.two-column-layout-module-section.col-1-md .two-column-layout-module, .section.two-column-layout-module-section.col-2-md .two-column-layout-module {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 1279px) {
  .section.two-column-layout-module-section.col-1-md .two-column-layout-module, .section.two-column-layout-module-section.col-2-md .two-column-layout-module {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 1024px) {
  .section.two-column-layout-module-section.col-1-md .two-column-layout-module .col:first-child, .section.two-column-layout-module-section.col-2-md .two-column-layout-module .col:first-child {
    width: 100%;
  }
  .section.two-column-layout-module-section.col-1-md .two-column-layout-module .col:last-child, .section.two-column-layout-module-section.col-2-md .two-column-layout-module .col:last-child {
    width: 100%;
  }
}
.section.two-column-layout-module-section .submit-btn button {
  text-transform: uppercase;
  min-width: 193px;
  margin-top: 1.75rem;
}
@media (max-width: 767px) {
  .section.two-column-layout-module-section .submit-btn button {
    margin-top: 0.25rem;
  }
}

.page-about-us .contact-details-section.section,
.page-importance-of-schoolwear .contact-details-section.section {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NzMuOCAxMDY3Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICNmNzY5MDA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNzczLjggMCA3NzMuOCAxMDY3IDQ2MC4zIDEwNjcgMCAwIDc3My44IDAiLz4KPC9zdmc+) no-repeat right center;
  background-size: auto 100%;
}
@media (max-width: 1024px) {
  .page-about-us .contact-details-section.section,
  .page-importance-of-schoolwear .contact-details-section.section {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA3NzMuOCAzNjciPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOS4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAyLjEuMCBCdWlsZCAxNTEpICAtLT4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCB7CiAgICAgICAgZmlsbDogI2Y3NjkwMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwIDI3Ny45IDAgMzY3IDc3My44IDM2NyA3NzMuOCAwIDAgMjc3LjkiLz4KPC9zdmc+) no-repeat bottom right;
    background-size: 100% auto;
  }
}
.page-about-us .contact-details-section.section .two-column-layout-module,
.page-importance-of-schoolwear .contact-details-section.section .two-column-layout-module {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .page-about-us .contact-details-section.section .two-column-layout-module,
  .page-importance-of-schoolwear .contact-details-section.section .two-column-layout-module {
    flex-direction: column-reverse;
  }
}

.section.intro-section {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .section.intro-section {
    margin-bottom: 2rem;
  }
}
.section.intro-section.colour-bg-section {
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section.intro-section.colour-bg-section {
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}
.section.intro-section .container {
  max-width: 800px;
}
.section.intro-section h2 {
  margin-bottom: 1.25rem;
}

.section.footer-button-section {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .section.footer-button-section {
    margin-top: 2rem;
  }
}
.section.footer-button-section .btn-fnd {
  text-transform: uppercase;
  min-width: 180px;
}

.section.secondary-colour-bg {
  color: #FFFFFF;
}
.section.secondary-colour-bg .btn-fnd.transparent {
  color: #FFFFFF;
}

.section.secondary-colour-bg.one-column-layout-module-section .container {
  max-width: 1175px;
}
.section.secondary-colour-bg.one-column-layout-module-section .container .buttons {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .section.secondary-colour-bg.one-column-layout-module-section .container .buttons {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .section.secondary-colour-bg.one-column-layout-module-section .container .buttons {
    padding-top: 5px;
  }
}
.section.secondary-colour-bg.one-column-layout-module-section .container .buttons .btn-fnd {
  min-width: 195px;
}

.section.one-column-layout-module-section.width-sm .container {
  max-width: 950px;
}

.logo-above-text.section.two-column-layout-module-section .two-column-layout-module .col:nth-child(2) .multi-content .image img {
  max-width: 430px;
  width: 100%;
}
.logo-above-text.section.two-column-layout-module-section .text {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .logo-above-text.section.two-column-layout-module-section .text {
    padding-left: 0;
  }
}

.section.two-column-layout-module-section .text ul:not(.icon-list) {
  list-style: none;
  padding-left: 1em;
}
.section.two-column-layout-module-section .text ul:not(.icon-list) li {
  list-style: none;
  position: relative;
}
.section.two-column-layout-module-section .text ul:not(.icon-list) li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.5em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.schoolwear-association-footer-logo.one-column-layout-module-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .schoolwear-association-footer-logo.one-column-layout-module-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .schoolwear-association-footer-logo.one-column-layout-module-section {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.schoolwear-association-footer-logo.one-column-layout-module-section .image {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .schoolwear-association-footer-logo.one-column-layout-module-section .image {
    max-width: 550px;
  }
}

.center-images.one-column-layout-module-section .image {
  margin-left: auto;
  margin-right: auto;
}

.dark-bg.one-column-layout-module-section .text,
.dark-bg.two-column-layout-module-section .text {
  color: #FFFFFF;
}

.vertical-border-primary.two-column-layout-module-section .two-column-layout-module {
  padding-top: 30px;
  gap: 0;
}
@media (max-width: 767px) {
  .vertical-border-primary.two-column-layout-module-section .two-column-layout-module {
    padding-top: 15px;
  }
}
.vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col {
  width: 50%;
  padding: 0 120px;
  align-self: stretch;
}
@media (max-width: 1279px) {
  .vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col {
    padding: 0 75px;
  }
}
@media (max-width: 1024px) {
  .vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col {
    width: 100%;
  }
}
.vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col:first-child {
  border-right: solid 1px var(--primary-color);
}
@media (max-width: 1024px) {
  .vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col:first-child {
    border-right: none;
    border-bottom: solid 1px var(--primary-color);
    padding: 0 0 45px;
  }
}
@media (max-width: 1024px) {
  .vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .vertical-border-primary.two-column-layout-module-section .two-column-layout-module .col:last-child {
    padding: 45px 0 0;
  }
}
.vertical-border-primary.two-column-layout-module-section .image {
  margin-left: auto;
  margin-right: auto;
  max-width: 130px;
}
.vertical-border-primary.two-column-layout-module-section .text h3 {
  font-weight: 200;
  font-size: 1.7rem;
}

.dark-bg.content-grid-module-section {
  color: #FFFFFF;
}

.thumbnail-text-layout.content-grid-module-section .container {
  max-width: 1225px;
}
.thumbnail-text-layout.content-grid-module-section .item {
  padding: 0;
  background: transparent;
}
.thumbnail-text-layout.content-grid-module-section .multi-content {
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  .thumbnail-text-layout.content-grid-module-section .multi-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.thumbnail-text-layout.content-grid-module-section .multi-content .image {
  max-width: 122px;
  width: 100%;
}
@media (max-width: 767px) {
  .thumbnail-text-layout.content-grid-module-section .multi-content .image {
    max-width: 80px;
    margin-left: 0;
  }
}

.cta-grid-module.style-1.columns-4 {
  gap: 20px;
}
.cta-grid-module.style-1.columns-5 {
  gap: 15px;
}
.cta-grid-module.style-1.columns-4 .item, .cta-grid-module.style-1.columns-5 .item {
  justify-content: flex-end;
  padding: 75px 30px;
  aspect-ratio: 0.8;
  background-position: center center;
  row-gap: 23px;
  transition: background-size 0.6s;
  background-size: 105% auto;
}
@media (max-width: 1535px) {
  .cta-grid-module.style-1.columns-4 .item, .cta-grid-module.style-1.columns-5 .item {
    padding-bottom: 60px;
  }
}
@media (max-width: 1439px) {
  .cta-grid-module.style-1.columns-4 .item, .cta-grid-module.style-1.columns-5 .item {
    padding-bottom: 45px;
  }
}
@media (max-width: 1279px) {
  .cta-grid-module.style-1.columns-4 .item, .cta-grid-module.style-1.columns-5 .item {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .cta-grid-module.style-1.columns-4 .item, .cta-grid-module.style-1.columns-5 .item {
    width: calc(50% - 10px);
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cta-grid-module.style-1.columns-4 .item, .cta-grid-module.style-1.columns-5 .item {
    padding: 0 20px 30px;
    row-gap: 15px;
  }
}
@media (max-width: 414px) {
  .cta-grid-module.style-1.columns-4 .item, .cta-grid-module.style-1.columns-5 .item {
    padding: 0 20px 20px;
  }
}
.cta-grid-module.style-1.columns-4 .item:hover, .cta-grid-module.style-1.columns-5 .item:hover {
  transform: none;
  background-size: 108% auto;
}
.cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
  font-weight: 200;
  font-size: 2.3rem;
  text-transform: none;
  max-width: 315px;
}
@media (max-width: 1535px) {
  .cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
    font-size: 2.1rem;
    max-width: 290px;
  }
}
@media (max-width: 1439px) {
  .cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
    font-size: 1.9rem;
    max-width: 260px;
  }
}
@media (max-width: 1279px) {
  .cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
    font-size: 1.4rem;
    max-width: 190px;
  }
}
@media (max-width: 1024px) {
  .cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
    font-size: 2.1rem;
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
    font-size: 1.2rem;
    max-width: 160px;
  }
}
@media (max-width: 414px) {
  .cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
    font-size: 1rem;
    max-width: 140px;
  }
}
.cta-grid-module.style-1.columns-4 .item .btn-fnd.transparent, .cta-grid-module.style-1.columns-5 .item .btn-fnd.transparent {
  color: #FFFFFF;
  text-transform: uppercase;
  width: 190px;
}
@media (max-width: 1279px) {
  .cta-grid-module.style-1.columns-4 .item .btn-fnd.transparent, .cta-grid-module.style-1.columns-5 .item .btn-fnd.transparent {
    width: 180px;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
}
@media (max-width: 767px) {
  .cta-grid-module.style-1.columns-4 .item .btn-fnd.transparent, .cta-grid-module.style-1.columns-5 .item .btn-fnd.transparent {
    width: 155px;
    font-size: 0.85rem;
    padding: 0.4rem 0.7rem;
  }
}
@media (max-width: 414px) {
  .cta-grid-module.style-1.columns-4 .item .btn-fnd.transparent, .cta-grid-module.style-1.columns-5 .item .btn-fnd.transparent {
    width: 130px;
    font-size: 0.75rem;
  }
}
.cta-grid-module.style-1.columns-4 .item {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .cta-grid-module.style-1.columns-4 .item {
    width: calc(50% - 10px);
  }
}
.cta-grid-module.style-1.columns-5 .item {
  width: calc(20% - 12px);
  aspect-ratio: 0.7;
}
@media (max-width: 1279px) {
  .cta-grid-module.style-1.columns-5 .item {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 767px) {
  .cta-grid-module.style-1.columns-5 .item {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 767px) {
  .cta-grid-module.style-1.columns-5 .item:last-child {
    width: 100%;
    aspect-ratio: 1.4;
  }
}
.cta-grid-module.style-1.columns-4 .item, .cta-grid-module.style-1.columns-5 .item {
  aspect-ratio: 0.7;
}
@media (max-width: 1024px) {
  .cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .cta-grid-module.style-1.columns-4 .item .title, .cta-grid-module.style-1.columns-5 .item .title {
    font-size: 1.35rem;
  }
}
.cta-grid-module.style-1.columns-4 .item .btn-fnd.transparent, .cta-grid-module.style-1.columns-5 .item .btn-fnd.transparent {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
@media (max-width: 1279px) {
  .cta-grid-module.style-1.columns-4 .item .btn-fnd.transparent, .cta-grid-module.style-1.columns-5 .item .btn-fnd.transparent {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .cta-grid-module.style-1.columns-4 .item .btn-fnd.transparent, .cta-grid-module.style-1.columns-5 .item .btn-fnd.transparent {
    width: 135px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.7rem;
  }
}

.cta-grid--item-2-wrapped .cta-grid-module.style-1.columns-4 .item:nth-child(2) .title {
  max-width: 10ch;
  word-wrap: break-word;
}

.bottom-gap.cta-grid-module-section.style-1 {
  padding-bottom: 15px !important;
}

@media (max-width: 767px) {
  body.home .cta-grid-module-section .item:last-child {
    background-position: center 15%;
  }
}
.gallery-no-gaps .gallery-module.grid-style {
  gap: 0;
}

.gallery-no-gaps .gallery-module.grid-style.columns-5 .item {
  width: 20%;
}

.icon-grid-module-section .module-pre-multi-content {
  padding-bottom: 85px;
}
@media (max-width: 1024px) {
  .icon-grid-module-section .module-pre-multi-content {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .icon-grid-module-section .module-pre-multi-content {
    padding-bottom: 35px;
  }
}
.icon-grid-module-section .module-pre-multi-content h2 {
  margin-bottom: 0;
}
.icon-grid-module-section .module-pre-multi-content p {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1279px) {
  .icon-grid-module-section .container {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .icon-grid-module-section .container {
    max-width: 600px;
  }
}

@media (max-width: 1535px) {
  .icon-grid-module {
    -moz-column-gap: 65px !important;
         column-gap: 65px !important;
  }
}
@media (max-width: 1439px) {
  .icon-grid-module {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
}
@media (max-width: 1024px) {
  .icon-grid-module {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}
@media (max-width: 767px) {
  .icon-grid-module {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}
.icon-grid-module .item {
  row-gap: 15px;
}
@media (max-width: 767px) {
  .icon-grid-module .item {
    row-gap: 10px;
    width: 150px !important;
  }
}
@media (max-width: 767px) {
  .icon-grid-module .item img {
    height: 100px !important;
  }
}
.icon-grid-module .item .title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .icon-grid-module .item .title {
    font-size: 0.85rem;
  }
}

@media (max-width: 767px) {
  .icon-grid-module-section.columns-5 .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .icon-grid-module-section.columns-5 .icon-grid-module {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
}
@media (max-width: 767px) {
  .icon-grid-module-section.columns-5 .icon-grid-module .item {
    width: 200px !important;
  }
}

.icon-grid-module-section .module-end-multi-content {
  padding-top: 85px;
}
@media (max-width: 1024px) {
  .icon-grid-module-section .module-end-multi-content {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .icon-grid-module-section .module-end-multi-content {
    padding-top: 35px;
  }
}
.icon-grid-module-section .module-end-multi-content .btn-fnd.transparent {
  text-transform: uppercase;
  min-width: 193px;
}

.icon-grid-module-section.dark-bg {
  color: #FFFFFF;
}
.icon-grid-module-section.dark-bg .title {
  color: var(--primary-color);
}
.icon-grid-module-section.dark-bg .description {
  color: #FFFFFF;
}
.icon-grid-module-section.dark-bg .btn-fnd.transparent {
  color: #FFFFFF;
  text-transform: none;
}

.constrain-icon-dimensions.icon-grid-module-section .item img {
  width: 135px;
  height: 125px !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .constrain-icon-dimensions.icon-grid-module-section .item img {
    height: 105px !important;
  }
}

.image-slider-module {
  padding: 0 130px;
}
@media (max-width: 1024px) {
  .image-slider-module {
    padding: 0 85px;
  }
}
@media (max-width: 767px) {
  .image-slider-module {
    padding: 0 35px;
  }
}
.image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
.image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
  width: 70px;
  height: 70px;
  background-size: 70px auto;
}
@media (max-width: 1024px) {
  .image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
  .image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
    width: 55px;
    height: 55px;
    background-size: 55px auto;
    top: calc(50% - 27.5px);
  }
}
@media (max-width: 767px) {
  .image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
  .image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
    top: calc(50% - 12.5px);
  }
}
.image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-] {
  right: -130px;
}
@media (max-width: 1024px) {
  .image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-] {
    right: -85px;
  }
}
@media (max-width: 767px) {
  .image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-] {
    right: -35px;
  }
}
.image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
  left: -130px;
}
@media (max-width: 1024px) {
  .image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
    left: -85px;
  }
}
@media (max-width: 767px) {
  .image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
    left: -35px;
  }
}
.image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
.image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjguOSA2OC45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEsIC5zdDIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgfQoKICAgICAgLnN0MSwgLnN0MiB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAyLjhweDsKICAgICAgfQoKICAgICAgLnN0MiB7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI2OC45IiBoZWlnaHQ9IjY4LjkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDMiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTY3LjUsMzQuNEM2Ny41LDE2LjIsNTIuNywxLjQsMzQuNCwxLjRTMS40LDE2LjIsMS40LDM0LjRzMTQuOCwzMy4xLDMzLjEsMzMuMSwzMy4xLTE0LjgsMzMuMS0zMy4xWiIvPgogIDwvZz4KICA8cG9seWxpbmUgY2xhc3M9InN0MiIgcG9pbnRzPSIyNC40IDE2LjIgNDMuNCAzNC40IDI1IDUyLjciLz4KPC9zdmc+);
}
.image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-],
.image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjguOSA2OC45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEsIC5zdDIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgfQoKICAgICAgLnN0MSwgLnN0MiB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAyLjhweDsKICAgICAgfQoKICAgICAgLnN0MiB7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHg9IjAiIHdpZHRoPSI2OC45IiBoZWlnaHQ9IjY4LjkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDMiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTEuNCwzNC40YzAtMTguMywxNC44LTMzLjEsMzMuMS0zMy4xLDE4LjMsMCwzMy4xLDE0LjgsMzMuMSwzMy4xcy0xNC44LDMzLjEtMzMuMSwzMy4xUzEuNCw1Mi43LDEuNCwzNC40WiIvPgogIDwvZz4KICA8cG9seWxpbmUgY2xhc3M9InN0MiIgcG9pbnRzPSI0NC41IDE2LjIgMjUuNCAzNC40IDQzLjkgNTIuNyIvPgo8L3N2Zz4=);
}
.image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
.image-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjguOSA2OC45Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCwgLnN0MSwgLnN0MiB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgfQoKICAgICAgLnN0MSB7CiAgICAgICAgc3Ryb2tlOiAjZjc2OTAwOwogICAgICB9CgogICAgICAuc3QxLCAuc3QyIHsKICAgICAgICBzdHJva2Utd2lkdGg6IDIuOHB4OwogICAgICB9CgogICAgICAuc3QyIHsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgIH0KCiAgICAgIC5zdDMgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjY4LjkiIGhlaWdodD0iNjguOSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9InN0MyI+CiAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNjcuNSwzNC40QzY3LjUsMTYuMiw1Mi43LDEuNCwzNC40LDEuNFMxLjQsMTYuMiwxLjQsMzQuNHMxNC44LDMzLjEsMzMuMSwzMy4xLDMzLjEtMTQuOCwzMy4xLTMzLjFaIi8+CiAgPC9nPgogIDxwb2x5bGluZSBjbGFzcz0ic3QyIiBwb2ludHM9IjI0LjQgMTYuMiA0My40IDM0LjQgMjUgNTIuNyIvPgo8L3N2Zz4K);
}
.image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-],
.image-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjguOSA2OC45Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLnN0MCwgLnN0MSwgLnN0MiB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgfQoKICAgICAgLnN0MSB7CiAgICAgICAgc3Ryb2tlOiAjZjc2OTAwOwogICAgICB9CgogICAgICAuc3QxLCAuc3QyIHsKICAgICAgICBzdHJva2Utd2lkdGg6IDIuOHB4OwogICAgICB9CgogICAgICAuc3QyIHsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgIH0KCiAgICAgIC5zdDMgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aCk7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMCIgd2lkdGg9IjY4LjkiIGhlaWdodD0iNjguOSIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9InN0MyI+CiAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMS40LDM0LjRjMC0xOC4zLDE0LjgtMzMuMSwzMy4xLTMzLjEsMTguMywwLDMzLjEsMTQuOCwzMy4xLDMzLjFzLTE0LjgsMzMuMS0zMy4xLDMzLjFTMS40LDUyLjcsMS40LDM0LjRaIi8+CiAgPC9nPgogIDxwb2x5bGluZSBjbGFzcz0ic3QyIiBwb2ludHM9IjQ0LjUgMTYuMiAyNS40IDM0LjQgNDMuOSA1Mi43Ii8+Cjwvc3ZnPgo=);
}

.tabs-module .content .tab {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.tabs-module .nav ul {
  border-width: 2px;
}
.tabs-module .nav ul li {
  border: none;
  background: transparent;
  transform: translateY(3px);
}
.tabs-module .nav ul li.active {
  border-bottom: solid 4px var(--primary-color);
}
.tabs-module .nav ul li.active .tab-button {
  padding-bottom: 9px;
}
.tabs-module .nav .tab-button {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.5rem;
  font-weight: 200;
  font-weight: 200;
}
.tabs-module .nav .tab-button:hover, .tabs-module .nav .tab-button:focus, .tabs-module .nav .tab-button:active, .tabs-module .nav .tab-button:visited {
  font-weight: 200;
}
@media (max-width: 767px) {
  .tabs-module .nav .tab-button {
    font-size: 1.25rem;
  }
}

.testimonial-slider-module-section .module-pre-multi-content {
  color: #FFFFFF;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .testimonial-slider-module-section .module-pre-multi-content {
    padding-bottom: 40px;
  }
}
.testimonial-slider-module-section .module-pre-multi-content h2 {
  margin-top: -10px !important;
}

.testimonial-slider-module {
  padding: 0 130px;
}
@media (max-width: 1024px) {
  .testimonial-slider-module {
    padding: 0 85px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-module {
    padding: 0 35px;
  }
}
.testimonial-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
.testimonial-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
  width: 70px;
  height: 70px;
  background-size: 70px auto;
}
@media (max-width: 1024px) {
  .testimonial-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
  .testimonial-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
    width: 55px;
    height: 55px;
    background-size: 55px auto;
    top: calc(50% - 27.5px);
  }
}
@media (max-width: 767px) {
  .testimonial-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
  .testimonial-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
    top: calc(50% - 12.5px);
  }
}
.testimonial-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-] {
  right: -130px;
}
@media (max-width: 1024px) {
  .testimonial-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-] {
    right: -85px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-] {
    right: -35px;
  }
}
.testimonial-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
  left: -130px;
}
@media (max-width: 1024px) {
  .testimonial-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
    left: -85px;
  }
}
@media (max-width: 767px) {
  .testimonial-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-] {
    left: -35px;
  }
}
.testimonial-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-],
.testimonial-slider-module .owl-carousel .owl-nav button.owl-next[class*=owl-]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjguOSA2OC45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEsIC5zdDIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgfQoKICAgICAgLnN0MSwgLnN0MiB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAyLjhweDsKICAgICAgfQoKICAgICAgLnN0MiB7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHdpZHRoPSI2OC45IiBoZWlnaHQ9IjY4LjkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDMiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTY3LjUsMzQuNEM2Ny41LDE2LjIsNTIuNywxLjQsMzQuNCwxLjRTMS40LDE2LjIsMS40LDM0LjRzMTQuOCwzMy4xLDMzLjEsMzMuMSwzMy4xLTE0LjgsMzMuMS0zMy4xWiIvPgogIDwvZz4KICA8cG9seWxpbmUgY2xhc3M9InN0MiIgcG9pbnRzPSIyNC40IDE2LjIgNDMuNCAzNC40IDI1IDUyLjciLz4KPC9zdmc+);
}
.testimonial-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-],
.testimonial-slider-module .owl-carousel .owl-nav button.owl-prev[class*=owl-]:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNjguOSA2OC45Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMy4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTUxKSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAsIC5zdDEsIC5zdDIgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5zdDEgewogICAgICAgIHN0cm9rZTogI2Y3NjkwMDsKICAgICAgfQoKICAgICAgLnN0MSwgLnN0MiB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAyLjhweDsKICAgICAgfQoKICAgICAgLnN0MiB7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aCI+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDAiIHg9IjAiIHdpZHRoPSI2OC45IiBoZWlnaHQ9IjY4LjkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJzdDMiPgogICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTEuNCwzNC40YzAtMTguMywxNC44LTMzLjEsMzMuMS0zMy4xLDE4LjMsMCwzMy4xLDE0LjgsMzMuMSwzMy4xcy0xNC44LDMzLjEtMzMuMSwzMy4xUzEuNCw1Mi43LDEuNCwzNC40WiIvPgogIDwvZz4KICA8cG9seWxpbmUgY2xhc3M9InN0MiIgcG9pbnRzPSI0NC41IDE2LjIgMjUuNCAzNC40IDQzLjkgNTIuNyIvPgo8L3N2Zz4=);
}
.testimonial-slider-module .owl-stage {
  display: flex;
}
.testimonial-slider-module .item {
  background: #FFFFFF;
  padding: 30px 35px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .testimonial-slider-module .item {
    padding: 15px;
    border-radius: 20px;
    row-gap: 20px;
  }
}
.testimonial-slider-module .item .text > :first-child {
  margin-top: 0;
}
.testimonial-slider-module .item .text > :last-child {
  margin-bottom: 0;
}
.testimonial-slider-module .item .text p:first-child:before {
  content: "“";
}
.testimonial-slider-module .item .text p:last-child:after {
  content: "”";
}
@media (max-width: 767px) {
  .testimonial-slider-module .item .text p {
    font-size: 0.85rem;
  }
}
.testimonial-slider-module .item .author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .testimonial-slider-module .item .author-info {
    gap: 10px;
  }
}
.testimonial-slider-module .item .author-image-wrapper {
  max-width: 60px;
}
@media (max-width: 767px) {
  .testimonial-slider-module .item .author-image-wrapper {
    max-width: 45px;
  }
}
.testimonial-slider-module .item .author-image {
  border: solid 2px var(--primary-color);
}
.testimonial-slider-module .item .author {
  font-size: 1.2rem;
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .testimonial-slider-module .item .author {
    font-size: 0.9rem;
  }
}

.timeline-module-section .timeline-title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .timeline-module-section .timeline-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .timeline-module-section .timeline-title {
    margin-bottom: 40px;
  }
}

.timeline-module {
  position: relative;
}
@media (max-width: 1024px) {
  .timeline-module {
    padding: 0 0 0 30px;
  }
}
.timeline-module .timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: var(--primary-color);
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 1024px) {
  .timeline-module .timeline-line {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 4px;
    height: 100%;
    transform: none;
  }
}
.timeline-module .timeline-items {
  display: grid;
  grid-template-columns: auto repeat(6, 1fr) auto;
  align-items: stretch;
  position: relative;
  z-index: 1;
  min-height: 300px;
}
@media (max-width: 1024px) {
  .timeline-module .timeline-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: auto;
  }
}
.timeline-module .timeline-dot {
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  border-radius: 50%;
  flex-shrink: 0;
}
.timeline-module .timeline-endpoint {
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-module .timeline-endpoint .timeline-dot {
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .timeline-module .timeline-endpoint {
    display: none;
  }
}
.timeline-module .timeline-item {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  justify-items: center;
  text-align: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .timeline-module .timeline-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    height: auto;
  }
}
.timeline-module .timeline-item .timeline-dot {
  grid-row: 2;
  align-self: center;
}
@media (max-width: 1024px) {
  .timeline-module .timeline-item .timeline-dot {
    order: -1;
    margin-top: 8px;
    margin-left: -36px;
  }
}
.timeline-module .timeline-item .timeline-content {
  padding: 0 5px;
}
@media (max-width: 1024px) {
  .timeline-module .timeline-item .timeline-content {
    text-align: left;
    padding: 0;
  }
}
.timeline-module .timeline-item .date {
  display: block;
  font-size: 2.5rem;
  font-weight: 200;
  color: var(--primary-color);
  margin-bottom: 10px;
}
@media (max-width: 1439px) {
  .timeline-module .timeline-item .date {
    font-size: 2.25rem;
  }
}
@media (max-width: 1279px) {
  .timeline-module .timeline-item .date {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .timeline-module .timeline-item .date {
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .timeline-module .timeline-item .date {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.timeline-module .timeline-item .description {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1279px) {
  .timeline-module .timeline-item .description {
    font-size: 0.9rem;
  }
}
.timeline-module .timeline-item.below .timeline-content {
  grid-row: 3;
  align-self: start;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .timeline-module .timeline-item.below .timeline-content {
    padding-top: 0;
  }
}
.timeline-module .timeline-item.above .timeline-content {
  grid-row: 1;
  align-self: end;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .timeline-module .timeline-item.above .timeline-content {
    padding-bottom: 0;
  }
}

.timeline-module-section.dark-bg .timeline-title {
  color: #FFFFFF;
}
.timeline-module-section.dark-bg .timeline-module .timeline-item .description {
  color: #FFFFFF;
}

.wp-block-embed-youtube {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-container-width);
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
}
.page-template-page_size-guide .entry-content {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 160px;
       column-gap: 160px;
  max-width: var(--max-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1439px) {
  .page-template-page_size-guide .entry-content {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
}
@media (max-width: 1279px) {
  .page-template-page_size-guide .entry-content {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.page-template-page_size-guide .entry-content .accordion-module-section,
.page-template-page_size-guide .entry-content .one-column-layout-module-section {
  width: calc(50% - 80px);
}
@media (max-width: 1439px) {
  .page-template-page_size-guide .entry-content .accordion-module-section,
  .page-template-page_size-guide .entry-content .one-column-layout-module-section {
    width: calc(50% - 45px);
  }
}
@media (max-width: 1279px) {
  .page-template-page_size-guide .entry-content .accordion-module-section,
  .page-template-page_size-guide .entry-content .one-column-layout-module-section {
    width: calc(50% - 30px);
  }
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .accordion-module-section,
  .page-template-page_size-guide .entry-content .one-column-layout-module-section {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .accordion-module-section {
    margin-bottom: 0;
  }
}
.page-template-page_size-guide .entry-content .accordion-module-section .container {
  padding: 0;
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .accordion-module-section .module-pre-multi-content {
    padding-bottom: 1.5rem;
  }
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item button {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1279px) {
  .page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item button {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module button:before {
  color: var(--primary-color);
  font-weight: 700;
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(1) button:before {
  content: "A. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(2) button:before {
  content: "B. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(3) button:before {
  content: "C. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(4) button:before {
  content: "D. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(5) button:before {
  content: "E. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(6) button:before {
  content: "F. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(7) button:before {
  content: "G. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(8) button:before {
  content: "H. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(9) button:before {
  content: "I. ";
}
.page-template-page_size-guide .entry-content .accordion-module-section .accordion-module .item:nth-child(10) button:before {
  content: "J. ";
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .one-column-layout-module-section {
    margin-top: 45px;
  }
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .container,
.page-template-page_size-guide .entry-content .one-column-layout-module-section .one-column-layout-module,
.page-template-page_size-guide .entry-content .one-column-layout-module-section .multi-content {
  height: 100%;
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .container,
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .one-column-layout-module,
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .multi-content {
    height: auto;
  }
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .container {
  padding: 0;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .multi-content {
  row-gap: 0;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .image {
  padding-top: 2.8rem;
  margin-bottom: auto;
  max-width: 650px;
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .image {
    margin-bottom: 45px;
    padding-top: 0;
  }
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text {
  color: #FFFFFF;
  background: var(--secondary-color);
  padding: 85px 70px 0;
}
@media (max-width: 767px) {
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .text {
    padding: 45px 20px 0;
  }
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text h3 {
  font-size: 2.8rem;
  font-weight: 200;
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .text h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .text h3 {
    font-size: 1.75rem;
  }
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text h3 {
  margin-bottom: 0;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a {
  font-weight: 500;
  padding: 0.65rem 1.25rem;
  border-width: 2px;
  transition: transform 0.3s, background-color 0.3s;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a:hover {
  font-weight: 500;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a.primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-color: var(--primary-color);
  cursor: pointer;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a.primary:hover {
  background-color: var(--primary-color-lighter);
  color: #FFFFFF;
  border-color: var(--primary-color-lighter);
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a.transparent {
  color: #000000;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a.transparent:hover {
  color: #000000;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a {
  color: #000000;
  background-color: transparent;
  border-color: var(--primary-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 27px;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a:focus, .page-template-page_size-guide .entry-content .one-column-layout-module-section .text a:active, .page-template-page_size-guide .entry-content .one-column-layout-module-section .text a:visited {
  color: #000000;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .text a:hover {
  color: #000000;
  background-color: transparent;
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .buttons {
  background: var(--secondary-color);
  padding: 40px 70px 85px;
}
@media (max-width: 767px) {
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .buttons {
    padding: 15px 20px 45px;
  }
}
.page-template-page_size-guide .entry-content .one-column-layout-module-section .buttons .btn-fnd.transparent {
  color: #FFFFFF;
}
@media (min-width: 1280px) {
  .page-template-page_size-guide .entry-content .one-column-layout-module-section .buttons .btn-fnd.transparent {
    min-width: 365px;
  }
}
.page-template-page_size-guide .entry-content .size-guide-tables {
  width: 100%;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .size-guide-tables {
    margin-top: 0;
  }
}
.page-template-page_size-guide .entry-content .size-guide-tables .wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 85px;
       column-gap: 85px;
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .size-guide-tables .wrapper {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}
.page-template-page_size-guide .entry-content .size-guide-tables .wrapper h2 {
  margin: 0;
}
.page-template-page_size-guide .entry-content .size-guide-tables .unit-switcher {
  border-radius: 30px;
  border: solid 2px var(--primary-color);
  display: flex;
  height: 50px;
  width: 220px;
  justify-content: space-between;
}
.page-template-page_size-guide .entry-content .size-guide-tables .unit-switcher button {
  border: none;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background: transparent;
  border-radius: 23px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--base-font-color);
  cursor: pointer;
}
.page-template-page_size-guide .entry-content .size-guide-tables .unit-switcher button.active {
  background: var(--primary-color);
  color: #FFFFFF;
}
.page-template-page_size-guide .entry-content .size-guide-tables .intro {
  margin-bottom: 2.25rem;
}
.page-template-page_size-guide .entry-content .size-guide-tables h3 {
  font-size: 1.7rem;
  font-weight: 200;
  margin-bottom: 1rem;
}
.page-template-page_size-guide .entry-content .size-guide-tables .tables {
  display: none;
}
.page-template-page_size-guide .entry-content .size-guide-tables .tables.active {
  display: block;
}
@media (max-width: 767px) {
  .page-template-page_size-guide .entry-content .size-guide-tables .table-wrapper {
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 2.5rem;
    padding-bottom: 5px;
  }
}
.page-template-page_size-guide .entry-content .size-guide-tables table {
  font-size: 1.2rem;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}
@media (max-width: 1279px) {
  .page-template-page_size-guide .entry-content .size-guide-tables table {
    font-size: 1.1rem;
  }
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .size-guide-tables table {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .page-template-page_size-guide .entry-content .size-guide-tables table {
    margin-bottom: 0;
  }
}
.page-template-page_size-guide .entry-content .size-guide-tables table tr {
  border-top: solid 1px #000000;
}
.page-template-page_size-guide .entry-content .size-guide-tables table tr:first-child {
  border-top: none;
}
.page-template-page_size-guide .entry-content .size-guide-tables table td {
  padding: 10px 7px;
}
@media (max-width: 1024px) {
  .page-template-page_size-guide .entry-content .size-guide-tables table td {
    padding: 7px 4px;
  }
}
@media (max-width: 767px) {
  .page-template-page_size-guide .entry-content .size-guide-tables table td {
    min-width: 50px;
  }
}
.page-template-page_size-guide .entry-content .size-guide-tables table tr:first-child td {
  font-weight: 500;
  border: none;
}
.page-template-page_size-guide .entry-content .size-guide-tables table tr td:first-child {
  color: var(--primary-color);
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-template-page_size-guide .entry-content .size-guide-tables table tr td:first-child {
    min-width: 75px;
  }
}

/*# sourceMappingURL=main.css.map*/