@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
sup {
  line-height: 1;
  font-size: smaller;
  vertical-align: super; }

/* HTML5 display-role reset for older browsers */
/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, picture {
  display: block; }

/* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
body {
  line-height: 1; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
ol, ul {
  list-style: none; }

/* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
blockquote, q {
  quotes: none; }

/* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
*,
*:before,
*:after {
  box-sizing: border-box; }

/* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
legend {
  display: table; }

/* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
legend + * {
  -webkit-margin-top-collapse: separate; }

/* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
input,
button,
textarea {
  -webkit-appearance: none;
  appearance: none; }
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
  input:active,
  button:active,
  textarea:active {
    -webkit-appearance: none;
    appearance: none; }
  /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
  input:focus,
  button:focus,
  textarea:focus {
    outline: none; }

/* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }
  /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
  input[type="checkbox"]:active {
    -webkit-appearance: checkbox;
    appearance: checkbox; }

/* line 101, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
input[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }
  /* line 106, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
  input[type="radio"]:active {
    -webkit-appearance: radio;
    appearance: radio; }

/* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
input,
textarea,
select,
a {
  outline: none;
  border-radius: 0; }

/* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
input[type='number'],
input[type='date'] {
  -moz-appearance: textfield; }

/* line 126, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

/* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

/* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
textarea {
  resize: none; }

/* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
button {
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  cursor: pointer;
  word-wrap: break-word;
  border: 0;
  background-color: transparent; }
  /* line 154, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
  button:active, button:focus {
    outline: 0; }
  /* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
  button::-moz-focus-inner {
    border: 0; }

/* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
meter {
  -webkit-appearance: none;
  appearance: none; }

/* line 170, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
meter::-webkit-meter-bar {
  background: none; }

/* line 174, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
meter::-webkit-meter-optimum-value {
  background: none; }

/* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
meter::-moz-meter-bar {
  background: none; }

/* line 182, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
meter::-moz-meter-optimum-value {
  background: none; }

/* line 187, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_normalize.scss */
* {
  -webkit-tap-highlight-color: transparent; }

/* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.form__legend--is-hidden,
.form__label--is-hidden, .sort__label, .simple-banner__caption, .breadcrumb-trail__title, .country-language__label, .news-plus-press__title, .milestones__title, .form--update-profile-image__upload-input, .form--update-cover-image__radio-field {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 1px; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.is-slider__btn, .tooltip__trigger, .predictive-search__icon, .overlay-banner__link, .overlay-banner__video, .video-banner__cta, .pager__btn, .mobile-app-banner__link, .hero__slide--video .hero__subtitle, .editorial__next-step-btn, .milestones__item, .remodal-close, .compare-listing__remove-trigger, .form--update-profile-image__default-profile-imgs__item .clear, .form--update-cover-image__image, .product-support-search-panel__close-trigger, .selected-products__delete-trigger, .model-no-location__close-trigger {
  font: 0/0;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }
  /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-slider__btn ::selection, .tooltip__trigger ::selection, .predictive-search__icon ::selection, .overlay-banner__link ::selection, .overlay-banner__video ::selection, .video-banner__cta ::selection, .pager__btn ::selection, .mobile-app-banner__link ::selection, .hero__slide--video .hero__subtitle ::selection, .editorial__next-step-btn ::selection, .milestones__item ::selection, .remodal-close ::selection, .compare-listing__remove-trigger ::selection, .form--update-profile-image__default-profile-imgs__item .clear ::selection, .form--update-cover-image__image ::selection, .product-support-search-panel__close-trigger ::selection, .selected-products__delete-trigger ::selection, .model-no-location__close-trigger ::selection {
    color: transparent;
    background-color: transparent; }

/* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
body[data-has-dark-background] .main .rtf a, .rtf body[data-has-dark-background] .main a, body[data-has-dark-background] .main .form__link--back, body[data-has-dark-background] .main .product-listing__link, body[data-has-dark-background] .main .login-signup-modal__forgot-password, body[data-has-dark-background] .main .navigation-banner__more-less-trigger, body[data-has-dark-background] .main .link-listing__link, body[data-has-dark-background] .main .header__my-bostitch__profile-link, body[data-has-dark-background] .main .product-detail__reviews-link, body[data-has-dark-background] .main .form--update-profile-image__upload, body[data-has-dark-background] .main .search-results__other__item__cta, body[data-has-dark-background] .main .service-center-results-listing .get-directions-link, .service-center-results-listing body[data-has-dark-background] .main .get-directions-link, body[data-has-dark-background] .main .safety-recalls-listing__headline {
  color: #e79932; }

/* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
body[data-has-dark-background] .main .page-module[data-background="white"] .rtf a, .rtf body[data-has-dark-background] .main .page-module[data-background="white"] a, body[data-has-dark-background] .main .page-module[data-background="white"] .form__link--back, body[data-has-dark-background] .main .page-module[data-background="white"] .product-listing__link, body[data-has-dark-background] .main .page-module[data-background="white"] .login-signup-modal__forgot-password, body[data-has-dark-background] .main .page-module[data-background="white"] .navigation-banner__more-less-trigger, body[data-has-dark-background] .main .page-module[data-background="white"] .link-listing__link, body[data-has-dark-background] .main .page-module[data-background="white"] .header__my-bostitch__profile-link, body[data-has-dark-background] .main .page-module[data-background="white"] .product-detail__reviews-link, body[data-has-dark-background] .main .page-module[data-background="white"] .form--update-profile-image__upload, body[data-has-dark-background] .main .page-module[data-background="white"] .search-results__other__item__cta, body[data-has-dark-background] .main .page-module[data-background="white"] .service-center-results-listing .get-directions-link, .service-center-results-listing body[data-has-dark-background] .main .page-module[data-background="white"] .get-directions-link, body[data-has-dark-background] .main .page-module[data-background="white"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .page-module[data-background="grey"] .rtf a, .rtf
body[data-has-dark-background] .main .page-module[data-background="grey"] a,
body[data-has-dark-background] .main .page-module[data-background="grey"] .form__link--back,
body[data-has-dark-background] .main .page-module[data-background="grey"] .product-listing__link,
body[data-has-dark-background] .main .page-module[data-background="grey"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .page-module[data-background="grey"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .page-module[data-background="grey"] .link-listing__link,
body[data-has-dark-background] .main .page-module[data-background="grey"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .page-module[data-background="grey"] .product-detail__reviews-link,
body[data-has-dark-background] .main .page-module[data-background="grey"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .page-module[data-background="grey"] .search-results__other__item__cta,
body[data-has-dark-background] .main .page-module[data-background="grey"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="grey"] .get-directions-link,
body[data-has-dark-background] .main .page-module[data-background="grey"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .rtf a, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-grey"] a,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .form__link--back,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .product-listing__link,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .link-listing__link,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .product-detail__reviews-link,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .search-results__other__item__cta,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .get-directions-link,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .rtf a, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-color"] a,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .form__link--back,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .product-listing__link,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .link-listing__link,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .product-detail__reviews-link,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .search-results__other__item__cta,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="light-color"] .get-directions-link,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .rtf a, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] a,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .form__link--back,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .product-listing__link,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .link-listing__link,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .product-detail__reviews-link,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .search-results__other__item__cta,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .get-directions-link,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .rtf a, .rtf
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] a,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .form__link--back,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .product-listing__link,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .link-listing__link,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .product-detail__reviews-link,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .search-results__other__item__cta,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .get-directions-link,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .safety-recalls-listing__headline {
  color: #e79932; }

/* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
body[data-has-dark-background] .main .callout[data-background="white"] .rtf a, .rtf body[data-has-dark-background] .main .callout[data-background="white"] a, body[data-has-dark-background] .main .callout[data-background="white"] .form__link--back, body[data-has-dark-background] .main .callout[data-background="white"] .product-listing__link, body[data-has-dark-background] .main .callout[data-background="white"] .login-signup-modal__forgot-password, body[data-has-dark-background] .main .callout[data-background="white"] .navigation-banner__more-less-trigger, body[data-has-dark-background] .main .callout[data-background="white"] .link-listing__link, body[data-has-dark-background] .main .callout[data-background="white"] .header__my-bostitch__profile-link, body[data-has-dark-background] .main .callout[data-background="white"] .product-detail__reviews-link, body[data-has-dark-background] .main .callout[data-background="white"] .form--update-profile-image__upload, body[data-has-dark-background] .main .callout[data-background="white"] .search-results__other__item__cta, body[data-has-dark-background] .main .callout[data-background="white"] .service-center-results-listing .get-directions-link, .service-center-results-listing body[data-has-dark-background] .main .callout[data-background="white"] .get-directions-link, body[data-has-dark-background] .main .callout[data-background="white"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .callout[data-background="grey"] .rtf a, .rtf
body[data-has-dark-background] .main .callout[data-background="grey"] a,
body[data-has-dark-background] .main .callout[data-background="grey"] .form__link--back,
body[data-has-dark-background] .main .callout[data-background="grey"] .product-listing__link,
body[data-has-dark-background] .main .callout[data-background="grey"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .callout[data-background="grey"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .callout[data-background="grey"] .link-listing__link,
body[data-has-dark-background] .main .callout[data-background="grey"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .callout[data-background="grey"] .product-detail__reviews-link,
body[data-has-dark-background] .main .callout[data-background="grey"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .callout[data-background="grey"] .search-results__other__item__cta,
body[data-has-dark-background] .main .callout[data-background="grey"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="grey"] .get-directions-link,
body[data-has-dark-background] .main .callout[data-background="grey"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .rtf a, .rtf
body[data-has-dark-background] .main .callout[data-background="light-grey"] a,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .form__link--back,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .product-listing__link,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .link-listing__link,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .product-detail__reviews-link,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .search-results__other__item__cta,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="light-grey"] .get-directions-link,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .callout[data-background="light-color"] .rtf a, .rtf
body[data-has-dark-background] .main .callout[data-background="light-color"] a,
body[data-has-dark-background] .main .callout[data-background="light-color"] .form__link--back,
body[data-has-dark-background] .main .callout[data-background="light-color"] .product-listing__link,
body[data-has-dark-background] .main .callout[data-background="light-color"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .callout[data-background="light-color"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .callout[data-background="light-color"] .link-listing__link,
body[data-has-dark-background] .main .callout[data-background="light-color"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .callout[data-background="light-color"] .product-detail__reviews-link,
body[data-has-dark-background] .main .callout[data-background="light-color"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .callout[data-background="light-color"] .search-results__other__item__cta,
body[data-has-dark-background] .main .callout[data-background="light-color"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="light-color"] .get-directions-link,
body[data-has-dark-background] .main .callout[data-background="light-color"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .rtf a, .rtf
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] a,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .form__link--back,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .product-listing__link,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .link-listing__link,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .product-detail__reviews-link,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .search-results__other__item__cta,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .get-directions-link,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .rtf a, .rtf
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] a,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .form__link--back,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .product-listing__link,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .link-listing__link,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .product-detail__reviews-link,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .search-results__other__item__cta,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .get-directions-link,
body[data-has-dark-background] .main .callout[data-background="mid-grey-texture"] .safety-recalls-listing__headline {
  color: #262626; }

/* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .rtf a, .rtf body[data-has-dark-background] .main .page-module[data-background="orange-texture"] a, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .form__link--back, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .product-listing__link, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .login-signup-modal__forgot-password, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .navigation-banner__more-less-trigger, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .link-listing__link, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .header__my-bostitch__profile-link, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .product-detail__reviews-link, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .form--update-profile-image__upload, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .search-results__other__item__cta, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .get-directions-link, body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .safety-recalls-listing__headline,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .rtf a, .rtf
body[data-has-dark-background] .main .callout[data-background="orange-texture"] a,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .form__link--back,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .product-listing__link,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .login-signup-modal__forgot-password,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .navigation-banner__more-less-trigger,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .link-listing__link,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .header__my-bostitch__profile-link,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .product-detail__reviews-link,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .form--update-profile-image__upload,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .search-results__other__item__cta,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .get-directions-link,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .safety-recalls-listing__headline {
  color: #fff; }

/* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.rtf a, .form__link--back, .product-listing__link, .login-signup-modal__forgot-password, .navigation-banner__more-less-trigger, .link-listing__link, .header__my-bostitch__profile-link, .product-detail__reviews-link, .form--update-profile-image__upload, .search-results__other__item__cta, .service-center-results-listing .get-directions-link, .safety-recalls-listing__headline {
  transition: all 0.2s;
  text-decoration: underline;
  color: #e79932; }
  /* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .rtf a:hover, .form__link--back:hover, .product-listing__link:hover, .login-signup-modal__forgot-password:hover, .navigation-banner__more-less-trigger:hover, .link-listing__link:hover, .header__my-bostitch__profile-link:hover, .product-detail__reviews-link:hover, .form--update-profile-image__upload:hover, .search-results__other__item__cta:hover, .service-center-results-listing .get-directions-link:hover, .safety-recalls-listing__headline:hover {
    text-decoration: none; }
  /* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  [data-has-dark-background] .rtf a, .rtf [data-has-dark-background] a, [data-has-dark-background] .form__link--back, [data-has-dark-background] .product-listing__link, [data-has-dark-background] .login-signup-modal__forgot-password, [data-has-dark-background] .navigation-banner__more-less-trigger, [data-has-dark-background] .link-listing__link, [data-has-dark-background] .header__my-bostitch__profile-link, [data-has-dark-background] .product-detail__reviews-link, [data-has-dark-background] .form--update-profile-image__upload, [data-has-dark-background] .search-results__other__item__cta, [data-has-dark-background] .service-center-results-listing .get-directions-link, .service-center-results-listing [data-has-dark-background] .get-directions-link, [data-has-dark-background] .safety-recalls-listing__headline {
    color: #e79932; }
  /* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .callout[data-background="white"] .rtf a, .rtf .callout[data-background="white"] a, .callout[data-background="white"] .form__link--back, .callout[data-background="white"] .product-listing__link, .callout[data-background="white"] .login-signup-modal__forgot-password, .callout[data-background="white"] .navigation-banner__more-less-trigger, .callout[data-background="white"] .link-listing__link, .callout[data-background="white"] .header__my-bostitch__profile-link, .callout[data-background="white"] .product-detail__reviews-link, .callout[data-background="white"] .form--update-profile-image__upload, .callout[data-background="white"] .search-results__other__item__cta, .callout[data-background="white"] .service-center-results-listing .get-directions-link, .service-center-results-listing .callout[data-background="white"] .get-directions-link, .callout[data-background="white"] .safety-recalls-listing__headline,
  .callout[data-background="grey"] .rtf a, .rtf
  .callout[data-background="grey"] a,
  .callout[data-background="grey"] .form__link--back,
  .callout[data-background="grey"] .product-listing__link,
  .callout[data-background="grey"] .login-signup-modal__forgot-password,
  .callout[data-background="grey"] .navigation-banner__more-less-trigger,
  .callout[data-background="grey"] .link-listing__link,
  .callout[data-background="grey"] .header__my-bostitch__profile-link,
  .callout[data-background="grey"] .product-detail__reviews-link,
  .callout[data-background="grey"] .form--update-profile-image__upload,
  .callout[data-background="grey"] .search-results__other__item__cta,
  .callout[data-background="grey"] .service-center-results-listing .get-directions-link, .service-center-results-listing
  .callout[data-background="grey"] .get-directions-link,
  .callout[data-background="grey"] .safety-recalls-listing__headline,
  .callout[data-background="light-grey"] .rtf a, .rtf
  .callout[data-background="light-grey"] a,
  .callout[data-background="light-grey"] .form__link--back,
  .callout[data-background="light-grey"] .product-listing__link,
  .callout[data-background="light-grey"] .login-signup-modal__forgot-password,
  .callout[data-background="light-grey"] .navigation-banner__more-less-trigger,
  .callout[data-background="light-grey"] .link-listing__link,
  .callout[data-background="light-grey"] .header__my-bostitch__profile-link,
  .callout[data-background="light-grey"] .product-detail__reviews-link,
  .callout[data-background="light-grey"] .form--update-profile-image__upload,
  .callout[data-background="light-grey"] .search-results__other__item__cta,
  .callout[data-background="light-grey"] .service-center-results-listing .get-directions-link, .service-center-results-listing
  .callout[data-background="light-grey"] .get-directions-link,
  .callout[data-background="light-grey"] .safety-recalls-listing__headline,
  .callout[data-background="light-color"] .rtf a, .rtf
  .callout[data-background="light-color"] a,
  .callout[data-background="light-color"] .form__link--back,
  .callout[data-background="light-color"] .product-listing__link,
  .callout[data-background="light-color"] .login-signup-modal__forgot-password,
  .callout[data-background="light-color"] .navigation-banner__more-less-trigger,
  .callout[data-background="light-color"] .link-listing__link,
  .callout[data-background="light-color"] .header__my-bostitch__profile-link,
  .callout[data-background="light-color"] .product-detail__reviews-link,
  .callout[data-background="light-color"] .form--update-profile-image__upload,
  .callout[data-background="light-color"] .search-results__other__item__cta,
  .callout[data-background="light-color"] .service-center-results-listing .get-directions-link, .service-center-results-listing
  .callout[data-background="light-color"] .get-directions-link,
  .callout[data-background="light-color"] .safety-recalls-listing__headline,
  .callout[data-background="light-wood-texture"] .rtf a, .rtf
  .callout[data-background="light-wood-texture"] a,
  .callout[data-background="light-wood-texture"] .form__link--back,
  .callout[data-background="light-wood-texture"] .product-listing__link,
  .callout[data-background="light-wood-texture"] .login-signup-modal__forgot-password,
  .callout[data-background="light-wood-texture"] .navigation-banner__more-less-trigger,
  .callout[data-background="light-wood-texture"] .link-listing__link,
  .callout[data-background="light-wood-texture"] .header__my-bostitch__profile-link,
  .callout[data-background="light-wood-texture"] .product-detail__reviews-link,
  .callout[data-background="light-wood-texture"] .form--update-profile-image__upload,
  .callout[data-background="light-wood-texture"] .search-results__other__item__cta,
  .callout[data-background="light-wood-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing
  .callout[data-background="light-wood-texture"] .get-directions-link,
  .callout[data-background="light-wood-texture"] .safety-recalls-listing__headline,
  .callout[data-background="mid-grey-texture"] .rtf a, .rtf
  .callout[data-background="mid-grey-texture"] a,
  .callout[data-background="mid-grey-texture"] .form__link--back,
  .callout[data-background="mid-grey-texture"] .product-listing__link,
  .callout[data-background="mid-grey-texture"] .login-signup-modal__forgot-password,
  .callout[data-background="mid-grey-texture"] .navigation-banner__more-less-trigger,
  .callout[data-background="mid-grey-texture"] .link-listing__link,
  .callout[data-background="mid-grey-texture"] .header__my-bostitch__profile-link,
  .callout[data-background="mid-grey-texture"] .product-detail__reviews-link,
  .callout[data-background="mid-grey-texture"] .form--update-profile-image__upload,
  .callout[data-background="mid-grey-texture"] .search-results__other__item__cta,
  .callout[data-background="mid-grey-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing
  .callout[data-background="mid-grey-texture"] .get-directions-link,
  .callout[data-background="mid-grey-texture"] .safety-recalls-listing__headline {
    color: #262626; }
  /* line 153, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .page-module[data-background="orange-texture"] .rtf a, .rtf .page-module[data-background="orange-texture"] a, .page-module[data-background="orange-texture"] .form__link--back, .page-module[data-background="orange-texture"] .product-listing__link, .page-module[data-background="orange-texture"] .login-signup-modal__forgot-password, .page-module[data-background="orange-texture"] .navigation-banner__more-less-trigger, .page-module[data-background="orange-texture"] .link-listing__link, .page-module[data-background="orange-texture"] .header__my-bostitch__profile-link, .page-module[data-background="orange-texture"] .product-detail__reviews-link, .page-module[data-background="orange-texture"] .form--update-profile-image__upload, .page-module[data-background="orange-texture"] .search-results__other__item__cta, .page-module[data-background="orange-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing .page-module[data-background="orange-texture"] .get-directions-link, .page-module[data-background="orange-texture"] .safety-recalls-listing__headline,
  .callout[data-background="orange-texture"] .rtf a, .rtf
  .callout[data-background="orange-texture"] a,
  .callout[data-background="orange-texture"] .form__link--back,
  .callout[data-background="orange-texture"] .product-listing__link,
  .callout[data-background="orange-texture"] .login-signup-modal__forgot-password,
  .callout[data-background="orange-texture"] .navigation-banner__more-less-trigger,
  .callout[data-background="orange-texture"] .link-listing__link,
  .callout[data-background="orange-texture"] .header__my-bostitch__profile-link,
  .callout[data-background="orange-texture"] .product-detail__reviews-link,
  .callout[data-background="orange-texture"] .form--update-profile-image__upload,
  .callout[data-background="orange-texture"] .search-results__other__item__cta,
  .callout[data-background="orange-texture"] .service-center-results-listing .get-directions-link, .service-center-results-listing
  .callout[data-background="orange-texture"] .get-directions-link,
  .callout[data-background="orange-texture"] .safety-recalls-listing__headline {
    color: #fff; }

/* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.hero__product-image-hover, .shop__image-hover, .featured-products__image-hover, .tabbed-product-listing__image-hover, .parent-category-listing__image-hover, .predictive-search__cta, .hero__cta, .bulletted-generic__cta, .image-content-module .generic-module__cta {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.25s; }
  /* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .hero__product-image-hover:after, .shop__image-hover:after, .featured-products__image-hover:after, .tabbed-product-listing__image-hover:after, .parent-category-listing__image-hover:after, .predictive-search__cta:after, .hero__cta:after, .bulletted-generic__cta:after, .image-content-module .generic-module__cta:after {
    display: inline-block;
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: 0px -1610px;
    width: 53px;
    height: 54px;
    position: relative;
    top: -2px;
    margin-left: 15px;
    content: "";
    -ms-transform: scale(0.6);
        transform: scale(0.6);
    vertical-align: middle; }

/* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
body[data-has-dark-background] .main .rtf h5, .rtf body[data-has-dark-background] .main h5, body[data-has-dark-background] .main .t5, body[data-has-dark-background] .main .interactive-poi__title, body[data-has-dark-background] .main .sharing-mod__title, body[data-has-dark-background] .main .generic-module__subtitle, body[data-has-dark-background] .main .milestones-slider__title, body[data-has-dark-background] .main .discontinued-product__title, body[data-has-dark-background] .main .fasteners-table__caption,
body[data-has-dark-background] .main .rtf h5,
body[data-has-dark-background] .main .rtf .t5,
body[data-has-dark-background] .main .rtf .interactive-poi__title,
body[data-has-dark-background] .main .rtf .sharing-mod__title,
body[data-has-dark-background] .main .rtf .generic-module__subtitle,
body[data-has-dark-background] .main .rtf .milestones-slider__title,
body[data-has-dark-background] .main .rtf .discontinued-product__title,
body[data-has-dark-background] .main .rtf .fasteners-table__caption {
  color: #e79932; }

/* line 200, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */

body[data-has-dark-background] .main .page-module[data-background="white"] .rtf h2, .rtf
body[data-has-dark-background] .main .page-module[data-background="white"] h2,
body[data-has-dark-background] .main .page-module[data-background="white"] .t3,
body[data-has-dark-background] .main .page-module[data-background="white"] .login-signup-modal__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .email-banner__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .content-banner__teaser,
body[data-has-dark-background] .main .page-module[data-background="white"] .link-listing__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .generic__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .email-subs-module__form-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .find-retail-call__form-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .manuals__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .two-col-module__subtitle,
body[data-has-dark-background] .main .page-module[data-background="white"] .generic-module__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .page-module[data-background="white"] .milestones-slider__tagline,
body[data-has-dark-background] .main .page-module[data-background="white"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .page-module[data-background="white"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .page-module[data-background="white"] .support__faq-panel__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .page-module[data-background="white"] .product-registration__search-option-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="white"] th,
body[data-has-dark-background] .main .page-module[data-background="white"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .page-module[data-background="white"] .label,
body[data-has-dark-background] .main .page-module[data-background="white"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .page-module[data-background="white"] .interests__label,
body[data-has-dark-background] .main .page-module[data-background="white"] .hero__product-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .shop__product-name,
body[data-has-dark-background] .main .page-module[data-background="white"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="white"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="white"] .parent-category-listing__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .rtf h3, .rtf
body[data-has-dark-background] .main .page-module[data-background="white"] h3,
body[data-has-dark-background] .main .page-module[data-background="white"] .rtf h4, .rtf
body[data-has-dark-background] .main .page-module[data-background="white"] h4,
body[data-has-dark-background] .main .page-module[data-background="white"] .t4,
body[data-has-dark-background] .main .page-module[data-background="white"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="white"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .page-module[data-background="white"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="white"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .page-module[data-background="white"] .product-listing__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .generic__subtitle,
body[data-has-dark-background] .main .page-module[data-background="white"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .page-module[data-background="white"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .facet-column-title,
body[data-has-dark-background] .main .page-module[data-background="white"] .features__title,
body[data-has-dark-background] .main .page-module[data-background="white"] .features__name,
body[data-has-dark-background] .main .page-module[data-background="white"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .rtf h2, .rtf
body[data-has-dark-background] .main .page-module[data-background="grey"] h2,
body[data-has-dark-background] .main .page-module[data-background="grey"] .t3,
body[data-has-dark-background] .main .page-module[data-background="grey"] .login-signup-modal__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .email-banner__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .content-banner__teaser,
body[data-has-dark-background] .main .page-module[data-background="grey"] .link-listing__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .generic__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .email-subs-module__form-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .find-retail-call__form-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .manuals__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .two-col-module__subtitle,
body[data-has-dark-background] .main .page-module[data-background="grey"] .generic-module__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .page-module[data-background="grey"] .milestones-slider__tagline,
body[data-has-dark-background] .main .page-module[data-background="grey"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .page-module[data-background="grey"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .page-module[data-background="grey"] .support__faq-panel__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .page-module[data-background="grey"] .product-registration__search-option-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="grey"] th,
body[data-has-dark-background] .main .page-module[data-background="grey"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .page-module[data-background="grey"] .label,
body[data-has-dark-background] .main .page-module[data-background="grey"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .page-module[data-background="grey"] .interests__label,
body[data-has-dark-background] .main .page-module[data-background="grey"] .hero__product-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .shop__product-name,
body[data-has-dark-background] .main .page-module[data-background="grey"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="grey"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="grey"] .parent-category-listing__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .rtf h3, .rtf
body[data-has-dark-background] .main .page-module[data-background="grey"] h3,
body[data-has-dark-background] .main .page-module[data-background="grey"] .rtf h4, .rtf
body[data-has-dark-background] .main .page-module[data-background="grey"] h4,
body[data-has-dark-background] .main .page-module[data-background="grey"] .t4,
body[data-has-dark-background] .main .page-module[data-background="grey"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="grey"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .page-module[data-background="grey"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="grey"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .page-module[data-background="grey"] .product-listing__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .generic__subtitle,
body[data-has-dark-background] .main .page-module[data-background="grey"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .page-module[data-background="grey"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .facet-column-title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .features__title,
body[data-has-dark-background] .main .page-module[data-background="grey"] .features__name,
body[data-has-dark-background] .main .page-module[data-background="grey"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .rtf h2, .rtf
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] h2,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .t3,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .login-signup-modal__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .email-banner__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .content-banner__teaser,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .link-listing__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .generic__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .email-subs-module__form-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .find-retail-call__form-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .manuals__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .two-col-module__subtitle,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .generic-module__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .milestones-slider__tagline,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .support__faq-panel__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .product-registration__search-option-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] th,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .label,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .interests__label,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .hero__product-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .shop__product-name,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .parent-category-listing__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .rtf h3, .rtf
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] h3,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .rtf h4, .rtf
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] h4,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .t4,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .product-listing__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .generic__subtitle,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .facet-column-title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .features__title,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .features__name,
body[data-has-dark-background] .main .page-module[data-background="orange-texture"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .rtf h2, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-grey"] h2,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .t3,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .login-signup-modal__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .email-banner__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .content-banner__teaser,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .link-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .generic__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .email-subs-module__form-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .find-retail-call__form-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .manuals__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .two-col-module__subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .generic-module__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .milestones-slider__tagline,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .support__faq-panel__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .product-registration__search-option-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="light-grey"] th,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .label,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .interests__label,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .hero__product-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .shop__product-name,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .parent-category-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .rtf h3, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-grey"] h3,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .rtf h4, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-grey"] h4,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .t4,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .product-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .generic__subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .facet-column-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .features__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .features__name,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .rtf h2, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] h2,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .t3,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .login-signup-modal__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .email-banner__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .content-banner__teaser,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .link-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .generic__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .email-subs-module__form-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .find-retail-call__form-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .manuals__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .two-col-module__subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .generic-module__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .milestones-slider__tagline,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .support__faq-panel__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .product-registration__search-option-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] th,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .label,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .interests__label,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .hero__product-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .shop__product-name,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .parent-category-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .rtf h3, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] h3,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .rtf h4, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] h4,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .t4,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .product-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .generic__subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .facet-column-title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .features__title,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .features__name,
body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .rtf h2, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-color"] h2,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .t3,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .login-signup-modal__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .email-banner__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .content-banner__teaser,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .link-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .generic__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .email-subs-module__form-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .find-retail-call__form-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .manuals__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .two-col-module__subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .generic-module__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .milestones-slider__tagline,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .support__faq-panel__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .product-registration__search-option-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="light-color"] th,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .page-module[data-background="light-color"] .label,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .interests__label,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .hero__product-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .shop__product-name,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .parent-category-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .rtf h3, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-color"] h3,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .rtf h4, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-color"] h4,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .t4,
body[data-has-dark-background] .main .page-module[data-background="light-color"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="light-color"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .page-module[data-background="light-color"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="light-color"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .product-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .generic__subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .facet-column-title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .features__title,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .features__name,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .rtf h2, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] h2,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .t3,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .login-signup-modal__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .email-banner__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .content-banner__teaser,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .link-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .generic__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .email-subs-module__form-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .find-retail-call__form-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .manuals__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .two-col-module__subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .generic-module__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .milestones-slider__tagline,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .support__faq-panel__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .product-registration__search-option-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] th,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .label,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .interests__label,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .hero__product-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .shop__product-name,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .parent-category-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .rtf h3, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] h3,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .rtf h4, .rtf
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] h4,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .t4,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .product-listing__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .generic__subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .facet-column-title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .features__title,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .features__name,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .callout[data-background="white"] .rtf h2, .rtf
body[data-has-dark-background] .main .callout[data-background="white"] h2,
body[data-has-dark-background] .main .callout[data-background="white"] .t3,
body[data-has-dark-background] .main .callout[data-background="white"] .login-signup-modal__title,
body[data-has-dark-background] .main .callout[data-background="white"] .email-banner__title,
body[data-has-dark-background] .main .callout[data-background="white"] .content-banner__teaser,
body[data-has-dark-background] .main .callout[data-background="white"] .link-listing__title,
body[data-has-dark-background] .main .callout[data-background="white"] .generic__title,
body[data-has-dark-background] .main .callout[data-background="white"] .email-subs-module__form-title,
body[data-has-dark-background] .main .callout[data-background="white"] .find-retail-call__form-title,
body[data-has-dark-background] .main .callout[data-background="white"] .manuals__title,
body[data-has-dark-background] .main .callout[data-background="white"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .callout[data-background="white"] .two-col-module__subtitle,
body[data-has-dark-background] .main .callout[data-background="white"] .generic-module__title,
body[data-has-dark-background] .main .callout[data-background="white"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .callout[data-background="white"] .milestones-slider__tagline,
body[data-has-dark-background] .main .callout[data-background="white"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .callout[data-background="white"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .callout[data-background="white"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .callout[data-background="white"] .support__faq-panel__title,
body[data-has-dark-background] .main .callout[data-background="white"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .callout[data-background="white"] .product-registration__search-option-title,
body[data-has-dark-background] .main .callout[data-background="white"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .callout[data-background="white"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="white"] th,
body[data-has-dark-background] .main .callout[data-background="white"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .callout[data-background="white"] .label,
body[data-has-dark-background] .main .callout[data-background="white"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .callout[data-background="white"] .interests__label,
body[data-has-dark-background] .main .callout[data-background="white"] .hero__product-title,
body[data-has-dark-background] .main .callout[data-background="white"] .shop__product-name,
body[data-has-dark-background] .main .callout[data-background="white"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="white"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .callout[data-background="white"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="white"] .parent-category-listing__title,
body[data-has-dark-background] .main .callout[data-background="white"] .rtf h3, .rtf
body[data-has-dark-background] .main .callout[data-background="white"] h3,
body[data-has-dark-background] .main .callout[data-background="white"] .rtf h4, .rtf
body[data-has-dark-background] .main .callout[data-background="white"] h4,
body[data-has-dark-background] .main .callout[data-background="white"] .t4,
body[data-has-dark-background] .main .callout[data-background="white"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="white"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .callout[data-background="white"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="white"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .callout[data-background="white"] .product-listing__title,
body[data-has-dark-background] .main .callout[data-background="white"] .generic__subtitle,
body[data-has-dark-background] .main .callout[data-background="white"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .callout[data-background="white"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .callout[data-background="white"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .callout[data-background="white"] .facet-column-title,
body[data-has-dark-background] .main .callout[data-background="white"] .features__title,
body[data-has-dark-background] .main .callout[data-background="white"] .features__name,
body[data-has-dark-background] .main .callout[data-background="white"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .rtf h2, .rtf
body[data-has-dark-background] .main .callout[data-background="grey"] h2,
body[data-has-dark-background] .main .callout[data-background="grey"] .t3,
body[data-has-dark-background] .main .callout[data-background="grey"] .login-signup-modal__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .email-banner__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .content-banner__teaser,
body[data-has-dark-background] .main .callout[data-background="grey"] .link-listing__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .generic__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .email-subs-module__form-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .find-retail-call__form-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .manuals__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .two-col-module__subtitle,
body[data-has-dark-background] .main .callout[data-background="grey"] .generic-module__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .callout[data-background="grey"] .milestones-slider__tagline,
body[data-has-dark-background] .main .callout[data-background="grey"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .callout[data-background="grey"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .callout[data-background="grey"] .support__faq-panel__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .callout[data-background="grey"] .product-registration__search-option-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="grey"] th,
body[data-has-dark-background] .main .callout[data-background="grey"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .callout[data-background="grey"] .label,
body[data-has-dark-background] .main .callout[data-background="grey"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .callout[data-background="grey"] .interests__label,
body[data-has-dark-background] .main .callout[data-background="grey"] .hero__product-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .shop__product-name,
body[data-has-dark-background] .main .callout[data-background="grey"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="grey"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="grey"] .parent-category-listing__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .rtf h3, .rtf
body[data-has-dark-background] .main .callout[data-background="grey"] h3,
body[data-has-dark-background] .main .callout[data-background="grey"] .rtf h4, .rtf
body[data-has-dark-background] .main .callout[data-background="grey"] h4,
body[data-has-dark-background] .main .callout[data-background="grey"] .t4,
body[data-has-dark-background] .main .callout[data-background="grey"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="grey"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .callout[data-background="grey"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="grey"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .callout[data-background="grey"] .product-listing__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .generic__subtitle,
body[data-has-dark-background] .main .callout[data-background="grey"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .callout[data-background="grey"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .facet-column-title,
body[data-has-dark-background] .main .callout[data-background="grey"] .features__title,
body[data-has-dark-background] .main .callout[data-background="grey"] .features__name,
body[data-has-dark-background] .main .callout[data-background="grey"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .rtf h2, .rtf
body[data-has-dark-background] .main .callout[data-background="orange-texture"] h2,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .t3,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .login-signup-modal__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .email-banner__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .content-banner__teaser,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .link-listing__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .generic__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .email-subs-module__form-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .find-retail-call__form-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .manuals__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .two-col-module__subtitle,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .generic-module__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .milestones-slider__tagline,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .support__faq-panel__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .product-registration__search-option-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="orange-texture"] th,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .label,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .interests__label,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .hero__product-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .shop__product-name,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .parent-category-listing__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .rtf h3, .rtf
body[data-has-dark-background] .main .callout[data-background="orange-texture"] h3,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .rtf h4, .rtf
body[data-has-dark-background] .main .callout[data-background="orange-texture"] h4,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .t4,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .product-listing__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .generic__subtitle,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .facet-column-title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .features__title,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .features__name,
body[data-has-dark-background] .main .callout[data-background="orange-texture"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .rtf h2, .rtf
body[data-has-dark-background] .main .callout[data-background="light-grey"] h2,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .t3,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .login-signup-modal__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .email-banner__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .content-banner__teaser,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .link-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .generic__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .email-subs-module__form-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .find-retail-call__form-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .manuals__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .two-col-module__subtitle,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .generic-module__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .milestones-slider__tagline,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .support__faq-panel__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .product-registration__search-option-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="light-grey"] th,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .callout[data-background="light-grey"] .label,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .interests__label,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .hero__product-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .shop__product-name,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .parent-category-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .rtf h3, .rtf
body[data-has-dark-background] .main .callout[data-background="light-grey"] h3,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .rtf h4, .rtf
body[data-has-dark-background] .main .callout[data-background="light-grey"] h4,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .t4,
body[data-has-dark-background] .main .callout[data-background="light-grey"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="light-grey"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .callout[data-background="light-grey"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="light-grey"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .product-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .generic__subtitle,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .facet-column-title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .features__title,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .features__name,
body[data-has-dark-background] .main .callout[data-background="light-grey"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .rtf h2, .rtf
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] h2,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .t3,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .login-signup-modal__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .email-banner__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .content-banner__teaser,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .link-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .generic__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .email-subs-module__form-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .find-retail-call__form-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .manuals__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .two-col-module__subtitle,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .generic-module__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .milestones-slider__tagline,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .support__faq-panel__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .product-registration__search-option-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] th,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .label,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .interests__label,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .hero__product-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .shop__product-name,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .parent-category-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .rtf h3, .rtf
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] h3,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .rtf h4, .rtf
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] h4,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .t4,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .product-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .generic__subtitle,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .facet-column-title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .features__title,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .features__name,
body[data-has-dark-background] .main .callout[data-background="light-grey-texture"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .rtf h2, .rtf
body[data-has-dark-background] .main .callout[data-background="light-color"] h2,
body[data-has-dark-background] .main .callout[data-background="light-color"] .t3,
body[data-has-dark-background] .main .callout[data-background="light-color"] .login-signup-modal__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .email-banner__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .content-banner__teaser,
body[data-has-dark-background] .main .callout[data-background="light-color"] .link-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .generic__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .email-subs-module__form-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .find-retail-call__form-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .manuals__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .two-col-module__subtitle,
body[data-has-dark-background] .main .callout[data-background="light-color"] .generic-module__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .callout[data-background="light-color"] .milestones-slider__tagline,
body[data-has-dark-background] .main .callout[data-background="light-color"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .callout[data-background="light-color"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .callout[data-background="light-color"] .support__faq-panel__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .callout[data-background="light-color"] .product-registration__search-option-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="light-color"] th,
body[data-has-dark-background] .main .callout[data-background="light-color"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .callout[data-background="light-color"] .label,
body[data-has-dark-background] .main .callout[data-background="light-color"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .callout[data-background="light-color"] .interests__label,
body[data-has-dark-background] .main .callout[data-background="light-color"] .hero__product-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .shop__product-name,
body[data-has-dark-background] .main .callout[data-background="light-color"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="light-color"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="light-color"] .parent-category-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .rtf h3, .rtf
body[data-has-dark-background] .main .callout[data-background="light-color"] h3,
body[data-has-dark-background] .main .callout[data-background="light-color"] .rtf h4, .rtf
body[data-has-dark-background] .main .callout[data-background="light-color"] h4,
body[data-has-dark-background] .main .callout[data-background="light-color"] .t4,
body[data-has-dark-background] .main .callout[data-background="light-color"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="light-color"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .callout[data-background="light-color"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="light-color"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .callout[data-background="light-color"] .product-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .generic__subtitle,
body[data-has-dark-background] .main .callout[data-background="light-color"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .callout[data-background="light-color"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .facet-column-title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .features__title,
body[data-has-dark-background] .main .callout[data-background="light-color"] .features__name,
body[data-has-dark-background] .main .callout[data-background="light-color"] .works-with-competitor-products-section__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .rtf h2, .rtf
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] h2,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .t3,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .login-signup-modal__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .email-banner__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .content-banner__teaser,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .link-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .generic__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .email-subs-module__form-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .find-retail-call__form-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .manuals__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .bulletted-generic__overlay-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .two-col-module__subtitle,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .generic-module__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .product-slide-listing__product-name,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .milestones-slider__tagline,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .product-detail__sharing-display-trigger,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .discontinued-product__other-products-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .product-detail-tabs__trigger,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .support__faq-panel__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .form__legend.account-creation__form,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .product-registration__search-option-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .product-registration-success-msg__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .service-center-results-listing th, .service-center-results-listing
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] th,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .find-retailer__form .label, .find-retailer__form
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .label,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .safety-recalls-listing__time,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .interests__label,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .hero__product-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .shop__product-name,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .featured-products__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .tabbed-product-listing__product-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .tips-and-ideas__product-name-wrapper,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .parent-category-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .rtf h3, .rtf
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] h3,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .rtf h4, .rtf
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] h4,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .t4,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] #reviews .pluck-review-create-header-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .pluck-review-create-header-headline,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] #reviews .pluck-review-full-subheader-headline, #reviews
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .pluck-review-full-subheader-headline,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .product-listing__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .generic__subtitle,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .email-subs-module__form-subtitle,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .interactive-poi__poi-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .interactive-image__featured-links-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .facet-column-title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .features__title,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .features__name,
body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] .works-with-competitor-products-section__title {
  color: inherit; }

/* line 214, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.rtf h2, .t3, .login-signup-modal__title, .email-banner__title, .content-banner__teaser, .link-listing__title, .generic__title, .email-subs-module__form-title, .find-retail-call__form-title, .manuals__title, .bulletted-generic__overlay-title, .two-col-module__subtitle, .generic-module__title, .product-slide-listing__product-name, .milestones-slider__tagline, .product-detail__sharing-display-trigger, .discontinued-product__other-products-title, .product-detail-tabs__trigger, .support__faq-panel__title, .form__legend.account-creation__form, .product-registration__search-option-title, .product-registration-success-msg__title, .service-center-results-listing th, .find-retailer__form .label, .safety-recalls-listing__time,
.rtf h5,
.t5,
.interactive-poi__title,
.sharing-mod__title,
.generic-module__subtitle,
.milestones-slider__title,
.discontinued-product__title,
.fasteners-table__caption {
  font-weight: normal; }

/* line 223, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.rtf h2 + *, .t3 + *, .login-signup-modal__title + *, .email-banner__title + *, .content-banner__teaser + *, .link-listing__title + *, .generic__title + *, .email-subs-module__form-title + *, .find-retail-call__form-title + *, .manuals__title + *, .bulletted-generic__overlay-title + *, .two-col-module__subtitle + *, .generic-module__title + *, .product-slide-listing__product-name + *, .milestones-slider__tagline + *, .product-detail__sharing-display-trigger + *, .discontinued-product__other-products-title + *, .product-detail-tabs__trigger + *, .support__faq-panel__title + *, .form__legend.account-creation__form + *, .product-registration__search-option-title + *, .product-registration-success-msg__title + *, .service-center-results-listing th + *, .find-retailer__form .label + *, .safety-recalls-listing__time + *, .interests__label + *, .hero__product-title + *, .shop__product-name + *, .featured-products__product-name-wrapper + *, .tabbed-product-listing__product-title + *, .tips-and-ideas__product-name-wrapper + *, .parent-category-listing__title + *, .rtf h3 + *, .rtf h4 + *, .t4 + *, #reviews .pluck-review-create-header-headline + *, #reviews .pluck-review-full-subheader-headline + *, .product-listing__title + *, .generic__subtitle + *, .email-subs-module__form-subtitle + *, .interactive-poi__poi-title + *, .interactive-image__featured-links-title + *, .facet-column-title + *, .features__title + *, .features__name + *, .works-with-competitor-products-section__title + * {
  margin-top: 0.8em; }

/* line 230, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */

[data-background="mid-grey-texture"] .interests__label,
[data-background="mid-grey-texture"] .hero__product-title,
[data-background="mid-grey-texture"] .shop__product-name,
[data-background="mid-grey-texture"] .featured-products__product-name-wrapper,
[data-background="mid-grey-texture"] .tabbed-product-listing__product-title,
[data-background="mid-grey-texture"] .tips-and-ideas__product-name-wrapper,
[data-background="mid-grey-texture"] .parent-category-listing__title,
[data-background="mid-grey-texture"] .rtf h3,
.rtf [data-background="mid-grey-texture"] h3,
[data-background="mid-grey-texture"] .rtf h4,
.rtf [data-background="mid-grey-texture"] h4,
[data-background="mid-grey-texture"] .t4,
[data-background="mid-grey-texture"] #reviews .pluck-review-create-header-headline,
#reviews [data-background="mid-grey-texture"] .pluck-review-create-header-headline,
[data-background="mid-grey-texture"] #reviews .pluck-review-full-subheader-headline,
#reviews [data-background="mid-grey-texture"] .pluck-review-full-subheader-headline,
[data-background="mid-grey-texture"] .product-listing__title,
[data-background="mid-grey-texture"] .generic__subtitle,
[data-background="mid-grey-texture"] .email-subs-module__form-subtitle,
[data-background="mid-grey-texture"] .interactive-poi__poi-title,
[data-background="mid-grey-texture"] .interactive-image__featured-links-title,
[data-background="mid-grey-texture"] .facet-column-title,
[data-background="mid-grey-texture"] .features__title,
[data-background="mid-grey-texture"] .features__name,
[data-background="mid-grey-texture"] .works-with-competitor-products-section__title,
[data-background="grey-texture"] .interests__label,
[data-background="grey-texture"] .hero__product-title,
[data-background="grey-texture"] .shop__product-name,
[data-background="grey-texture"] .featured-products__product-name-wrapper,
[data-background="grey-texture"] .tabbed-product-listing__product-title,
[data-background="grey-texture"] .tips-and-ideas__product-name-wrapper,
[data-background="grey-texture"] .parent-category-listing__title,
[data-background="grey-texture"] .rtf h3,
.rtf
[data-background="grey-texture"] h3,
[data-background="grey-texture"] .rtf h4,
.rtf
[data-background="grey-texture"] h4,
[data-background="grey-texture"] .t4,
[data-background="grey-texture"] #reviews .pluck-review-create-header-headline,
#reviews
[data-background="grey-texture"] .pluck-review-create-header-headline,
[data-background="grey-texture"] #reviews .pluck-review-full-subheader-headline,
#reviews
[data-background="grey-texture"] .pluck-review-full-subheader-headline,
[data-background="grey-texture"] .product-listing__title,
[data-background="grey-texture"] .generic__subtitle,
[data-background="grey-texture"] .email-subs-module__form-subtitle,
[data-background="grey-texture"] .interactive-poi__poi-title,
[data-background="grey-texture"] .interactive-image__featured-links-title,
[data-background="grey-texture"] .facet-column-title,
[data-background="grey-texture"] .features__title,
[data-background="grey-texture"] .features__name,
[data-background="grey-texture"] .works-with-competitor-products-section__title,
[data-background="black"] .interests__label,
[data-background="black"] .hero__product-title,
[data-background="black"] .shop__product-name,
[data-background="black"] .featured-products__product-name-wrapper,
[data-background="black"] .tabbed-product-listing__product-title,
[data-background="black"] .tips-and-ideas__product-name-wrapper,
[data-background="black"] .parent-category-listing__title,
[data-background="black"] .rtf h3,
.rtf
[data-background="black"] h3,
[data-background="black"] .rtf h4,
.rtf
[data-background="black"] h4,
[data-background="black"] .t4,
[data-background="black"] #reviews .pluck-review-create-header-headline,
#reviews
[data-background="black"] .pluck-review-create-header-headline,
[data-background="black"] #reviews .pluck-review-full-subheader-headline,
#reviews
[data-background="black"] .pluck-review-full-subheader-headline,
[data-background="black"] .product-listing__title,
[data-background="black"] .generic__subtitle,
[data-background="black"] .email-subs-module__form-subtitle,
[data-background="black"] .interactive-poi__poi-title,
[data-background="black"] .interactive-image__featured-links-title,
[data-background="black"] .facet-column-title,
[data-background="black"] .features__title,
[data-background="black"] .features__name,
[data-background="black"] .works-with-competitor-products-section__title,
[data-background="dark-wood-texture"] .interests__label,
[data-background="dark-wood-texture"] .hero__product-title,
[data-background="dark-wood-texture"] .shop__product-name,
[data-background="dark-wood-texture"] .featured-products__product-name-wrapper,
[data-background="dark-wood-texture"] .tabbed-product-listing__product-title,
[data-background="dark-wood-texture"] .tips-and-ideas__product-name-wrapper,
[data-background="dark-wood-texture"] .parent-category-listing__title,
[data-background="dark-wood-texture"] .rtf h3,
.rtf
[data-background="dark-wood-texture"] h3,
[data-background="dark-wood-texture"] .rtf h4,
.rtf
[data-background="dark-wood-texture"] h4,
[data-background="dark-wood-texture"] .t4,
[data-background="dark-wood-texture"] #reviews .pluck-review-create-header-headline,
#reviews
[data-background="dark-wood-texture"] .pluck-review-create-header-headline,
[data-background="dark-wood-texture"] #reviews .pluck-review-full-subheader-headline,
#reviews
[data-background="dark-wood-texture"] .pluck-review-full-subheader-headline,
[data-background="dark-wood-texture"] .product-listing__title,
[data-background="dark-wood-texture"] .generic__subtitle,
[data-background="dark-wood-texture"] .email-subs-module__form-subtitle,
[data-background="dark-wood-texture"] .interactive-poi__poi-title,
[data-background="dark-wood-texture"] .interactive-image__featured-links-title,
[data-background="dark-wood-texture"] .facet-column-title,
[data-background="dark-wood-texture"] .features__title,
[data-background="dark-wood-texture"] .features__name,
[data-background="dark-wood-texture"] .works-with-competitor-products-section__title {
  color: #e79932; }

/* line 241, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */

[data-background="mid-grey-texture"] .rtf h5,
.rtf [data-background="mid-grey-texture"] h5,
[data-background="mid-grey-texture"] .t5,
[data-background="mid-grey-texture"] .interactive-poi__title,
[data-background="mid-grey-texture"] .sharing-mod__title,
[data-background="mid-grey-texture"] .generic-module__subtitle,
[data-background="mid-grey-texture"] .milestones-slider__title,
[data-background="mid-grey-texture"] .discontinued-product__title,
[data-background="mid-grey-texture"] .fasteners-table__caption,
[data-background="grey-texture"] .rtf h5,
.rtf
[data-background="grey-texture"] h5,
[data-background="grey-texture"] .t5,
[data-background="grey-texture"] .interactive-poi__title,
[data-background="grey-texture"] .sharing-mod__title,
[data-background="grey-texture"] .generic-module__subtitle,
[data-background="grey-texture"] .milestones-slider__title,
[data-background="grey-texture"] .discontinued-product__title,
[data-background="grey-texture"] .fasteners-table__caption,
[data-background="black"] .rtf h5,
.rtf
[data-background="black"] h5,
[data-background="black"] .t5,
[data-background="black"] .interactive-poi__title,
[data-background="black"] .sharing-mod__title,
[data-background="black"] .generic-module__subtitle,
[data-background="black"] .milestones-slider__title,
[data-background="black"] .discontinued-product__title,
[data-background="black"] .fasteners-table__caption,
[data-background="dark-wood-texture"] .rtf h5,
.rtf
[data-background="dark-wood-texture"] h5,
[data-background="dark-wood-texture"] .t5,
[data-background="dark-wood-texture"] .interactive-poi__title,
[data-background="dark-wood-texture"] .sharing-mod__title,
[data-background="dark-wood-texture"] .generic-module__subtitle,
[data-background="dark-wood-texture"] .milestones-slider__title,
[data-background="dark-wood-texture"] .discontinued-product__title,
[data-background="dark-wood-texture"] .fasteners-table__caption,
[data-background="mid-grey-texture"] .t6,
[data-background="mid-grey-texture"] .bulletted-generic__overlay ul li,
.bulletted-generic__overlay ul [data-background="mid-grey-texture"] li,
[data-background="mid-grey-texture"] .features__description,
[data-background="mid-grey-texture"] .fasteners__description,
[data-background="grey-texture"] .t6,
[data-background="grey-texture"] .bulletted-generic__overlay ul li,
.bulletted-generic__overlay ul
[data-background="grey-texture"] li,
[data-background="grey-texture"] .features__description,
[data-background="grey-texture"] .fasteners__description,
[data-background="black"] .t6,
[data-background="black"] .bulletted-generic__overlay ul li,
.bulletted-generic__overlay ul
[data-background="black"] li,
[data-background="black"] .features__description,
[data-background="black"] .fasteners__description,
[data-background="dark-wood-texture"] .t6,
[data-background="dark-wood-texture"] .bulletted-generic__overlay ul li,
.bulletted-generic__overlay ul
[data-background="dark-wood-texture"] li,
[data-background="dark-wood-texture"] .features__description,
[data-background="dark-wood-texture"] .fasteners__description {
  color: #fff; }

/* line 277, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.rtf h2, .t3, .login-signup-modal__title, .email-banner__title, .content-banner__teaser, .link-listing__title, .generic__title, .email-subs-module__form-title, .find-retail-call__form-title, .manuals__title, .bulletted-generic__overlay-title, .two-col-module__subtitle, .generic-module__title, .product-slide-listing__product-name, .milestones-slider__tagline, .product-detail__sharing-display-trigger, .discontinued-product__other-products-title, .product-detail-tabs__trigger, .support__faq-panel__title, .form__legend.account-creation__form, .product-registration__search-option-title, .product-registration-success-msg__title, .service-center-results-listing th, .find-retailer__form .label, .safety-recalls-listing__time {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase; }
  /* line 281, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  [data-background="mid-grey-texture"] .rtf h2, .rtf [data-background="mid-grey-texture"] h2, [data-background="mid-grey-texture"] .t3, [data-background="mid-grey-texture"] .login-signup-modal__title, [data-background="mid-grey-texture"] .email-banner__title, [data-background="mid-grey-texture"] .content-banner__teaser, [data-background="mid-grey-texture"] .link-listing__title, [data-background="mid-grey-texture"] .generic__title, [data-background="mid-grey-texture"] .email-subs-module__form-title, [data-background="mid-grey-texture"] .find-retail-call__form-title, [data-background="mid-grey-texture"] .manuals__title, [data-background="mid-grey-texture"] .bulletted-generic__overlay-title, [data-background="mid-grey-texture"] .two-col-module__subtitle, [data-background="mid-grey-texture"] .generic-module__title, [data-background="mid-grey-texture"] .product-slide-listing__product-name, [data-background="mid-grey-texture"] .milestones-slider__tagline, [data-background="mid-grey-texture"] .product-detail__sharing-display-trigger, [data-background="mid-grey-texture"] .discontinued-product__other-products-title, [data-background="mid-grey-texture"] .product-detail-tabs__trigger, [data-background="mid-grey-texture"] .support__faq-panel__title, [data-background="mid-grey-texture"] .form__legend.account-creation__form, [data-background="mid-grey-texture"] .product-registration__search-option-title, [data-background="mid-grey-texture"] .product-registration-success-msg__title, [data-background="mid-grey-texture"] .service-center-results-listing th, .service-center-results-listing [data-background="mid-grey-texture"] th, [data-background="mid-grey-texture"] .find-retailer__form .label, .find-retailer__form [data-background="mid-grey-texture"] .label, [data-background="mid-grey-texture"] .safety-recalls-listing__time,
  [data-background="grey-texture"] .rtf h2, .rtf
  [data-background="grey-texture"] h2,
  [data-background="grey-texture"] .t3,
  [data-background="grey-texture"] .login-signup-modal__title,
  [data-background="grey-texture"] .email-banner__title,
  [data-background="grey-texture"] .content-banner__teaser,
  [data-background="grey-texture"] .link-listing__title,
  [data-background="grey-texture"] .generic__title,
  [data-background="grey-texture"] .email-subs-module__form-title,
  [data-background="grey-texture"] .find-retail-call__form-title,
  [data-background="grey-texture"] .manuals__title,
  [data-background="grey-texture"] .bulletted-generic__overlay-title,
  [data-background="grey-texture"] .two-col-module__subtitle,
  [data-background="grey-texture"] .generic-module__title,
  [data-background="grey-texture"] .product-slide-listing__product-name,
  [data-background="grey-texture"] .milestones-slider__tagline,
  [data-background="grey-texture"] .product-detail__sharing-display-trigger,
  [data-background="grey-texture"] .discontinued-product__other-products-title,
  [data-background="grey-texture"] .product-detail-tabs__trigger,
  [data-background="grey-texture"] .support__faq-panel__title,
  [data-background="grey-texture"] .form__legend.account-creation__form,
  [data-background="grey-texture"] .product-registration__search-option-title,
  [data-background="grey-texture"] .product-registration-success-msg__title,
  [data-background="grey-texture"] .service-center-results-listing th, .service-center-results-listing
  [data-background="grey-texture"] th,
  [data-background="grey-texture"] .find-retailer__form .label, .find-retailer__form
  [data-background="grey-texture"] .label,
  [data-background="grey-texture"] .safety-recalls-listing__time,
  [data-background="black"] .rtf h2, .rtf
  [data-background="black"] h2,
  [data-background="black"] .t3,
  [data-background="black"] .login-signup-modal__title,
  [data-background="black"] .email-banner__title,
  [data-background="black"] .content-banner__teaser,
  [data-background="black"] .link-listing__title,
  [data-background="black"] .generic__title,
  [data-background="black"] .email-subs-module__form-title,
  [data-background="black"] .find-retail-call__form-title,
  [data-background="black"] .manuals__title,
  [data-background="black"] .bulletted-generic__overlay-title,
  [data-background="black"] .two-col-module__subtitle,
  [data-background="black"] .generic-module__title,
  [data-background="black"] .product-slide-listing__product-name,
  [data-background="black"] .milestones-slider__tagline,
  [data-background="black"] .product-detail__sharing-display-trigger,
  [data-background="black"] .discontinued-product__other-products-title,
  [data-background="black"] .product-detail-tabs__trigger,
  [data-background="black"] .support__faq-panel__title,
  [data-background="black"] .form__legend.account-creation__form,
  [data-background="black"] .product-registration__search-option-title,
  [data-background="black"] .product-registration-success-msg__title,
  [data-background="black"] .service-center-results-listing th, .service-center-results-listing
  [data-background="black"] th,
  [data-background="black"] .find-retailer__form .label, .find-retailer__form
  [data-background="black"] .label,
  [data-background="black"] .safety-recalls-listing__time,
  [data-background="dark-wood-texture"] .rtf h2, .rtf
  [data-background="dark-wood-texture"] h2,
  [data-background="dark-wood-texture"] .t3,
  [data-background="dark-wood-texture"] .login-signup-modal__title,
  [data-background="dark-wood-texture"] .email-banner__title,
  [data-background="dark-wood-texture"] .content-banner__teaser,
  [data-background="dark-wood-texture"] .link-listing__title,
  [data-background="dark-wood-texture"] .generic__title,
  [data-background="dark-wood-texture"] .email-subs-module__form-title,
  [data-background="dark-wood-texture"] .find-retail-call__form-title,
  [data-background="dark-wood-texture"] .manuals__title,
  [data-background="dark-wood-texture"] .bulletted-generic__overlay-title,
  [data-background="dark-wood-texture"] .two-col-module__subtitle,
  [data-background="dark-wood-texture"] .generic-module__title,
  [data-background="dark-wood-texture"] .product-slide-listing__product-name,
  [data-background="dark-wood-texture"] .milestones-slider__tagline,
  [data-background="dark-wood-texture"] .product-detail__sharing-display-trigger,
  [data-background="dark-wood-texture"] .discontinued-product__other-products-title,
  [data-background="dark-wood-texture"] .product-detail-tabs__trigger,
  [data-background="dark-wood-texture"] .support__faq-panel__title,
  [data-background="dark-wood-texture"] .form__legend.account-creation__form,
  [data-background="dark-wood-texture"] .product-registration__search-option-title,
  [data-background="dark-wood-texture"] .product-registration-success-msg__title,
  [data-background="dark-wood-texture"] .service-center-results-listing th, .service-center-results-listing
  [data-background="dark-wood-texture"] th,
  [data-background="dark-wood-texture"] .find-retailer__form .label, .find-retailer__form
  [data-background="dark-wood-texture"] .label,
  [data-background="dark-wood-texture"] .safety-recalls-listing__time {
    color: #fff; }
  /* line 288, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .rtf h2 + *, .t3 + *, .login-signup-modal__title + *, .email-banner__title + *, .content-banner__teaser + *, .link-listing__title + *, .generic__title + *, .email-subs-module__form-title + *, .find-retail-call__form-title + *, .manuals__title + *, .bulletted-generic__overlay-title + *, .two-col-module__subtitle + *, .generic-module__title + *, .product-slide-listing__product-name + *, .milestones-slider__tagline + *, .product-detail__sharing-display-trigger + *, .discontinued-product__other-products-title + *, .product-detail-tabs__trigger + *, .support__faq-panel__title + *, .form__legend.account-creation__form + *, .product-registration__search-option-title + *, .product-registration-success-msg__title + *, .service-center-results-listing th + *, .find-retailer__form .label + *, .safety-recalls-listing__time + * {
    margin-top: 1.1em; }

/* line 293, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.interests__label, .hero__product-title, .shop__product-name, .featured-products__product-name-wrapper, .tabbed-product-listing__product-title, .tips-and-ideas__product-name-wrapper, .parent-category-listing__title, .rtf h3, .rtf h4, .t4, #reviews .pluck-review-create-header-headline, #reviews .pluck-review-full-subheader-headline, .product-listing__title, .generic__subtitle, .email-subs-module__form-subtitle, .interactive-poi__poi-title, .interactive-image__featured-links-title, .facet-column-title, .features__title, .features__name, .works-with-competitor-products-section__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2; }

/* line 303, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.rtf h5, .t5, .interactive-poi__title, .sharing-mod__title, .generic-module__subtitle, .milestones-slider__title, .discontinued-product__title, .fasteners-table__caption {
  font-size: 24px;
  font-size: 1.5rem; }

/* line 307, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.t6, .bulletted-generic__overlay ul li, .features__description, .fasteners__description {
  line-height: 1.8;
  text-transform: uppercase; }
  @media screen and (min-width: 1005px) {
    /* line 307, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .t6, .bulletted-generic__overlay ul li, .features__description, .fasteners__description {
      font-size: 16px;
      font-size: 1rem; } }

/* line 316, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.rtf h1, .t7, .interests__title, .two-col-module__title, .my-profile__section-title, .dashboard-quiz__title, .account-creation__step-title, .email-preferences__section-title, .search-results__search-title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    /* line 316, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .rtf h1, .t7, .interests__title, .two-col-module__title, .my-profile__section-title, .dashboard-quiz__title, .account-creation__step-title, .email-preferences__section-title, .search-results__search-title {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1005px) {
    /* line 316, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .rtf h1, .t7, .interests__title, .two-col-module__title, .my-profile__section-title, .dashboard-quiz__title, .account-creation__step-title, .email-preferences__section-title, .search-results__search-title {
      font-size: 36px;
      font-size: 2.25rem; } }
  /* line 321, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  [data-has-dark-background] .rtf h1, .rtf [data-has-dark-background] h1, [data-has-dark-background] .t7, [data-has-dark-background] .interests__title, [data-has-dark-background] .two-col-module__title, [data-has-dark-background] .my-profile__section-title, [data-has-dark-background] .dashboard-quiz__title, [data-has-dark-background] .account-creation__step-title, [data-has-dark-background] .email-preferences__section-title, [data-has-dark-background] .search-results__search-title,
  [data-background="mid-grey-texture"] .rtf h1, .rtf
  [data-background="mid-grey-texture"] h1,
  [data-background="mid-grey-texture"] .t7,
  [data-background="mid-grey-texture"] .interests__title,
  [data-background="mid-grey-texture"] .two-col-module__title,
  [data-background="mid-grey-texture"] .my-profile__section-title,
  [data-background="mid-grey-texture"] .dashboard-quiz__title,
  [data-background="mid-grey-texture"] .account-creation__step-title,
  [data-background="mid-grey-texture"] .email-preferences__section-title,
  [data-background="mid-grey-texture"] .search-results__search-title,
  [data-background="grey-texture"] .rtf h1, .rtf
  [data-background="grey-texture"] h1,
  [data-background="grey-texture"] .t7,
  [data-background="grey-texture"] .interests__title,
  [data-background="grey-texture"] .two-col-module__title,
  [data-background="grey-texture"] .my-profile__section-title,
  [data-background="grey-texture"] .dashboard-quiz__title,
  [data-background="grey-texture"] .account-creation__step-title,
  [data-background="grey-texture"] .email-preferences__section-title,
  [data-background="grey-texture"] .search-results__search-title,
  [data-background="black"] .rtf h1, .rtf
  [data-background="black"] h1,
  [data-background="black"] .t7,
  [data-background="black"] .interests__title,
  [data-background="black"] .two-col-module__title,
  [data-background="black"] .my-profile__section-title,
  [data-background="black"] .dashboard-quiz__title,
  [data-background="black"] .account-creation__step-title,
  [data-background="black"] .email-preferences__section-title,
  [data-background="black"] .search-results__search-title,
  [data-background="dark-wood-texture"] .rtf h1, .rtf
  [data-background="dark-wood-texture"] h1,
  [data-background="dark-wood-texture"] .t7,
  [data-background="dark-wood-texture"] .interests__title,
  [data-background="dark-wood-texture"] .two-col-module__title,
  [data-background="dark-wood-texture"] .my-profile__section-title,
  [data-background="dark-wood-texture"] .dashboard-quiz__title,
  [data-background="dark-wood-texture"] .account-creation__step-title,
  [data-background="dark-wood-texture"] .email-preferences__section-title,
  [data-background="dark-wood-texture"] .search-results__search-title {
    color: #e79932; }
  /* line 329, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  [data-has-dark-background] [data-background="white"] .rtf h1, .rtf [data-has-dark-background] [data-background="white"] h1, [data-has-dark-background] [data-background="white"] .t7, [data-has-dark-background] [data-background="white"] .interests__title, [data-has-dark-background] [data-background="white"] .two-col-module__title, [data-has-dark-background] [data-background="white"] .my-profile__section-title, [data-has-dark-background] [data-background="white"] .dashboard-quiz__title, [data-has-dark-background] [data-background="white"] .account-creation__step-title, [data-has-dark-background] [data-background="white"] .email-preferences__section-title, [data-has-dark-background] [data-background="white"] .search-results__search-title,
  [data-has-dark-background] [data-background="grey"] .rtf h1, .rtf
  [data-has-dark-background] [data-background="grey"] h1,
  [data-has-dark-background] [data-background="grey"] .t7,
  [data-has-dark-background] [data-background="grey"] .interests__title,
  [data-has-dark-background] [data-background="grey"] .two-col-module__title,
  [data-has-dark-background] [data-background="grey"] .my-profile__section-title,
  [data-has-dark-background] [data-background="grey"] .dashboard-quiz__title,
  [data-has-dark-background] [data-background="grey"] .account-creation__step-title,
  [data-has-dark-background] [data-background="grey"] .email-preferences__section-title,
  [data-has-dark-background] [data-background="grey"] .search-results__search-title,
  [data-has-dark-background] [data-background="orange"] .rtf h1, .rtf
  [data-has-dark-background] [data-background="orange"] h1,
  [data-has-dark-background] [data-background="orange"] .t7,
  [data-has-dark-background] [data-background="orange"] .interests__title,
  [data-has-dark-background] [data-background="orange"] .two-col-module__title,
  [data-has-dark-background] [data-background="orange"] .my-profile__section-title,
  [data-has-dark-background] [data-background="orange"] .dashboard-quiz__title,
  [data-has-dark-background] [data-background="orange"] .account-creation__step-title,
  [data-has-dark-background] [data-background="orange"] .email-preferences__section-title,
  [data-has-dark-background] [data-background="orange"] .search-results__search-title,
  [data-has-dark-background] [data-background="orange-texture"] .rtf h1, .rtf
  [data-has-dark-background] [data-background="orange-texture"] h1,
  [data-has-dark-background] [data-background="orange-texture"] .t7,
  [data-has-dark-background] [data-background="orange-texture"] .interests__title,
  [data-has-dark-background] [data-background="orange-texture"] .two-col-module__title,
  [data-has-dark-background] [data-background="orange-texture"] .my-profile__section-title,
  [data-has-dark-background] [data-background="orange-texture"] .dashboard-quiz__title,
  [data-has-dark-background] [data-background="orange-texture"] .account-creation__step-title,
  [data-has-dark-background] [data-background="orange-texture"] .email-preferences__section-title,
  [data-has-dark-background] [data-background="orange-texture"] .search-results__search-title,
  [data-has-dark-background] [data-background="light-grey"] .rtf h1, .rtf
  [data-has-dark-background] [data-background="light-grey"] h1,
  [data-has-dark-background] [data-background="light-grey"] .t7,
  [data-has-dark-background] [data-background="light-grey"] .interests__title,
  [data-has-dark-background] [data-background="light-grey"] .two-col-module__title,
  [data-has-dark-background] [data-background="light-grey"] .my-profile__section-title,
  [data-has-dark-background] [data-background="light-grey"] .dashboard-quiz__title,
  [data-has-dark-background] [data-background="light-grey"] .account-creation__step-title,
  [data-has-dark-background] [data-background="light-grey"] .email-preferences__section-title,
  [data-has-dark-background] [data-background="light-grey"] .search-results__search-title,
  [data-has-dark-background] [data-background="light-grey-texture"] .rtf h1, .rtf
  [data-has-dark-background] [data-background="light-grey-texture"] h1,
  [data-has-dark-background] [data-background="light-grey-texture"] .t7,
  [data-has-dark-background] [data-background="light-grey-texture"] .interests__title,
  [data-has-dark-background] [data-background="light-grey-texture"] .two-col-module__title,
  [data-has-dark-background] [data-background="light-grey-texture"] .my-profile__section-title,
  [data-has-dark-background] [data-background="light-grey-texture"] .dashboard-quiz__title,
  [data-has-dark-background] [data-background="light-grey-texture"] .account-creation__step-title,
  [data-has-dark-background] [data-background="light-grey-texture"] .email-preferences__section-title,
  [data-has-dark-background] [data-background="light-grey-texture"] .search-results__search-title,
  [data-has-dark-background] [data-background="light-color"] .rtf h1, .rtf
  [data-has-dark-background] [data-background="light-color"] h1,
  [data-has-dark-background] [data-background="light-color"] .t7,
  [data-has-dark-background] [data-background="light-color"] .interests__title,
  [data-has-dark-background] [data-background="light-color"] .two-col-module__title,
  [data-has-dark-background] [data-background="light-color"] .my-profile__section-title,
  [data-has-dark-background] [data-background="light-color"] .dashboard-quiz__title,
  [data-has-dark-background] [data-background="light-color"] .account-creation__step-title,
  [data-has-dark-background] [data-background="light-color"] .email-preferences__section-title,
  [data-has-dark-background] [data-background="light-color"] .search-results__search-title,
  [data-has-dark-background] [data-background="grey-texture"] .rtf h1, .rtf
  [data-has-dark-background] [data-background="grey-texture"] h1,
  [data-has-dark-background] [data-background="grey-texture"] .t7,
  [data-has-dark-background] [data-background="grey-texture"] .interests__title,
  [data-has-dark-background] [data-background="grey-texture"] .two-col-module__title,
  [data-has-dark-background] [data-background="grey-texture"] .my-profile__section-title,
  [data-has-dark-background] [data-background="grey-texture"] .dashboard-quiz__title,
  [data-has-dark-background] [data-background="grey-texture"] .account-creation__step-title,
  [data-has-dark-background] [data-background="grey-texture"] .email-preferences__section-title,
  [data-has-dark-background] [data-background="grey-texture"] .search-results__search-title,
  [data-has-dark-background] [data-background="light-wood-texture"] .rtf h1, .rtf
  [data-has-dark-background] [data-background="light-wood-texture"] h1,
  [data-has-dark-background] [data-background="light-wood-texture"] .t7,
  [data-has-dark-background] [data-background="light-wood-texture"] .interests__title,
  [data-has-dark-background] [data-background="light-wood-texture"] .two-col-module__title,
  [data-has-dark-background] [data-background="light-wood-texture"] .my-profile__section-title,
  [data-has-dark-background] [data-background="light-wood-texture"] .dashboard-quiz__title,
  [data-has-dark-background] [data-background="light-wood-texture"] .account-creation__step-title,
  [data-has-dark-background] [data-background="light-wood-texture"] .email-preferences__section-title,
  [data-has-dark-background] [data-background="light-wood-texture"] .search-results__search-title {
    color: #000; }

/* line 343, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.custom-select--is-open .custom-select .label:after, .tooltip:before, .predictive-search__results-wrapper:before, .navigation-banner__more-less-trigger:after, .tips-and-ideas__arrow:before, .tips-and-ideas__arrow:after, .gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow:before, .gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow:after, .header__nav-trigger--has-submenu[data-expanded]:after, .compare-widget__trigger:after, .product-detail__product-gallery__item:before, .support__faqs__title[data-expanded]:after, .fasteners-table__sort-icon:before, .custom-select .label:after, .navigation-banner__more-less-trigger[data-collapsed]:after, .selectric-section-nav .custom-select__items li.selected:before, .tabbed-product-listing__tab-trigger:after, .header__nav-trigger--has-submenu:after, .country-selector__current-region:after, [data-expanded] .compare-widget__trigger:after, [data-current] .product-detail-tabs__trigger-text:before,
[data-current] .product-detail-tabs__trigger-text:after, .support__faqs__title:after, .fasteners-table__sort-icon:after, .account-creation__step-trigger:before, .account-creation__step-trigger:after, .jump-links__trigger:after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.25s;
  vertical-align: middle;
  border-width: 0.43em;
  border-style: solid; }

/* line 362, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.custom-select--is-open .custom-select .label:after, .tooltip:before, .predictive-search__results-wrapper:before, .navigation-banner__more-less-trigger:after, .tips-and-ideas__arrow:before, .tips-and-ideas__arrow:after, .gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow:before, .gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow:after, .header__nav-trigger--has-submenu[data-expanded]:after, .compare-widget__trigger:after, .product-detail__product-gallery__item:before, .support__faqs__title[data-expanded]:after, .fasteners-table__sort-icon:before {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: inherit;
  border-left-color: transparent; }

/* line 370, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.rtf .link--style-1:after, .page-module__title a:after, .form__link--back:after, .product-listing__link:after, .manual__link:after, .manuals__cta:after, .support-callout__cta-text:after, .interactive-image__featured-link:after, .marketing-mod__link-list a:after, .review-module__featured-product-name:after, .featured-information-module__featured-title a:after, .product-slide-listing__product-name a:after, .primary-nav__view-all-link:after, .what-works-with-fasteners__link:after, .my-products__register-link:after, .search-results__other__item__cta:after, .product-support-search-panel__quick-link-text:after, .registration-success__link:after, .support-options__option-text:after {
  padding-left: 5px;
  content: ">>";
  text-decoration: none; }

/* line 403, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.button--style-1,
a.button--style-1,
body[data-has-dark-background] .main a.button--style-1, .b1, .pdp-review__cta, .featured-information-module__cta, .discontinued-product__cta,
.rtf .button--style-1,
.rtf .b1,
.rtf .pdp-review__cta,
.rtf .featured-information-module__cta,
.rtf .discontinued-product__cta, .button--style-2,
a.button--style-2,
body[data-has-dark-background] .main a.button--style-2, .b2, .generic-module .generic-module__cta, [data-background="grey-texture"] .tabbed-product-listing__tab-trigger,
[data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger,
[data-background="black"] .tabbed-product-listing__tab-trigger,
.rtf .button--style-2,
.rtf .b2, .button--style-3,
a.button--style-3,
body[data-has-dark-background] .main a.button--style-3, .b3, #reviews a.pluck-secondary-button, [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger,
.rtf .button--style-3,
.rtf .b3, .button--style-4,
a.button--style-4,
body[data-has-dark-background] .main a.button--style-4, .b4, #reviews a.pluck-primary-button, [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger,
[data-background="grey"] .tabbed-product-listing__tab-trigger, [data-background="light-grey-texture"] .search-results__where-to-buy-link,
.rtf .button--style-4,
.rtf .b4, .button--style-5,
a.button--style-5,
body[data-has-dark-background] .main a.button--style-5, .b5, [data-background="orange-texture"] .tabbed-product-listing__tab-trigger,
.rtf .button--style-5,
.rtf .b5, .button--style-6,
a.button--style-6,
body[data-has-dark-background] .main a.button--style-6,
.rtf .button--style-6, .video-module__cta {
  font-weight: normal;
  line-height: 36px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px; }
  @media screen and (min-width: 480px) {
    /* line 403, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .button--style-1,
    a.button--style-1,
    body[data-has-dark-background] .main a.button--style-1, .b1, .pdp-review__cta, .featured-information-module__cta, .discontinued-product__cta,
    .rtf .button--style-1,
    .rtf .b1,
    .rtf .pdp-review__cta,
    .rtf .featured-information-module__cta,
    .rtf .discontinued-product__cta, .button--style-2,
    a.button--style-2,
    body[data-has-dark-background] .main a.button--style-2, .b2, .generic-module .generic-module__cta, [data-background="grey-texture"] .tabbed-product-listing__tab-trigger,
    [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger,
    [data-background="black"] .tabbed-product-listing__tab-trigger,
    .rtf .button--style-2,
    .rtf .b2, .button--style-3,
    a.button--style-3,
    body[data-has-dark-background] .main a.button--style-3, .b3, #reviews a.pluck-secondary-button, [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger,
    .rtf .button--style-3,
    .rtf .b3, .button--style-4,
    a.button--style-4,
    body[data-has-dark-background] .main a.button--style-4, .b4, #reviews a.pluck-primary-button, [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger,
    [data-background="grey"] .tabbed-product-listing__tab-trigger, [data-background="light-grey-texture"] .search-results__where-to-buy-link,
    .rtf .button--style-4,
    .rtf .b4, .button--style-5,
    a.button--style-5,
    body[data-has-dark-background] .main a.button--style-5, .b5, [data-background="orange-texture"] .tabbed-product-listing__tab-trigger,
    .rtf .button--style-5,
    .rtf .b5, .button--style-6,
    a.button--style-6,
    body[data-has-dark-background] .main a.button--style-6,
    .rtf .button--style-6, .video-module__cta {
      width: auto; } }
  /* line 422, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .form.is-loading .button--style-1, .form.is-loading
  body[data-has-dark-background] .main a.button--style-1,
  body[data-has-dark-background] .main .form.is-loading a.button--style-1, .form.is-loading .b1, .form.is-loading .pdp-review__cta, .form.is-loading .featured-information-module__cta, .form.is-loading .discontinued-product__cta, .form.is-loading .button--style-2, .form.is-loading
  body[data-has-dark-background] .main a.button--style-2,
  body[data-has-dark-background] .main .form.is-loading a.button--style-2, .form.is-loading .b2, .form.is-loading .generic-module .generic-module__cta, .generic-module .form.is-loading .generic-module__cta, .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger, [data-background="grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger,
  [data-background="dark-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger,
  [data-background="black"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading .button--style-3, .form.is-loading
  body[data-has-dark-background] .main a.button--style-3,
  body[data-has-dark-background] .main .form.is-loading a.button--style-3, .form.is-loading .b3, .form.is-loading #reviews a.pluck-secondary-button, #reviews .form.is-loading a.pluck-secondary-button, .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger, [data-background="light-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading .button--style-4, .form.is-loading
  body[data-has-dark-background] .main a.button--style-4,
  body[data-has-dark-background] .main .form.is-loading a.button--style-4, .form.is-loading .b4, .form.is-loading #reviews a.pluck-primary-button, #reviews .form.is-loading a.pluck-primary-button, .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger, [data-background="light-grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger,
  [data-background="grey"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link, [data-background="light-grey-texture"] .form.is-loading .search-results__where-to-buy-link, .form.is-loading .button--style-5, .form.is-loading
  body[data-has-dark-background] .main a.button--style-5,
  body[data-has-dark-background] .main .form.is-loading a.button--style-5, .form.is-loading .b5, .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger, [data-background="orange-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading .button--style-6, .form.is-loading
  body[data-has-dark-background] .main a.button--style-6,
  body[data-has-dark-background] .main .form.is-loading a.button--style-6, .form.is-loading .video-module__cta,
  .form.is-loading .button--style-1:focus,
  .form.is-loading .b1:focus,
  .form.is-loading .pdp-review__cta:focus,
  .form.is-loading .featured-information-module__cta:focus,
  .form.is-loading .discontinued-product__cta:focus,
  .form.is-loading .button--style-2:focus,
  .form.is-loading .b2:focus,
  .form.is-loading .generic-module .generic-module__cta:focus, .generic-module
  .form.is-loading .generic-module__cta:focus,
  .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"]
  .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  .form.is-loading .button--style-3:focus,
  .form.is-loading .b3:focus,
  .form.is-loading #reviews a.pluck-secondary-button:focus, #reviews
  .form.is-loading a.pluck-secondary-button:focus,
  .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  .form.is-loading .button--style-4:focus,
  .form.is-loading .b4:focus,
  .form.is-loading #reviews a.pluck-primary-button:focus, #reviews
  .form.is-loading a.pluck-primary-button:focus,
  .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"]
  .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"]
  .form.is-loading .search-results__where-to-buy-link:focus,
  .form.is-loading .button--style-5:focus,
  .form.is-loading .b5:focus,
  .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  .form.is-loading .button--style-6:focus,
  .form.is-loading .video-module__cta:focus,
  .form.is-loading .button--style-1:hover,
  .form.is-loading
  body[data-has-dark-background] .main a.button--style-1:hover,
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-1:hover,
  .form.is-loading .b1:hover,
  .form.is-loading .pdp-review__cta:hover,
  .form.is-loading .featured-information-module__cta:hover,
  .form.is-loading .discontinued-product__cta:hover,
  .form.is-loading
  .rtf .button--style-1:hover,
  .rtf
  .form.is-loading .button--style-1:hover,
  .form.is-loading
  .rtf
  body[data-has-dark-background] .main a.button--style-1:hover,
  .rtf
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-1:hover,
  .form.is-loading
  body[data-has-dark-background] .main
  .rtf a.button--style-1:hover,
  body[data-has-dark-background] .main
  .rtf
  .form.is-loading a.button--style-1:hover,
  .form.is-loading
  .rtf .b1:hover,
  .rtf
  .form.is-loading .b1:hover,
  .form.is-loading
  .rtf .pdp-review__cta:hover,
  .rtf
  .form.is-loading .pdp-review__cta:hover,
  .form.is-loading
  .rtf .featured-information-module__cta:hover,
  .rtf
  .form.is-loading .featured-information-module__cta:hover,
  .form.is-loading
  .rtf .discontinued-product__cta:hover,
  .rtf
  .form.is-loading .discontinued-product__cta:hover,
  .form.is-loading .button--style-2:hover,
  .form.is-loading
  body[data-has-dark-background] .main a.button--style-2:hover,
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-2:hover,
  .form.is-loading .b2:hover,
  .form.is-loading .generic-module .generic-module__cta:hover, .generic-module
  .form.is-loading .generic-module__cta:hover,
  .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  .rtf .button--style-2:hover,
  .rtf
  .form.is-loading .button--style-2:hover,
  .form.is-loading
  .rtf
  body[data-has-dark-background] .main a.button--style-2:hover,
  .rtf
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-2:hover,
  .form.is-loading
  body[data-has-dark-background] .main
  .rtf a.button--style-2:hover,
  body[data-has-dark-background] .main
  .rtf
  .form.is-loading a.button--style-2:hover,
  .form.is-loading
  .rtf .b2:hover,
  .rtf
  .form.is-loading .b2:hover,
  .form.is-loading
  .rtf .generic-module .generic-module__cta:hover,
  .rtf .generic-module
  .form.is-loading .generic-module__cta:hover,
  .form.is-loading .generic-module
  .rtf .generic-module__cta:hover, .generic-module
  .rtf
  .form.is-loading .generic-module__cta:hover,
  .form.is-loading
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="dark-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="black"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="dark-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="black"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading .button--style-3:hover,
  .form.is-loading
  body[data-has-dark-background] .main a.button--style-3:hover,
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-3:hover,
  .form.is-loading .b3:hover,
  .form.is-loading #reviews a.pluck-secondary-button:hover, #reviews
  .form.is-loading a.pluck-secondary-button:hover,
  .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  .rtf .button--style-3:hover,
  .rtf
  .form.is-loading .button--style-3:hover,
  .form.is-loading
  .rtf
  body[data-has-dark-background] .main a.button--style-3:hover,
  .rtf
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-3:hover,
  .form.is-loading
  body[data-has-dark-background] .main
  .rtf a.button--style-3:hover,
  body[data-has-dark-background] .main
  .rtf
  .form.is-loading a.button--style-3:hover,
  .form.is-loading
  .rtf .b3:hover,
  .rtf
  .form.is-loading .b3:hover,
  .form.is-loading
  .rtf #reviews a.pluck-secondary-button:hover,
  .rtf #reviews
  .form.is-loading a.pluck-secondary-button:hover,
  .form.is-loading #reviews
  .rtf a.pluck-secondary-button:hover, #reviews
  .rtf
  .form.is-loading a.pluck-secondary-button:hover,
  .form.is-loading
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="light-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="light-wood-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading .button--style-4:hover,
  .form.is-loading
  body[data-has-dark-background] .main a.button--style-4:hover,
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-4:hover,
  .form.is-loading .b4:hover,
  .form.is-loading #reviews a.pluck-primary-button:hover, #reviews
  .form.is-loading a.pluck-primary-button:hover,
  .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  .form.is-loading .search-results__where-to-buy-link:hover,
  .form.is-loading
  .rtf .button--style-4:hover,
  .rtf
  .form.is-loading .button--style-4:hover,
  .form.is-loading
  .rtf
  body[data-has-dark-background] .main a.button--style-4:hover,
  .rtf
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-4:hover,
  .form.is-loading
  body[data-has-dark-background] .main
  .rtf a.button--style-4:hover,
  body[data-has-dark-background] .main
  .rtf
  .form.is-loading a.button--style-4:hover,
  .form.is-loading
  .rtf .b4:hover,
  .rtf
  .form.is-loading .b4:hover,
  .form.is-loading
  .rtf #reviews a.pluck-primary-button:hover,
  .rtf #reviews
  .form.is-loading a.pluck-primary-button:hover,
  .form.is-loading #reviews
  .rtf a.pluck-primary-button:hover, #reviews
  .rtf
  .form.is-loading a.pluck-primary-button:hover,
  .form.is-loading
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="light-grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="grey"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="light-grey-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="grey"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover,
  .rtf [data-background="light-grey-texture"]
  .form.is-loading .search-results__where-to-buy-link:hover,
  .form.is-loading [data-background="light-grey-texture"]
  .rtf .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  .rtf
  .form.is-loading .search-results__where-to-buy-link:hover,
  .form.is-loading .button--style-5:hover,
  .form.is-loading
  body[data-has-dark-background] .main a.button--style-5:hover,
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-5:hover,
  .form.is-loading .b5:hover,
  .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading
  .rtf .button--style-5:hover,
  .rtf
  .form.is-loading .button--style-5:hover,
  .form.is-loading
  .rtf
  body[data-has-dark-background] .main a.button--style-5:hover,
  .rtf
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-5:hover,
  .form.is-loading
  body[data-has-dark-background] .main
  .rtf a.button--style-5:hover,
  body[data-has-dark-background] .main
  .rtf
  .form.is-loading a.button--style-5:hover,
  .form.is-loading
  .rtf .b5:hover,
  .rtf
  .form.is-loading .b5:hover,
  .form.is-loading
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="orange-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  .form.is-loading
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="orange-texture"]
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  .rtf
  .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .form.is-loading .button--style-6:hover,
  .form.is-loading
  body[data-has-dark-background] .main a.button--style-6:hover,
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-6:hover,
  .form.is-loading
  .rtf .button--style-6:hover,
  .rtf
  .form.is-loading .button--style-6:hover,
  .form.is-loading
  .rtf
  body[data-has-dark-background] .main a.button--style-6:hover,
  .rtf
  body[data-has-dark-background] .main
  .form.is-loading a.button--style-6:hover,
  .form.is-loading
  body[data-has-dark-background] .main
  .rtf a.button--style-6:hover,
  body[data-has-dark-background] .main
  .rtf
  .form.is-loading a.button--style-6:hover,
  .form.is-loading .video-module__cta:hover {
    color: transparent; }
  /* line 432, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  body[data-has-dark-background] .main .form.is-loading .button--style-1, body[data-has-dark-background] .main .form.is-loading .b1, body[data-has-dark-background] .main .form.is-loading .pdp-review__cta, body[data-has-dark-background] .main .form.is-loading .featured-information-module__cta, body[data-has-dark-background] .main .form.is-loading .discontinued-product__cta, body[data-has-dark-background] .main .form.is-loading .button--style-2, body[data-has-dark-background] .main .form.is-loading .b2, body[data-has-dark-background] .main .form.is-loading .generic-module .generic-module__cta, .generic-module body[data-has-dark-background] .main .form.is-loading .generic-module__cta, body[data-has-dark-background] .main .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger, [data-background="grey-texture"] body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger, body[data-has-dark-background] .main .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger, body[data-has-dark-background] .main .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger,
  [data-background="black"] body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger, body[data-has-dark-background] .main .form.is-loading .button--style-3, body[data-has-dark-background] .main .form.is-loading .b3, body[data-has-dark-background] .main .form.is-loading #reviews a.pluck-secondary-button, #reviews body[data-has-dark-background] .main .form.is-loading a.pluck-secondary-button, body[data-has-dark-background] .main .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger, [data-background="light-wood-texture"] body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger, body[data-has-dark-background] .main .form.is-loading .button--style-4, body[data-has-dark-background] .main .form.is-loading .b4, body[data-has-dark-background] .main .form.is-loading #reviews a.pluck-primary-button, #reviews body[data-has-dark-background] .main .form.is-loading a.pluck-primary-button, body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger, [data-background="light-grey-texture"] body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger, body[data-has-dark-background] .main .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger,
  [data-background="grey"] body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger, body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link, [data-background="light-grey-texture"] body[data-has-dark-background] .main .form.is-loading .search-results__where-to-buy-link, body[data-has-dark-background] .main .form.is-loading .button--style-5, body[data-has-dark-background] .main .form.is-loading .b5, body[data-has-dark-background] .main .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger, [data-background="orange-texture"] body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger, body[data-has-dark-background] .main .form.is-loading .button--style-6, body[data-has-dark-background] .main .form.is-loading .video-module__cta,
  body[data-has-dark-background] .main .form.is-loading .button--style-1:focus,
  body[data-has-dark-background] .main .form.is-loading .b1:focus,
  body[data-has-dark-background] .main .form.is-loading .pdp-review__cta:focus,
  body[data-has-dark-background] .main .form.is-loading .featured-information-module__cta:focus,
  body[data-has-dark-background] .main .form.is-loading .discontinued-product__cta:focus,
  body[data-has-dark-background] .main .form.is-loading .button--style-2:focus,
  body[data-has-dark-background] .main .form.is-loading .b2:focus,
  body[data-has-dark-background] .main .form.is-loading .generic-module .generic-module__cta:focus, .generic-module
  body[data-has-dark-background] .main .form.is-loading .generic-module__cta:focus,
  body[data-has-dark-background] .main .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  body[data-has-dark-background] .main .form.is-loading .button--style-3:focus,
  body[data-has-dark-background] .main .form.is-loading .b3:focus,
  body[data-has-dark-background] .main .form.is-loading #reviews a.pluck-secondary-button:focus, #reviews
  body[data-has-dark-background] .main .form.is-loading a.pluck-secondary-button:focus,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  body[data-has-dark-background] .main .form.is-loading .button--style-4:focus,
  body[data-has-dark-background] .main .form.is-loading .b4:focus,
  body[data-has-dark-background] .main .form.is-loading #reviews a.pluck-primary-button:focus, #reviews
  body[data-has-dark-background] .main .form.is-loading a.pluck-primary-button:focus,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .search-results__where-to-buy-link:focus,
  body[data-has-dark-background] .main .form.is-loading .button--style-5:focus,
  body[data-has-dark-background] .main .form.is-loading .b5:focus,
  body[data-has-dark-background] .main .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:focus,
  body[data-has-dark-background] .main .form.is-loading .button--style-6:focus,
  body[data-has-dark-background] .main .form.is-loading .video-module__cta:focus,
  body[data-has-dark-background] .main .form.is-loading .button--style-1:hover, body[data-has-dark-background] .main .form.is-loading a.button--style-1:hover,
  body[data-has-dark-background] .main .form.is-loading .b1:hover,
  body[data-has-dark-background] .main .form.is-loading .pdp-review__cta:hover,
  body[data-has-dark-background] .main .form.is-loading .featured-information-module__cta:hover,
  body[data-has-dark-background] .main .form.is-loading .discontinued-product__cta:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .button--style-1:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .button--style-1:hover,
  .rtf body[data-has-dark-background] .main .form.is-loading a.button--style-1:hover, body[data-has-dark-background] .main .form.is-loading
  .rtf a.button--style-1:hover, body[data-has-dark-background] .main
  .rtf .form.is-loading a.button--style-1:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .b1:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .b1:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .pdp-review__cta:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .pdp-review__cta:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .featured-information-module__cta:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .featured-information-module__cta:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .discontinued-product__cta:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .discontinued-product__cta:hover,
  body[data-has-dark-background] .main .form.is-loading .button--style-2:hover, body[data-has-dark-background] .main .form.is-loading a.button--style-2:hover,
  body[data-has-dark-background] .main .form.is-loading .b2:hover,
  body[data-has-dark-background] .main .form.is-loading .generic-module .generic-module__cta:hover, .generic-module
  body[data-has-dark-background] .main .form.is-loading .generic-module__cta:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .button--style-2:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .button--style-2:hover,
  .rtf body[data-has-dark-background] .main .form.is-loading a.button--style-2:hover, body[data-has-dark-background] .main .form.is-loading
  .rtf a.button--style-2:hover, body[data-has-dark-background] .main
  .rtf .form.is-loading a.button--style-2:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .b2:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .b2:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .generic-module .generic-module__cta:hover,
  .rtf .generic-module
  body[data-has-dark-background] .main .form.is-loading .generic-module__cta:hover,
  body[data-has-dark-background] .main .form.is-loading .generic-module
  .rtf .generic-module__cta:hover, .generic-module
  .rtf
  body[data-has-dark-background] .main .form.is-loading .generic-module__cta:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="dark-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="black"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="dark-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="black"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading .button--style-3:hover, body[data-has-dark-background] .main .form.is-loading a.button--style-3:hover,
  body[data-has-dark-background] .main .form.is-loading .b3:hover,
  body[data-has-dark-background] .main .form.is-loading #reviews a.pluck-secondary-button:hover, #reviews
  body[data-has-dark-background] .main .form.is-loading a.pluck-secondary-button:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .button--style-3:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .button--style-3:hover,
  .rtf body[data-has-dark-background] .main .form.is-loading a.button--style-3:hover, body[data-has-dark-background] .main .form.is-loading
  .rtf a.button--style-3:hover, body[data-has-dark-background] .main
  .rtf .form.is-loading a.button--style-3:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .b3:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .b3:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf #reviews a.pluck-secondary-button:hover,
  .rtf #reviews
  body[data-has-dark-background] .main .form.is-loading a.pluck-secondary-button:hover,
  body[data-has-dark-background] .main .form.is-loading #reviews
  .rtf a.pluck-secondary-button:hover, #reviews
  .rtf
  body[data-has-dark-background] .main .form.is-loading a.pluck-secondary-button:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="light-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="light-wood-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading .button--style-4:hover, body[data-has-dark-background] .main .form.is-loading a.button--style-4:hover,
  body[data-has-dark-background] .main .form.is-loading .b4:hover,
  body[data-has-dark-background] .main .form.is-loading #reviews a.pluck-primary-button:hover, #reviews
  body[data-has-dark-background] .main .form.is-loading a.pluck-primary-button:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .search-results__where-to-buy-link:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .button--style-4:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .button--style-4:hover,
  .rtf body[data-has-dark-background] .main .form.is-loading a.button--style-4:hover, body[data-has-dark-background] .main .form.is-loading
  .rtf a.button--style-4:hover, body[data-has-dark-background] .main
  .rtf .form.is-loading a.button--style-4:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .b4:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .b4:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf #reviews a.pluck-primary-button:hover,
  .rtf #reviews
  body[data-has-dark-background] .main .form.is-loading a.pluck-primary-button:hover,
  body[data-has-dark-background] .main .form.is-loading #reviews
  .rtf a.pluck-primary-button:hover, #reviews
  .rtf
  body[data-has-dark-background] .main .form.is-loading a.pluck-primary-button:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="light-grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="grey"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="light-grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="grey"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover,
  .rtf [data-background="light-grey-texture"]
  body[data-has-dark-background] .main .form.is-loading .search-results__where-to-buy-link:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="light-grey-texture"]
  .rtf .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .search-results__where-to-buy-link:hover,
  body[data-has-dark-background] .main .form.is-loading .button--style-5:hover, body[data-has-dark-background] .main .form.is-loading a.button--style-5:hover,
  body[data-has-dark-background] .main .form.is-loading .b5:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .button--style-5:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .button--style-5:hover,
  .rtf body[data-has-dark-background] .main .form.is-loading a.button--style-5:hover, body[data-has-dark-background] .main .form.is-loading
  .rtf a.button--style-5:hover, body[data-has-dark-background] .main
  .rtf .form.is-loading a.button--style-5:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .b5:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .b5:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="orange-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="orange-texture"]
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  .rtf
  body[data-has-dark-background] .main .form.is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  body[data-has-dark-background] .main .form.is-loading .button--style-6:hover, body[data-has-dark-background] .main .form.is-loading a.button--style-6:hover,
  body[data-has-dark-background] .main .form.is-loading
  .rtf .button--style-6:hover,
  .rtf
  body[data-has-dark-background] .main .form.is-loading .button--style-6:hover,
  .rtf body[data-has-dark-background] .main .form.is-loading a.button--style-6:hover, body[data-has-dark-background] .main .form.is-loading
  .rtf a.button--style-6:hover, body[data-has-dark-background] .main
  .rtf .form.is-loading a.button--style-6:hover,
  body[data-has-dark-background] .main .form.is-loading .video-module__cta:hover {
    color: transparent; }

/* line 443, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.form__submit.is-loading:after {
  background-color: #e79932; }

/* line 447, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.button--style-1,
a.button--style-1,
.button--style-2,
a.button--style-2,
.button--style-3,
a.button--style-3,
.button--style-4,
a.button--style-4,
.button--style-5,
a.button--style-5,
.button--style-6,
a.button--style-6, .btn--wide, .form__submit, #reviews a.pluck-primary-button,
#reviews a.pluck-secondary-button, .find-retail-call__cta, .generic-module .generic-module__cta,
.rtf .button--style-1,
.rtf
.button--style-2,
.rtf
.button--style-3,
.rtf
.button--style-4,
.rtf
.button--style-5,
.rtf
.button--style-6,
.rtf .btn--wide,
.rtf .form__submit,
.rtf #reviews a.pluck-primary-button, #reviews
.rtf a.pluck-primary-button,
.rtf
#reviews a.pluck-secondary-button,
#reviews
.rtf a.pluck-secondary-button,
.rtf .find-retail-call__cta,
.rtf .generic-module .generic-module__cta, .generic-module
.rtf .generic-module__cta {
  padding-right: 35px;
  padding-left: 35px;
  text-decoration: none; }

/* line 454, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.btn--narrow,
.rtf .btn--narrow {
  padding-right: 24px;
  padding-left: 24px;
  transition-duration: none; }

/* line 461, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.button--style-1,
a.button--style-1,
body[data-has-dark-background] .main a.button--style-1, .b1, .pdp-review__cta, .featured-information-module__cta, .discontinued-product__cta,
.rtf .button--style-1,
.rtf
body[data-has-dark-background] .main a.button--style-1,
body[data-has-dark-background] .main
.rtf a.button--style-1,
.rtf .b1,
.rtf .pdp-review__cta,
.rtf .featured-information-module__cta,
.rtf .discontinued-product__cta {
  color: #363636;
  border: 2px solid #e79932;
  background-color: #e79932; }
  /* line 468, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  body[data-has-dark-background] .main .button--style-1, body[data-has-dark-background] .main a.button--style-1, body[data-has-dark-background] .main .b1, body[data-has-dark-background] .main .pdp-review__cta, body[data-has-dark-background] .main .featured-information-module__cta, body[data-has-dark-background] .main .discontinued-product__cta, body[data-has-dark-background] .main
  .rtf .button--style-1, body[data-has-dark-background] .main
  .rtf .b1, body[data-has-dark-background] .main
  .rtf .pdp-review__cta, body[data-has-dark-background] .main
  .rtf .featured-information-module__cta, body[data-has-dark-background] .main
  .rtf .discontinued-product__cta {
    color: #363636; }
  /* line 474, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .form.is-loading .button--style-1:after, .form.is-loading
  body[data-has-dark-background] .main a.button--style-1:after,
  body[data-has-dark-background] .main .form.is-loading a.button--style-1:after, .form.is-loading .b1:after, .form.is-loading .pdp-review__cta:after, .form.is-loading .featured-information-module__cta:after, .form.is-loading .discontinued-product__cta:after, .is-loading.button--style-1:after,
  body[data-has-dark-background] .main a.is-loading.button--style-1:after, .is-loading.b1:after, .is-loading.pdp-review__cta:after, .is-loading.featured-information-module__cta:after, .is-loading.discontinued-product__cta:after, .form.is-loading
  .rtf .button--style-1:after, .form.is-loading
  .rtf .b1:after, .form.is-loading
  .rtf .pdp-review__cta:after, .form.is-loading
  .rtf .featured-information-module__cta:after, .form.is-loading
  .rtf .discontinued-product__cta:after,
  .rtf .is-loading.button--style-1:after,
  .rtf
  body[data-has-dark-background] .main a.is-loading.button--style-1:after,
  body[data-has-dark-background] .main
  .rtf a.is-loading.button--style-1:after,
  .rtf .is-loading.b1:after,
  .rtf .is-loading.pdp-review__cta:after,
  .rtf .is-loading.featured-information-module__cta:after,
  .rtf .is-loading.discontinued-product__cta:after {
    background-color: #363636;
    border-color: #363636; }
  /* line 480, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .button--style-1:hover,
  body[data-has-dark-background] .main a.button--style-1:hover, .b1:hover, .pdp-review__cta:hover, .featured-information-module__cta:hover, .discontinued-product__cta:hover, .button--style-1:focus,
  body[data-has-dark-background] .main a.button--style-1:focus, .b1:focus, .pdp-review__cta:focus, .featured-information-module__cta:focus, .discontinued-product__cta:focus,
  .rtf .button--style-1:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-1:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-1:hover,
  .rtf .b1:hover,
  .rtf .pdp-review__cta:hover,
  .rtf .featured-information-module__cta:hover,
  .rtf .discontinued-product__cta:hover,
  .rtf .button--style-1:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-1:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-1:focus,
  .rtf .b1:focus,
  .rtf .pdp-review__cta:focus,
  .rtf .featured-information-module__cta:focus,
  .rtf .discontinued-product__cta:focus {
    color: #fff;
    background-color: #363636;
    border-color: #363636; }
    /* line 486, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .is-loading .button--style-1:hover:hover:after, .is-loading .b1:hover:hover:after, .is-loading .pdp-review__cta:hover:hover:after, .is-loading .featured-information-module__cta:hover:hover:after, .is-loading .discontinued-product__cta:hover:hover:after,
    .is-loading .button--style-1:hover:focus:after,
    .is-loading .b1:hover:focus:after,
    .is-loading .pdp-review__cta:hover:focus:after,
    .is-loading .featured-information-module__cta:hover:focus:after,
    .is-loading .discontinued-product__cta:hover:focus:after, .button--style-1:hover.is-loading:hover:after, .b1:hover.is-loading:hover:after, .pdp-review__cta:hover.is-loading:hover:after, .featured-information-module__cta:hover.is-loading:hover:after, .discontinued-product__cta:hover.is-loading:hover:after, .button--style-1:hover.is-loading:focus:after, .b1:hover.is-loading:focus:after, .pdp-review__cta:hover.is-loading:focus:after, .featured-information-module__cta:hover.is-loading:focus:after, .discontinued-product__cta:hover.is-loading:focus:after, .is-loading .button--style-1:focus:hover:after, .is-loading .b1:focus:hover:after, .is-loading .pdp-review__cta:focus:hover:after, .is-loading .featured-information-module__cta:focus:hover:after, .is-loading .discontinued-product__cta:focus:hover:after,
    .is-loading .button--style-1:focus:focus:after,
    .is-loading .b1:focus:focus:after,
    .is-loading .pdp-review__cta:focus:focus:after,
    .is-loading .featured-information-module__cta:focus:focus:after,
    .is-loading .discontinued-product__cta:focus:focus:after, .button--style-1:focus.is-loading:hover:after, .b1:focus.is-loading:hover:after, .pdp-review__cta:focus.is-loading:hover:after, .featured-information-module__cta:focus.is-loading:hover:after, .discontinued-product__cta:focus.is-loading:hover:after, .button--style-1:focus.is-loading:focus:after, .b1:focus.is-loading:focus:after, .pdp-review__cta:focus.is-loading:focus:after, .featured-information-module__cta:focus.is-loading:focus:after, .discontinued-product__cta:focus.is-loading:focus:after, .is-loading
    .rtf .button--style-1:hover:hover:after, .is-loading
    .rtf .b1:hover:hover:after, .is-loading
    .rtf .pdp-review__cta:hover:hover:after, .is-loading
    .rtf .featured-information-module__cta:hover:hover:after, .is-loading
    .rtf .discontinued-product__cta:hover:hover:after,
    .is-loading
    .rtf .button--style-1:hover:focus:after,
    .is-loading
    .rtf .b1:hover:focus:after,
    .is-loading
    .rtf .pdp-review__cta:hover:focus:after,
    .is-loading
    .rtf .featured-information-module__cta:hover:focus:after,
    .is-loading
    .rtf .discontinued-product__cta:hover:focus:after,
    .rtf .button--style-1:hover.is-loading:hover:after,
    .rtf .b1:hover.is-loading:hover:after,
    .rtf .pdp-review__cta:hover.is-loading:hover:after,
    .rtf .featured-information-module__cta:hover.is-loading:hover:after,
    .rtf .discontinued-product__cta:hover.is-loading:hover:after,
    .rtf .button--style-1:hover.is-loading:focus:after,
    .rtf .b1:hover.is-loading:focus:after,
    .rtf .pdp-review__cta:hover.is-loading:focus:after,
    .rtf .featured-information-module__cta:hover.is-loading:focus:after,
    .rtf .discontinued-product__cta:hover.is-loading:focus:after, .is-loading
    .rtf .button--style-1:focus:hover:after, .is-loading
    .rtf .b1:focus:hover:after, .is-loading
    .rtf .pdp-review__cta:focus:hover:after, .is-loading
    .rtf .featured-information-module__cta:focus:hover:after, .is-loading
    .rtf .discontinued-product__cta:focus:hover:after,
    .is-loading
    .rtf .button--style-1:focus:focus:after,
    .is-loading
    .rtf .b1:focus:focus:after,
    .is-loading
    .rtf .pdp-review__cta:focus:focus:after,
    .is-loading
    .rtf .featured-information-module__cta:focus:focus:after,
    .is-loading
    .rtf .discontinued-product__cta:focus:focus:after,
    .rtf .button--style-1:focus.is-loading:hover:after,
    .rtf .b1:focus.is-loading:hover:after,
    .rtf .pdp-review__cta:focus.is-loading:hover:after,
    .rtf .featured-information-module__cta:focus.is-loading:hover:after,
    .rtf .discontinued-product__cta:focus.is-loading:hover:after,
    .rtf .button--style-1:focus.is-loading:focus:after,
    .rtf .b1:focus.is-loading:focus:after,
    .rtf .pdp-review__cta:focus.is-loading:focus:after,
    .rtf .featured-information-module__cta:focus.is-loading:focus:after,
    .rtf .discontinued-product__cta:focus.is-loading:focus:after {
      background-color: #e79932; }
  /* line 495, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  body[data-has-dark-background] .main .button--style-1:hover, body[data-has-dark-background] .main .b1:hover, body[data-has-dark-background] .main .pdp-review__cta:hover, body[data-has-dark-background] .main .featured-information-module__cta:hover, body[data-has-dark-background] .main .discontinued-product__cta:hover, body[data-has-dark-background] .main .button--style-1:focus, body[data-has-dark-background] .main .b1:focus, body[data-has-dark-background] .main .pdp-review__cta:focus, body[data-has-dark-background] .main .featured-information-module__cta:focus, body[data-has-dark-background] .main .discontinued-product__cta:focus, body[data-has-dark-background] .main
  .rtf .button--style-1:hover, body[data-has-dark-background] .main
  .rtf .b1:hover, body[data-has-dark-background] .main
  .rtf .pdp-review__cta:hover, body[data-has-dark-background] .main
  .rtf .featured-information-module__cta:hover, body[data-has-dark-background] .main
  .rtf .discontinued-product__cta:hover, body[data-has-dark-background] .main
  .rtf .button--style-1:focus, body[data-has-dark-background] .main
  .rtf .b1:focus, body[data-has-dark-background] .main
  .rtf .pdp-review__cta:focus, body[data-has-dark-background] .main
  .rtf .featured-information-module__cta:focus, body[data-has-dark-background] .main
  .rtf .discontinued-product__cta:focus {
    color: #fff;
    background-color: #363636;
    border-color: #363636; }
  /* line 502, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading body[data-has-dark-background] .main .button--style-1:hover:after, .is-loading body[data-has-dark-background] .main .b1:hover:after, .is-loading body[data-has-dark-background] .main .pdp-review__cta:hover:after, .is-loading body[data-has-dark-background] .main .featured-information-module__cta:hover:after, .is-loading body[data-has-dark-background] .main .discontinued-product__cta:hover:after,
  .is-loading body[data-has-dark-background] .main .button--style-1:focus:after,
  .is-loading body[data-has-dark-background] .main .b1:focus:after,
  .is-loading body[data-has-dark-background] .main .pdp-review__cta:focus:after,
  .is-loading body[data-has-dark-background] .main .featured-information-module__cta:focus:after,
  .is-loading body[data-has-dark-background] .main .discontinued-product__cta:focus:after, body[data-has-dark-background] .main .is-loading.button--style-1:hover:after, body[data-has-dark-background] .main .is-loading.b1:hover:after, body[data-has-dark-background] .main .is-loading.pdp-review__cta:hover:after, body[data-has-dark-background] .main .is-loading.featured-information-module__cta:hover:after, body[data-has-dark-background] .main .is-loading.discontinued-product__cta:hover:after, body[data-has-dark-background] .main .is-loading.button--style-1:focus:after, body[data-has-dark-background] .main .is-loading.b1:focus:after, body[data-has-dark-background] .main .is-loading.pdp-review__cta:focus:after, body[data-has-dark-background] .main .is-loading.featured-information-module__cta:focus:after, body[data-has-dark-background] .main .is-loading.discontinued-product__cta:focus:after, .is-loading body[data-has-dark-background] .main
  .rtf .button--style-1:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .b1:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .pdp-review__cta:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .featured-information-module__cta:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .discontinued-product__cta:hover:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .button--style-1:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .b1:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .pdp-review__cta:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .featured-information-module__cta:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .discontinued-product__cta:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-1:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.b1:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.pdp-review__cta:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.featured-information-module__cta:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.discontinued-product__cta:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-1:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.b1:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.pdp-review__cta:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.featured-information-module__cta:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.discontinued-product__cta:focus:after {
    background-color: #e79932; }

/* line 511, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.button--style-2,
a.button--style-2,
body[data-has-dark-background] .main a.button--style-2, .b2, .generic-module .generic-module__cta, [data-background="grey-texture"] .tabbed-product-listing__tab-trigger,
[data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger,
[data-background="black"] .tabbed-product-listing__tab-trigger,
.rtf .button--style-2,
.rtf
body[data-has-dark-background] .main a.button--style-2,
body[data-has-dark-background] .main
.rtf a.button--style-2,
.rtf .b2,
.rtf .generic-module .generic-module__cta, .generic-module
.rtf .generic-module__cta,
.rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger, [data-background="grey-texture"]
.rtf .tabbed-product-listing__tab-trigger,
.rtf
[data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger,
[data-background="dark-wood-texture"]
.rtf .tabbed-product-listing__tab-trigger,
.rtf
[data-background="black"] .tabbed-product-listing__tab-trigger,
[data-background="black"]
.rtf .tabbed-product-listing__tab-trigger {
  color: #e79932;
  border: 2px solid #fff; }
  /* line 518, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .form.is-loading .button--style-2:after, .form.is-loading
  body[data-has-dark-background] .main a.button--style-2:after,
  body[data-has-dark-background] .main .form.is-loading a.button--style-2:after, .form.is-loading .b2:after, .form.is-loading .generic-module .generic-module__cta:after, .generic-module .form.is-loading .generic-module__cta:after, .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:after,
  [data-background="dark-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger:after,
  [data-background="black"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
  .rtf .button--style-2:after, .form.is-loading
  .rtf .b2:after, .form.is-loading
  .rtf .generic-module .generic-module__cta:after, .generic-module .form.is-loading
  .rtf .generic-module__cta:after, .form.is-loading
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="grey-texture"] .form.is-loading
  .rtf .tabbed-product-listing__tab-trigger:after, .form.is-loading
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:after,
  [data-background="dark-wood-texture"] .form.is-loading
  .rtf .tabbed-product-listing__tab-trigger:after, .form.is-loading
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:after,
  [data-background="black"] .form.is-loading
  .rtf .tabbed-product-listing__tab-trigger:after {
    background-color: #e79932; }
  /* line 523, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .button--style-2:hover,
  body[data-has-dark-background] .main a.button--style-2:hover, .b2:hover, .generic-module .generic-module__cta:hover, [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, .button--style-2:focus,
  body[data-has-dark-background] .main a.button--style-2:focus, .b2:focus, .generic-module .generic-module__cta:focus, [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  .rtf .button--style-2:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-2:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-2:hover,
  .rtf .b2:hover,
  .rtf .generic-module .generic-module__cta:hover, .generic-module
  .rtf .generic-module__cta:hover,
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf .button--style-2:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-2:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-2:focus,
  .rtf .b2:focus,
  .rtf .generic-module .generic-module__cta:focus, .generic-module
  .rtf .generic-module__cta:focus,
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf .button--style-2:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-2:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-2:hover,
  .rtf .b2:hover,
  .rtf .generic-module .generic-module__cta:hover, .generic-module
  .rtf .generic-module__cta:hover,
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf .button--style-2:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-2:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-2:focus,
  .rtf .b2:focus,
  .rtf .generic-module .generic-module__cta:focus, .generic-module
  .rtf .generic-module__cta:focus,
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  .rtf .button--style-2:hover,
  .rtf
  .rtf .b2:hover,
  .rtf
  .rtf .generic-module .generic-module__cta:hover, .generic-module
  .rtf
  .rtf .generic-module__cta:hover,
  .rtf
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  .rtf .button--style-2:focus,
  .rtf
  .rtf .b2:focus,
  .rtf
  .rtf .generic-module .generic-module__cta:focus, .generic-module
  .rtf
  .rtf .generic-module__cta:focus,
  .rtf
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:focus {
    color: #363636;
    border-color: #e79932;
    background-color: #e79932; }
  /* line 532, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading .button--style-2:hover:after, .is-loading
  body[data-has-dark-background] .main a.button--style-2:hover:after,
  body[data-has-dark-background] .main .is-loading a.button--style-2:hover:after, .is-loading .b2:hover:after, .is-loading .generic-module .generic-module__cta:hover:after, .generic-module .is-loading .generic-module__cta:hover:after, .is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="grey-texture"] .is-loading .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="dark-wood-texture"] .is-loading .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="black"] .is-loading .tabbed-product-listing__tab-trigger:hover:after, .is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="grey-texture"] .is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="dark-wood-texture"] .is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="black"] .is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading .button--style-2:focus:after,
  .is-loading
  body[data-has-dark-background] .main a.button--style-2:focus:after,
  body[data-has-dark-background] .main
  .is-loading a.button--style-2:focus:after,
  .is-loading .b2:focus:after,
  .is-loading .generic-module .generic-module__cta:focus:after, .generic-module
  .is-loading .generic-module__cta:focus:after,
  .is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="grey-texture"]
  .is-loading .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="dark-wood-texture"]
  .is-loading .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="black"]
  .is-loading .tabbed-product-listing__tab-trigger:focus:after, .is-loading.button--style-2:hover:after,
  body[data-has-dark-background] .main a.is-loading.button--style-2:hover:after, .is-loading.b2:hover:after, .generic-module .is-loading.generic-module__cta:hover:after, [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading.button--style-2:focus:after,
  body[data-has-dark-background] .main a.is-loading.button--style-2:focus:after, .is-loading.b2:focus:after, .generic-module .is-loading.generic-module__cta:focus:after, [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, .is-loading
  .rtf .button--style-2:hover:after, .is-loading
  .rtf .b2:hover:after, .is-loading
  .rtf .generic-module .generic-module__cta:hover:after, .generic-module .is-loading
  .rtf .generic-module__cta:hover:after, .is-loading
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="grey-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="dark-wood-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="black"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="grey-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="dark-wood-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="black"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading
  .rtf .button--style-2:focus:after,
  .is-loading
  .rtf .b2:focus:after,
  .is-loading
  .rtf .generic-module .generic-module__cta:focus:after, .generic-module
  .is-loading
  .rtf .generic-module__cta:focus:after,
  .is-loading
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="grey-texture"]
  .is-loading
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="dark-wood-texture"]
  .is-loading
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="black"]
  .is-loading
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .rtf .is-loading.button--style-2:hover:after,
  .rtf .is-loading.b2:hover:after,
  .rtf .generic-module .is-loading.generic-module__cta:hover:after, .generic-module
  .rtf .is-loading.generic-module__cta:hover:after,
  .rtf [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="grey-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  .rtf
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="dark-wood-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  .rtf
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="black"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  .rtf [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="grey-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .rtf
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="dark-wood-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .rtf
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="black"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .rtf .is-loading.button--style-2:focus:after,
  .rtf .is-loading.b2:focus:after,
  .rtf .generic-module .is-loading.generic-module__cta:focus:after, .generic-module
  .rtf .is-loading.generic-module__cta:focus:after,
  .rtf [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="grey-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  .rtf
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="dark-wood-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  .rtf
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="black"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after {
    background-color: #363636; }
  /* line 540, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  body[data-has-dark-background] .main .button--style-2:hover, body[data-has-dark-background] .main .b2:hover, body[data-has-dark-background] .main .generic-module .generic-module__cta:hover, .generic-module body[data-has-dark-background] .main .generic-module__cta:hover, body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main .button--style-2:focus, body[data-has-dark-background] .main .b2:focus, body[data-has-dark-background] .main .generic-module .generic-module__cta:focus, .generic-module body[data-has-dark-background] .main .generic-module__cta:focus, body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main .button--style-2:hover,
  .rtf body[data-has-dark-background] .main .b2:hover,
  .rtf body[data-has-dark-background] .main .generic-module .generic-module__cta:hover, .generic-module
  .rtf body[data-has-dark-background] .main .generic-module__cta:hover,
  .rtf body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main .button--style-2:focus,
  .rtf body[data-has-dark-background] .main .b2:focus,
  .rtf body[data-has-dark-background] .main .generic-module .generic-module__cta:focus, .generic-module
  .rtf body[data-has-dark-background] .main .generic-module__cta:focus,
  .rtf body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  .rtf .button--style-2:hover, body[data-has-dark-background] .main
  .rtf .b2:hover, body[data-has-dark-background] .main
  .rtf .generic-module .generic-module__cta:hover, .generic-module body[data-has-dark-background] .main
  .rtf .generic-module__cta:hover, body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  .rtf .button--style-2:focus, body[data-has-dark-background] .main
  .rtf .b2:focus, body[data-has-dark-background] .main
  .rtf .generic-module .generic-module__cta:focus, .generic-module body[data-has-dark-background] .main
  .rtf .generic-module__cta:focus, body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-2:hover,
  .rtf body[data-has-dark-background] .main
  .rtf .b2:hover,
  .rtf body[data-has-dark-background] .main
  .rtf .generic-module .generic-module__cta:hover, .generic-module
  .rtf body[data-has-dark-background] .main
  .rtf .generic-module__cta:hover,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="grey-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="dark-wood-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="black"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="grey-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="dark-wood-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="black"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-2:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .b2:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .generic-module .generic-module__cta:focus, .generic-module
  .rtf body[data-has-dark-background] .main
  .rtf .generic-module__cta:focus,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="grey-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="dark-wood-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="black"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus {
    color: #363636;
    border-color: #e79932;
    background-color: #e79932; }
  /* line 549, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading body[data-has-dark-background] .main .button--style-2:hover:after, .is-loading body[data-has-dark-background] .main .b2:hover:after, .is-loading body[data-has-dark-background] .main .generic-module .generic-module__cta:hover:after, .generic-module .is-loading body[data-has-dark-background] .main .generic-module__cta:hover:after, .is-loading body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="grey-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="dark-wood-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="black"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="grey-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="dark-wood-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="black"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading body[data-has-dark-background] .main .button--style-2:focus:after,
  .is-loading body[data-has-dark-background] .main .b2:focus:after,
  .is-loading body[data-has-dark-background] .main .generic-module .generic-module__cta:focus:after, .generic-module
  .is-loading body[data-has-dark-background] .main .generic-module__cta:focus:after,
  .is-loading body[data-has-dark-background] .main [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="grey-texture"]
  .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="dark-wood-texture"]
  .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading body[data-has-dark-background] .main
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="black"]
  .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main .is-loading.button--style-2:hover:after, body[data-has-dark-background] .main .is-loading.b2:hover:after, body[data-has-dark-background] .main .generic-module .is-loading.generic-module__cta:hover:after, .generic-module body[data-has-dark-background] .main .is-loading.generic-module__cta:hover:after, body[data-has-dark-background] .main [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="grey-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="black"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="grey-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="black"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main .is-loading.button--style-2:focus:after, body[data-has-dark-background] .main .is-loading.b2:focus:after, body[data-has-dark-background] .main .generic-module .is-loading.generic-module__cta:focus:after, .generic-module body[data-has-dark-background] .main .is-loading.generic-module__cta:focus:after, body[data-has-dark-background] .main [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="grey-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="black"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:focus:after, .is-loading body[data-has-dark-background] .main
  .rtf .button--style-2:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .b2:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .generic-module .generic-module__cta:hover:after, .generic-module .is-loading body[data-has-dark-background] .main
  .rtf .generic-module__cta:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="grey-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="dark-wood-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="black"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="grey-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="dark-wood-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="black"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .button--style-2:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .b2:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .generic-module .generic-module__cta:focus:after, .generic-module
  .is-loading body[data-has-dark-background] .main
  .rtf .generic-module__cta:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="grey-texture"]
  .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="dark-wood-texture"]
  .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="black"]
  .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-2:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.b2:hover:after, body[data-has-dark-background] .main
  .rtf .generic-module .is-loading.generic-module__cta:hover:after, .generic-module body[data-has-dark-background] .main
  .rtf .is-loading.generic-module__cta:hover:after, body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="grey-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="black"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="grey-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="black"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-2:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.b2:focus:after, body[data-has-dark-background] .main
  .rtf .generic-module .is-loading.generic-module__cta:focus:after, .generic-module body[data-has-dark-background] .main
  .rtf .is-loading.generic-module__cta:focus:after, body[data-has-dark-background] .main
  .rtf [data-background="grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="grey-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  .rtf
  [data-background="dark-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="dark-wood-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  .rtf
  [data-background="black"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="black"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after {
    background-color: #363636; }

/* line 558, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.button--style-3,
a.button--style-3,
body[data-has-dark-background] .main a.button--style-3, .b3, #reviews a.pluck-secondary-button, [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger,
.rtf .button--style-3,
.rtf
body[data-has-dark-background] .main a.button--style-3,
body[data-has-dark-background] .main
.rtf a.button--style-3,
.rtf .b3,
.rtf #reviews a.pluck-secondary-button, #reviews
.rtf a.pluck-secondary-button,
.rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger, [data-background="light-wood-texture"]
.rtf .tabbed-product-listing__tab-trigger {
  color: #000;
  border: 2px solid #000; }
  /* line 565, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .form.is-loading .button--style-3:after, .form.is-loading
  body[data-has-dark-background] .main a.button--style-3:after,
  body[data-has-dark-background] .main .form.is-loading a.button--style-3:after, .form.is-loading .b3:after, .form.is-loading #reviews a.pluck-secondary-button:after, #reviews .form.is-loading a.pluck-secondary-button:after, .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="light-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
  .rtf .button--style-3:after, .form.is-loading
  .rtf .b3:after, .form.is-loading
  .rtf #reviews a.pluck-secondary-button:after, #reviews .form.is-loading
  .rtf a.pluck-secondary-button:after, .form.is-loading
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="light-wood-texture"] .form.is-loading
  .rtf .tabbed-product-listing__tab-trigger:after {
    background-color: #000; }
  /* line 570, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .button--style-3:hover,
  body[data-has-dark-background] .main a.button--style-3:hover, .b3:hover, #reviews a.pluck-secondary-button:hover, [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, .button--style-3:focus,
  body[data-has-dark-background] .main a.button--style-3:focus, .b3:focus, #reviews a.pluck-secondary-button:focus, [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus,
  .rtf .button--style-3:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-3:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-3:hover,
  .rtf .b3:hover,
  .rtf #reviews a.pluck-secondary-button:hover, #reviews
  .rtf a.pluck-secondary-button:hover,
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf .button--style-3:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-3:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-3:focus,
  .rtf .b3:focus,
  .rtf #reviews a.pluck-secondary-button:focus, #reviews
  .rtf a.pluck-secondary-button:focus,
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf .button--style-3:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-3:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-3:hover,
  .rtf .b3:hover,
  .rtf #reviews a.pluck-secondary-button:hover, #reviews
  .rtf a.pluck-secondary-button:hover,
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf .button--style-3:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-3:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-3:focus,
  .rtf .b3:focus,
  .rtf #reviews a.pluck-secondary-button:focus, #reviews
  .rtf a.pluck-secondary-button:focus,
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  .rtf .button--style-3:hover,
  .rtf
  .rtf .b3:hover,
  .rtf
  .rtf #reviews a.pluck-secondary-button:hover, #reviews
  .rtf
  .rtf a.pluck-secondary-button:hover,
  .rtf
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  .rtf .button--style-3:focus,
  .rtf
  .rtf .b3:focus,
  .rtf
  .rtf #reviews a.pluck-secondary-button:focus, #reviews
  .rtf
  .rtf a.pluck-secondary-button:focus,
  .rtf
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:focus {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  /* line 579, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading .button--style-3:hover:after, .is-loading
  body[data-has-dark-background] .main a.button--style-3:hover:after,
  body[data-has-dark-background] .main .is-loading a.button--style-3:hover:after, .is-loading .b3:hover:after, .is-loading #reviews a.pluck-secondary-button:hover:after, #reviews .is-loading a.pluck-secondary-button:hover:after, .is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="light-wood-texture"] .is-loading .tabbed-product-listing__tab-trigger:hover:after, .is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-wood-texture"] .is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading .button--style-3:focus:after,
  .is-loading
  body[data-has-dark-background] .main a.button--style-3:focus:after,
  body[data-has-dark-background] .main
  .is-loading a.button--style-3:focus:after,
  .is-loading .b3:focus:after,
  .is-loading #reviews a.pluck-secondary-button:focus:after, #reviews
  .is-loading a.pluck-secondary-button:focus:after,
  .is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="light-wood-texture"]
  .is-loading .tabbed-product-listing__tab-trigger:focus:after, .is-loading.button--style-3:hover:after,
  body[data-has-dark-background] .main a.is-loading.button--style-3:hover:after, .is-loading.b3:hover:after, #reviews a.is-loading.pluck-secondary-button:hover:after, [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading.button--style-3:focus:after,
  body[data-has-dark-background] .main a.is-loading.button--style-3:focus:after, .is-loading.b3:focus:after, #reviews a.is-loading.pluck-secondary-button:focus:after, [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, .is-loading
  .rtf .button--style-3:hover:after, .is-loading
  .rtf .b3:hover:after, .is-loading
  .rtf #reviews a.pluck-secondary-button:hover:after, #reviews .is-loading
  .rtf a.pluck-secondary-button:hover:after, .is-loading
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="light-wood-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-wood-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading
  .rtf .button--style-3:focus:after,
  .is-loading
  .rtf .b3:focus:after,
  .is-loading
  .rtf #reviews a.pluck-secondary-button:focus:after, #reviews
  .is-loading
  .rtf a.pluck-secondary-button:focus:after,
  .is-loading
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="light-wood-texture"]
  .is-loading
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .rtf .is-loading.button--style-3:hover:after,
  .rtf .is-loading.b3:hover:after,
  .rtf #reviews a.is-loading.pluck-secondary-button:hover:after, #reviews
  .rtf a.is-loading.pluck-secondary-button:hover:after,
  .rtf [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="light-wood-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  .rtf [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-wood-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .rtf .is-loading.button--style-3:focus:after,
  .rtf .is-loading.b3:focus:after,
  .rtf #reviews a.is-loading.pluck-secondary-button:focus:after, #reviews
  .rtf a.is-loading.pluck-secondary-button:focus:after,
  .rtf [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="light-wood-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after {
    background-color: #fff; }
  /* line 587, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  body[data-has-dark-background] .main .button--style-3:hover, body[data-has-dark-background] .main .b3:hover, body[data-has-dark-background] .main #reviews a.pluck-secondary-button:hover, #reviews body[data-has-dark-background] .main a.pluck-secondary-button:hover, body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main .button--style-3:focus, body[data-has-dark-background] .main .b3:focus, body[data-has-dark-background] .main #reviews a.pluck-secondary-button:focus, #reviews body[data-has-dark-background] .main a.pluck-secondary-button:focus, body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main .button--style-3:hover,
  .rtf body[data-has-dark-background] .main .b3:hover,
  .rtf body[data-has-dark-background] .main #reviews a.pluck-secondary-button:hover, #reviews
  .rtf body[data-has-dark-background] .main a.pluck-secondary-button:hover,
  .rtf body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main .button--style-3:focus,
  .rtf body[data-has-dark-background] .main .b3:focus,
  .rtf body[data-has-dark-background] .main #reviews a.pluck-secondary-button:focus, #reviews
  .rtf body[data-has-dark-background] .main a.pluck-secondary-button:focus,
  .rtf body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  .rtf .button--style-3:hover, body[data-has-dark-background] .main
  .rtf .b3:hover, body[data-has-dark-background] .main
  .rtf #reviews a.pluck-secondary-button:hover, #reviews body[data-has-dark-background] .main
  .rtf a.pluck-secondary-button:hover, body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  .rtf .button--style-3:focus, body[data-has-dark-background] .main
  .rtf .b3:focus, body[data-has-dark-background] .main
  .rtf #reviews a.pluck-secondary-button:focus, #reviews body[data-has-dark-background] .main
  .rtf a.pluck-secondary-button:focus, body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-3:hover,
  .rtf body[data-has-dark-background] .main
  .rtf .b3:hover,
  .rtf body[data-has-dark-background] .main
  .rtf #reviews a.pluck-secondary-button:hover, #reviews
  .rtf body[data-has-dark-background] .main
  .rtf a.pluck-secondary-button:hover,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-wood-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-wood-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-3:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .b3:focus,
  .rtf body[data-has-dark-background] .main
  .rtf #reviews a.pluck-secondary-button:focus, #reviews
  .rtf body[data-has-dark-background] .main
  .rtf a.pluck-secondary-button:focus,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-wood-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  /* line 596, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading body[data-has-dark-background] .main .button--style-3:hover:after, .is-loading body[data-has-dark-background] .main .b3:hover:after, .is-loading body[data-has-dark-background] .main #reviews a.pluck-secondary-button:hover:after, #reviews .is-loading body[data-has-dark-background] .main a.pluck-secondary-button:hover:after, .is-loading body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="light-wood-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-wood-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading body[data-has-dark-background] .main .button--style-3:focus:after,
  .is-loading body[data-has-dark-background] .main .b3:focus:after,
  .is-loading body[data-has-dark-background] .main #reviews a.pluck-secondary-button:focus:after, #reviews
  .is-loading body[data-has-dark-background] .main a.pluck-secondary-button:focus:after,
  .is-loading body[data-has-dark-background] .main [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="light-wood-texture"]
  .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main .is-loading.button--style-3:hover:after, body[data-has-dark-background] .main .is-loading.b3:hover:after, body[data-has-dark-background] .main #reviews a.is-loading.pluck-secondary-button:hover:after, #reviews body[data-has-dark-background] .main a.is-loading.pluck-secondary-button:hover:after, body[data-has-dark-background] .main [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="light-wood-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-wood-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main .is-loading.button--style-3:focus:after, body[data-has-dark-background] .main .is-loading.b3:focus:after, body[data-has-dark-background] .main #reviews a.is-loading.pluck-secondary-button:focus:after, #reviews body[data-has-dark-background] .main a.is-loading.pluck-secondary-button:focus:after, body[data-has-dark-background] .main [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="light-wood-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:focus:after, .is-loading body[data-has-dark-background] .main
  .rtf .button--style-3:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .b3:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf #reviews a.pluck-secondary-button:hover:after, #reviews .is-loading body[data-has-dark-background] .main
  .rtf a.pluck-secondary-button:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="light-wood-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-wood-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .button--style-3:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .b3:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf #reviews a.pluck-secondary-button:focus:after, #reviews
  .is-loading body[data-has-dark-background] .main
  .rtf a.pluck-secondary-button:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="light-wood-texture"]
  .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-3:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.b3:hover:after, body[data-has-dark-background] .main
  .rtf #reviews a.is-loading.pluck-secondary-button:hover:after, #reviews body[data-has-dark-background] .main
  .rtf a.is-loading.pluck-secondary-button:hover:after, body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="light-wood-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-wood-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-3:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.b3:focus:after, body[data-has-dark-background] .main
  .rtf #reviews a.is-loading.pluck-secondary-button:focus:after, #reviews body[data-has-dark-background] .main
  .rtf a.is-loading.pluck-secondary-button:focus:after, body[data-has-dark-background] .main
  .rtf [data-background="light-wood-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="light-wood-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after {
    background-color: #fff; }

/* line 605, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.button--style-4,
a.button--style-4,
body[data-has-dark-background] .main a.button--style-4, .b4, #reviews a.pluck-primary-button, [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger,
[data-background="grey"] .tabbed-product-listing__tab-trigger, [data-background="light-grey-texture"] .search-results__where-to-buy-link,
.rtf .button--style-4,
.rtf
body[data-has-dark-background] .main a.button--style-4,
body[data-has-dark-background] .main
.rtf a.button--style-4,
.rtf .b4,
.rtf #reviews a.pluck-primary-button, #reviews
.rtf a.pluck-primary-button,
.rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger, [data-background="light-grey-texture"]
.rtf .tabbed-product-listing__tab-trigger,
.rtf
[data-background="grey"] .tabbed-product-listing__tab-trigger,
[data-background="grey"]
.rtf .tabbed-product-listing__tab-trigger,
.rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link, [data-background="light-grey-texture"]
.rtf .search-results__where-to-buy-link {
  color: #000;
  border: 2px solid #e79932; }
  /* line 612, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .form.is-loading .button--style-4:after, .form.is-loading
  body[data-has-dark-background] .main a.button--style-4:after,
  body[data-has-dark-background] .main .form.is-loading a.button--style-4:after, .form.is-loading .b4:after, .form.is-loading #reviews a.pluck-primary-button:after, #reviews .form.is-loading a.pluck-primary-button:after, .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="light-grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger:after,
  [data-background="grey"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link:after, [data-background="light-grey-texture"] .form.is-loading .search-results__where-to-buy-link:after, .form.is-loading
  .rtf .button--style-4:after, .form.is-loading
  .rtf .b4:after, .form.is-loading
  .rtf #reviews a.pluck-primary-button:after, #reviews .form.is-loading
  .rtf a.pluck-primary-button:after, .form.is-loading
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="light-grey-texture"] .form.is-loading
  .rtf .tabbed-product-listing__tab-trigger:after, .form.is-loading
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:after,
  [data-background="grey"] .form.is-loading
  .rtf .tabbed-product-listing__tab-trigger:after, .form.is-loading
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:after, [data-background="light-grey-texture"] .form.is-loading
  .rtf .search-results__where-to-buy-link:after {
    background-color: #000; }
  /* line 617, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .button--style-4:hover,
  body[data-has-dark-background] .main a.button--style-4:hover, .b4:hover, #reviews a.pluck-primary-button:hover, [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, .button--style-4:focus,
  body[data-has-dark-background] .main a.button--style-4:focus, .b4:focus, #reviews a.pluck-primary-button:focus, [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus,
  .rtf .button--style-4:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-4:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-4:hover,
  .rtf .b4:hover,
  .rtf #reviews a.pluck-primary-button:hover, #reviews
  .rtf a.pluck-primary-button:hover,
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  .rtf .search-results__where-to-buy-link:hover,
  .rtf .button--style-4:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-4:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-4:focus,
  .rtf .b4:focus,
  .rtf #reviews a.pluck-primary-button:focus, #reviews
  .rtf a.pluck-primary-button:focus,
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"]
  .rtf .search-results__where-to-buy-link:focus,
  .rtf .button--style-4:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-4:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-4:hover,
  .rtf .b4:hover,
  .rtf #reviews a.pluck-primary-button:hover, #reviews
  .rtf a.pluck-primary-button:hover,
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  .rtf .search-results__where-to-buy-link:hover,
  .rtf .button--style-4:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-4:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-4:focus,
  .rtf .b4:focus,
  .rtf #reviews a.pluck-primary-button:focus, #reviews
  .rtf a.pluck-primary-button:focus,
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"]
  .rtf .search-results__where-to-buy-link:focus,
  .rtf
  .rtf .button--style-4:hover,
  .rtf
  .rtf .b4:hover,
  .rtf
  .rtf #reviews a.pluck-primary-button:hover, #reviews
  .rtf
  .rtf a.pluck-primary-button:hover,
  .rtf
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  .rtf
  .rtf .search-results__where-to-buy-link:hover,
  .rtf
  .rtf .button--style-4:focus,
  .rtf
  .rtf .b4:focus,
  .rtf
  .rtf #reviews a.pluck-primary-button:focus, #reviews
  .rtf
  .rtf a.pluck-primary-button:focus,
  .rtf
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"]
  .rtf
  .rtf .search-results__where-to-buy-link:focus {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  /* line 626, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading .button--style-4:hover:after, .is-loading
  body[data-has-dark-background] .main a.button--style-4:hover:after,
  body[data-has-dark-background] .main .is-loading a.button--style-4:hover:after, .is-loading .b4:hover:after, .is-loading #reviews a.pluck-primary-button:hover:after, #reviews .is-loading a.pluck-primary-button:hover:after, .is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="light-grey-texture"] .is-loading .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="grey"] .is-loading .tabbed-product-listing__tab-trigger:hover:after, .is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-grey-texture"] .is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="grey"] .is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover:after, [data-background="light-grey-texture"] .is-loading .search-results__where-to-buy-link:hover:after,
  .is-loading .button--style-4:focus:after,
  .is-loading
  body[data-has-dark-background] .main a.button--style-4:focus:after,
  body[data-has-dark-background] .main
  .is-loading a.button--style-4:focus:after,
  .is-loading .b4:focus:after,
  .is-loading #reviews a.pluck-primary-button:focus:after, #reviews
  .is-loading a.pluck-primary-button:focus:after,
  .is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="light-grey-texture"]
  .is-loading .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="grey"]
  .is-loading .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus:after, [data-background="light-grey-texture"]
  .is-loading .search-results__where-to-buy-link:focus:after, .is-loading.button--style-4:hover:after,
  body[data-has-dark-background] .main a.is-loading.button--style-4:hover:after, .is-loading.b4:hover:after, #reviews a.is-loading.pluck-primary-button:hover:after, [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-grey-texture"] .is-loading.search-results__where-to-buy-link:hover:after, .is-loading.button--style-4:focus:after,
  body[data-has-dark-background] .main a.is-loading.button--style-4:focus:after, .is-loading.b4:focus:after, #reviews a.is-loading.pluck-primary-button:focus:after, [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="light-grey-texture"] .is-loading.search-results__where-to-buy-link:focus:after, .is-loading
  .rtf .button--style-4:hover:after, .is-loading
  .rtf .b4:hover:after, .is-loading
  .rtf #reviews a.pluck-primary-button:hover:after, #reviews .is-loading
  .rtf a.pluck-primary-button:hover:after, .is-loading
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="light-grey-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="grey"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-grey-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="grey"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover:after, [data-background="light-grey-texture"] .is-loading
  .rtf .search-results__where-to-buy-link:hover:after,
  .is-loading
  .rtf .button--style-4:focus:after,
  .is-loading
  .rtf .b4:focus:after,
  .is-loading
  .rtf #reviews a.pluck-primary-button:focus:after, #reviews
  .is-loading
  .rtf a.pluck-primary-button:focus:after,
  .is-loading
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="light-grey-texture"]
  .is-loading
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="grey"]
  .is-loading
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus:after, [data-background="light-grey-texture"]
  .is-loading
  .rtf .search-results__where-to-buy-link:focus:after,
  .rtf .is-loading.button--style-4:hover:after,
  .rtf .is-loading.b4:hover:after,
  .rtf #reviews a.is-loading.pluck-primary-button:hover:after, #reviews
  .rtf a.is-loading.pluck-primary-button:hover:after,
  .rtf [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="light-grey-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  .rtf
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="grey"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  .rtf [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-grey-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .rtf
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="grey"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .rtf [data-background="light-grey-texture"] .is-loading.search-results__where-to-buy-link:hover:after, [data-background="light-grey-texture"]
  .rtf .is-loading.search-results__where-to-buy-link:hover:after,
  .rtf .is-loading.button--style-4:focus:after,
  .rtf .is-loading.b4:focus:after,
  .rtf #reviews a.is-loading.pluck-primary-button:focus:after, #reviews
  .rtf a.is-loading.pluck-primary-button:focus:after,
  .rtf [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="light-grey-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  .rtf
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="grey"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  .rtf [data-background="light-grey-texture"] .is-loading.search-results__where-to-buy-link:focus:after, [data-background="light-grey-texture"]
  .rtf .is-loading.search-results__where-to-buy-link:focus:after {
    background-color: #fff; }
  /* line 634, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  body[data-has-dark-background] .main .button--style-4:hover, body[data-has-dark-background] .main .b4:hover, body[data-has-dark-background] .main #reviews a.pluck-primary-button:hover, #reviews body[data-has-dark-background] .main a.pluck-primary-button:hover, body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"] body[data-has-dark-background] .main .search-results__where-to-buy-link:hover, body[data-has-dark-background] .main .button--style-4:focus, body[data-has-dark-background] .main .b4:focus, body[data-has-dark-background] .main #reviews a.pluck-primary-button:focus, #reviews body[data-has-dark-background] .main a.pluck-primary-button:focus, body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"] body[data-has-dark-background] .main .search-results__where-to-buy-link:focus,
  .rtf body[data-has-dark-background] .main .button--style-4:hover,
  .rtf body[data-has-dark-background] .main .b4:hover,
  .rtf body[data-has-dark-background] .main #reviews a.pluck-primary-button:hover, #reviews
  .rtf body[data-has-dark-background] .main a.pluck-primary-button:hover,
  .rtf body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main .search-results__where-to-buy-link:hover,
  .rtf body[data-has-dark-background] .main .button--style-4:focus,
  .rtf body[data-has-dark-background] .main .b4:focus,
  .rtf body[data-has-dark-background] .main #reviews a.pluck-primary-button:focus, #reviews
  .rtf body[data-has-dark-background] .main a.pluck-primary-button:focus,
  .rtf body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main .search-results__where-to-buy-link:focus, body[data-has-dark-background] .main
  .rtf .button--style-4:hover, body[data-has-dark-background] .main
  .rtf .b4:hover, body[data-has-dark-background] .main
  .rtf #reviews a.pluck-primary-button:hover, #reviews body[data-has-dark-background] .main
  .rtf a.pluck-primary-button:hover, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .search-results__where-to-buy-link:hover, body[data-has-dark-background] .main
  .rtf .button--style-4:focus, body[data-has-dark-background] .main
  .rtf .b4:focus, body[data-has-dark-background] .main
  .rtf #reviews a.pluck-primary-button:focus, #reviews body[data-has-dark-background] .main
  .rtf a.pluck-primary-button:focus, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .search-results__where-to-buy-link:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-4:hover,
  .rtf body[data-has-dark-background] .main
  .rtf .b4:hover,
  .rtf body[data-has-dark-background] .main
  .rtf #reviews a.pluck-primary-button:hover, #reviews
  .rtf body[data-has-dark-background] .main
  .rtf a.pluck-primary-button:hover,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover,
  [data-background="grey"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  [data-background="grey"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .search-results__where-to-buy-link:hover,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-4:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .b4:focus,
  .rtf body[data-has-dark-background] .main
  .rtf #reviews a.pluck-primary-button:focus, #reviews
  .rtf body[data-has-dark-background] .main
  .rtf a.pluck-primary-button:focus,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus,
  [data-background="grey"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus, [data-background="light-grey-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .search-results__where-to-buy-link:focus {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  /* line 643, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading body[data-has-dark-background] .main .button--style-4:hover:after, .is-loading body[data-has-dark-background] .main .b4:hover:after, .is-loading body[data-has-dark-background] .main #reviews a.pluck-primary-button:hover:after, #reviews .is-loading body[data-has-dark-background] .main a.pluck-primary-button:hover:after, .is-loading body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="light-grey-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="grey"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-grey-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="grey"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading body[data-has-dark-background] .main [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover:after, [data-background="light-grey-texture"] .is-loading body[data-has-dark-background] .main .search-results__where-to-buy-link:hover:after,
  .is-loading body[data-has-dark-background] .main .button--style-4:focus:after,
  .is-loading body[data-has-dark-background] .main .b4:focus:after,
  .is-loading body[data-has-dark-background] .main #reviews a.pluck-primary-button:focus:after, #reviews
  .is-loading body[data-has-dark-background] .main a.pluck-primary-button:focus:after,
  .is-loading body[data-has-dark-background] .main [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="light-grey-texture"]
  .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading body[data-has-dark-background] .main
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="grey"]
  .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading body[data-has-dark-background] .main [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus:after, [data-background="light-grey-texture"]
  .is-loading body[data-has-dark-background] .main .search-results__where-to-buy-link:focus:after, body[data-has-dark-background] .main .is-loading.button--style-4:hover:after, body[data-has-dark-background] .main .is-loading.b4:hover:after, body[data-has-dark-background] .main #reviews a.is-loading.pluck-primary-button:hover:after, #reviews body[data-has-dark-background] .main a.is-loading.pluck-primary-button:hover:after, body[data-has-dark-background] .main [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="grey"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="grey"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main [data-background="light-grey-texture"] .is-loading.search-results__where-to-buy-link:hover:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main .is-loading.search-results__where-to-buy-link:hover:after, body[data-has-dark-background] .main .is-loading.button--style-4:focus:after, body[data-has-dark-background] .main .is-loading.b4:focus:after, body[data-has-dark-background] .main #reviews a.is-loading.pluck-primary-button:focus:after, #reviews body[data-has-dark-background] .main a.is-loading.pluck-primary-button:focus:after, body[data-has-dark-background] .main [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="grey"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main [data-background="light-grey-texture"] .is-loading.search-results__where-to-buy-link:focus:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main .is-loading.search-results__where-to-buy-link:focus:after, .is-loading body[data-has-dark-background] .main
  .rtf .button--style-4:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .b4:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf #reviews a.pluck-primary-button:hover:after, #reviews .is-loading body[data-has-dark-background] .main
  .rtf a.pluck-primary-button:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="light-grey-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:hover:after,
  [data-background="grey"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-grey-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="grey"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:hover:after, [data-background="light-grey-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .search-results__where-to-buy-link:hover:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .button--style-4:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .b4:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf #reviews a.pluck-primary-button:focus:after, #reviews
  .is-loading body[data-has-dark-background] .main
  .rtf a.pluck-primary-button:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="light-grey-texture"]
  .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .tabbed-product-listing__tab-trigger:focus:after,
  [data-background="grey"]
  .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link:focus:after, [data-background="light-grey-texture"]
  .is-loading body[data-has-dark-background] .main
  .rtf .search-results__where-to-buy-link:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-4:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.b4:hover:after, body[data-has-dark-background] .main
  .rtf #reviews a.is-loading.pluck-primary-button:hover:after, #reviews body[data-has-dark-background] .main
  .rtf a.is-loading.pluck-primary-button:hover:after, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  [data-background="grey"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  [data-background="grey"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .is-loading.search-results__where-to-buy-link:hover:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.search-results__where-to-buy-link:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-4:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.b4:focus:after, body[data-has-dark-background] .main
  .rtf #reviews a.is-loading.pluck-primary-button:focus:after, #reviews body[data-has-dark-background] .main
  .rtf a.is-loading.pluck-primary-button:focus:after, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  .rtf
  [data-background="grey"] .is-loading.tabbed-product-listing__tab-trigger:focus:after,
  [data-background="grey"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  .rtf [data-background="light-grey-texture"] .is-loading.search-results__where-to-buy-link:focus:after, [data-background="light-grey-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.search-results__where-to-buy-link:focus:after {
    background-color: #fff; }

/* line 652, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.button--style-5,
a.button--style-5,
body[data-has-dark-background] .main a.button--style-5, .b5, [data-background="orange-texture"] .tabbed-product-listing__tab-trigger,
.rtf .button--style-5,
.rtf
body[data-has-dark-background] .main a.button--style-5,
body[data-has-dark-background] .main
.rtf a.button--style-5,
.rtf .b5,
.rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger, [data-background="orange-texture"]
.rtf .tabbed-product-listing__tab-trigger {
  color: #000;
  border: 2px solid #fff; }
  /* line 659, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .form.is-loading .button--style-5:after, .form.is-loading
  body[data-has-dark-background] .main a.button--style-5:after,
  body[data-has-dark-background] .main .form.is-loading a.button--style-5:after, .form.is-loading .b5:after, .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="orange-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
  .rtf .button--style-5:after, .form.is-loading
  .rtf .b5:after, .form.is-loading
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="orange-texture"] .form.is-loading
  .rtf .tabbed-product-listing__tab-trigger:after {
    background-color: #000; }
  /* line 664, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .button--style-5:hover,
  body[data-has-dark-background] .main a.button--style-5:hover, .b5:hover, [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, .button--style-5:focus,
  body[data-has-dark-background] .main a.button--style-5:focus, .b5:focus, [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus,
  .rtf .button--style-5:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-5:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-5:hover,
  .rtf .b5:hover,
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf .button--style-5:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-5:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-5:focus,
  .rtf .b5:focus,
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf .button--style-5:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-5:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-5:hover,
  .rtf .b5:hover,
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf .button--style-5:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-5:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-5:focus,
  .rtf .b5:focus,
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"]
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf
  .rtf .button--style-5:hover,
  .rtf
  .rtf .b5:hover,
  .rtf
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf
  .rtf .button--style-5:focus,
  .rtf
  .rtf .b5:focus,
  .rtf
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"]
  .rtf
  .rtf .tabbed-product-listing__tab-trigger:focus {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  /* line 673, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading .button--style-5:hover:after, .is-loading
  body[data-has-dark-background] .main a.button--style-5:hover:after,
  body[data-has-dark-background] .main .is-loading a.button--style-5:hover:after, .is-loading .b5:hover:after, .is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="orange-texture"] .is-loading .tabbed-product-listing__tab-trigger:hover:after, .is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="orange-texture"] .is-loading .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading .button--style-5:focus:after,
  .is-loading
  body[data-has-dark-background] .main a.button--style-5:focus:after,
  body[data-has-dark-background] .main
  .is-loading a.button--style-5:focus:after,
  .is-loading .b5:focus:after,
  .is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="orange-texture"]
  .is-loading .tabbed-product-listing__tab-trigger:focus:after, .is-loading.button--style-5:hover:after,
  body[data-has-dark-background] .main a.is-loading.button--style-5:hover:after, .is-loading.b5:hover:after, [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, .is-loading.button--style-5:focus:after,
  body[data-has-dark-background] .main a.is-loading.button--style-5:focus:after, .is-loading.b5:focus:after, [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, .is-loading
  .rtf .button--style-5:hover:after, .is-loading
  .rtf .b5:hover:after, .is-loading
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="orange-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="orange-texture"] .is-loading
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading
  .rtf .button--style-5:focus:after,
  .is-loading
  .rtf .b5:focus:after,
  .is-loading
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="orange-texture"]
  .is-loading
  .rtf .tabbed-product-listing__tab-trigger:focus:after,
  .rtf .is-loading.button--style-5:hover:after,
  .rtf .is-loading.b5:hover:after,
  .rtf [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="orange-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after,
  .rtf [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="orange-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .rtf .is-loading.button--style-5:focus:after,
  .rtf .is-loading.b5:focus:after,
  .rtf [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="orange-texture"]
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after {
    background-color: #fff; }
  /* line 681, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  body[data-has-dark-background] .main .button--style-5:hover, body[data-has-dark-background] .main .b5:hover, body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main .button--style-5:focus, body[data-has-dark-background] .main .b5:focus, body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"] body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main .button--style-5:hover,
  .rtf body[data-has-dark-background] .main .b5:hover,
  .rtf body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main .button--style-5:focus,
  .rtf body[data-has-dark-background] .main .b5:focus,
  .rtf body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"]
  .rtf body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus, body[data-has-dark-background] .main
  .rtf .button--style-5:hover, body[data-has-dark-background] .main
  .rtf .b5:hover, body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover, body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, body[data-has-dark-background] .main
  .rtf .button--style-5:focus, body[data-has-dark-background] .main
  .rtf .b5:focus, body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"] body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-5:hover,
  .rtf body[data-has-dark-background] .main
  .rtf .b5:hover,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover, [data-background="orange-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current, [data-background="orange-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-5:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .b5:focus,
  .rtf body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus, [data-background="orange-texture"]
  .rtf body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  /* line 690, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading body[data-has-dark-background] .main .button--style-5:hover:after, .is-loading body[data-has-dark-background] .main .b5:hover:after, .is-loading body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="orange-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="orange-texture"] .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading body[data-has-dark-background] .main .button--style-5:focus:after,
  .is-loading body[data-has-dark-background] .main .b5:focus:after,
  .is-loading body[data-has-dark-background] .main [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="orange-texture"]
  .is-loading body[data-has-dark-background] .main .tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main .is-loading.button--style-5:hover:after, body[data-has-dark-background] .main .is-loading.b5:hover:after, body[data-has-dark-background] .main [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="orange-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="orange-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main .is-loading.button--style-5:focus:after, body[data-has-dark-background] .main .is-loading.b5:focus:after, body[data-has-dark-background] .main [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="orange-texture"] body[data-has-dark-background] .main .is-loading.tabbed-product-listing__tab-trigger:focus:after, .is-loading body[data-has-dark-background] .main
  .rtf .button--style-5:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf .b5:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:hover:after, [data-background="orange-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:hover:after, .is-loading body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="orange-texture"] .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .button--style-5:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .b5:focus:after,
  .is-loading body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:focus:after, [data-background="orange-texture"]
  .is-loading body[data-has-dark-background] .main
  .rtf .tabbed-product-listing__tab-trigger:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-5:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.b5:hover:after, body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger:hover:after, [data-background="orange-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:hover:after, body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, [data-background="orange-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-5:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.b5:focus:after, body[data-has-dark-background] .main
  .rtf [data-background="orange-texture"] .is-loading.tabbed-product-listing__tab-trigger:focus:after, [data-background="orange-texture"] body[data-has-dark-background] .main
  .rtf .is-loading.tabbed-product-listing__tab-trigger:focus:after {
    background-color: #fff; }

/* line 699, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.button--style-6,
a.button--style-6,
body[data-has-dark-background] .main a.button--style-6,
.rtf .button--style-6,
.rtf
body[data-has-dark-background] .main a.button--style-6,
body[data-has-dark-background] .main
.rtf a.button--style-6 {
  color: #000;
  border: 2px solid #fff;
  background-color: #fff; }
  /* line 707, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .form.is-loading .button--style-6:after, .form.is-loading
  body[data-has-dark-background] .main a.button--style-6:after,
  body[data-has-dark-background] .main .form.is-loading a.button--style-6:after, .form.is-loading
  .rtf .button--style-6:after {
    background-color: #000; }
  /* line 712, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .button--style-6:hover,
  body[data-has-dark-background] .main a.button--style-6:hover, .button--style-6:focus,
  body[data-has-dark-background] .main a.button--style-6:focus,
  .rtf .button--style-6:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-6:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-6:hover,
  .rtf .button--style-6:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-6:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-6:focus,
  .rtf .button--style-6:hover,
  .rtf
  body[data-has-dark-background] .main a.button--style-6:hover,
  body[data-has-dark-background] .main
  .rtf a.button--style-6:hover,
  .rtf .button--style-6:focus,
  .rtf
  body[data-has-dark-background] .main a.button--style-6:focus,
  body[data-has-dark-background] .main
  .rtf a.button--style-6:focus,
  .rtf
  .rtf .button--style-6:hover,
  .rtf
  .rtf .button--style-6:focus {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  /* line 721, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading .button--style-6:hover:after, .is-loading
  body[data-has-dark-background] .main a.button--style-6:hover:after,
  body[data-has-dark-background] .main .is-loading a.button--style-6:hover:after,
  .is-loading .button--style-6:focus:after,
  .is-loading
  body[data-has-dark-background] .main a.button--style-6:focus:after,
  body[data-has-dark-background] .main
  .is-loading a.button--style-6:focus:after, .is-loading.button--style-6:hover:after,
  body[data-has-dark-background] .main a.is-loading.button--style-6:hover:after, .is-loading.button--style-6:focus:after,
  body[data-has-dark-background] .main a.is-loading.button--style-6:focus:after, .is-loading
  .rtf .button--style-6:hover:after,
  .is-loading
  .rtf .button--style-6:focus:after,
  .rtf .is-loading.button--style-6:hover:after,
  .rtf .is-loading.button--style-6:focus:after {
    background-color: #fff; }
  /* line 729, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  body[data-has-dark-background] .main .button--style-6:hover, body[data-has-dark-background] .main .button--style-6:focus,
  .rtf body[data-has-dark-background] .main .button--style-6:hover,
  .rtf body[data-has-dark-background] .main .button--style-6:focus, body[data-has-dark-background] .main
  .rtf .button--style-6:hover, body[data-has-dark-background] .main
  .rtf .button--style-6:focus,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-6:hover,
  .rtf body[data-has-dark-background] .main
  .rtf .button--style-6:focus {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  /* line 738, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .is-loading body[data-has-dark-background] .main .button--style-6:hover:after,
  .is-loading body[data-has-dark-background] .main .button--style-6:focus:after, body[data-has-dark-background] .main .is-loading.button--style-6:hover:after, body[data-has-dark-background] .main .is-loading.button--style-6:focus:after, .is-loading body[data-has-dark-background] .main
  .rtf .button--style-6:hover:after,
  .is-loading body[data-has-dark-background] .main
  .rtf .button--style-6:focus:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-6:hover:after, body[data-has-dark-background] .main
  .rtf .is-loading.button--style-6:focus:after {
    background-color: #fff; }

/* line 751, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.form.is-loading .button--style-1, .form.is-loading
a.button--style-1, .form.is-loading
body[data-has-dark-background] .main a.button--style-1,
body[data-has-dark-background] .main .form.is-loading a.button--style-1, .form.is-loading .b1, .form.is-loading .pdp-review__cta, .form.is-loading .featured-information-module__cta, .form.is-loading .discontinued-product__cta, .form.is-loading
.rtf .button--style-1,
.rtf .form.is-loading .button--style-1, .form.is-loading
.rtf
a.button--style-1,
.rtf .form.is-loading
a.button--style-1, .form.is-loading
.rtf
body[data-has-dark-background] .main a.button--style-1,
.rtf
body[data-has-dark-background] .main .form.is-loading a.button--style-1, .form.is-loading
body[data-has-dark-background] .main
.rtf a.button--style-1,
body[data-has-dark-background] .main
.rtf .form.is-loading a.button--style-1, .form.is-loading
.rtf .b1,
.rtf .form.is-loading .b1, .form.is-loading
.rtf .pdp-review__cta,
.rtf .form.is-loading .pdp-review__cta, .form.is-loading
.rtf .featured-information-module__cta,
.rtf .form.is-loading .featured-information-module__cta, .form.is-loading
.rtf .discontinued-product__cta,
.rtf .form.is-loading .discontinued-product__cta, .form.is-loading .button--style-2, .form.is-loading
a.button--style-2, .form.is-loading
body[data-has-dark-background] .main a.button--style-2,
body[data-has-dark-background] .main .form.is-loading a.button--style-2, .form.is-loading .b2, .form.is-loading .generic-module .generic-module__cta, .generic-module .form.is-loading .generic-module__cta, .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger, [data-background="grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
[data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger,
[data-background="dark-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
[data-background="black"] .tabbed-product-listing__tab-trigger,
[data-background="black"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
.rtf .button--style-2,
.rtf .form.is-loading .button--style-2, .form.is-loading
.rtf
a.button--style-2,
.rtf .form.is-loading
a.button--style-2, .form.is-loading
.rtf
body[data-has-dark-background] .main a.button--style-2,
.rtf
body[data-has-dark-background] .main .form.is-loading a.button--style-2, .form.is-loading
body[data-has-dark-background] .main
.rtf a.button--style-2,
body[data-has-dark-background] .main
.rtf .form.is-loading a.button--style-2, .form.is-loading
.rtf .b2,
.rtf .form.is-loading .b2, .form.is-loading
.rtf .generic-module .generic-module__cta,
.rtf .generic-module .form.is-loading .generic-module__cta, .form.is-loading .generic-module
.rtf .generic-module__cta, .generic-module
.rtf .form.is-loading .generic-module__cta, .form.is-loading
.rtf [data-background="grey-texture"] .tabbed-product-listing__tab-trigger,
.rtf [data-background="grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading [data-background="grey-texture"]
.rtf .tabbed-product-listing__tab-trigger, [data-background="grey-texture"]
.rtf .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
.rtf
[data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger,
.rtf
[data-background="dark-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
[data-background="dark-wood-texture"]
.rtf .tabbed-product-listing__tab-trigger,
[data-background="dark-wood-texture"]
.rtf .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
.rtf
[data-background="black"] .tabbed-product-listing__tab-trigger,
.rtf
[data-background="black"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
[data-background="black"]
.rtf .tabbed-product-listing__tab-trigger,
[data-background="black"]
.rtf .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading .button--style-3, .form.is-loading
a.button--style-3, .form.is-loading
body[data-has-dark-background] .main a.button--style-3,
body[data-has-dark-background] .main .form.is-loading a.button--style-3, .form.is-loading .b3, .form.is-loading #reviews a.pluck-secondary-button, #reviews .form.is-loading a.pluck-secondary-button, .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger, [data-background="light-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
.rtf .button--style-3,
.rtf .form.is-loading .button--style-3, .form.is-loading
.rtf
a.button--style-3,
.rtf .form.is-loading
a.button--style-3, .form.is-loading
.rtf
body[data-has-dark-background] .main a.button--style-3,
.rtf
body[data-has-dark-background] .main .form.is-loading a.button--style-3, .form.is-loading
body[data-has-dark-background] .main
.rtf a.button--style-3,
body[data-has-dark-background] .main
.rtf .form.is-loading a.button--style-3, .form.is-loading
.rtf .b3,
.rtf .form.is-loading .b3, .form.is-loading
.rtf #reviews a.pluck-secondary-button,
.rtf #reviews .form.is-loading a.pluck-secondary-button, .form.is-loading #reviews
.rtf a.pluck-secondary-button, #reviews
.rtf .form.is-loading a.pluck-secondary-button, .form.is-loading
.rtf [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger,
.rtf [data-background="light-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading [data-background="light-wood-texture"]
.rtf .tabbed-product-listing__tab-trigger, [data-background="light-wood-texture"]
.rtf .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading .button--style-4, .form.is-loading
a.button--style-4, .form.is-loading
body[data-has-dark-background] .main a.button--style-4,
body[data-has-dark-background] .main .form.is-loading a.button--style-4, .form.is-loading .b4, .form.is-loading #reviews a.pluck-primary-button, #reviews .form.is-loading a.pluck-primary-button, .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger, [data-background="light-grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
[data-background="grey"] .tabbed-product-listing__tab-trigger,
[data-background="grey"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link, [data-background="light-grey-texture"] .form.is-loading .search-results__where-to-buy-link, .form.is-loading
.rtf .button--style-4,
.rtf .form.is-loading .button--style-4, .form.is-loading
.rtf
a.button--style-4,
.rtf .form.is-loading
a.button--style-4, .form.is-loading
.rtf
body[data-has-dark-background] .main a.button--style-4,
.rtf
body[data-has-dark-background] .main .form.is-loading a.button--style-4, .form.is-loading
body[data-has-dark-background] .main
.rtf a.button--style-4,
body[data-has-dark-background] .main
.rtf .form.is-loading a.button--style-4, .form.is-loading
.rtf .b4,
.rtf .form.is-loading .b4, .form.is-loading
.rtf #reviews a.pluck-primary-button,
.rtf #reviews .form.is-loading a.pluck-primary-button, .form.is-loading #reviews
.rtf a.pluck-primary-button, #reviews
.rtf .form.is-loading a.pluck-primary-button, .form.is-loading
.rtf [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger,
.rtf [data-background="light-grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading [data-background="light-grey-texture"]
.rtf .tabbed-product-listing__tab-trigger, [data-background="light-grey-texture"]
.rtf .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
.rtf
[data-background="grey"] .tabbed-product-listing__tab-trigger,
.rtf
[data-background="grey"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
[data-background="grey"]
.rtf .tabbed-product-listing__tab-trigger,
[data-background="grey"]
.rtf .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
.rtf [data-background="light-grey-texture"] .search-results__where-to-buy-link,
.rtf [data-background="light-grey-texture"] .form.is-loading .search-results__where-to-buy-link, .form.is-loading [data-background="light-grey-texture"]
.rtf .search-results__where-to-buy-link, [data-background="light-grey-texture"]
.rtf .form.is-loading .search-results__where-to-buy-link, .form.is-loading .button--style-5, .form.is-loading
a.button--style-5, .form.is-loading
body[data-has-dark-background] .main a.button--style-5,
body[data-has-dark-background] .main .form.is-loading a.button--style-5, .form.is-loading .b5, .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger, [data-background="orange-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading
.rtf .button--style-5,
.rtf .form.is-loading .button--style-5, .form.is-loading
.rtf
a.button--style-5,
.rtf .form.is-loading
a.button--style-5, .form.is-loading
.rtf
body[data-has-dark-background] .main a.button--style-5,
.rtf
body[data-has-dark-background] .main .form.is-loading a.button--style-5, .form.is-loading
body[data-has-dark-background] .main
.rtf a.button--style-5,
body[data-has-dark-background] .main
.rtf .form.is-loading a.button--style-5, .form.is-loading
.rtf .b5,
.rtf .form.is-loading .b5, .form.is-loading
.rtf [data-background="orange-texture"] .tabbed-product-listing__tab-trigger,
.rtf [data-background="orange-texture"] .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading [data-background="orange-texture"]
.rtf .tabbed-product-listing__tab-trigger, [data-background="orange-texture"]
.rtf .form.is-loading .tabbed-product-listing__tab-trigger, .form.is-loading .button--style-6, .form.is-loading
a.button--style-6, .form.is-loading
body[data-has-dark-background] .main a.button--style-6,
body[data-has-dark-background] .main .form.is-loading a.button--style-6, .form.is-loading
.rtf .button--style-6,
.rtf .form.is-loading .button--style-6, .form.is-loading
.rtf
a.button--style-6,
.rtf .form.is-loading
a.button--style-6, .form.is-loading
.rtf
body[data-has-dark-background] .main a.button--style-6,
.rtf
body[data-has-dark-background] .main .form.is-loading a.button--style-6, .form.is-loading
body[data-has-dark-background] .main
.rtf a.button--style-6,
body[data-has-dark-background] .main
.rtf .form.is-loading a.button--style-6, .form.is-loading .video-module__cta, .form__submit.is-loading, .is-ajax-parent.is-loading, .predictive-search__form.is-loading .predictive-search__icon, .predictive-search__result.is-loading, .pager.is-loading, .selectric-search-results__tabs .custom-select__items li.is-loading:after {
  position: relative;
  color: transparent; }

/* line 756, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.form.is-loading .button--style-1:after, .form.is-loading
body[data-has-dark-background] .main a.button--style-1:after,
body[data-has-dark-background] .main .form.is-loading a.button--style-1:after, .form.is-loading .b1:after, .form.is-loading .pdp-review__cta:after, .form.is-loading .featured-information-module__cta:after, .form.is-loading .discontinued-product__cta:after, .form.is-loading .button--style-2:after, .form.is-loading
body[data-has-dark-background] .main a.button--style-2:after,
body[data-has-dark-background] .main .form.is-loading a.button--style-2:after, .form.is-loading .b2:after, .form.is-loading .generic-module .generic-module__cta:after, .generic-module .form.is-loading .generic-module__cta:after, .form.is-loading [data-background="grey-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
[data-background="dark-wood-texture"] .tabbed-product-listing__tab-trigger:after,
[data-background="dark-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
[data-background="black"] .tabbed-product-listing__tab-trigger:after,
[data-background="black"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading .button--style-3:after, .form.is-loading
body[data-has-dark-background] .main a.button--style-3:after,
body[data-has-dark-background] .main .form.is-loading a.button--style-3:after, .form.is-loading .b3:after, .form.is-loading #reviews a.pluck-secondary-button:after, #reviews .form.is-loading a.pluck-secondary-button:after, .form.is-loading [data-background="light-wood-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="light-wood-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading .button--style-4:after, .form.is-loading
body[data-has-dark-background] .main a.button--style-4:after,
body[data-has-dark-background] .main .form.is-loading a.button--style-4:after, .form.is-loading .b4:after, .form.is-loading #reviews a.pluck-primary-button:after, #reviews .form.is-loading a.pluck-primary-button:after, .form.is-loading [data-background="light-grey-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="light-grey-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading
[data-background="grey"] .tabbed-product-listing__tab-trigger:after,
[data-background="grey"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading [data-background="light-grey-texture"] .search-results__where-to-buy-link:after, [data-background="light-grey-texture"] .form.is-loading .search-results__where-to-buy-link:after, .form.is-loading .button--style-5:after, .form.is-loading
body[data-has-dark-background] .main a.button--style-5:after,
body[data-has-dark-background] .main .form.is-loading a.button--style-5:after, .form.is-loading .b5:after, .form.is-loading [data-background="orange-texture"] .tabbed-product-listing__tab-trigger:after, [data-background="orange-texture"] .form.is-loading .tabbed-product-listing__tab-trigger:after, .form.is-loading .button--style-6:after, .form.is-loading
body[data-has-dark-background] .main a.button--style-6:after,
body[data-has-dark-background] .main .form.is-loading a.button--style-6:after, .form.is-loading .video-module__cta:after, .form__submit.is-loading:after, .is-ajax-parent.is-loading:after, .predictive-search__form.is-loading .predictive-search__icon:after, .predictive-search__result.is-loading:after, .pager.is-loading:after, .selectric-search-results__tabs .custom-select__items li.is-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  content: "";
  animation: rotateplane 1.2s infinite ease-in-out; }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/* line 790, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.interests__image, .form--update-cover-image__image {
  position: relative;
  display: block;
  transition: all 0.25s;
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px #808080; }
  /* line 798, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  :checked + * .interests__image, :checked + * .form--update-cover-image__image {
    box-shadow: 0 0 3px #b56700; }
  @media screen and (min-width: 1005px) {
    /* line 803, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .interests__image:hover, .form--update-cover-image__image:hover {
      box-shadow: 0 0 3px #b56700; } }

/* line 829, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.account-banner__image-wrapper, .header__my-bostitch__profile-image-wrapper {
  position: relative;
  float: left;
  width: 105px;
  height: 105px;
  margin-right: 21px;
  text-align: left;
  border-radius: 5px;
  background-color: #fff; }
  /* line 839, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .account-banner__image-wrapper:hover, .header__my-bostitch__profile-image-wrapper:hover {
    background-color: #e79932; }

/* line 844, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.account-banner__image, .header__my-bostitch__profile-image-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  margin-top: -0.5px;
  transition: border-color 0.25s;
  border: 2px solid #fff;
  border-radius: 5px; }
  /* line 851, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .account-banner__image:before, .header__my-bostitch__profile-image-shadow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5) inset; }
  /* line 858, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .account-banner__image-wrapper:hover .account-banner__image, .header__my-bostitch__profile-image-wrapper:hover .account-banner__image, .account-banner__image-wrapper:hover .header__my-bostitch__profile-image-shadow, .header__my-bostitch__profile-image-wrapper:hover .header__my-bostitch__profile-image-shadow {
    border-color: #e79932; }
  /* line 862, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .account-banner__image img, .header__my-bostitch__profile-image-shadow img {
    border-radius: 5px; }

/* line 867, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.gallery__thumb__video-icon, .product-detail__product-gallery__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 3; }
  /* line 871, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .gallery__thumb__video-icon:before, .product-detail__product-gallery__video-icon:before, .gallery__thumb__video-icon:after, .product-detail__product-gallery__video-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    position: absolute;
    content: ""; }
  /* line 878, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .gallery__thumb__video-icon:before, .product-detail__product-gallery__video-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    transition: background-color 0.25s;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
  /* line 888, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .gallery__thumb__video-icon:hover:before, .product-detail__product-gallery__video-icon:hover:before {
    border-color: #e79932; }
  /* line 892, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .gallery__thumb__video-icon:after, .product-detail__product-gallery__video-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    margin-left: 1px;
    border-width: 6px 0 6px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #fff; }
  /* line 902, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .gallery__thumb__video-icon:hover:after, .product-detail__product-gallery__video-icon:hover:after {
    border-left-color: #e79932; }

/* line 908, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.video-banner__play-icon:before, .product-detail__image__video-icon:before, .video-banner__play-icon:after, .product-detail__image__video-icon:after {
  position: absolute;
  top: 50%;
  content: "";
  transition: border-color 0.25s;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

/* line 917, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.video-banner__play-icon:before, .product-detail__image__video-icon:before {
  left: 225px;
  width: 54px;
  height: 54px;
  transition: border-color 0.25s;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 927, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.video-banner__play-icon:hover:before, .video-banner__cta:hover + * .video-banner__play-icon:before, .product-detail__image__video-icon:hover:before {
  border-color: #e79932; }

/* line 931, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.video-banner__play-icon:after, .product-detail__image__video-icon:after {
  left: 246px;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 17px;
  border-style: solid;
  border-color: transparent transparent transparent #fff; }

/* line 940, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.video-banner__play-icon:hover:after, .video-banner__cta:hover + * .video-banner__play-icon:after, .product-detail__image__video-icon:hover:after {
  border-left-color: #e79932; }

@media screen and (min-width: 768px) {
  /* line 945, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .video-banner__play-icon:before, .product-detail__image__video-icon:before {
    right: auto;
    left: 485px;
    width: 125px;
    height: 125px;
    border-width: 4px; }
  /* line 953, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .video-banner__play-icon:after, .product-detail__image__video-icon:after {
    right: auto;
    left: 533px;
    border-width: 22px 0 22px 38px; } }

@media screen and (min-width: 1200px) {
  /* line 961, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .video-banner__play-icon:before, .product-detail__image__video-icon:before {
    left: 770px; }
  /* line 965, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .video-banner__play-icon:after, .product-detail__image__video-icon:after {
    left: 817px; } }

/* line 972, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.gallery__thumb button:hover .gallery__thumb__video-icon:before {
  border-color: #e79932; }

/* line 976, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.gallery__thumb button:hover .gallery__thumb__video-icon:after {
  border-left-color: #e79932; }

/* line 981, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.hero__video-icon, .video-module__video-icon, .marketing-mod__video-icon, .gallery__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 128px;
  height: 128px;
  margin: -64px 0 0 -64px;
  transition: all 0.25s;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5); }
  /* line 994, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .hero__video-icon:after, .video-module__video-icon:after, .marketing-mod__video-icon:after, .gallery__video-icon:after {
    position: absolute;
    top: 50%;
    left: 42px;
    width: 0;
    height: 0;
    content: "";
    transition: all 0.25s;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    border-width: 30px 0 30px 50px;
    border-style: solid;
    border-color: transparent transparent transparent #fff; }
  @media screen and (max-width: 1004px) {
    /* line 981, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .hero__video-icon, .video-module__video-icon, .marketing-mod__video-icon, .gallery__video-icon {
      -ms-transform: scale(0.8);
          transform: scale(0.8); } }
  @media screen and (max-width: 767px) {
    /* line 981, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .hero__video-icon, .video-module__video-icon, .marketing-mod__video-icon, .gallery__video-icon {
      -ms-transform: scale(0.6);
          transform: scale(0.6); } }

@media screen and (min-width: 1005px) {
  /* line 1017, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .hero__slide-link:hover .hero__video-icon, .video-module__link:hover .video-module__video-icon, .gallery__video-trigger:hover .gallery__video-icon {
    border-color: #e79932; }
    /* line 1021, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .hero__slide-link:hover .hero__video-icon:after, .video-module__link:hover .video-module__video-icon:after, .gallery__video-trigger:hover .gallery__video-icon:after {
      border-left-color: #e79932; } }

/* line 1027, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.overlay-banner__caption, .interactive-poi__caption, .generic-module__caption, .promotional__caption, .image-module__caption {
  position: relative;
  min-height: 81px;
  padding: 15px 20px 23px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 1035, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.hero__product-image-wrapper, .shop__image-wrapper, .featured-products__image-wrapper, .tabbed-product-listing__product-image-wrapper, .parent-category-listing__image-wrapper, .discontinued-product__image-wrapper, .features__image-wrapper, .my-review__image-wrapper, .my-products__image, .registration-success__image {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  /* line 1042, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .hero__product-image-wrapper img, .shop__image-wrapper img, .featured-products__image-wrapper img, .tabbed-product-listing__product-image-wrapper img, .parent-category-listing__image-wrapper img, .discontinued-product__image-wrapper img, .features__image-wrapper img, .my-review__image-wrapper img, .my-products__image img, .registration-success__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    border: 20px solid #fff; }

/* line 1051, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.hero__product-image-wrapper:after, .shop__image-wrapper:after, .featured-products__image-wrapper:after, .tabbed-product-listing__product-image-wrapper:after, .parent-category-listing__image-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: opacity 0.25s;
  opacity: 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 1060, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
a:hover .hero__product-image-wrapper:after, a:hover .shop__image-wrapper:after, a:hover .featured-products__image-wrapper:after, a:hover .tabbed-product-listing__product-image-wrapper:after, a:hover .parent-category-listing__image-wrapper:after,
a:active .hero__product-image-wrapper:after,
a:active .shop__image-wrapper:after,
a:active .featured-products__image-wrapper:after,
a:active .tabbed-product-listing__product-image-wrapper:after,
a:active .parent-category-listing__image-wrapper:after {
  opacity: 1; }

/* line 1066, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.hero__product-image-hover, .shop__image-hover, .featured-products__image-hover, .tabbed-product-listing__image-hover, .parent-category-listing__image-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  z-index: 2;
  margin-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  transition: opacity 0.25s;
  text-align: center;
  opacity: 0; }
  @media screen and (min-width: 768px) {
    /* line 1066, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .hero__product-image-hover, .shop__image-hover, .featured-products__image-hover, .tabbed-product-listing__image-hover, .parent-category-listing__image-hover {
      font-size: 22px;
      font-size: 1.375rem;
      margin-top: 5px; } }
  @media screen and (min-width: 1005px) {
    /* line 1066, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .hero__product-image-hover, .shop__image-hover, .featured-products__image-hover, .tabbed-product-listing__image-hover, .parent-category-listing__image-hover {
      font-size: 24px;
      font-size: 1.5rem;
      margin-top: 0; } }
  /* line 1090, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .hero__product-image-hover:after, .shop__image-hover:after, .featured-products__image-hover:after, .tabbed-product-listing__image-hover:after, .parent-category-listing__image-hover:after {
    display: block;
    margin: 15px auto 0;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -ms-transform-origin: top;
        transform-origin: top; }
    @media screen and (min-width: 768px) {
      /* line 1090, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
      .hero__product-image-hover:after, .shop__image-hover:after, .featured-products__image-hover:after, .tabbed-product-listing__image-hover:after, .parent-category-listing__image-hover:after {
        -ms-transform: scale(0.7);
            transform: scale(0.7); } }
    @media screen and (min-width: 1005px) {
      /* line 1090, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
      .hero__product-image-hover:after, .shop__image-hover:after, .featured-products__image-hover:after, .tabbed-product-listing__image-hover:after, .parent-category-listing__image-hover:after {
        -ms-transform: scale(1);
            transform: scale(1); } }
  /* line 1105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  a:hover .hero__product-image-hover, a:hover .shop__image-hover, a:hover .featured-products__image-hover, a:hover .tabbed-product-listing__image-hover, a:hover .parent-category-listing__image-hover,
  a:active .hero__product-image-hover,
  a:active .shop__image-hover,
  a:active .featured-products__image-hover,
  a:active .tabbed-product-listing__image-hover,
  a:active .parent-category-listing__image-hover {
    opacity: 1; }

/* line 1111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.interests__label, .hero__product-title, .shop__product-name, .featured-products__product-name-wrapper, .tabbed-product-listing__product-title, .tips-and-ideas__product-name-wrapper, .parent-category-listing__title {
  line-height: 1.6;
  margin: 1.4em 10px 0;
  text-align: center; }
  /* line 1117, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  [data-background="mid-grey-texture"] .interests__label, [data-background="mid-grey-texture"] .hero__product-title, [data-background="mid-grey-texture"] .shop__product-name, [data-background="mid-grey-texture"] .featured-products__product-name-wrapper, [data-background="mid-grey-texture"] .tabbed-product-listing__product-title, [data-background="mid-grey-texture"] .tips-and-ideas__product-name-wrapper, [data-background="mid-grey-texture"] .parent-category-listing__title,
  [data-background="grey-texture"] .interests__label,
  [data-background="grey-texture"] .hero__product-title,
  [data-background="grey-texture"] .shop__product-name,
  [data-background="grey-texture"] .featured-products__product-name-wrapper,
  [data-background="grey-texture"] .tabbed-product-listing__product-title,
  [data-background="grey-texture"] .tips-and-ideas__product-name-wrapper,
  [data-background="grey-texture"] .parent-category-listing__title,
  [data-background="black"] .interests__label,
  [data-background="black"] .hero__product-title,
  [data-background="black"] .shop__product-name,
  [data-background="black"] .featured-products__product-name-wrapper,
  [data-background="black"] .tabbed-product-listing__product-title,
  [data-background="black"] .tips-and-ideas__product-name-wrapper,
  [data-background="black"] .parent-category-listing__title,
  [data-background="dark-wood-texture"] .interests__label,
  [data-background="dark-wood-texture"] .hero__product-title,
  [data-background="dark-wood-texture"] .shop__product-name,
  [data-background="dark-wood-texture"] .featured-products__product-name-wrapper,
  [data-background="dark-wood-texture"] .tabbed-product-listing__product-title,
  [data-background="dark-wood-texture"] .tips-and-ideas__product-name-wrapper,
  [data-background="dark-wood-texture"] .parent-category-listing__title {
    color: #fff; }
  @media screen and (max-width: 1004px) {
    /* line 1111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
    .interests__label, .hero__product-title, .shop__product-name, .featured-products__product-name-wrapper, .tabbed-product-listing__product-title, .tips-and-ideas__product-name-wrapper, .parent-category-listing__title {
      font-size: 12px;
      font-size: 0.75rem; } }

/* line 1129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
.hero__products, .shop__products, .tabbed-product-listing__products, .parent-category-listing {
  margin-bottom: -35px; }
  /* line 1132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
  .hero__products > *, .shop__products > *, .tabbed-product-listing__products > *, .parent-category-listing > * {
    margin-bottom: 35px; }
    @media screen and (min-width: 480px) {
      /* line 1132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
      .hero__products > *, .shop__products > *, .tabbed-product-listing__products > *, .parent-category-listing > * {
        display: inline-block;
        width: calc(50% - 10px);
        margin-right: 15px;
        vertical-align: top; }
        /* line 1142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
        .hero__products > *:nth-of-type(2n), .shop__products > *:nth-of-type(2n), .tabbed-product-listing__products > *:nth-of-type(2n), .parent-category-listing > *:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 768px) {
      /* line 1132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
      .hero__products > *, .shop__products > *, .tabbed-product-listing__products > *, .parent-category-listing > * {
        width: calc(33.33% - 13px); }
        /* line 1152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
        .hero__products > *:nth-of-type(2n), .shop__products > *:nth-of-type(2n), .tabbed-product-listing__products > *:nth-of-type(2n), .parent-category-listing > *:nth-of-type(2n) {
          margin-right: 15px; }
        /* line 1156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
        .hero__products > *:nth-of-type(3n), .shop__products > *:nth-of-type(3n), .tabbed-product-listing__products > *:nth-of-type(3n), .parent-category-listing > *:nth-of-type(3n) {
          margin-right: 0; } }
    @media screen and (min-width: 1005px) {
      /* line 1132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
      .hero__products > *, .shop__products > *, .tabbed-product-listing__products > *, .parent-category-listing > * {
        width: calc(25% - 15px); }
        /* line 1166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
        .hero__products > *:nth-of-type(3n), .shop__products > *:nth-of-type(3n), .tabbed-product-listing__products > *:nth-of-type(3n), .parent-category-listing > *:nth-of-type(3n) {
          margin-right: 15px; }
        /* line 1170, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_placeholders.scss */
        .hero__products > *:nth-of-type(4n), .shop__products > *:nth-of-type(4n), .tabbed-product-listing__products > *:nth-of-type(4n), .parent-category-listing > *:nth-of-type(4n) {
          margin-right: 0; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
.clear:after {
  display: table;
  clear: both;
  zoom: 1;
  content: ""; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.skip-nav {
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  z-index: 10000;
  top: -100px;
  left: 0;
  padding: 12px;
  transition: top 0.5s ease-out 0s, background 1s linear 0s;
  color: #000;
  background: #e79932; }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.skip-nav:focus {
  top: 0; }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
*:focus {
  outline: 0; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset; }
  /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  input:-webkit-autofill.error:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset; }

/* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
::-webkit-input-placeholder {
  opacity: 1;
  color: #000; }

/* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
:-moz-placeholder {
  opacity: 1;
  color: #000; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
:-ms-input-placeholder {
  opacity: 1;
  color: #000; }

/* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
::selection {
  color: #000;
  background-color: #e79932; }

/* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
html {
  overflow-x: hidden; }

/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Oswald", arial, helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
  /* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  body[data-has-dark-background] {
    background-image: url("/_Images/Bostitch/patterns/dark-wood-texture.png"); }
    /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    body[data-has-dark-background] .main {
      color: #fff; }
      /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
      body[data-has-dark-background] .main .page-module[data-background="white"],
      body[data-has-dark-background] .main .page-module[data-background="grey"],
      body[data-has-dark-background] .main .page-module[data-background="orange"],
      body[data-has-dark-background] .main .page-module[data-background="orange-texture"],
      body[data-has-dark-background] .main .page-module[data-background="light-grey"],
      body[data-has-dark-background] .main .page-module[data-background="light-grey-texture"],
      body[data-has-dark-background] .main .page-module[data-background="light-color"],
      body[data-has-dark-background] .main .page-module[data-background="grey-texture"],
      body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"],
      body[data-has-dark-background] .main .callout[data-background="white"],
      body[data-has-dark-background] .main .callout[data-background="grey"],
      body[data-has-dark-background] .main .callout[data-background="orange"],
      body[data-has-dark-background] .main .callout[data-background="orange-texture"],
      body[data-has-dark-background] .main .callout[data-background="light-grey"],
      body[data-has-dark-background] .main .callout[data-background="light-grey-texture"],
      body[data-has-dark-background] .main .callout[data-background="light-color"],
      body[data-has-dark-background] .main .callout[data-background="grey-texture"],
      body[data-has-dark-background] .main .callout[data-background="light-wood-texture"] {
        color: #000; }

/* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.rtf {
  color: inherit; }
  /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  [data-background="mid-grey-texture"] .rtf,
  [data-background="grey-texture"] .rtf,
  [data-background="black"] .rtf,
  [data-background="dark-wood-texture"] .rtf {
    color: #fff; }
  /* line 109, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf * + * {
    margin-top: 0.9em; }
  /* line 116, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf h1 + h2 {
    margin-top: 0.6em; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf strong {
    font-weight: normal; }
  /* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf em {
    font-style: italic; }
  /* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf ul {
    margin-left: 1em; }
    /* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .rtf ul li {
      position: relative;
      list-style: none; }
      /* line 156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
      .rtf ul li:before {
        content: '\2022';
        position: absolute;
        left: -1em;
        top: 0.1em; }
  /* line 165, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf li + li {
    margin-top: 0.8em; }
  /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf p {
    line-height: 1.8; }

/* line 225, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.rtf .link--style-1,
a.rtf .link--style-1 {
  text-decoration: none; }
  /* line 230, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf .link--style-1:hover,
  a.rtf .link--style-1:hover {
    color: #262626; }
  /* line 234, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rtf .link--style-1:after,
  a.rtf .link--style-1:after {
    border-width: 0.35em; }

/* line 242, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
body[data-has-dark-background] .main .rtf .link--style-1:hover,
body[data-has-dark-background] .main a.rtf .link--style-1:hover {
  color: #fff; }

/* line 255, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
body[data-has-dark-background] .main .page-module[data-background="white"] .rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="white"] a.rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="grey"] .rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="grey"] a.rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] .rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="light-grey"] a.rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="light-color"] .rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="light-color"] a.rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] .rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="light-wood-texture"] a.rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] .rtf .link--style-1:hover,
body[data-has-dark-background] .main .page-module[data-background="mid-grey-texture"] a.rtf .link--style-1:hover {
  color: #262626; }

/* line 262, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
a {
  transition: all 0.2s;
  text-decoration: none;
  color: inherit; }

/* line 272, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit; }

/* line 281, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.t1 {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.4;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    /* line 281, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .t1 {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1005px) {
    /* line 281, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .t1 {
      font-size: 36px;
      font-size: 2.25rem; } }

/* line 285, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.t2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.2;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    /* line 285, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .t2 {
      font-size: 43px;
      font-size: 2.6875rem; } }
  @media screen and (min-width: 1005px) {
    /* line 285, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .t2 {
      font-size: 48px;
      font-size: 3rem; } }

/* line 338, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle; }

/* line 345, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-editor-editable-image {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 150px;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

/* line 354, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.divider.page-module__inner {
  display: block;
  margin: 51px 10px 45px;
  padding-right: 0;
  padding-left: 0;
  border: 1px dashed #C7C7C7; }
  @media screen and (min-width: 768px) {
    /* line 354, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .divider.page-module__inner {
      margin-right: 20px;
      margin-left: 20px;
      padding-right: 0;
      padding-left: 0; } }
  @media screen and (min-width: 1005px) {
    /* line 354, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .divider.page-module__inner {
      margin-right: auto;
      margin-left: auto; } }

/* line 375, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.rating--normal,
.rating--large {
  display: inline-block; }
  /* line 379, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal[data-has-background],
  .rating--large[data-has-background] {
    background-repeat: repeat-x; }
  /* line 383, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal span,
  .rating--large span {
    display: block;
    background-repeat: repeat-x; }
  /* line 388, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal meter,
  .rating--large meter {
    position: absolute;
    width: 0;
    height: 0; }

/* line 395, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.rating--normal {
  height: 16px; }
  /* line 398, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal[data-has-background] {
    width: 125px;
    background-image: url("/_Images/Bostitch/star-grey.png");
    background-size: 25px auto; }
  /* line 404, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal span {
    height: 25px;
    background-image: url("/_Images/Bostitch/star.png");
    background-size: 25px auto; }
  /* line 410, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="0"] + span {
    width: 0;
    height: 0; }
  /* line 415, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="1"] + span {
    width: 25px; }
  /* line 419, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="2"] + span {
    width: 50px; }
  /* line 423, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="3"] + span {
    width: 75px; }
  /* line 427, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="4"] + span {
    width: 100px; }
  /* line 431, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="5"] + span {
    width: 125px; }
  /* line 435, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="0.5"] + span,
  .rating--normal [value="0,5"] + span {
    width: 12.5px; }
  /* line 440, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="1.5"] + span,
  .rating--normal [value="1,5"] + span {
    width: 37.5px; }
  /* line 445, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="2.5"] + span,
  .rating--normal [value="2,5"] + span {
    width: 62.5px; }
  /* line 450, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="3.5"] + span,
  .rating--normal [value="3,5"] + span {
    width: 87.5px; }
  /* line 455, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--normal [value="4.5"] + span,
  .rating--normal [value="4,5"] + span {
    width: 112.5px; }

/* line 461, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.rating--large {
  height: 32px; }
  /* line 464, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large[data-has-background] {
    width: 160px;
    background-image: url("/_Images/Bostitch/star-grey--large.png");
    background-size: 32px auto; }
  /* line 470, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large span {
    height: 32px;
    background-image: url("/_Images/Bostitch/star--large.png");
    background-size: 32px auto; }
  /* line 476, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="0"] + span {
    width: 0;
    height: 0; }
  /* line 481, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="1"] + span {
    width: 32px; }
  /* line 485, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="2"] + span {
    width: 64px; }
  /* line 489, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="3"] + span {
    width: 96px; }
  /* line 493, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="4"] + span {
    width: 128px; }
  /* line 497, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="5"] + span {
    width: 160px; }
  /* line 501, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="0.5"] + span,
  .rating--large [value="0,5"] + span {
    width: 16px; }
  /* line 506, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="1.5"] + span,
  .rating--large [value="1,5"] + span {
    width: 48px; }
  /* line 511, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="2.5"] + span,
  .rating--large [value="2,5"] + span {
    width: 80px; }
  /* line 516, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="3.5"] + span,
  .rating--large [value="3,5"] + span {
    width: 112px; }
  /* line 521, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .rating--large [value="4.5"] + span,
  .rating--large [value="4,5"] + span {
    width: 144px; }

/* line 529, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.cols--two-col--main-left__col--right,
.cols--two-col--main-right__col--right {
  margin-top: 2.1em; }

@media screen and (min-width: 768px) {
  /* line 535, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols {
    display: table;
    min-width: 100%; }
  /* line 540, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--main-left__col--left {
    padding-right: 30px; }
  /* line 544, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--main-left__col--right {
    width: 220px;
    max-width: 220px;
    margin-top: 0;
    padding-top: 9px; }
  /* line 551, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--main-right__col--right {
    padding-left: 30px; }
  /* line 555, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--main-right__col--left {
    width: 2200px;
    max-width: 2200px;
    margin-top: 0;
    padding-top: 6px; }
  /* line 562, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--equal__col--left,
  .cols--two-col--equal__col--right {
    width: 50%; }
  /* line 567, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--equal__col--left {
    padding-right: 15px; }
  /* line 571, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--equal__col--right {
    padding-left: 15px; } }

@media screen and (min-width: 1005px) {
  /* line 577, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols {
    min-width: 1005px; }
  /* line 581, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--main-left__col--left {
    padding-right: 64px; }
  /* line 585, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--main-left__col--right {
    width: 253px;
    max-width: 253px; }
  /* line 590, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--main-right__col--right {
    padding-left: 55px; }
  /* line 594, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols--two-col--main-right__col--left {
    width: 253px;
    max-width: 253px; } }

/* line 601, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module + .page-module,
.page-module + .page-content {
  padding-top: 35px; }

/* line 607, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
* + .page-content,
.page-content + * {
  margin-top: 1.8em; }

/* line 613, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background] {
  padding-top: 35px;
  padding-bottom: 35px; }

/* line 620, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="white"],
.callout[data-background="white"] {
  background-color: #fff; }

/* line 624, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="black"],
.callout[data-background="black"] {
  background-color: #000; }

/* line 628, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="grey"],
.callout[data-background="grey"] {
  background-color: #C7C7C7; }

/* line 632, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="orange-texture"],
.callout[data-background="orange-texture"] {
  background-image: url("/_Images/Bostitch/patterns/orange-texture.png"); }

/* line 636, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="light-grey-texture"],
.callout[data-background="light-grey-texture"] {
  background-image: url("/_Images/Bostitch/patterns/light-grey-texture.png"); }

/* line 640, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="grey-texture"],
.callout[data-background="grey-texture"] {
  background-image: url("/_Images/Bostitch/patterns/grey-texture.png"); }

/* line 644, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="mid-grey-texture"],
.callout[data-background="mid-grey-texture"] {
  background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png"); }

/* line 648, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="light-wood-texture"],
.callout[data-background="light-wood-texture"] {
  background-image: url("/_Images/Bostitch/patterns/light-wood-texture.png"); }

/* line 652, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module[data-background="dark-wood-texture"],
.callout[data-background="dark-wood-texture"] {
  background-image: url("/_Images/Bostitch/patterns/dark-wood-texture.png"); }

/* line 657, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.is-page-editor .page-module,
.is-page-editor .page-module--wider {
  position: relative; }

/* line 662, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module__title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 1.1em;
  color: #2E2E2E; }
  @media screen and (min-width: 768px) {
    /* line 662, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .page-module__title {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1005px) {
    /* line 662, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .page-module__title {
      font-size: 36px;
      font-size: 2.25rem; } }
  /* line 667, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  [data-background="black"] .page-module__title,
  [data-background="dark-wood-texture"] .page-module__title,
  [data-background="grey-texture"] .page-module__title,
  [data-background="mid-grey-texture"] .page-module__title {
    color: #e79932; }
  /* line 674, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  [data-background="orange-texture"] .page-module__title {
    color: #fff; }
  /* line 681, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .page-module__title a:after {
    position: relative;
    top: -3px;
    padding-left: 10px;
    border-width: 0.28em; }
  /* line 688, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .page-module__title a:hover {
    color: #e79932; }
  /* line 692, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  [data-background="black"] .page-module__title a:hover,
  [data-background="dark-wood-texture"] .page-module__title a:hover,
  [data-background="grey-texture"] .page-module__title a:hover,
  [data-background="mid-grey-texture"] .page-module__title a:hover {
    color: #E5E5E5; }
  /* line 699, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  [data-background="orange-texture"] .page-module__title a:hover {
    color: #262626; }

/* line 705, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.main > *:first-child {
  margin-top: 1.8em; }
  /* line 708, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .main > *:first-child.has-no-bottom-margin {
    margin-top: 0; }

/* line 713, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.main > .page-content:last-child {
  margin-bottom: 72px; }

@media screen and (min-width: 768px) {
  /* line 717, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .main > .page-content {
    padding-right: 80px; } }

@media screen and (min-width: 1005px) {
  /* line 717, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .main > .page-content {
    padding-right: 100px; } }

/* line 727, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-content--no-items-found {
  display: none; }
  /* line 730, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .page-content--no-items-found.is-visible {
    display: block; }

/* line 735, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.main > .page-module:last-child {
  padding-bottom: 65px; }

/* line 743, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.main > .has-no-bottom-margin:last-child {
  margin-bottom: 0; }

/* line 747, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module + .has-no-bottom-margin {
  margin-top: 35px;
  padding-top: 0; }
  /* line 751, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .page-module + .has-no-bottom-margin[data-background] {
    padding-top: 35px; }

/* line 757, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.has-no-bottom-margin + .has-no-bottom-margin {
  margin-top: 0; }

/* line 761, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.has-no-bottom-margin + .has-no-bottom-margin[data-background] {
  margin-top: 0;
  padding-top: 35px; }

/* line 767, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module__inner {
  max-width: 1005px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 768px) {
    /* line 767, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .page-module__inner {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 1005px) {
    /* line 767, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .page-module__inner {
      padding-right: 0;
      padding-left: 0; } }

/* line 785, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module_with-loader {
  position: relative; }

/* line 789, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.page-module--wider__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 768px) {
    /* line 789, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .page-module--wider__inner {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 1200px) {
    /* line 789, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
    .page-module--wider__inner {
      padding-right: 100px;
      padding-left: 100px; } }

/* line 808, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.callout {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px; }
  /* line 814, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .callout + .callout {
    margin-top: 1.1em; }
    @media screen and (min-width: 768px) {
      /* line 814, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
      .callout + .callout {
        margin-top: 2.5em; } }

@media screen and (min-width: 768px) {
  /* line 823, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .cols__col {
    display: table-cell;
    vertical-align: top; } }

/* line 829, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.cols__col .page-module__inner {
  padding-right: 0;
  padding-left: 0; }

/* line 836, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
.is-ajax-parent.is-loading {
  min-height: 120px; }
  /* line 840, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .is-ajax-parent.is-loading > * {
    display: none; }
  /* line 844, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_layout.scss */
  .is-ajax-parent.is-loading:after {
    width: 72px;
    height: 72px;
    background-color: #b0b0b0; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.radio__wrapper,
.checkbox__wrapper {
  display: inline-block;
  position: relative;
  top: 1px;
  cursor: default; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.radio,
.checkbox {
  position: absolute;
  z-index: 10;
  top: 0;
  left: -2px;
  display: block;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  opacity: 0; }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.radio__icon,
.checkbox__icon {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #C7C7C7;
  background-color: #fff; }
  /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .radio__icon:after,
  .checkbox__icon:after {
    position: relative;
    display: block;
    content: "";
    opacity: 0; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.radio:checked + .radio__icon:after,
.checkbox:checked + .checkbox__icon:after,
.radio:checked + * .radio__icon:after,
.checkbox:checked + * .checkbox__icon:after {
  opacity: 1; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.radio__icon {
  border-radius: 50%; }
  /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .radio__icon:after {
    top: 1px;
    left: 1px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #000; }

/* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.checkbox__icon {
  top: 2px;
  width: 16px;
  height: 16px; }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .checkbox__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1535px -10px;
    width: 10px;
    height: 8px; }

/* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__fieldset {
  width: 100%; }
  /* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__fieldset + .form__fieldset {
    margin-top: 51px;
    padding-top: 45px;
    border-top: 1px dashed #EDEDED; }

/* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__label {
  font-weight: normal; }
  /* line 83, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__label.t3 {
    font-size: 16px;
    font-size: 1rem; }

/* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.t7 + .form__items {
  margin-top: 2em; }

/* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__item + .form__item,
.form__item + .form__subtitle {
  margin-top: 2.5em; }

/* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
input.form__field,
textarea.form__field,
#reviews .pluck-review-create-review-input,
#reviews .pluck-review-create-review-desc-input,
#reviews .pluck-review-create-review-photoTitle,
#reviews .pluck-review-create-review-photoDesc {
  font-size: 14px;
  font-size: 0.875rem;
  font: inherit;
  width: 100%;
  height: 40px;
  padding-right: 15px;
  padding-left: 15px;
  transition: all 0.5s;
  color: #000;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px #E5E5E5 inset; }
  /* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  input.form__field:focus,
  textarea.form__field:focus,
  #reviews .pluck-review-create-review-input:focus,
  #reviews .pluck-review-create-review-desc-input:focus,
  #reviews .pluck-review-create-review-photoTitle:focus,
  #reviews .pluck-review-create-review-photoDesc:focus {
    border-color: #000;
    box-shadow: none; }
  /* line 126, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  input.form__field.error,
  textarea.form__field.error,
  #reviews .pluck-review-create-review-input.error,
  #reviews .pluck-review-create-review-desc-input.error,
  #reviews .pluck-review-create-review-photoTitle.error,
  #reviews .pluck-review-create-review-photoDesc.error {
    color: #FF0000;
    border-color: #FF0000;
    background-color: #f6eded;
    box-shadow: none; }
  /* line 133, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  input.form__field[disabled],
  textarea.form__field[disabled],
  #reviews .pluck-review-create-review-input[disabled],
  #reviews .pluck-review-create-review-desc-input[disabled],
  #reviews .pluck-review-create-review-photoTitle[disabled],
  #reviews .pluck-review-create-review-photoDesc[disabled] {
    opacity: 0.7;
    border-color: #808080;
    background-color: #C7C7C7; }

/* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__label + .form__field,
.form__label + .selectric-form__field {
  margin-top: 0.4em; }

/* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__field + .form__field,
.form__field + .form__label + .form__field,
.selectric-form__field + .form__field,
.selectric-form__field + .form__label + .form__field {
  margin-top: 1.6em; }

/* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
textarea.form__field.form__field--textarea,
#reviews .pluck-review-create-review-desc-input,
#reviews .pluck-review-create-review-photoDesc {
  height: 72px;
  padding-top: 10px; }

/* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.selectric-form__field .label {
  line-height: 36px;
  padding: 0 45px 0 18px;
  color: #e79932;
  border: 2px solid #000;
  border-radius: 5px;
  background-color: #000; }
  /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .selectric-form__field .label:after {
    top: 18px;
    border-top-color: #e79932; }

/* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.selectric-form__field.custom-select--is-open .label:after {
  top: 13px; }

/* line 180, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.selectric-form__field .custom-select__items {
  color: #fff;
  background: #e79932; }
  /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .selectric-form__field .custom-select__items li {
    border: 0; }
  /* line 188, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .selectric-form__field .custom-select__items li:hover,
  .selectric-form__field .custom-select__items li.selected {
    background-color: #262626; }

/* line 195, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__state-wrapper[data-hidden] {
  display: none; }

/* line 199, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.selectric-form__field--month {
  margin-bottom: 0.9em; }

/* line 203, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.selectric-form__field--day,
.selectric-form__field--year {
  width: 112px; }

/* line 208, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__item--day {
  float: left; }

/* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__item--year {
  float: right; }

/* line 216, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__label--error, .find-retailer__form label.error {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  display: block;
  color: #FF0000; }

/* line 223, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__general-error {
  position: static; }
  /* line 226, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__general-error a {
    text-decoration: underline; }
  /* line 230, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  * + .form__general-error {
    margin-top: 0.8em; }

/* line 238, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.is-loading .form__submit:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  content: "";
  animation: rotateplane 1.2s infinite ease-in-out; }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/* line 272, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__label--optional {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding-left: 5px;
  text-transform: uppercase;
  color: #808080; }

/* line 280, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__field__info {
  display: block;
  margin-top: 0.3em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3; }
  @media screen and (max-width: 767px) {
    /* line 280, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
    .form__field__info {
      margin-top: 1.6em; } }

/* line 291, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form .radio__wrapper,
.form .checkbox__wrapper {
  margin-right: 10px; }

/* line 296, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__label + .form__radio-fields {
  margin-top: 1em; }

/* line 300, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__radio-fields + .form__label {
  margin-top: 1em; }

/* line 304, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__radio-field {
  margin-left: 35px; }
  /* line 307, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__radio-field:first-child {
    margin-left: 0; }

/* line 312, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__checkbox-fields .rtf {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 1em 0 0 27px; }

/* line 327, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__checkbox-field {
  display: inline-block;
  width: 100%;
  margin-top: 1em;
  vertical-align: top; }

/* line 334, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form .checkbox__wrapper {
  float: left; }

/* line 338, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__checkbox-label {
  display: block;
  overflow: hidden; }

/* line 343, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__pin-state-wrapper {
  display: table;
  width: 100%; }

/* line 348, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__pin-wrapper,
.form__state-wrapper {
  display: table-cell; }

/* line 353, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__state-wrapper {
  width: 140px;
  max-width: 140px;
  padding-left: 20px; }

/* line 359, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__fieldsets + .form__item--is-submit {
  margin-top: 2.3em; }

/* line 363, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__item--is-submit + .form__fieldsets {
  margin-top: 2.1em; }

/* line 367, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__item--actions {
  text-align: center; }

/* line 371, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.form__link--back {
  display: inline-block;
  font-weight: normal;
  text-decoration: none; }
  /* line 378, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__link--back:hover {
    color: #262626; }
  /* line 382, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__field--is-submit + .form__link--back {
    margin-top: 1.4em; }

@media screen and (min-width: 480px) {
  /* line 389, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--actions {
    text-align: left; }
  /* line 394, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__field--is-submit + .form__link--back {
    margin-top: 0;
    margin-left: 2em; } }

@media screen and (min-width: 768px) {
  /* line 404, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--is-half {
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: top; }
    /* line 413, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
    .form__item--is-half:nth-of-type(odd) {
      padding-right: 15px; }
      /* line 416, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
      .form__item--is-half:nth-of-type(odd) + .form__item--is-half {
        padding-left: 15px; }
    /* line 421, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
    .form__item--is-half .form__item--is-half {
      padding-right: 0; }
  /* line 426, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--is-half:nth-of-type(1) + .form__item--is-half {
    margin-top: 0; }
  /* line 430, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__checkbox-field {
    width: calc(25% - 4px);
    padding-right: 5px; }
  /* line 435, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .selectric-form__field--month,
  .form__item--day,
  .form__item--year {
    float: left; }
  /* line 441, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .selectric-form__field--month {
    width: 272px;
    margin-bottom: 0; }
  /* line 446, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--day,
  .form__item--year {
    margin-left: 20px; }
  /* line 451, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  textarea.form__field.form__field--textarea {
    width: 75%; }
  /* line 455, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--is-half:nth-of-type(2n+1) + .form__field__info.form__item--is-half {
    padding-top: 1.7em;
    padding-left: 2px; }
  /* line 460, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__submit {
    position: relative;
    z-index: 5; }
  /* line 465, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--is-submit + .form__fieldsets {
    position: relative;
    top: -1.7em;
    margin-top: 0; } }

@media screen and (min-width: 1005px) {
  /* line 474, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__fieldset {
    padding-right: 110px; }
  /* line 479, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--is-half:nth-of-type(odd) {
    padding-right: 43px; }
    /* line 482, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
    .form__item--is-half:nth-of-type(odd) + .form__item--is-half {
      padding-left: 43px; }
  /* line 487, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--is-half .form__item--is-half {
    padding-right: 0; }
  /* line 492, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .form__item--is-half:nth-of-type(2n+1) + .form__field__info.form__item--is-half {
    padding-top: 2.4em; }
    /* line 495, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
    .form__item--is-half:nth-of-type(2n+1) + .form__field__info.form__item--is-half > * {
      display: block;
      width: 150%; } }

/* line 502, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
.save-complete-message {
  display: inline-block;
  margin-left: 7px;
  font-weight: normal;
  vertical-align: middle;
  color: #e79932; }
  @media screen and (max-width: 480px) {
    /* line 510, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
    * + .save-complete-message {
      margin-top: 2em; } }
  /* line 515, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  [data-has-dark-background] .save-complete-message {
    color: #fff; }
  /* line 519, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  .save-complete-message:before {
    display: inline-block;
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -701px -850px;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    padding-top: 10px;
    content: "";
    vertical-align: middle; }
  /* line 528, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/_forms.scss */
  [data-has-dark-background] .save-complete-message:before {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -678px -873px;
    width: 23px;
    height: 23px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
.custom-select__wrapper {
  position: relative;
  cursor: pointer; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
  .custom-select__wrapper.custom-select__disabled .label {
    cursor: default;
    opacity: 0.5; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
.custom-select {
  position: relative; }
  /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
  .custom-select .label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.25s;
    white-space: nowrap;
    text-overflow: ellipsis; }
    /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
    .custom-select .label:after {
      border-top-color: inherit;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      position: absolute;
      right: 15px; }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
.custom-select--is-open {
  z-index: 9999; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
  .custom-select--is-open .custom-select__items {
    top: 100%;
    left: 0;
    display: block;
    visibility: visible;
    height: auto;
    opacity: 1; }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
.custom-select__select--hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
  .custom-select__select--hidden select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0; }
  @media screen and (min-width: 1005px) {
    /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
    .custom-select__select--hidden {
      position: relative;
      top: auto;
      left: auto;
      overflow: hidden;
      width: 0;
      height: 0; }
      /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
      .custom-select__select--hidden select {
        z-index: -1;
        left: -9999px; } }

/* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
.custom-select__input {
  font: 0/0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none; }
  /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
  .is-touch .custom-select__input {
    display: none; }

/* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
.custom-select__items {
  position: absolute;
  z-index: -1;
  left: -9999px;
  display: none;
  visibility: hidden;
  transition: opacity 0.25s;
  opacity: 0; }
  /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
  .custom-select__items .custom-select__scroll {
    overflow: auto;
    height: 100%; }
  /* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
  .custom-select__above .custom-select__items {
    top: auto;
    bottom: 100%; }
  /* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
  .custom-select__items li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    display: block;
    min-height: 20px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.25s;
    border-top: 1px solid #000; }
    /* line 128, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_selectric.scss */
    .custom-select__items li:first-child {
      border-top: 0; }

/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal,
[data-remodal-id] {
  visibility: hidden; }

/* Necessary styles of the overlay */
/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

/* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
/* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0px); }

/* Necessary styles of the modal dialog */
/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal {
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: #fff; }

/* ==========================================================================
   Remodal default theme
   ========================================================================== */
/* Background for effects */
/* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal-bg {
  transition: filter 0.2s ease-out; }

/* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
body.remodal-is-active .remodal-bg {
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px); }

/* Default theme styles of the overlay */
/* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal-overlay {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(33, 36, 46, 0.95); }

/* line 101, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
body.remodal-is-active .remodal-overlay {
  opacity: 1; }

/* Default theme styles of the modal dialog */
/* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal {
  width: 100%;
  min-height: 100%;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0; }

/* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
body.remodal-is-active .remodal {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Vertical align of the modal dialog */
/* line 135, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
/* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal-close:hover,
.remodal-close:active {
  background: #3e5368; }

/* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
  color: #f4f4f4; }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 40.063em) {
  /* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
  .remodal {
    min-height: 0; } }

/* IE8
   ========================================================================== */
/* line 167, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E); }

/* line 171, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto; }

/* line 177, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center; }

/* line 183, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
  background: transparent; }

/* line 188, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_remodal.scss */
.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
  color: #3e5368; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.slick-slider {
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden; }
  /* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-list:focus {
    outline: none; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.slick-dots {
  position: absolute;
  right: 10px;
  bottom: 20px;
  left: 10px;
  text-align: center;
  z-index: 53; }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-dots li {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px; }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-dots li:first-child {
    margin-left: 0; }
  /* line 86, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-dots button {
    width: 10px;
    height: 10px;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #b0b0b0; }
    /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
    [data-background="orange-texture"] .slick-dots button {
      background-color: #363636; }
    /* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
    .slick-dots button:hover {
      background-color: #e79932; }
    /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
    [data-background="orange-texture"] .slick-dots button:hover {
      background-color: #fff; }
  /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .slick-dots .slick-active button {
    background-color: #e79932; }
    /* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
    [data-background="orange-texture"] .slick-dots .slick-active button {
      background-color: #fff; }

/* line 116, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.is-slider__btn {
  overflow: visible;
  position: absolute;
  width: 35px;
  height: 72px; }
  /* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  .is-slider__btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -53px -1556px;
    width: 53px;
    height: 54px;
    content: "";
    -ms-transform: rotate(0deg) scale(0.6);
        transform: rotate(0deg) scale(0.6); }
  /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
  [data-background="black"] .is-slider__btn:after,
  [data-background="dark-wood-texture"] .is-slider__btn:after,
  [data-background="grey-texture"] .is-slider__btn:after,
  [data-background="mid-grey-texture"] .is-slider__btn:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: 0px -1610px;
    width: 53px;
    height: 54px; }

/* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.is-slider__btn--prev:after {
  -ms-transform: rotate(180deg) scale(0.6);
      transform: rotate(180deg) scale(0.6);
  -ms-transform-origin: left;
      transform-origin: left; }

/* line 147, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_slick.scss */
.is-slider__btn--next {
  -ms-transform-origin: right;
      transform-origin: right; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
.easyzoom {
  position: relative; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
  .easyzoom.is-loading img {
    cursor: progress; }
  /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
  .easyzoom.is-ready img {
    cursor: crosshair; }
  /* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
  .easyzoom.is-error img {
    cursor: not-allowed; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
.easyzoom-notice {
  line-height: 2em;
  position: absolute;
  z-index: 150;
  top: 50%;
  left: 50%;
  width: 10em;
  margin: -1em 0 0 -5em;
  text-align: center;
  background-color: #e79932;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 767px) {
    /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
    .easyzoom-notice {
      display: none; } }

/* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
.product-detail__easyzoom.product-detail__image-wrapper--is-video .easyzoom-notice {
  display: none; }

/* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  border: 2px solid #2E2E2E;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 767px) {
    /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
    .easyzoom-flyout {
      display: none; } }
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/_easyzoom.scss */
  .easyzoom-flyout img {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
#reviews {
  font-family: "Oswald", arial, helvetica, sans-serif;
  padding-top: 35px;
  padding-bottom: 35px; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-list,
  #reviews .pluck-review-full-wrap,
  #reviews .pluck-review-full-header,
  #reviews .pluck-review-create-wrap,
  #reviews .pluck-review-create-header {
    background-color: transparent; }
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-wrap {
    padding-bottom: 0;
    border: 0; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-header > * {
    display: none; }
  /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-list-create {
    display: block;
    margin-top: -4px;
    margin-bottom: 10px; }
  /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-content-wrap {
    padding-bottom: 0;
    color: inherit;
    background-color: transparent; }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-first-post-review {
    min-height: 0;
    padding: 0;
    border-bottom: 0; }
  /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews p.pluck-review-first-post-text {
    margin: 0; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-first-post-link.pluck-review-create-first-post.pluck-png,
  #reviews .pluck-review-first-post-img.pluck-png {
    display: none; }
  /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-first-post-calltoaction {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.3;
    margin-right: 0;
    padding-top: 0; }
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-first-post {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    margin-top: 1.3em; }
    @media screen and (min-width: 768px) {
      /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-create-first-post {
        display: inline-block;
        margin-top: 0; } }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-errors,
  #reviews .pluck-review-main-area .pluck-review-hidden-message a,
  #reviews .pluck-review-main-area .pluck-review-underReview-message a,
  #reviews .pluck-review-main-area .pluck-review-edit-delete-control-wrap a,
  #reviews .pluck-review-main-area .pluck-review-featured-headline a,
  #reviews .pluck-review-main-area .pluck-review-full-stars a,
  #reviews .pluck-review-main-area .pluck-review-full-reviewer-block a,
  #reviews .pluck-review-main-area .pluck-review-full-review-desc a,
  #reviews .pluck-review-main-area .pluck-review-full-review-pro-con a,
  #reviews .pluck-review-main-area .pluck-review-full-review-action-buttons a,
  #reviews .pluck-review-main-area .pluck-review-full-review-comment-wrap a,
  #reviews .pluck-reviews-list-pagination a,
  #reviews span.pluck-reviews-list-pagination-separator,
  #reviews .pluck-review-rollup a,
  #reviews .pluck-review-category-rollup a,
  #reviews .pluck-review-create-wrap a,
  #reviews span.pluck-review-full-reviewer-otherreviews,
  #reviews a.pluck-review-most-helpful-reviewer-username,
  #reviews a.pluck-review-most-helpful-review-full-review-link,
  #reviews a.pluck-review-recent-reviews-parent-link,
  #reviews a.pluck-review-recent-reviews-reviewer-username,
  #reviews a.pluck-review-recent-reviews-review-full-review-link,
  #reviews a.pluck-review-top-rated-item-link,
  #reviews a.pluck-review-top-rated-reviewer-username,
  #reviews span.pluck-review-first-post-calltoaction a,
  #reviews .pluck-review-show-hidden-info,
  #reviews .pluck-review-hide-hidden-info,
  #reviews .pluck-review-most-helpful-show-hidden-info,
  #reviews .pluck-review-most-helpful-hide-hidden-info,
  #reviews .pluck-review-recent-reviews-show-hidden-info,
  #reviews .pluck-review-recent-reviews-hide-hidden-info,
  #reviews .pluck-review-full-navigation-back {
    padding: 0 3px;
    color: #e79932; }
    @media screen and (min-width: 1005px) {
      /* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-errors:hover,
      #reviews .pluck-review-main-area .pluck-review-hidden-message a:hover,
      #reviews .pluck-review-main-area .pluck-review-underReview-message a:hover,
      #reviews .pluck-review-main-area .pluck-review-edit-delete-control-wrap a:hover,
      #reviews .pluck-review-main-area .pluck-review-featured-headline a:hover,
      #reviews .pluck-review-main-area .pluck-review-full-stars a:hover,
      #reviews .pluck-review-main-area .pluck-review-full-reviewer-block a:hover,
      #reviews .pluck-review-main-area .pluck-review-full-review-desc a:hover,
      #reviews .pluck-review-main-area .pluck-review-full-review-pro-con a:hover,
      #reviews .pluck-review-main-area .pluck-review-full-review-action-buttons a:hover,
      #reviews .pluck-review-main-area .pluck-review-full-review-comment-wrap a:hover,
      #reviews .pluck-reviews-list-pagination a:hover,
      #reviews span.pluck-reviews-list-pagination-separator:hover,
      #reviews .pluck-review-rollup a:hover,
      #reviews .pluck-review-category-rollup a:hover,
      #reviews .pluck-review-create-wrap a:hover,
      #reviews span.pluck-review-full-reviewer-otherreviews:hover,
      #reviews a.pluck-review-most-helpful-reviewer-username:hover,
      #reviews a.pluck-review-most-helpful-review-full-review-link:hover,
      #reviews a.pluck-review-recent-reviews-parent-link:hover,
      #reviews a.pluck-review-recent-reviews-reviewer-username:hover,
      #reviews a.pluck-review-recent-reviews-review-full-review-link:hover,
      #reviews a.pluck-review-top-rated-item-link:hover,
      #reviews a.pluck-review-top-rated-reviewer-username:hover,
      #reviews span.pluck-review-first-post-calltoaction a:hover,
      #reviews .pluck-review-show-hidden-info:hover,
      #reviews .pluck-review-hide-hidden-info:hover,
      #reviews .pluck-review-most-helpful-show-hidden-info:hover,
      #reviews .pluck-review-most-helpful-hide-hidden-info:hover,
      #reviews .pluck-review-recent-reviews-show-hidden-info:hover,
      #reviews .pluck-review-recent-reviews-hide-hidden-info:hover,
      #reviews .pluck-review-full-navigation-back:hover {
        color: #262626; } }
  /* line 116, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-errors,
  #reviews .pluck-review-full-content-wrap,
  #reviews .pluck-review-wait-msg,
  #reviews .pluck-review-attributesOutput,
  #reviews .pluck-review-create-content-wrap {
    background-color: transparent; }
  /* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review,
  #reviews input.pluck-review-create-review-photoTitle,
  #reviews textarea.pluck-review-create-review-photoDesc,
  #reviews input.pluck-review-create-review-input,
  #reviews textarea.pluck-review-create-review-desc-input {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Oswald", arial, helvetica, sans-serif;
    color: inherit; }
  /* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-powered-by-wrap {
    display: none; }
  /* line 138, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-wrap {
    padding-bottom: 0;
    border: 0; }
  /* line 143, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-header-headline {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-content-wrap {
    margin-bottom: 0;
    padding: 0;
    border: 0; }
  /* line 154, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-label {
    float: none;
    width: auto; }
  /* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews p.pluck-review-create-review-label-text,
  #reviews p.pluck-review-create-review-label-long-text {
    margin-bottom: 0.5em;
    padding: 0;
    text-transform: uppercase;
    color: inherit;
    font-weight: normal; }
  /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-actions {
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-create-review-actions {
        width: 65%; } }
  /* line 177, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-actions-short {
    margin-top: -4px; }
  /* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-info-text {
    display: none; }
  /* line 185, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-content-wrap > div {
    float: none;
    clear: none; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    #reviews .pluck-review-create-content-wrap > div:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
    /* line 190, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-create-content-wrap > div + div {
      margin-top: 0.9em; }
  /* line 196, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-rate-this .pluck-review-create-review-label {
    display: inline-block; }
  /* line 200, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-rate-this .pluck-review-create-review-actions {
    position: relative;
    top: 2px;
    display: inline-block;
    float: none;
    width: auto;
    margin-left: 1em; }
  /* line 209, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-rate-this .pluck-review-create-review-star-box {
    padding: 0;
    width: auto;
    height: auto; }
  /* line 216, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-review-create-review-star:hover,
  #reviews a.pluck-review-create-review-star-active,
  #reviews span.pluck-review-create-review-star-active,
  #reviews a.pluck-review-create-review-star-clicked,
  #reviews span.pluck-review-create-review-star-clicked {
    background-color: transparent; }
  /* line 224, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-review-create-review-star {
    width: 19px;
    height: 18px;
    background-image: url("/_Images/Bostitch/star-darkgrey.png"); }
    /* line 229, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews a.pluck-review-create-review-star:hover, #reviews a.pluck-review-create-review-star.pluck-review-create-review-star-clicked, #reviews a.pluck-review-create-review-star.pluck-review-create-review-star-active {
      background-color: transparent;
      background-image: url("/_Images/Bostitch/star.png"); }
  /* line 237, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-title-tips {
    width: auto;
    border: 0;
    background-color: transparent; }
  /* line 243, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-desc-photoadd-file {
    margin-top: 1.2em;
    margin-bottom: 0;
    border-top: 0; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    #reviews .pluck-review-create-review-desc-photoadd-file:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
  /* line 250, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-desc-photoadd-action-wrap {
    height: auto;
    padding-right: 0; }
  /* line 255, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-desc-photoadd {
    width: auto;
    padding-bottom: 0;
    background-color: transparent; }
  /* line 261, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-desc-photoadd-add {
    float: none; }
    @media screen and (min-width: 480px) {
      /* line 261, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-create-review-desc-photoadd-add {
        float: right; } }
  /* line 269, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-desc-photoadd-button {
    float: none;
    margin: 0; }
  /* line 274, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-desc-photoadd-file-text {
    display: block;
    text-align: center;
    padding-top: 0;
    padding-left: 0; }
    @media screen and (min-width: 480px) {
      /* line 274, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-create-review-desc-photoadd-file-text {
        position: relative;
        top: 7px;
        display: inline-block;
        margin: 0 0 0 10px; } }
  /* line 288, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews span.pluck-primary-button-text,
  #reviews span.pluck-secondary-button-text {
    display: inline;
    padding: 0;
    background: none; }
  /* line 295, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-primary-button {
    color: #000; }
    /* line 299, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews a.pluck-primary-button:hover {
      color: #fff;
      background-color: #000; }
  /* line 305, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-secondary-button {
    color: #000; }
    /* line 309, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews a.pluck-secondary-button:hover, #reviews a.pluck-secondary-button:focus {
      color: #fff; }
  /* line 315, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-primary-button,
  #reviews a.pluck-secondary-button {
    font-weight: normal;
    line-height: 36px;
    height: auto;
    padding-right: 35px;
    padding-left: 35px;
    background-image: none; }
  /* line 326, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-desc-photoadd-info-wrap {
    clear: left;
    float: none;
    margin-top: 30px;
    margin-left: 0; }
  /* line 333, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-desc-photoadd-filename {
    font-size: 12px;
    font-size: 0.75rem;
    color: #C7C7C7; }
  /* line 338, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-cancel-button {
    display: block;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center; }
    @media screen and (max-width: 479px) {
      /* line 338, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews a.pluck-cancel-button {
        float: none; } }
    @media screen and (min-width: 480px) {
      /* line 338, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews a.pluck-cancel-button {
        position: relative;
        top: 7px;
        display: inline-block;
        margin-left: 14px; } }
  /* line 358, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-create-review-primary-buttons {
    height: auto;
    padding-left: 0; }
    @media screen and (max-width: 479px) {
      /* line 363, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-create-review-primary-buttons > a + a {
        margin-top: 0.8em; } }
  /* line 369, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-preview-controls-wrap {
    border: 0;
    background-color: transparent; }
  /* line 374, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-subheader {
    margin-bottom: 30px;
    border: 0;
    background-color: transparent; }
  /* line 380, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-header-filter {
    color: #262626;
    text-decoration: none;
    padding: 0 3px; }
    /* line 385, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-full-header-filter:hover {
      color: #e79932; }
    @media screen and (max-width: 479px) {
      /* line 380, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-full-header-filter {
        float: right; } }
  /* line 394, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-header-sort-label {
    color: #555555; }
  /* line 398, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-subheader-headline {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 13px;
    color: inherit;
    text-transform: capitalize; }
    /* line 405, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-full-subheader-headline > * {
      color: inherit; }
    @media screen and (max-width: 479px) {
      /* line 398, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-full-subheader-headline {
        clear: right; } }
  /* line 414, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-header-sorting {
    padding: 2px 10px 2px 5px;
    border: 1px solid #000;
    box-shadow: 0 0 10px #E5E5E5 inset; }
  /* line 420, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-single-review-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #2E2E2E; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    #reviews .pluck-review-full-review-single-review-wrap:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
    /* line 426, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-full-review-single-review-wrap:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  /* line 433, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-starsOutput {
    float: none;
    width: auto;
    height: auto; }
  /* line 439, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-starsOutput-color {
    position: relative;
    top: auto;
    width: 136px;
    height: 18px;
    background: url("/_Images/Bostitch/star.png") repeat-x; }
  /* line 447, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-starsOutput-overlay {
    display: none; }
  /* line 451, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-starsOutput em {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto !important;
    width: auto;
    height: auto;
    background: #fff; }
    /* line 461, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-starsOutput em[style="left: 100px"] {
      width: 0; }
    /* line 465, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-starsOutput em[style="left: 80px"] {
      width: 19.2%; }
    /* line 469, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-starsOutput em[style="left: 60px"] {
      width: 38.4%; }
    /* line 473, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-starsOutput em[style="left: 40px"] {
      width: 57.6%; }
    /* line 477, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-starsOutput em[style="left: 20px"] {
      width: 76.8%; }
    /* line 481, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-starsOutput em[style="left: 0px"] {
      width: 96%; }
  /* line 486, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews span.pluck-review-full-timestamp {
    position: relative;
    top: -3px;
    margin-top: 0;
    padding-top: 0;
    color: #000; }
  /* line 494, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-list-mp-wrap {
    display: none; }
  /* line 498, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-avatar {
    width: 57px;
    height: 62px; }
  /* line 503, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews img.pluck-avatar {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 5px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  #reviews .pluck-review-full-reviewer-meta:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 514, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews p.pluck-review-full-recommend {
    display: inline;
    margin-bottom: 28px;
    padding-left: 3px;
    padding-right: 3px;
    color: #e79932; }
  /* line 522, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-reviewer-otherreviews {
    display: none; }
  /* line 526, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews p.pluck-review-full-reviewer-name-reviews {
    display: inline-block;
    color: #363636; }
  /* line 531, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-reviewer-name-reviews a.pluck-review-full-reviewer-name {
    color: inherit;
    cursor: default;
    pointer-events: none; }
    /* line 536, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-full-reviewer-name-reviews a.pluck-review-full-reviewer-name:hover {
      color: inherit;
      background-color: transparent; }
  /* line 542, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-desc {
    margin-top: -47px;
    color: #363636; }
    @media screen and (min-width: 768px) {
      /* line 542, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
      #reviews .pluck-review-full-review-desc {
        padding-right: 172px; } }
  /* line 551, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal; }
  /* line 556, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-recommendations {
    display: none; }
  /* line 560, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-pro-con {
    margin-left: 14px; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    #reviews .pluck-review-full-review-pro-con:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
    /* line 564, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-full-review-pro-con strong {
      font-weight: normal;
      display: block;
      text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    /* line 571, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-full-review-pro {
      margin-right: 5%; } }
  @media screen and (min-width: 768px) {
    /* line 577, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-full-review-pro,
    #reviews .pluck-review-full-review-pro {
      width: 40%;
      float: left; } }
  /* line 585, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-con {
    color: #b0b0b0; }
    /* line 588, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
    #reviews .pluck-review-full-review-con strong {
      color: #000; }
  /* line 593, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-action-buttons {
    display: none; }
  /* line 597, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-review-full-review-comment-wrap {
    display: none; }
  /* line 601, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-reviews-list-pagination {
    height: auto;
    padding-right: 0;
    padding-left: 0;
    text-align: center; }
  /* line 608, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-reviews-list-pagination-wrapper {
    display: inline-block;
    float: none;
    height: auto; }
  /* line 616, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-reviews-list-pagination-button-prev:hover,
  #reviews a.pluck-reviews-list-pagination-button-next:hover {
    background-color: transparent; }
  /* line 621, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-reviews-list-pagination-button-prev {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1114px -418px;
    width: 12px;
    height: 21px; }
  /* line 625, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews span.pluck-reviews-list-pagination-button-prev {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1078px -481px;
    width: 12px;
    height: 21px; }
  /* line 629, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews a.pluck-reviews-list-pagination-button-next {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1090px -460px;
    width: 12px;
    height: 21px; }
  /* line 633, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews span.pluck-reviews-list-pagination-button-next {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1126px -397px;
    width: 12px;
    height: 21px; }
  /* line 637, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews .pluck-reviews-list-pagination-page {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 0; }
  /* line 642, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
  #reviews span.pluck-review-full-attributes-name {
    width: 180px; }

/* line 647, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/plugins/pluck/_reviews.scss */
#lightbox-overlay,
#lightbox {
  z-index: 786; }

/*
.RowSkin,
.ButtonSkin,
.ScrubberSkin,
.GroupSkin,
.ScrubberTrackSkin {
    display: none !important;
}
*/
/* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/_videoPlayer.scss */
.IconPlay {
  width: 10px;
  height: 10px; }

/* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/_videoPlayer.scss */
.video-player-modal {
  position: fixed;
  z-index: 1999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: transform 0.5s, opacity 0.5s;
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  opacity: 0;
  background-color: #000; }
  /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/_videoPlayer.scss */
  .video-player-modal.is-youtube-video {
    z-index: 1998; }
  /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/_videoPlayer.scss */
  .video-player-modal[data-video-opened] {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    opacity: 1; }

/* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/_videoPlayer.scss */
.tpPlayer {
  width: 100%;
  height: 100%; }

/* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/_videoPlayer.scss */
.remodal-close {
  position: absolute;
  z-index: 10000;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  background-color: transparent; }
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/_videoPlayer.scss */
  .remodal-close:after {
    font-size: 31px;
    font-size: 1.9375rem;
    font-weight: bold;
    position: absolute;
    top: -13px;
    left: -7px;
    padding: 10px;
    content: "+";
    cursor: pointer;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    text-indent: 0;
    color: #fff; }

/* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/_videoPlayer.scss */
.video-player__youtube-frame {
  height: 100%;
  width: 100%; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
.interests {
  padding-right: 0; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
.interests__description {
  max-width: 626px; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
.interests__checkbox-field {
  position: static;
  opacity: 0; }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
.interests__interest {
  display: inline-block;
  width: calc(50% - 12px);
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
  vertical-align: top; }
  /* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
  .interests__interest:nth-child(odd) {
    margin-right: 20px; }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
.interests__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 134px;
  margin-bottom: 8px; }

/* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
.form .interests__checkbox {
  display: inline-block;
  float: none; }

@media print, screen and (min-width: 480px) {
  /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
  .interests__interest {
    width: calc(33.33% - 16px);
    margin-right: 20px; }
    /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
    .interests__interest:nth-child(3n) {
      margin-right: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
  .interests__interest {
    width: calc(25% - 15px);
    margin-right: 16px;
    margin-bottom: 25px; }
    /* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
    .interests__interest:nth-child(3n), .interests__interest:nth-child(odd) {
      margin-right: 16px; }
    /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
    .interests__interest:nth-child(4n) {
      margin-right: 0; }
  /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
  .interests__image {
    height: 160px; } }

@media print, screen and (min-width: 1005px) {
  /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_interests.scss */
  .interests__image {
    height: 223px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
.tooltip {
  display: inline-block;
  position: relative;
  z-index: 99;
  top: -2px;
  margin-left: 8px;
  vertical-align: bottom; }
  /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
  .form__label .tooltip {
    margin-top: -5px; }
  /* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
  .tooltip:before {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 2px;
    visibility: hidden;
    margin-top: -1px;
    content: "";
    transition: opacity 0.25s;
    opacity: 0;
    color: #e79932;
    border-width: 0.76em; }
  /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
  .tooltip[data-expanded]:before {
    visibility: visible;
    opacity: 1;
    border-color: transparent transparent #e79932 transparent; }
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
  .tooltip[data-expanded]:hover:before {
    border-color: transparent transparent #e79932 transparent; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
.tooltip__trigger {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -874px -685px;
  width: 20px;
  height: 20px; }

/* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
.tooltip__text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  position: absolute;
  top: 100%;
  left: -52px;
  visibility: hidden;
  width: 190px;
  margin-top: 15px;
  padding: 10px 20px 10px 15px;
  transition: opacity 0.25s;
  text-transform: none;
  pointer-events: none;
  opacity: 0;
  color: #fff;
  border: 1px solid #262626;
  background-color: #e79932;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
  .tooltip__text:after {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 300;
    position: absolute;
    top: -22px;
    right: 5px;
    content: "+";
    cursor: pointer;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_tooltip.scss */
  .tooltip__text[data-expanded] {
    visibility: visible;
    opacity: 1; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
.load-more:after {
  display: table;
  clear: both;
  zoom: 1;
  content: ""; }

@media screen and (max-width: 767px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loadMore.scss */
  .load-more {
    padding-top: 0; } }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loadMore.scss */
.load-more.disabled {
  display: none; }

/* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loadMore.scss */
[data-background] .load-more {
  border-bottom: 0; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/Snippets/_loader.scss */
.loader {
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: center; }

@keyframes load {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/Snippets/_loader.scss */
.loader-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #767676;
  opacity: 1;
  animation: load infinite 1s; }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/Snippets/_loader.scss */
.loader-icon + .loader-icon {
  margin-left: 8px; }

/* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/Snippets/_loader.scss */
.loader-icon:nth-child(2) {
  animation-delay: .166s; }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/Snippets/_loader.scss */
.loader-icon:nth-child(3) {
  animation-delay: .333s; }

/* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/Snippets/_loader.scss */
.load-more__animation {
  position: relative;
  bottom: 0;
  width: 100%; }
  /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/Snippets/_loader.scss */
  .load-more__animation .is-pager__btn {
    visibility: initial;
    display: block;
    padding: 0;
    background-color: transparent;
    cursor: default;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
.product-listing:after {
  display: table;
  clear: both;
  zoom: 1;
  content: ""; }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__item {
  position: relative;
  max-width: 340px;
  height: 453px;
  margin: 0 auto 14px;
  padding: 20px;
  transition: opacity 0.5s;
  border: 1px solid #C7C7C7;
  background-color: #fff; }
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__item .rating--normal {
    background-image: url("/_Images/Bostitch/star-darkgrey.png"); }
  /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__item.product-listing__item--is-disabled {
    opacity: 0.6; }
    /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
    .product-listing__item.product-listing__item--is-disabled.product-listing__item--not-product {
      opacity: 1; }
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__item .callout {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: calc(100% - 40px); }

/* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__item--not-product {
  padding: 0;
  border: 0;
  background-color: transparent; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__new__ribbon {
  position: absolute;
  z-index: 3;
  top: -4px;
  right: -4px;
  overflow: hidden;
  width: 118px;
  height: 118px; }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__new__text {
  font-weight: bold;
  line-height: 27px;
  position: absolute;
  top: 8px;
  right: -29px;
  display: block;
  width: 95px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  text-align: center;
  text-transform: uppercase;
  color: #262626;
  background-color: #e79932; }
  /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__new__text:before, .product-listing__new__text:after {
    position: absolute;
    z-index: -1;
    top: 100%;
    content: ""; }
  /* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__new__text:before {
    left: 0;
    border-top: 4px solid #e79932;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #e79932; }
  /* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__new__text:after {
    right: 4px;
    border-top: 4px solid #ccae2c;
    border-right: 4px solid #ccae2c;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent; }

/* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__logo {
  position: absolute;
  top: 10px;
  right: 10px; }
  /* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__new__ribbon + .product-listing__logo {
    right: 42px; }

/* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__image-wrapper {
  line-height: 226px;
  height: 230px;
  text-align: center; }
  /* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__image-wrapper img {
    display: inline-block;
    line-height: 1.4;
    color: rgba(231, 153, 50, 0.6); }

/* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__title {
  line-height: 1.6;
  margin-top: 1.1em; }
  /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__item a:hover .product-listing__title {
    color: #e79932; }

/* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__sku {
  margin-top: 0;
  text-transform: uppercase;
  color: #b0b0b0; }

/* line 126, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__cta {
  position: absolute;
  right: 20px;
  bottom: 15px;
  left: 20px;
  min-height: 35px;
  padding-top: 12px;
  border-top: 1px dashed #C7C7C7; }

/* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__compare {
  font-weight: normal;
  float: left; }
  /* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__compare .checkbox__wrapper {
    margin-right: 7px; }

/* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
.product-listing__link {
  font-weight: normal;
  text-decoration: none; }
  /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__link:hover {
    color: #262626; }
  /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__compare + .product-listing__link {
    float: right; }

@media print, screen and (min-width: 680px) {
  /* line 162, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing {
    width: 670px;
    margin-top: 1.2em;
    margin-right: auto;
    margin-left: auto; }
  /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__item {
    float: left;
    width: calc(50% - 8px);
    max-width: none;
    margin-right: 15px; }
    /* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
    .product-listing__item:nth-child(even) {
      margin-right: 0; }
  /* line 180, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__item--spans-two-col {
    width: calc(100% + 0px);
    margin-right: 0; }
    /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
    .product-listing__item--spans-two-col ~ .product-listing__item:nth-child(odd) {
      margin-right: 0; }
    /* line 188, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
    .product-listing__item--spans-two-col ~ .product-listing__item:nth-child(even) {
      margin-right: 15px; } }

@media print, screen and (min-width: 1005px) {
  /* line 196, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing {
    width: auto; }
  /* line 200, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__item {
    width: calc(33.33% - 10px); }
    /* line 203, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
    .product-listing__item:nth-child(even) {
      margin-right: 15px; }
    /* line 207, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
    .product-listing__item:nth-child(3n) {
      margin-right: 0; }
  /* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
  .product-listing__item--spans-two-col {
    width: calc(66% + 0px);
    margin-right: 0; }
    /* line 216, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
    .product-listing__item--spans-two-col ~ .product-listing__item:nth-child(3n),
    .product-listing__item--spans-two-col ~ .product-listing__item:nth-child(n + 7) {
      margin-right: 15px; }
    /* line 221, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_productListing.scss */
    .product-listing__item--spans-two-col ~ .product-listing__item:nth-child(3n + 2) {
      margin-right: 0; } }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_sort.scss */
.selectric-sort {
  font-size: 12px;
  font-size: 0.75rem;
  width: 167px; }
  /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_sort.scss */
  .selectric-sort .label {
    font-weight: normal;
    padding: 3px 7px;
    text-transform: uppercase;
    color: #262626;
    text-align: center;
    border: 2px solid #262626;
    border-radius: 5px; }
    /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_sort.scss */
    .selectric-sort .label:after {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -1459px -72px;
      width: 14px;
      height: 8px;
      position: relative;
      top: -2px;
      right: auto;
      margin-left: 10px;
      content: "";
      transition: transform 0.25s;
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      border: 0; }
  /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_sort.scss */
  .selectric-sort.custom-select--is-open .custom-select .label:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1459px -72px;
    width: 14px;
    height: 8px;
    top: -2px;
    right: auto;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    border: 0; }
  /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_sort.scss */
  .selectric-sort .custom-select__items {
    color: #262626;
    background-color: #e79932; }
    /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_sort.scss */
    .selectric-sort .custom-select__items li {
      font-weight: normal;
      border: 0; }
      /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_sort.scss */
      .selectric-sort .custom-select__items li.selected, .selectric-sort .custom-select__items li:hover {
        color: #e79932;
        background-color: #000; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_socialSharing.scss */
.social-sharing .at-resp-share-element.at-mobile a,
.social-sharing .at-mobile .at-resp-share-element a {
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center; }
  /* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_socialSharing.scss */
  .social-sharing .at-resp-share-element.at-mobile a:last-child,
  .social-sharing .at-mobile .at-resp-share-element a:last-child {
    margin-right: 0; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_socialSharing.scss */
.social-sharing .at-resp-share-element span {
  float: none; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
.login-signup-modal__wrapper {
  background-image: url("/_Images/Bostitch/patterns/light-grey-texture.png"); }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__wrapper .remodal-close {
    right: 0;
    background-color: #808080; }
    /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
    .login-signup-modal__wrapper .remodal-close:hover {
      background-color: #2E2E2E; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
.login-signup-modal__inner-content {
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 20px; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
.login-signup-modal__title {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 6px 0 6px 20px;
  color: #fff;
  background-color: #000; }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
.section-left-subtitle__text,
.section-right-subtitle__text {
  font-weight: normal;
  padding-bottom: 20px; }

/* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
.login-signup-modal__forgot-password {
  display: inline-block;
  margin: 20px 0 30px; }
  /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__forgot-password:hover {
    color: #262626; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
.login-signup-modal__form__general-error {
  position: absolute; }

@media screen and (max-width: 767px) {
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__section-left {
    width: 100%;
    margin-bottom: 30px; }
  /* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__section-right {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #b0b0b0; } }

@media print, screen and (min-width: 768px) {
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__wrapper {
    width: 650px; }
  /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__section-left {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 20px 0 10px; }
  /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__section-right {
    display: inline-block;
    width: 50%;
    padding: 0 0 0 20px;
    border-left: 1px #b0b0b0 solid; } }

@media print, screen and (min-width: 1005px) {
  /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__inner-content {
    margin-top: 40px; }
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__section-left {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 20px 0;
    padding: 0 30px 0 20px; }
  /* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_loginSignUpModal.scss */
  .login-signup-modal__section-right {
    display: inline-block;
    width: 50%;
    margin: 20px 0 0;
    padding: 0 20px;
    border-left: 1px solid #b0b0b0; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
.items-to-display__label {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
.custom-select__wrapper.selectric-items-to-display {
  display: inline-block;
  vertical-align: middle; }
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
  .custom-select__wrapper.selectric-items-to-display .custom-select {
    display: none; }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
  .custom-select__wrapper.selectric-items-to-display .custom-select__items {
    position: static;
    display: block;
    visibility: visible;
    overflow: visible;
    opacity: 1;
    border: 0;
    background-color: transparent; }
  /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
  .custom-select__wrapper.selectric-items-to-display li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 13px;
    display: inline-block;
    min-height: 13px;
    margin-left: 5px;
    padding: 0 0 0 5px;
    color: #e79932;
    border-top: 0;
    border-left: 1px solid #000; }
    /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
    .custom-select__wrapper.selectric-items-to-display li.selected {
      font-weight: normal;
      color: #000;
      background-color: transparent; }
    /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
    .custom-select__wrapper.selectric-items-to-display li:hover {
      background-color: transparent; }
    /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
    .custom-select__wrapper.selectric-items-to-display li:first-child {
      border-left: 0; }

@media print, screen and (min-width: 1005px) {
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_itemsToDisplay.scss */
  .custom-select__wrapper.selectric-items-to-display li:hover {
    text-decoration: underline; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
#map .scroll-fix {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap; }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
#map .title {
  font-weight: 500;
  display: block;
  margin-bottom: 3px; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
#map img {
  max-height: none;
  max-width: none; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
.service-center-results-listing-map-wrapper-wrap #map {
  width: 100%;
  height: 325px;
  margin: 30px 0; }

/* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
.authorized-location {
  font-weight: bold; }

@media screen and (min-width: 768px) {
  /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
  .service-center-results-listing-map-wrapper-wrap #map {
    width: 100%;
    height: 472px;
    margin-top: 0; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
  .service-center-results-listing-map-wrapper-wrap {
    float: left;
    width: 50%;
    height: 472px; } }

@media screen and (min-width: 1005px) {
  /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
  .service-center-results-listing-map-wrapper-wrap #map {
    height: 572px; }
  /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_map.scss */
  .service-center-results-listing-map-wrapper-wrap {
    width: 460px;
    height: 573px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/virtual-toolbox/_confirmationModal.scss */
.confirmation-modal {
  width: 270px;
  min-height: 0;
  padding: 22px 35px;
  text-align: center;
  color: #fff;
  border: 2px solid #e79932;
  background-color: rgba(0, 0, 0, 0.5); }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/virtual-toolbox/_confirmationModal.scss */
  .confirmation-modal .remodal-close {
    top: -10px;
    right: -10px;
    background-color: transparent; }
    /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/virtual-toolbox/_confirmationModal.scss */
    .confirmation-modal .remodal-close:after {
      font-size: 40px;
      font-size: 2.5rem;
      color: #e79932; }
    /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/virtual-toolbox/_confirmationModal.scss */
    .confirmation-modal .remodal-close:hover {
      background-color: transparent; }

/* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/virtual-toolbox/_confirmationModal.scss */
* + .confirmation-modal__actions-wrapper {
  margin-top: 0.8em; }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/virtual-toolbox/_confirmationModal.scss */
.confirmation-modal__action {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff; }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/virtual-toolbox/_confirmationModal.scss */
  .confirmation-modal__action:hover {
    color: #e79932; }
  /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/virtual-toolbox/_confirmationModal.scss */
  * + .confirmation-modal__action {
    border-left: 2px solid #e79932; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search {
  position: relative;
  max-width: 405px; }
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  * + .predictive-search {
    margin-top: 1.9em; }

/* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__form {
  position: relative;
  width: 100%;
  height: 47px;
  padding: 0 45px 0 15px;
  border: 2px solid #e79932;
  border-radius: 3px; }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-has-dark-background] .predictive-search__form,
  [data-background="black"] .predictive-search__form,
  [data-background="dark-wood-texture"] .predictive-search__form,
  [data-background="grey-texture"] .predictive-search__form,
  [data-background="mid-grey-texture"] .predictive-search__form {
    border-color: #fff; }
  /* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-background="white"] .predictive-search__form,
  [data-background="grey"] .predictive-search__form,
  [data-background="orange"] .predictive-search__form,
  [data-background="orange-texture"] .predictive-search__form,
  [data-background="light-grey"] .predictive-search__form,
  [data-background="light-grey-texture"] .predictive-search__form,
  [data-background="light-color"] .predictive-search__form,
  [data-background="light-wood-texture"] .predictive-search__form {
    border-color: #e79932; }

/* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__error {
  position: static;
  margin-top: 8px;
  margin-left: 10px;
  display: none; }
  /* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search--error .predictive-search__error {
    display: block; }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__icon {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -953px -609px;
  width: 19px;
  height: 18px;
  right: 20px; }
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-has-dark-background] .predictive-search__icon,
  [data-background="black"] .predictive-search__icon,
  [data-background="dark-wood-texture"] .predictive-search__icon,
  [data-background="grey-texture"] .predictive-search__icon,
  [data-background="mid-grey-texture"] .predictive-search__icon {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1249px -306px;
    width: 15px;
    height: 15px; }
  /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-background="white"] .predictive-search__icon,
  [data-background="grey"] .predictive-search__icon,
  [data-background="orange"] .predictive-search__icon,
  [data-background="orange-texture"] .predictive-search__icon,
  [data-background="light-grey"] .predictive-search__icon,
  [data-background="light-grey-texture"] .predictive-search__icon,
  [data-background="light-color"] .predictive-search__icon,
  [data-background="light-wood-texture"] .predictive-search__icon {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -953px -609px;
    width: 19px;
    height: 18px; }
  /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__form--should-submit .predictive-search__icon {
    cursor: pointer; }
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__form.is-loading .predictive-search__icon {
    position: absolute;
    background-image: none; }
    /* line 83, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
    .predictive-search__form.is-loading .predictive-search__icon:after {
      background-color: #e79932; }

/* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__field {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Oswald", arial, helvetica, sans-serif;
  font-weight: 300;
  width: 100%;
  height: 43px;
  color: #2E2E2E;
  border: 0;
  background-color: transparent; }
  @media print, screen and (max-width: 767px) {
    /* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
    .predictive-search__field {
      font-size: 12px;
      font-size: 0.75rem; } }
  /* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-has-dark-background] .predictive-search__field,
  [data-background="black"] .predictive-search__field,
  [data-background="dark-wood-texture"] .predictive-search__field,
  [data-background="grey-texture"] .predictive-search__field,
  [data-background="mid-grey-texture"] .predictive-search__field {
    color: #fff; }
  /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-background="white"] .predictive-search__field,
  [data-background="grey"] .predictive-search__field,
  [data-background="orange"] .predictive-search__field,
  [data-background="orange-texture"] .predictive-search__field,
  [data-background="light-grey"] .predictive-search__field,
  [data-background="light-grey-texture"] .predictive-search__field,
  [data-background="light-color"] .predictive-search__field,
  [data-background="light-wood-texture"] .predictive-search__field {
    color: #2E2E2E; }
  /* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__field::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000; }
  /* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__field:-moz-placeholder {
    opacity: 0.5;
    color: #000; }
  /* line 132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__field:-ms-input-placeholder {
    opacity: 0.5;
    color: #000; }
  /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-has-dark-background] .predictive-search__field::-webkit-input-placeholder,
  [data-background="black"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="dark-wood-texture"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="grey-texture"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="mid-grey-texture"] .predictive-search__field::-webkit-input-placeholder {
    opacity: 0.5;
    color: #fff; }
  /* line 147, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-has-dark-background] .predictive-search__field:-moz-placeholder,
  [data-background="black"] .predictive-search__field:-moz-placeholder,
  [data-background="dark-wood-texture"] .predictive-search__field:-moz-placeholder,
  [data-background="grey-texture"] .predictive-search__field:-moz-placeholder,
  [data-background="mid-grey-texture"] .predictive-search__field:-moz-placeholder {
    opacity: 0.5;
    color: #fff; }
  /* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-has-dark-background] .predictive-search__field:-ms-input-placeholder,
  [data-background="black"] .predictive-search__field:-ms-input-placeholder,
  [data-background="dark-wood-texture"] .predictive-search__field:-ms-input-placeholder,
  [data-background="grey-texture"] .predictive-search__field:-ms-input-placeholder,
  [data-background="mid-grey-texture"] .predictive-search__field:-ms-input-placeholder {
    opacity: 0.5;
    color: #fff; }
  /* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-background="white"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="grey"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="orange"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="orange-texture"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="light-grey"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="light-grey-texture"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="light-color"] .predictive-search__field::-webkit-input-placeholder,
  [data-background="light-wood-texture"] .predictive-search__field::-webkit-input-placeholder {
    opacity: 0.5;
    color: #000; }
  /* line 171, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-background="white"] .predictive-search__field:-moz-placeholder,
  [data-background="grey"] .predictive-search__field:-moz-placeholder,
  [data-background="orange"] .predictive-search__field:-moz-placeholder,
  [data-background="orange-texture"] .predictive-search__field:-moz-placeholder,
  [data-background="light-grey"] .predictive-search__field:-moz-placeholder,
  [data-background="light-grey-texture"] .predictive-search__field:-moz-placeholder,
  [data-background="light-color"] .predictive-search__field:-moz-placeholder,
  [data-background="light-wood-texture"] .predictive-search__field:-moz-placeholder {
    opacity: 0.5;
    color: #000; }
  /* line 176, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-background="white"] .predictive-search__field:-ms-input-placeholder,
  [data-background="grey"] .predictive-search__field:-ms-input-placeholder,
  [data-background="orange"] .predictive-search__field:-ms-input-placeholder,
  [data-background="orange-texture"] .predictive-search__field:-ms-input-placeholder,
  [data-background="light-grey"] .predictive-search__field:-ms-input-placeholder,
  [data-background="light-grey-texture"] .predictive-search__field:-ms-input-placeholder,
  [data-background="light-color"] .predictive-search__field:-ms-input-placeholder,
  [data-background="light-wood-texture"] .predictive-search__field:-ms-input-placeholder {
    opacity: 0.5;
    color: #000; }

/* line 183, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__results-wrapper {
  font-size: 0;
  position: absolute;
  z-index: 253;
  top: 100%;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin-top: 15px;
  transition: opacity 0.25s;
  opacity: 0;
  background-color: #C7C7C7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  /* line 199, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__results-wrapper:before {
    position: absolute;
    top: 0;
    right: 18px;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    border-width: 8px;
    border-bottom-color: #C7C7C7; }
  /* line 209, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__results-wrapper[data-visible] {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1; }

/* line 217, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__results {
  overflow: auto;
  min-height: 110px;
  max-height: 310px; }

/* line 223, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__result {
  font-size: initial; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .predictive-search__result:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 227, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__result.is-loading {
    overflow: hidden; }
    /* line 231, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
    .predictive-search__result.is-loading > * {
      opacity: 0; }
    /* line 235, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
    .predictive-search__result.is-loading:after {
      background-color: #e79932; }
  /* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__result + .predictive-search__result {
    border-top: 1px solid #fff; }

/* line 245, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__link {
  display: block;
  padding: 15px 10px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .predictive-search__link:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 250, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__link:hover, .predictive-search__link:focus {
    background-color: #363636; }

/* line 256, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__image-wrapper {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff; }

/* line 267, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 6px;
  font-size: 0.375rem;
  border: 2px solid #fff; }

/* line 273, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__product-name-wrapper {
  overflow: hidden; }

/* line 277, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__product-name {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -1px;
  display: inline;
  transition: color 0.25s;
  color: #363636; }
  /* line 285, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  [data-background="black"] .predictive-search__product-name,
  [data-background="dark-wood-texture"] .predictive-search__product-name,
  [data-background="grey-texture"] .predictive-search__product-name,
  [data-background="mid-grey-texture"] .predictive-search__product-name {
    color: #363636; }
  /* line 292, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  body[data-has-dark-background] .main .predictive-search .predictive-search__product-name {
    color: #363636; }
  /* line 296, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__link:hover .predictive-search__product-name,
  .predictive-search__link:focus .predictive-search__product-name {
    color: #fff; }
  /* line 301, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  body[data-has-dark-background] .main .predictive-search .predictive-search__link:hover .predictive-search__product-name,
  body[data-has-dark-background] .main .predictive-search .predictive-search__link:focus .predictive-search__product-name {
    color: #fff; }
  /* line 306, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__result.is-loading .predictive-search__product-name {
    font-size: 0; }

/* line 311, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__too-many-results-msg {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 10px;
  text-align: center;
  background-color: #e79932; }
  /* line 317, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__too-many-results-msg.predictive-search__cta-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent; }
  /* line 323, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  * + .predictive-search__too-many-results-msg {
    border-top: 1px dashed #fff; }
  /* line 327, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  body[data-has-dark-background] .main .predictive-search .predictive-search__too-many-results-msg {
    color: #000; }

/* line 332, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
.predictive-search__cta {
  display: block;
  color: #363636; }
  /* line 337, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/snippets/_search.scss */
  .predictive-search__cta:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -53px -1556px;
    width: 53px;
    height: 54px;
    width: 56px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_simpleBanner.scss */
.simple-banner.page-module.has-no-bottom-margin[data-background] {
  padding: 0; }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_simpleBanner.scss */
.simple-banner__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 80px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
.redirect-banner {
  position: relative;
  z-index: 786;
  background-color: #363636; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
.redirect-banner__inner {
  text-align: center;
  color: #fff; }

/* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
.redirect-banner__description {
  padding: 15px 0; }

/* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
.redirect-banner__list {
  display: table;
  padding-bottom: 15px; }

/* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
.redirect-banner__item {
  display: table-cell;
  width: 50%;
  max-width: 50%;
  padding: 0 5px;
  vertical-align: middle; }
  /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
  .redirect-banner__item.redirect-banner__item a {
    color: #fff; }
    /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
    .redirect-banner__item.redirect-banner__item a:hover {
      color: #e79932; }
  /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
  .redirect-banner__item.redirect-banner__item img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px; }
  /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
  .redirect-banner__item:first-child {
    border-right: 1px solid #C7C7C7; }

/* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
.redirect-banner__item--upper {
  font-weight: 700;
  text-transform: uppercase; }

/* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
.redirect-banner__item--small {
  font-size: 12px;
  font-size: 0.75rem; }

@media print, screen and (min-width: 768px) {
  /* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
  .redirect-banner__list {
    max-width: 400px;
    margin: 0 auto; }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
  .redirect-banner__item {
    padding: 0 20px; } }

@media print, screen and (min-width: 1005px) {
  /* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
  .redirect-banner__list {
    max-width: 500px;
    margin: 0 auto; }
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
  .redirect-banner__item {
    padding-right: 50px;
    padding-left: 50px; }
    /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_redirectBanner.scss */
    .redirect-banner__item.redirect-banner__item img {
      display: inline;
      padding-right: 5px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
.email-banner {
  position: relative;
  z-index: 786;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #2E2E2E; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner * + * {
    margin-top: 1.8em; }

/* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
.email-banner__title + .email-banner__caption,
.email-banner__form-close-wrapper {
  margin-top: 0; }

/* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
.email-banner__form__label--error {
  margin-top: 0; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
.email-banner__form__label--error--for-desktop {
  display: none; }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
.email-banner__close-trigger {
  transition: all 0.25s;
  color: #fff; }
  /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner.is-success .email-banner__close-trigger {
    display: none; }
  /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__close-trigger:hover {
    color: #e79932; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
input.email-banner__form__field::-webkit-input-placeholder {
  opacity: 0.5;
  color: #000; }

/* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
input.email-banner__form__field:-moz-placeholder {
  opacity: 0.5;
  color: #000; }

/* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
input.email-banner__form__field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

/* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
.email-banner.is-success .email-banner__form__btn {
  display: none; }

/* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
.email-banner__save-complete-message {
  display: none; }
  /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner.is-success .email-banner__save-complete-message {
    display: block; }

@media print, screen and (min-width: 768px) {
  /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__title,
  .email-banner__caption {
    display: inline; }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__caption {
    padding-left: 8px; }
  /* line 86, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__form,
  .email-banner__form > *,
  .email-banner__close-trigger {
    display: inline-block;
    vertical-align: middle; }
  /* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__form {
    position: relative;
    width: 650px; }
    /* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
    .email-banner.is-success .email-banner__form {
      width: 485px; }
  /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  input.email-banner__form__field {
    width: 465px;
    margin-right: 12px; }
  /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__form__btn.form__submit.b2 {
    float: none; }
  /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__form__label--error {
    position: absolute;
    display: none;
    margin-top: 0;
    margin-left: 24px;
    text-align: center; }
  /* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__form__label--error--for-desktop {
    display: block; }
  /* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner__rtf {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto; }
  /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_emailBanner.scss */
  .email-banner.is-success .email-banner__save-complete-message {
    display: inline-block; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
.overlay-banner {
  position: relative; }

@media print, screen and (min-width: 1005px) {
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__inner {
    position: absolute;
    top: 0;
    width: 1005px;
    height: 370px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; } }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
.overlay-banner__caption {
  background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png"); }

/* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
.overlay-banner__title {
  color: #e79932;
  text-transform: none; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
.overlay-banner__subtitle {
  font-weight: normal;
  color: #fff;
  text-transform: uppercase; }
  /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  * + .overlay-banner__subtitle {
    margin-top: 5px; }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__subtitle + * {
    margin-top: 1.3em; }

/* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
.overlay-banner__image-wrapper {
  overflow: hidden; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
.overlay-banner__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
    .overlay-banner__image {
      height: 178px; } }
  @media print, screen and (min-width: 768px) {
    /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
    .overlay-banner__image {
      height: 317px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
    .overlay-banner__image {
      height: 370px; } }

/* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
.overlay-banner__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  /* link activation visible/hidden*/
  visibility: visible; }

/* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
.overlay-banner__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  /* video link activation visible/hidden*/
  visibility: visible; }
  /* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:before, .overlay-banner__video:after {
    top: 50%;
    position: absolute;
    content: "";
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:before {
    left: 0;
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
  /* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:hover:before {
    border-color: #e79932; }
  /* line 100, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:after {
    left: 22px;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 17px;
    border-style: solid;
    border-color: transparent transparent transparent #fff; }
  /* line 109, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:hover:after {
    border-left-color: #e79932; }

@media screen and (max-width: 767px) {
  /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__caption {
    background-color: #000; }
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:before, .overlay-banner__video:after {
    top: 90px; }
  /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:before {
    left: 45%; }
  /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:after {
    left: 45%;
    margin-left: 20px; } }

@media print, screen and (min-width: 480px) {
  /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__image {
    height: 300px; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__subtitle {
    padding-left: 0; }
  /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:before, .overlay-banner__video:after {
    top: 150px; }
  /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:before {
    left: 40%;
    width: 125px;
    height: 125px;
    border-width: 4px; }
  /* line 158, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:after {
    left: 40%;
    margin-left: 50px;
    border-width: 22px 0 22px 38px; } }

@media print, screen and (min-width: 768px) {
  /* line 167, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__caption {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 20px;
    width: 470px; }
  /* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__image {
    height: 317px; }
  /* line 180, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:before, .overlay-banner__video:after {
    top: 50%; }
  /* line 185, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:before {
    left: 75%;
    width: 125px;
    height: 125px;
    border-width: 4px; }
  /* line 192, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video:after {
    left: 75%;
    border-width: 22px 0 22px 38px; } }

@media print, screen and (min-width: 1005px) {
  /* line 200, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__caption {
    bottom: 78px;
    left: 0;
    width: 470px; }
  /* line 206, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__image {
    height: 370px; }
  /* line 210, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
  .overlay-banner__video {
    height: 370px; }
    /* line 213, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
    .overlay-banner__video:before, .overlay-banner__video:after {
      top: 50%; }
    /* line 218, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
    .overlay-banner__video:before {
      left: 70%;
      width: 125px;
      height: 125px;
      border-width: 4px; }
    /* line 225, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_overlayBanner.scss */
    .overlay-banner__video:after {
      left: 70%;
      border-width: 22px 0 22px 38px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
.video-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  position: relative;
  background-color: #808080; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .video-banner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
.video-banner__img {
  position: relative;
  height: 180px; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
.video-banner__cta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

/* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
.video-banner__caption {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  width: 207px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  color: #fff; }
  @media screen and (min-width: 768px) {
    /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
    .video-banner__caption {
      font-size: 43px;
      font-size: 2.6875rem; } }
  @media screen and (min-width: 1005px) {
    /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
    .video-banner__caption {
      font-size: 48px;
      font-size: 3rem; } }

@media screen and (max-width: 767px) {
  /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
  .video-banner__caption {
    font-size: 22px;
    font-size: 1.375rem; } }

@media print, screen and (min-width: 768px) {
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
  .video-banner__img {
    height: 430px; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
  .video-banner__caption {
    width: 392px; } }

@media print, screen and (min-width: 1005px) {
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
  .video-banner__play-icon:before {
    left: 770px; }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
  .video-banner__play-icon:after {
    left: 817px; }
  /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
  .video-banner__cta:hover + * .video-banner__play-icon:before {
    background-color: black; } }

@media print, screen and (min-width: 1200px) {
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
  .video-banner__img {
    height: 550px; }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_videoBanner.scss */
  .video-banner__caption {
    width: 507px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner {
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
    .page-module + .navigation-banner {
      padding-top: 0; } }
  @media screen and (max-width: 1004px) {
    /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
    .navigation-banner + .page-module {
      margin-top: 0; } }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__inner {
  padding-right: 0;
  padding-left: 0; }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__img {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 163px; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .navigation-banner__img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__img--inner {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  width: calc(100% - 40px);
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
    .navigation-banner__img--inner {
      width: 484px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
    .navigation-banner__img--inner {
      width: 490px; } }

/* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__title {
  line-height: 1; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__caption {
  font-weight: normal; }
  @media print, screen and (max-width: 767px) {
    /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
    .navigation-banner__caption {
      display: none; } }
  @media print, screen and (min-width: 768px) {
    /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
    .navigation-banner__caption {
      font-size: 24px;
      font-size: 1.5rem; } }

/* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__browse-wrapper {
  padding: 14px;
  background: #363636; }

/* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__browse-links li {
  padding-bottom: 18px;
  color: #fff;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid-column; }

/* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__browse-links a {
  color: #D7D7D7; }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__browse-links a:hover {
    color: #e79932; }

/* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__links-wrapper[data-collapsed] {
  display: none; }

/* line 86, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__links-wrapper + * {
  margin-top: 1em; }

/* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
.navigation-banner__more-less-trigger {
  padding: 13px 20px;
  text-decoration: none;
  color: #e79932;
  background-color: #000; }
  /* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__more-less-trigger:after {
    float: right;
    margin-top: -1px;
    margin-left: 6px;
    color: #e79932; }
  /* line 106, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__more-less-trigger[data-collapsed]:after {
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-top: 8px;
    color: #e79932; }

@media print, screen and (min-width: 768px) {
  /* line 116, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__img {
    height: 351px; }
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__more-less-trigger {
    border-bottom: #666666 dotted;
    color: #e79932;
    background-color: transparent; }
    /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
    .navigation-banner__more-less-trigger:after {
      display: none; }
    /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
    .navigation-banner__more-less-trigger[data-collapsed]:after {
      display: none; }
  /* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__browse-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    background: #000; }
  /* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner--color-change {
    margin-left: -20px;
    color: #e79932; }
  /* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__browse-links {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 4;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 80px; }
  /* line 156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__links-wrapper[data-collapsed] {
    display: block; }
  /* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__links-wrapper + * {
    margin-top: 1em; } }

@media print, screen and (min-width: 1005px) {
  /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner + .page-module {
    margin-top: 53px; }
  /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__inner {
    position: relative; }
  /* line 176, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__img {
    z-index: 0;
    height: 500px;
    padding-left: 30px; }
  /* line 183, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__more-less-trigger:hover {
    background-color: transparent; }
  /* line 188, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__browse-container {
    z-index: 10; }
  /* line 192, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__browse-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 430px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgba(0, 0, 0, 0.5); }
  /* line 204, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_navigationBanner.scss */
  .navigation-banner__browse-links {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 50px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
.breadcrumb-trail {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fff; }
  @media print, screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
    .breadcrumb-trail {
      padding-top: 30px;
      padding-bottom: 20px; } }
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .breadcrumb-trail + .page-module {
    padding-top: 0; }
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .breadcrumb-trail + .page-module[data-background] {
    padding-top: 30px; }
  /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .breadcrumb-trail + .page-module[data-background],
  .breadcrumb-trail + .page-module.has-no-bottom-margin {
    margin-top: 0; }
  /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .main > .breadcrumb-trail:first-child {
    margin-top: 0; }

/* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
.breadcrumb-trail__breadcrumbs {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
    .breadcrumb-trail__breadcrumbs {
      text-align: left; } }

/* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
.breadcrumb-trail__breadcrumb {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  vertical-align: top; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .breadcrumb-trail__breadcrumb:first-child {
    margin-left: 0; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .breadcrumb-trail__breadcrumb:before {
    display: inline-block;
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1354px -196px;
    width: 6px;
    height: 20px;
    margin-right: 10px;
    content: "";
    vertical-align: middle; }
  /* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .breadcrumb-trail__breadcrumb:first-child:before {
    display: none; }

/* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
.breadcrumb-trail__breadcrumb-text {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  transition: all 0.25s;
  text-transform: uppercase;
  color: #b0b0b0; }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .breadcrumb-trail__breadcrumb-text:hover {
    color: #363636; }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
  .breadcrumb-trail__breadcrumb-text.breadcrumb-trail__breadcrumb-text--current {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold; }
    /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_breadcrumbTrail.scss */
    .breadcrumb-trail__breadcrumb-text.breadcrumb-trail__breadcrumb-text--current:hover {
      color: #b0b0b0; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__wrapper {
  text-align: center; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  * + .pager__wrapper {
    margin-top: 35px; }
  /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  .pager__wrapper.is-disabled, .pager__wrapper.is-page-loading {
    overflow: hidden;
    height: 0;
    margin: 0 !important;
    padding: 0 !important; }

/* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager.is-loading:after {
  background-color: #808080; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager.is-loading * {
  opacity: 0; }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__page-no,
.pager__btn {
  display: inline-block;
  vertical-align: middle; }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__btn + * {
  margin-left: 15px; }

/* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__btn[disabled] {
  cursor: default; }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__btn--first {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -811px -747px;
  width: 21px;
  height: 21px; }
  /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  .pager__btn--first[disabled] {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -832px -726px;
    width: 21px;
    height: 21px; }

/* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__btn--prev {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -1102px -439px;
  width: 12px;
  height: 21px; }
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  .pager__btn--prev[disabled] {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1078px -481px;
    width: 12px;
    height: 21px; }

/* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__btn--next {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -1066px -502px;
  width: 12px;
  height: 21px; }
  /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  .pager__btn--next[disabled] {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1126px -397px;
    width: 12px;
    height: 21px; }

/* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__btn--last {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -790px -768px;
  width: 21px;
  height: 21px; }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  .pager__btn--last[disabled] {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -769px -789px;
    width: 21px;
    height: 21px; }

/* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__page-no {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 15px;
  color: #808080; }

/* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
.pager__input {
  font-size: 16px;
  font-size: 1rem;
  width: 43px;
  height: 30px;
  margin: 0 8px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #808080;
  background-color: #fff; }

@media print, screen and (min-width: 1005px) {
  /* line 100, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  .pager {
    display: inline-block; }
  /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  .pager__btn + * {
    margin-left: 25px; }
  /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_pager.scss */
  .pager__page-no {
    margin-right: 25px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
.account-banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .account-banner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
.account-banner__inner {
  position: relative;
  min-height: 195px; }

/* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
.account-banner__account-info {
  position: absolute;
  z-index: 2;
  bottom: 19px;
  left: 0;
  width: 100%;
  color: #fff; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
.account-banner__details {
  overflow: hidden; }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
.account-banner__username {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  display: block; }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__details--no-profile-link .account-banner__username {
    min-height: 62px; }

/* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
.account-banner__link--edit-profile {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 3px 7px;
  transition: background-color 0.25s;
  color: #fff;
  background-color: #000; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__link--edit-profile:hover {
    background-color: #2E2E2E; }
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__link--edit-profile:before {
    display: inline-block;
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1483px -49px;
    width: 11px;
    height: 11px;
    position: relative;
    top: -1px;
    margin-right: 7px;
    content: "";
    vertical-align: middle; }

/* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
.account-banner__link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  display: block;
  cursor: pointer; }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__link:hover {
    text-decoration: none; }

/* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
.account-banner__link--update-cover-image {
  margin-bottom: 0; }

@media print, screen and (min-width: 768px) {
  /* line 83, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__inner {
    height: 295px; }
  /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__image-wrapper {
    width: 143px;
    height: 143px; }
  /* line 92, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__details {
    padding-right: 17px;
    padding-bottom: 10px;
    vertical-align: middle; }
  /* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__username {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 10px; }
  /* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
  .account-banner__link {
    float: left;
    clear: left;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 3px;
    vertical-align: top; }
    /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_accountBanner.scss */
    .account-banner__link:hover {
      color: #000;
      background-color: #e79932; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
.section-nav__wrapper {
  padding-top: 0;
  padding-bottom: 0; }
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
  .has-no-bottom-margin + .section-nav__wrapper {
    padding-top: 0; }

/* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
.selectric-section-nav {
  font-weight: bold;
  color: #000; }
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
  .selectric-section-nav .custom-select {
    padding: 12px 10px;
    background-image: url("/_Images/Bostitch/patterns/light-grey-texture.png"); }
  /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
  .selectric-section-nav .label {
    padding: 0;
    text-transform: uppercase; }
    /* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
    .selectric-section-nav .label:before {
      display: inline-block;
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -724px -831px;
      width: 24px;
      height: 19px;
      position: relative;
      top: 1px;
      margin-right: 10px;
      content: "";
      vertical-align: baseline; }
    /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
    .selectric-section-nav .label:after {
      display: none; }

@media print, screen and (min-width: 768px) {
  /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
  .section-nav__wrapper {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6); }
  /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
  .selectric-section-nav .custom-select__select--hidden {
    right: auto;
    left: -999999px; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
  .selectric-section-nav .custom-select {
    display: none; }
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
  .selectric-section-nav .custom-select__items {
    position: static;
    z-index: auto;
    display: block;
    visibility: visible;
    padding: 0 20px;
    text-transform: uppercase;
    opacity: 1;
    background-image: url("/_Images/Bostitch/patterns/light-grey-texture.png"); }
    /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
    .selectric-section-nav .custom-select__items .custom-select__scroll {
      overflow: visible;
      cursor: default; }
    /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
    .selectric-section-nav .custom-select__items li {
      display: inline-block;
      margin-right: 45px;
      padding: 13px 0;
      cursor: pointer;
      vertical-align: top;
      border: 0; }
      /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
      .selectric-section-nav .custom-select__items li.selected {
        position: relative;
        cursor: default; }
        /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
        .selectric-section-nav .custom-select__items li.selected:before {
          border-top-color: inherit;
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-left-color: transparent;
          position: absolute;
          left: 50%;
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
          top: 100%;
          content: "";
          border-width: 1.3em;
          border-top-color: #E5E5E5; }
      /* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
      .selectric-section-nav .custom-select__items li.section-nav__link--is-external:after {
        display: inline-block;
        background-image: url(/_Images/Bostitch/sprites/icons.png);
        background-position: -1339px -216px;
        width: 15px;
        height: 15px;
        content: "";
        position: relative;
        top: 1px;
        left: auto;
        margin-left: 8px; }
      /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
      .selectric-section-nav .custom-select__items li.last {
        margin-right: 0; } }

@media print, screen and (min-width: 1005px) {
  /* line 116, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_sectionNav.scss */
  .selectric-section-nav .custom-select__items ul {
    width: 1005px;
    margin-right: auto;
    margin-left: auto; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.content-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  line-height: 180px;
  position: relative;
  height: 180px; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .content-banner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .content-banner {
      line-height: 430px;
      height: 430px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .content-banner {
      line-height: 558px;
      height: 558px; } }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
  .content-banner:after {
    background-color: rgba(0, 0, 0, 0.5); }

/* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.content-banner__caption {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  color: #fff; }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.content-banner__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.1;
  width: 300px; }
  @media print, screen and (min-width: 768px) {
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .content-banner__title {
      font-size: 60px;
      font-size: 3.75rem;
      width: 650px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .content-banner__title {
      font-size: 70px;
      font-size: 4.375rem;
      width: 750px; } }

/* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.content-banner__teaser {
  line-height: 1.5;
  color: #fff; }
  @media screen and (max-width: 767px) {
    /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .content-banner__teaser {
      display: none; } }
  @media print, screen and (min-width: 1005px) {
    /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .content-banner__teaser {
      width: 750px; } }
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
  * + .content-banner__teaser {
    margin-top: 1.1em; }

/* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.mobile-app-banner .content-banner__caption {
  line-height: normal; }

/* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.mobile-app-banner .content-banner__download {
  position: absolute;
  left: 0;
  line-height: 1.5;
  background-color: #000;
  text-align: center;
  display: inline-block;
  padding: 15px 8px;
  width: 100%;
  margin-top: 40px; }
  @media print, screen and (min-width: 768px) {
    /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .mobile-app-banner .content-banner__download {
      position: relative;
      width: auto;
      background-color: transparent;
      text-align: left;
      margin-top: 20px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .mobile-app-banner .content-banner__download {
      width: 750px; } }

/* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.mobile-app-banner .video-banner__play-icon {
  display: none; }
  @media print, screen and (min-width: 768px) {
    /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .mobile-app-banner .video-banner__play-icon {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    /* line 101, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .mobile-app-banner .video-banner__play-icon::before, .mobile-app-banner .video-banner__play-icon::after {
      -ms-transform: translate(100px, -50%);
          transform: translate(100px, -50%); } }
  @media print, screen and (min-width: 1005px) {
    /* line 101, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .mobile-app-banner .video-banner__play-icon::before, .mobile-app-banner .video-banner__play-icon::after {
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
      margin-left: 130px; } }

/* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.mobile-app-banner__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.mobile-app-banner__appstore-link {
  display: inline-block;
  margin-right: 15px; }

/* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
.mobile-app-banner + .page-module.has-no-bottom-margin {
  padding-top: 147px; }
  @media print, screen and (min-width: 768px) {
    /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_contentBanner.scss */
    .mobile-app-banner + .page-module.has-no-bottom-margin {
      padding-top: 35px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_titleBanner.scss */
.title-banner + [data-background] {
  margin-top: 35px; }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_titleBanner.scss */
.title-banner__inner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 90px;
  margin-right: 10px;
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_titleBanner.scss */
  .title-banner__title {
    display: none; } }

@media print, screen and (min-width: 768px) {
  /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_titleBanner.scss */
  .title-banner__inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 214px;
    margin-right: 20px;
    margin-left: 20px; }
    /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .title-banner__inner:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      display: block;
      content: "";
      background-color: rgba(0, 0, 0, 0.5); }
  /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_titleBanner.scss */
  .title-banner__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    bottom: 35px;
    left: 40px;
    width: 561px;
    color: #fff; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_titleBanner.scss */
    .title-banner__title {
      font-size: 43px;
      font-size: 2.6875rem; } }
  @media screen and (min-width: 768px) and (min-width: 1005px) {
    /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_titleBanner.scss */
    .title-banner__title {
      font-size: 48px;
      font-size: 3rem; } }

@media print, screen and (min-width: 1005px) {
  /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/page-features/_titleBanner.scss */
  .title-banner__inner {
    height: 295px;
    margin-right: auto;
    margin-left: auto; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_linkListing.scss */
.link-listing {
  padding: 25px 20px; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_linkListing.scss */
.link-listing__item + .link-listing__item {
  margin-top: 0.8em; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_linkListing.scss */
.link-listing__link {
  text-decoration: none; }
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_linkListing.scss */
  .link-listing__link:hover {
    text-decoration: underline; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_generic.scss */
.generic__img-cta-wrapper {
  text-align: center; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .generic__img-cta-wrapper:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_generic.scss */
.generic__image {
  margin: 1.8em 0; }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_generic.scss */
.generic__description {
  margin: 0.8em 0; }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_generic.scss */
.generic__cta:first-child {
  margin-top: 1.3em; }

/* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_generic.scss */
.generic > *:last-child {
  margin-bottom: 0; }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_generic.scss */
.generic__cta {
  float: left; }
  /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_generic.scss */
  .product-listing__item .generic__cta {
    float: none;
    width: 100%; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
.image-carousel {
  position: relative;
  width: 275px;
  height: 275px;
  margin: 0 auto;
  padding: 1px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
  .image-carousel .is-slider__btn {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    width: 54px;
    height: 56px; }
    /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
    [data-background="black"] .image-carousel .is-slider__btn:after,
    [data-background="dark-wood-texture"] .image-carousel .is-slider__btn:after,
    [data-background="mid-grey-texture"] .image-carousel .is-slider__btn:after {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -53px -1556px;
      width: 53px;
      height: 54px; }
    /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
    .image-carousel .is-slider__btn:after {
      top: 0;
      left: 0;
      border-radius: 50%;
      background-color: #e79932; }
      @media print, screen and (min-width: 768px) {
        /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
        .image-carousel .is-slider__btn:after {
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
      @media print, screen and (min-width: 1005px) {
        /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
        .image-carousel .is-slider__btn:after {
          -ms-transform: scale(1);
              transform: scale(1); } }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
  .image-carousel .is-slider__btn--prev {
    left: -28px; }
    @media print, screen and (min-width: 768px) {
      /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
      .image-carousel .is-slider__btn--prev {
        left: -35px; } }
    @media print, screen and (min-width: 1005px) {
      /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
      .image-carousel .is-slider__btn--prev {
        left: -25px; } }
    /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
    .image-carousel .is-slider__btn--prev:after {
      left: 43px; }
      @media print, screen and (min-width: 768px) {
        /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
        .image-carousel .is-slider__btn--prev:after {
          left: 54px;
          -ms-transform: scale(0.7) rotate(180deg);
              transform: scale(0.7) rotate(180deg); } }
      @media print, screen and (min-width: 1005px) {
        /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
        .image-carousel .is-slider__btn--prev:after {
          -ms-transform: scale(1) rotate(180deg);
              transform: scale(1) rotate(180deg); } }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
  .image-carousel .is-slider__btn--next {
    right: -28px; }
    @media print, screen and (min-width: 768px) {
      /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
      .image-carousel .is-slider__btn--next {
        right: -25px; } }

/* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
.image-carousel__slide {
  line-height: 269px;
  position: relative;
  width: 273px;
  height: 273px;
  text-align: center; }

/* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
.image-carousel__image {
  max-height: 100%;
  vertical-align: middle; }

@media print, screen and (min-width: 768px) {
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
  .image-carousel {
    width: 322px;
    height: 322px; }
    /* line 92, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCarousel.scss */
    .image-carousel .image-carousel__slide {
      line-height: 316px;
      width: 320px;
      height: 320px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_emailSubscription.scss */
.email-subs-module {
  padding: 20px 15px; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_emailSubscription.scss */
  .email-subs-module .form__label--error, .email-subs-module .find-retailer__form label.error, .find-retailer__form .email-subs-module label.error {
    position: static; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_emailSubscription.scss */
.email-subs-module__form-subtitle {
  margin-bottom: 15px; }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_emailSubscription.scss */
.email-subs-module__desc {
  padding-top: 15px; }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_emailSubscription.scss */
.email-subs-module__cta {
  margin-top: 15px;
  width: 90px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_findRetailer.scss */
.find-retail-call {
  padding: 20px 15px 20px 15px; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_findRetailer.scss */
.find-retail-call__cta {
  margin-top: 20px;
  display: inline-block; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCallout.scss */
.image-callout-module {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 438px;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCallout.scss */
    .image-callout-module {
      width: 259px;
      margin-top: 46px;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCallout.scss */
    .image-callout-module {
      width: 100%; } }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCallout.scss */
.image-callout-module__description {
  padding-top: 290px;
  width: 190px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  color: #fff; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCallout.scss */
.image-callout-module__cta--wrapper {
  position: absolute;
  bottom: 0;
  width: 100%; }

/* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCallout.scss */
.image-callout-module__cta {
  background-color: #e79932;
  width: auto;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  color: #363636;
  transition: all 0.5s; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_imageCallout.scss */
.image-callout-module__cta:hover {
  color: #fff;
  background-color: #363636; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
.cta-callout__wrapper {
  text-align: center; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
  .cta-callout__wrapper + .cta-callout__wrapper {
    margin-top: 23px; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
.cta-callout {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 240px;
  height: 240px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .cta-callout:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
  .cta-callout:after {
    transition: opacity 0.25s; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
a.cta-callout:hover:after {
  opacity: 0; }

/* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
.cta-callout__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  line-height: 1.2;
  min-width: 119px;
  padding: 43px 5px 0; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
  .cta-callout__caption:before {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -218px -1436px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
.cta-callout__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  color: #fff; }

/* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
.cta-callout__subtitle {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff; }

@media print, screen and (min-width: 768px) {
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
  .cta-callout__list {
    margin-bottom: -23px; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .cta-callout__list:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
    /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
    .cta-callout__list .cta-callout {
      width: 200px;
      height: 200px; }
    /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
    .cta-callout__list .cta-callout__wrapper {
      width: 33.33%;
      float: left;
      margin-top: 0;
      margin-bottom: 23px; }
      /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
      .cta-callout__list .cta-callout__wrapper:nth-child(3n) {
        text-align: left; }
        /* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
        .cta-callout__list .cta-callout__wrapper:nth-child(3n) .cta-callout {
          text-align: center; }
      /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
      .cta-callout__list .cta-callout__wrapper:nth-child(3n+1) {
        text-align: right; }
        /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
        .cta-callout__list .cta-callout__wrapper:nth-child(3n+1) .cta-callout {
          text-align: center; } }

@media print, screen and (min-width: 1005px) {
  /* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_ctaCallout.scss */
  .cta-callout__list .cta-callout {
    width: 240px;
    height: 240px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_serviceCenterLocator.scss */
.service-center-locator.join-mailing-list {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_serviceCenterLocator.scss */
  .service-center-locator.join-mailing-list .join-mailing-list__title {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none;
    color: #fff; }
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_serviceCenterLocator.scss */
  .service-center-locator.join-mailing-list .join-mailing-list__description {
    color: #fff; }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_serviceCenterLocator.scss */
  .service-center-locator.join-mailing-list * + .join-mailing-list__description {
    margin-top: 0.5em; }
  /* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_serviceCenterLocator.scss */
  .service-center-locator.join-mailing-list[data-background="white"] .join-mailing-list__title,
  .service-center-locator.join-mailing-list[data-background="white"] .join-mailing-list__description, .service-center-locator.join-mailing-list[data-background="grey"] .join-mailing-list__title,
  .service-center-locator.join-mailing-list[data-background="grey"] .join-mailing-list__description, .service-center-locator.join-mailing-list[data-background="orange-texture"] .join-mailing-list__title,
  .service-center-locator.join-mailing-list[data-background="orange-texture"] .join-mailing-list__description, .service-center-locator.join-mailing-list[data-background="light-grey"] .join-mailing-list__title,
  .service-center-locator.join-mailing-list[data-background="light-grey"] .join-mailing-list__description, .service-center-locator.join-mailing-list[data-background="light-grey-texture"] .join-mailing-list__title,
  .service-center-locator.join-mailing-list[data-background="light-grey-texture"] .join-mailing-list__description, .service-center-locator.join-mailing-list[data-background="light-color"] .join-mailing-list__title,
  .service-center-locator.join-mailing-list[data-background="light-color"] .join-mailing-list__description, .service-center-locator.join-mailing-list[data-background="light-wood-texture"] .join-mailing-list__title,
  .service-center-locator.join-mailing-list[data-background="light-wood-texture"] .join-mailing-list__description {
    color: #000; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_serviceCenterLocator.scss */
  .service-center-locator.join-mailing-list .join-mailing-list__fields-wrapper {
    border: 1px solid #C7C7C7; }
  /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_serviceCenterLocator.scss */
  .service-center-locator.join-mailing-list * + .join-mailing-list__fields-wrapper {
    margin-top: 15px; }
  /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_serviceCenterLocator.scss */
  .service-center-locator.join-mailing-list .join-mailing-list__btn {
    width: auto;
    min-width: 60px;
    float: right; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
.manuals__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: none; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  .callout[data-background="white"] .manuals__title,
  .callout[data-background="grey"] .manuals__title,
  .callout[data-background="light-grey"] .manuals__title,
  .callout[data-background="light-color"] .manuals__title,
  .callout[data-background="orange-texture"] .manuals__title,
  .callout[data-background="light-wood-texture"] .manuals__title,
  .callout[data-background="mid-grey-texture"] .manuals__title {
    color: #000; }
  /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  .manuals__title + * {
    margin-top: 0; }

/* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
.manual {
  margin-left: 15px; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
.callout[data-background="white"] .manual__link,
.callout[data-background="grey"] .manual__link,
.callout[data-background="light-grey"] .manual__link,
.callout[data-background="light-color"] .manual__link,
.callout[data-background="light-wood-texture"] .manual__link,
.callout[data-background="mid-grey-texture"] .manual__link {
  color: #e79932; }

/* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
.callout[data-background="orange-texture"] .manual__link {
  color: #fff; }

/* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
.manuals__cta {
  display: inline-block; }
  /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  .callout[data-background="white"] .manuals__cta,
  .callout[data-background="grey"] .manuals__cta,
  .callout[data-background="light-grey"] .manuals__cta,
  .callout[data-background="light-color"] .manuals__cta,
  .callout[data-background="orange-texture"] .manuals__cta,
  .callout[data-background="light-wood-texture"] .manuals__cta,
  .callout[data-background="mid-grey-texture"] .manuals__cta {
    color: #000; }
  /* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  * + .manuals__cta {
    margin-top: 0.6em; }
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  .manuals__cta:hover {
    color: #e79932; }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  .callout[data-background="white"] .manuals__cta:hover,
  .callout[data-background="grey"] .manuals__cta:hover,
  .callout[data-background="light-grey"] .manuals__cta:hover,
  .callout[data-background="light-color"] .manuals__cta:hover,
  .callout[data-background="light-wood-texture"] .manuals__cta:hover,
  .callout[data-background="mid-grey-texture"] .manuals__cta:hover {
    color: #e79932; }
  /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  .callout[data-background="orange-texture"] .manuals__cta:hover {
    color: #fff; }
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  .manuals__cta:after {
    color: #e79932; }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_productData.scss */
  .callout[data-background="orange-texture"] .manuals__cta:after {
    color: #fff; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
.support-callout {
  padding: 20px; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
  .support-callout[data-background="mid-grey-texture"], .support-callout[data-background="grey-texture"], .support-callout[data-background="black"], .support-callout[data-background="dark-wood-texture"] {
    color: #fff; }

/* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
.support-callout__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2; }
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
  .support-callout__title + * {
    margin-top: 15px; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
.support-callout__item:after {
  display: table;
  clear: both;
  zoom: 1;
  content: ""; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
* + .support-callout__item {
  margin-top: 0.8em; }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
.support-callout__icon {
  float: left;
  margin-top: 5px;
  margin-right: 10px; }

/* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
.support-callout__cta-wrapper {
  overflow: hidden; }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
.support-callout__cta-text {
  font-weight: normal;
  line-height: 18px;
  padding-right: 3px;
  padding-left: 3px; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
  .support-callout__cta-text:hover {
    color: #e79932; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
  [data-background="dark-wood-texture"] .support-callout__cta-text:hover {
    color: #fff; }

/* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/callouts/_supportCallout.scss */
.support-callout__other {
  font-weight: normal;
  display: block; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero {
  position: relative;
  max-width: none;
  height: 610px; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
  .main > .hero:last-child {
    padding-bottom: 65px; }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero {
      height: 513px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero {
      height: 770px; } }
  /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
  .hero .slick-dots {
    bottom: -18px; }
    @media print, screen and (min-width: 768px) {
      /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
      .hero .slick-dots {
        bottom: -58px; } }
    @media print, screen and (min-width: 1005px) {
      /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
      .hero .slick-dots {
        bottom: -88px; } }

/* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__inner {
  max-width: 340px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__inner {
      position: relative;
      width: 594px;
      max-width: none; } }
  @media print, screen and (min-width: 1005px) {
    /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__inner {
      width: 910px; } }

/* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__bkg--top-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%; }

/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__bkg--top {
  position: absolute;
  top: 0;
  right: -150px;
  bottom: 0;
  left: -150px;
  height: 158px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  @media print, screen and (min-width: 768px) {
    /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__bkg--top {
      right: 0;
      left: 0;
      height: auto; } }

/* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__side-bkg-wrapper {
  position: absolute;
  top: 214px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 280px; }
  @media screen and (max-width: 767px) {
    /* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__side-bkg-wrapper {
      display: none; } }
  @media print, screen and (min-width: 1005px) {
    /* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__side-bkg-wrapper {
      top: 360px; } }

/* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__bkg--left,
.hero__bkg--right {
  position: absolute;
  height: 122px;
  cursor: pointer;
  transition: transform 0.25s; }
  @media print, screen and (min-width: 1005px) {
    /* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__bkg--left,
    .hero__bkg--right {
      height: auto; } }

/* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__bkg--left {
  left: -95px; }
  /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
  .hero__bkg--left:active {
    -ms-transform: translate(10%);
        transform: translate(10%); }
  @media print, screen and (min-width: 1005px) {
    /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__bkg--left {
      left: -250px; }
      /* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
      .hero__bkg--left:hover {
        -ms-transform: translate(10%);
            transform: translate(10%); } }
  @media print, screen and (min-width: 1200px) {
    /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__bkg--left {
      left: -155px; } }

/* line 128, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__bkg--right {
  right: -95px; }
  /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
  .hero__bkg--right:active {
    -ms-transform: translate(-10%);
        transform: translate(-10%); }
  @media print, screen and (min-width: 1005px) {
    /* line 128, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__bkg--right {
      right: -250px; }
      /* line 138, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
      .hero__bkg--right:hover {
        -ms-transform: translate(-10%);
            transform: translate(-10%); } }
  @media print, screen and (min-width: 1200px) {
    /* line 128, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__bkg--right {
      right: -155px; } }

/* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__title-wrapper {
  position: relative;
  height: 200px;
  margin: 20px -10px 10px; }
  @media print, screen and (min-width: 768px) {
    /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__title-wrapper {
      height: 157px;
      margin-top: 40px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__title-wrapper {
      margin-top: 130px;
      margin-bottom: 52px; } }

/* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__title {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  right: 10px;
  left: 10px;
  text-align: center;
  color: #363636; }
  @media print, screen and (min-width: 768px) {
    /* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__title {
      right: 20px;
      left: 10px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__title {
      font-size: 52px;
      font-size: 3.25rem; } }

/* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__slides {
  height: 510px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .hero__slides:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  @media print, screen and (min-width: 768px) {
    /* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__slides {
      height: 370px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__slides {
      height: 600px; } }

/* line 194, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__slide {
  float: left;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px; }

/* line 201, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__image-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 230px;
  padding: 18px 23px;
  background-color: #555555;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .hero__image-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }
  @media print, screen and (min-width: 768px) {
    /* line 201, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__image-wrapper {
      height: 235px;
      border-radius: 5px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 201, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__image-wrapper {
      height: 360px; } }

/* line 219, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__nav-wrapper {
  position: absolute;
  z-index: 53;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 228, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
.hero__nav {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .hero__nav:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 235, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
  .hero__nav .slick-dots {
    position: static; }
    /* line 238, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__nav .slick-dots li {
      float: left;
      margin-top: 6px; }
      /* line 242, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
      .hero__nav .slick-dots li _:-ms-fullscreen, :root .hero__nav .slick-dots li {
        margin-top: 2px; }
  /* line 248, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
  .hero__nav .is-slider__btn {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -621px -947px;
    width: 17px;
    height: 28px;
    position: absolute;
    top: 0;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    /* line 254, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__nav .is-slider__btn:hover {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -638px -919px;
      width: 17px;
      height: 28px; }
    /* line 258, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
    .hero__nav .is-slider__btn:after {
      display: none; }
  /* line 263, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
  .hero__nav .is-slider__btn--prev {
    left: 0;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  /* line 268, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_hero.scss */
  .hero__nav .is-slider__btn--next {
    right: 0; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
.hero .predictive-search__results-wrapper {
  top: 380px;
  width: 100%; }
  @media print, screen and (min-width: 480px) {
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero .predictive-search__results-wrapper {
      left: 50%;
      width: 330px;
      margin-left: -165px; } }
  @media print, screen and (min-width: 768px) {
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero .predictive-search__results-wrapper {
      top: 300px;
      right: 279px;
      left: 40px;
      margin-left: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero .predictive-search__results-wrapper {
      top: 500px;
      right: 279px;
      left: 61px;
      width: 330px; } }
  /* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
  .hero .predictive-search__results-wrapper:before {
    right: 50%; }
    @media print, screen and (min-width: 768px) {
      /* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
      .hero .predictive-search__results-wrapper:before {
        right: 280px; } }

/* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
.hero__slide--search .predictive-search__form {
  width: calc(100% + 40px);
  height: auto;
  margin-left: -20px;
  padding-right: 15px;
  text-align: center;
  border: 0 !important;
  border-radius: 0;
  background-color: transparent; }
  @media print, screen and (min-width: 768px) {
    /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__slide--search .predictive-search__form {
      position: relative;
      width: auto;
      margin-left: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__slide--search .predictive-search__form {
      margin-top: 80px; } }

/* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
.hero__slide--search .predictive-search__field-wrapper {
  position: relative;
  padding: 20px 16px 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media print, screen and (min-width: 768px) {
    /* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__slide--search .predictive-search__field-wrapper {
      padding-top: 14px;
      padding-right: 126px;
      padding-bottom: 26px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__slide--search .predictive-search__field-wrapper {
      padding: 26px 126px 36px 26px; } }
  /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
  .hero__slide--search .predictive-search__field-wrapper:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 16px;
    height: 2px;
    content: "";
    background-color: #e79932; }
    @media print, screen and (min-width: 768px) {
      /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
      .hero__slide--search .predictive-search__field-wrapper:after {
        right: 164px;
        bottom: 13px; } }
    @media print, screen and (min-width: 1005px) {
      /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
      .hero__slide--search .predictive-search__field-wrapper:after {
        right: 204px;
        bottom: 20px;
        height: 3px; } }

/* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
.hero__slide--search input.predictive-search__field {
  font-size: 16px;
  font-size: 1rem;
  height: 37px;
  padding-left: 0;
  color: #000;
  background-color: transparent; }
  @media print, screen and (min-width: 768px) {
    /* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__slide--search input.predictive-search__field {
      font-size: 25px;
      font-size: 1.5625rem;
      height: 45px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__slide--search input.predictive-search__field {
      font-size: 41px;
      font-size: 2.5625rem;
      height: 61px;
      padding-left: 0; } }
  /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
  .hero__slide--search input.predictive-search__field::-webkit-input-placeholder {
    opacity: 1;
    color: #555555; }
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
  .hero__slide--search input.predictive-search__field::-moz-placeholder {
    color: #555555; }
  /* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
  .hero__slide--search input.predictive-search__field:-ms-input-placeholder {
    opacity: 1;
    color: #555555; }

/* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
.hero__btn--search {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 53px;
  position: static;
  display: inline-block;
  width: auto;
  margin-top: 60px;
  color: #363636; }
  @media print, screen and (min-width: 768px) {
    /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__btn--search {
      position: absolute;
      top: 50%;
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
      font-size: 18px;
      font-size: 1.125rem;
      position: absolute;
      right: 34px;
      margin-top: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__btn--search {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 80px; } }

/* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
.hero__error {
  font-size: 18px;
  font-size: 1.125rem;
  visibility: hidden;
  font-weight: normal;
  width: 280px;
  padding: 0 20px;
  text-align: center; }
  /* line 163, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
  .hero__error.is-visible {
    visibility: visible; }
  @media print, screen and (min-width: 480px) {
    /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__error {
      width: 300px; } }
  @media print, screen and (min-width: 768px) {
    /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__error {
      font-size: 24px;
      font-size: 1.5rem;
      width: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: left; } }
  @media print, screen and (min-width: 1005px) {
    /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideSearch.scss */
    .hero__error {
      font-size: 30px;
      font-size: 1.875rem; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
.hero__slide--generic .hero__title-wrapper {
  height: 169px;
  margin-top: 30px; }
  @media print, screen and (min-width: 768px) {
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
    .hero__slide--generic .hero__title-wrapper {
      height: 100px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
    .hero__slide--generic .hero__title-wrapper {
      height: 129px;
      margin-top: 90px;
      margin-bottom: 12px; } }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
.hero__tagline {
  font-weight: bold;
  text-transform: uppercase;
  color: #e79932; }
  @media print, screen and (min-width: 768px) {
    /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
    .hero__tagline {
      font-size: 18px;
      font-size: 1.125rem; } }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
.hero__subtitle {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
  line-height: 1.3;
  width: 232px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  @media print, screen and (min-width: 768px) {
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
    .hero__subtitle {
      width: auto; } }
  @media print, screen and (min-width: 1005px) {
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
    .hero__subtitle {
      font-size: 51px;
      font-size: 3.1875rem; } }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
.hero__cta {
  position: absolute;
  right: 3px;
  bottom: 3px; }
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
  .hero__cta:hover {
    color: #e79932; }
  @media screen and (max-width: 1004px) {
    /* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
    .hero__cta:after {
      -ms-transform: scale(0.4);
          transform: scale(0.4);
      margin-left: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideGeneric.scss */
    .hero__cta {
      font-size: 18px;
      font-size: 1.125rem;
      right: 15px;
      bottom: 10px; } }

@media print, screen and (min-width: 768px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
  .hero__slide--products .hero__title-wrapper {
    height: 107px; } }

@media screen and (max-width: 767px) {
  /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
  .hero__products {
    width: 195px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
  .hero__product {
    width: 195px;
    margin-right: auto;
    margin-left: auto; }
    /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
    .hero__product:first-child ~ * {
      display: none; } }

@media print, screen and (min-width: 768px) {
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
  .hero__product {
    width: calc(33.33% - 19px);
    margin-right: 0;
    margin-left: 25px; }
    /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
    .hero__product:nth-of-type(2n) {
      margin-right: 0;
      margin-left: 25px; }
    /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
    .hero__product:nth-of-type(3n) {
      margin-right: 0; }
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
    .hero__product:first-child {
      margin-left: 0; } }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
.hero__product-image-wrapper {
  height: 205px; }
  @media print, screen and (min-width: 768px) {
    /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
    .hero__product-image-wrapper {
      height: 171px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideProducts.scss */
    .hero__product-image-wrapper {
      height: 279px; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideText.scss */
.hero__slide--text .hero__title-wrapper {
  height: 550px; }
  @media print, screen and (min-width: 768px) {
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideText.scss */
    .hero__slide--text .hero__title-wrapper {
      height: 400px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/hero/_heroSlideText.scss */
    .hero__slide--text .hero__title-wrapper {
      height: 580px;
      margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  /* line 3, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewsCampaign.scss */
  .reviews-campaign .two-col-module__col--right {
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewsCampaign.scss */
  .reviews-campaign {
    padding-right: 20px;
    padding-left: 20px; } }

@media print, screen and (min-width: 1005px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewsCampaign.scss */
  .reviews-campaign {
    padding-right: 0;
    padding-left: 0; } }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewsCampaign.scss */
[data-background="mid-grey-texture"] .reviews-campaign__title,
[data-background="grey-texture"] .reviews-campaign__title,
[data-background="black"] .reviews-campaign__title,
[data-background="dark-wood-texture"] .reviews-campaign__title {
  color: #fff; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewsCampaign.scss */
.reviews-campaign__title,
.reviews-campaign__description {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewsCampaign.scss */
    .reviews-campaign__title,
    .reviews-campaign__description {
      padding-right: 0;
      padding-left: 0;
      text-align: left; } }

/* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewsCampaign.scss */
* + .reviews-campaign__description {
  margin-top: 2em; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
.shop__title {
  text-align: center; }

@media screen and (max-width: 767px) {
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
  .shop__products {
    max-width: 350px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
  .shop__item {
    display: inline-block;
    width: calc(50% - 9.5px);
    margin-right: 15px;
    vertical-align: top; }
    /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
    .shop__item:nth-child(3n) {
      margin-right: 15px; }
    /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
    .shop__item:nth-child(2n) {
      margin-right: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
  .shop__item {
    width: calc(25% - 15px); }
    /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
    .shop__item:nth-of-type(3n) {
      margin-right: 15px; }
    /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
    .shop__item:nth-of-type(4n) {
      margin-right: 0; } }

/* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
.shop__image-wrapper {
  height: 140px; }
  @media print, screen and (min-width: 768px) {
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
    .shop__image-wrapper {
      height: 171px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
    .shop__image-wrapper {
      height: 236px; } }

@media print, screen and (min-width: 480px) {
  /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
  .shop__cta-wrapper {
    text-align: center; } }

/* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
* + .shop__cta-wrapper {
  margin-top: 30px; }

/* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
.shop__cta-wrapper > * + * {
  margin-top: 15px; }
  @media print, screen and (min-width: 480px) {
    /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
    .shop__cta-wrapper > * + * {
      margin-top: 0;
      margin-left: 15px; } }

/* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
.shop__icon {
  display: block;
  max-width: 173px;
  margin-right: auto;
  margin-left: auto; }
  @media print, screen and (min-width: 1005px) {
    /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
    .shop__icon {
      max-width: 253px; } }
  /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_shop.scss */
  * + .shop__icon,
  * + * .shop__icon {
    margin-top: 30px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
.history {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.5) inset, 0 -7px 12px rgba(0, 0, 0, 0.5) inset; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
  .history * {
    text-align: center; }

/* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
.history__inner {
  padding: 25px 15px; }
  @media print, screen and (min-width: 768px) {
    /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
    .history__inner {
      padding-right: 55px;
      padding-left: 55px; } }
  /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
  .history__inner * + * {
    margin-top: 20px; }

/* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
.history__image-wrapper {
  width: 218px;
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
    .history__image-wrapper {
      width: auto; } }

/* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
* + .history__title {
  margin-top: 30px; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
.history__cta {
  min-width: 202px; }
  @media print, screen and (min-width: 768px) {
    /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
    .history__cta {
      min-width: 262px; } }
  /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_history.scss */
  * + .history__cta {
    margin-top: 30px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module {
  position: relative;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.5) inset; }
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
  .video-module.page-module.has-no-bottom-margin[data-background] {
    padding-bottom: 0; }

/* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module__title,
.video-module__description {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media print, screen and (min-width: 1005px) {
    /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
    .video-module__title,
    .video-module__description {
      max-width: 700px; } }

/* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
[data-background="grey-texture"] .video-module__title, [data-background="mid-grey-texture"] .video-module__title, [data-background="dark-wood-texture"] .video-module__title {
  color: #e79932; }

/* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module__link {
  display: block;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.5), 0 -7px 24px rgba(0, 0, 0, 0.5); }
  /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
  * + .video-module__link {
    margin-top: 32px; }

/* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 176px; }
  @media print, screen and (min-width: 768px) {
    /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
    .video-module__image {
      height: 377px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
    .video-module__image {
      height: 535px; } }

/* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module__video-icon {
  -ms-transform: none;
      transform: none; }

/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module__cta-and-cta-description-border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

/* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module__cta-and-cta-description-wrapper {
  padding-right: 0;
  padding-left: 0; }
  @media print, screen and (min-width: 768px) {
    /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
    .video-module__cta-and-cta-description-wrapper {
      display: table;
      width: 720px;
      max-width: 720px;
      min-height: 60px;
      margin-right: auto;
      margin-left: auto; } }
  @media print, screen and (min-width: 1005px) {
    /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
    .video-module__cta-and-cta-description-wrapper {
      width: 910px;
      max-width: 910px; } }

/* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module__cta-wrapper {
  text-align: center;
  vertical-align: middle;
  background-image: url("/_Images/Bostitch/patterns/orange-texture.png"); }
  @media screen and (max-width: 767px) {
    /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
    .video-module__cta-wrapper {
      padding-right: 10px;
      padding-left: 10px;
      border-bottom: 2px solid #fff; } }
  @media print, screen and (min-width: 768px) {
    /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
    .video-module__cta-wrapper {
      display: table-cell;
      width: 245px;
      max-width: 245px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
    .video-module__cta-wrapper {
      width: 270px;
      max-width: 270px; } }

/* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
.video-module__cta {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: auto;
  padding-top: 13px;
  padding-right: 41px;
  padding-bottom: 13px;
  color: #363636; }
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
  .video-module__cta:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -106px -1516px;
    width: 41px;
    height: 40px;
    right: 0;
    content: "";
    -ms-transform: translate(0, -50%) scale(0.6);
        transform: translate(0, -50%) scale(0.6); }

@media screen and (max-width: 767px) {
  /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
  .video-module__cta-description {
    max-width: 272px;
    margin: 12px auto;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_videoModule.scss */
  .video-module__cta-description {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
.bulletted-generic {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 710px;
  overflow: hidden; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .bulletted-generic:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic {
      height: 570px; }
      /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
      .bulletted-generic[data-caption-align="left"] {
        background-position: right center; }
      /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
      .bulletted-generic[data-caption-align="right"] {
        background-position: left center; } }
  @media print, screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic {
      height: 710px; } }

/* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
.bulletted-generic__inner {
  position: relative;
  height: 650px; }
  @media screen and (max-width: 767px) {
    /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__inner {
      padding-left: 0; } }
  @media print, screen and (min-width: 768px) {
    /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__inner {
      height: 570px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__inner {
      height: 710px; } }

/* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
.bulletted-generic__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  max-width: 414px; }
  @media screen and (max-width: 767px) {
    /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__caption {
      padding-right: 30px;
      padding-left: 30px; } }
  @media print, screen and (min-width: 768px) {
    /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__caption {
      width: 486px;
      max-width: none;
      margin-top: -30px;
      padding-left: 15px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__caption {
      padding-left: 0; } }
  @media print, screen and (min-width: 768px) {
    /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    [data-caption-align="right"] .bulletted-generic__caption {
      right: 30px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    [data-caption-align="right"] .bulletted-generic__caption {
      right: 0; } }

/* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
.bulletted-generic__title {
  text-transform: none;
  font-weight: normal; }

/* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
.bulletted-generic__overlay {
  padding: 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 767px) {
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__overlay {
      margin-right: -20px;
      margin-left: -20px; } }
  /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
  * + .bulletted-generic__overlay {
    margin-top: 35px; }
  /* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
  .bulletted-generic__overlay ul {
    margin-left: 10px; }
    /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    * + .bulletted-generic__overlay ul {
      margin-top: -5px; }
    /* line 101, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    [data-background="grey-texture"] .bulletted-generic__overlay ul li,
    [data-background="mid-grey-texture"] .bulletted-generic__overlay ul li,
    [data-background="black"] .bulletted-generic__overlay ul li,
    [data-background="dark-wood-texture"] .bulletted-generic__overlay ul li {
      color: #000; }
    /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__overlay ul li:before {
      left: -10px; }
    /* line 112, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
    .bulletted-generic__overlay ul li + li {
      margin-top: 0.2em; }

/* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
[data-background="grey-texture"] .bulletted-generic__overlay-title,
[data-background="mid-grey-texture"] .bulletted-generic__overlay-title,
[data-background="black"] .bulletted-generic__overlay-title,
[data-background="dark-wood-texture"] .bulletted-generic__overlay-title {
  color: #000; }

/* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
.bulletted-generic__cta {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem; }
  /* line 135, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
  .bulletted-generic__cta:hover {
    color: #e79932; }
  /* line 139, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
  .bulletted-generic__cta:after {
    margin-left: 12px; }
  /* line 143, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_bullettedGeneric.scss */
  * + .bulletted-generic__cta {
    margin-top: 35px; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_twoColModule.scss */
.two-col-module .predictive-search {
  margin-right: 20px;
  margin-left: 20px; }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_twoColModule.scss */
.two-col-module__col--right {
  margin-top: 2.1em; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_twoColModule.scss */
* + .two-col-module__cta {
  margin-top: 1.8em; }

@media print, screen and (min-width: 768px) {
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_twoColModule.scss */
  .two-col-module .predictive-search {
    margin-right: 0;
    margin-left: 0; }
  /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_twoColModule.scss */
  .two-col-module__col--left {
    padding-right: 10px; }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_twoColModule.scss */
  .two-col-module__col--right {
    width: 355px;
    max-width: 355px; } }

@media print, screen and (min-width: 1005px) {
  /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_twoColModule.scss */
  .two-col-module__col--left {
    padding-right: 60px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products__inner {
  overflow: hidden; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
.featured-products:after {
  display: table;
  clear: both;
  zoom: 1;
  content: ""; }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products .is-slider__btn {
  top: 35px; }
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  .featured-products .is-slider__btn:after {
    top: 9px; }

/* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products .is-slider__btn--prev {
  left: -9px; }
  /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  .featured-products .is-slider__btn--prev:after {
    left: 33px; }

/* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products .is-slider__btn--next {
  right: -9px; }
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  .featured-products .is-slider__btn--next:after {
    left: -8px; }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products .slick-dots {
  position: static;
  margin-top: 25px; }

/* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products__item {
  float: left;
  padding: 0 5px;
  text-align: center; }
  /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  .featured-products__item:last-child {
    margin-left: 0; }

/* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products__image-wrapper {
  height: 140px; }

/* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  display: block; }

/* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
.featured-products__description {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6; }
  /* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  [data-background="black"] .featured-products__description,
  [data-background="dark-wood-texture"] .featured-products__description,
  [data-background="grey-texture"] .featured-products__description,
  [data-background="mid-grey-texture"] .featured-products__description {
    color: #E5E5E5; }
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  * + .featured-products__description {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  .featured-products {
    padding-right: 50px;
    padding-left: 45px; }
    /* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
    .featured-products .is-slider__btn {
      top: 48px; }
    /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
    .featured-products .is-slider__btn--prev {
      left: 0; }
    /* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
    .featured-products .is-slider__btn--next {
      right: 0; }
  /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  .featured-products__image-wrapper {
    height: 172px; } }

@media screen and (min-width: 1005px) {
  /* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  .featured-products .is-slider__btn {
    top: 70px; }
  /* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredProductsListing.scss */
  .featured-products__image-wrapper {
    height: 210px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
.interactive-poi__inner {
  position: relative;
  padding-right: 0;
  padding-left: 0; }

/* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
.interactive-poi__title {
  color: #e79932; }

/* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
* + .interactive-poi__poi-title {
  margin-top: 0.4em; }

/* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
.interactive-poi__poi-description + .interactive-poi__learn-more-text {
  margin-top: 1.1em;
  padding-top: 1.1em;
  border-top: 1px dashed; }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
.interactive-poi__image-wrapper {
  overflow: hidden;
  width: 100%; }

/* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
.interactive-poi__image-wrapper__inner {
  position: relative;
  float: left; }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
.interactive-poi__image {
  max-width: none;
  height: 195px; }

/* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
.interactive-poi__poi {
  position: absolute;
  width: auto;
  height: 28px;
  cursor: pointer;
  padding-left: 36px;
  transition: all 0.25s; }
  /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__poi:before, .interactive-poi__poi:after {
    position: absolute;
    content: "";
    border-radius: 50%; }
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__poi:before {
    top: 0;
    left: 0;
    width: 26px;
    height: 26px; }
    /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
    .interactive-poi[data-poi-theme="orange"] .interactive-poi__poi:before {
      border: 1px solid #e79932; }
    /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
    .interactive-poi[data-poi-theme="black"] .interactive-poi__poi:before {
      border: 1px solid #262626; }
  /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__poi:after {
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px; }
    /* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
    .interactive-poi[data-poi-theme="orange"] .interactive-poi__poi:after {
      background-color: #e79932; }
    /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
    .interactive-poi[data-poi-theme="black"] .interactive-poi__poi:after {
      background-color: #262626; }
  /* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="orange"] .interactive-poi__poi.interactive-poi__poi--is-current:before {
    border: 1px solid #b0b0b0; }
  /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="black"] .interactive-poi__poi.interactive-poi__poi--is-current:before {
    border: 1px solid #262626; }
  /* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="orange"] .interactive-poi__poi.interactive-poi__poi--is-current:after {
    background-color: #b0b0b0; }
  /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="black"] .interactive-poi__poi.interactive-poi__poi--is-current:after {
    background-color: #262626; }

/* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
.interactive-poi__name {
  position: relative;
  top: 2px;
  padding: 0 2px;
  transition: all 0.25s; }
  /* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="orange"] .interactive-poi__name {
    color: #000;
    background-color: #e79932; }
  /* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="orange"] .interactive-poi__poi--is-current .interactive-poi__name {
    background-color: #b0b0b0; }
  /* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="black"] .interactive-poi__name {
    color: #fff;
    background-color: #262626; }
  /* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="black"] .interactive-poi__poi--is-current .interactive-poi__name {
    color: #2E2E2E;
    background-color: #C7C7C7; }

@media screen and (max-width: 767px) {
  /* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__caption {
    background-color: #000; }
  /* line 138, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__poi {
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__name {
    display: none; } }

@media print, screen and (min-width: 480px) {
  /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__image {
    height: 300px; } }

@media print, screen and (min-width: 768px) {
  /* line 154, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__caption {
    position: absolute;
    z-index: 1;
    top: 35px;
    width: 450px; }
    /* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
    .interactive-poi[data-caption-align="left"] .interactive-poi__caption {
      left: 20px; }
    /* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
    .interactive-poi[data-caption-align="right"] .interactive-poi__caption {
      right: 20px; }
  /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__image {
    height: 470px; } }

@media print, screen and (min-width: 1005px) {
  /* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi__caption {
    top: 82px;
    width: 470px; }
    /* line 179, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
    .interactive-poi[data-caption-align="left"] .interactive-poi__caption {
      left: 90px; }
    /* line 183, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
    .interactive-poi[data-caption-align="right"] .interactive-poi__caption {
      right: 90px; }
  /* line 189, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="orange"] .interactive-poi__poi:hover .interactive-poi__name {
    background-color: #b0b0b0; }
  /* line 193, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="black"] .interactive-poi__poi:hover .interactive-poi__name {
    color: #2E2E2E;
    background-color: #C7C7C7; }
  /* line 200, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="orange"] .interactive-poi__poi:hover:before {
    border: 1px solid #b0b0b0; }
  /* line 204, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="black"] .interactive-poi__poi:hover:before {
    border: 1px solid #C7C7C7; }
  /* line 208, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="orange"] .interactive-poi__poi:hover:after {
    background-color: #b0b0b0; }
  /* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactivePOI.scss */
  .interactive-poi[data-poi-theme="black"] .interactive-poi__poi:hover:after {
    background-color: #C7C7C7; } }

@media screen and (max-width: 1004px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
  .interactive-image__image-wrapper {
    height: 470px; } }

@media screen and (max-width: 767px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
  .interactive-image__image-wrapper {
    height: 300px; } }

@media print, screen and (max-width: 479px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
  .interactive-image__image-wrapper {
    height: 195px; } }

@media screen and (max-width: 1004px) {
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
  .interactive-image__image-wrapper__inner {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

@media print, screen and (min-width: 768px) {
  /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
  .interactive-image__caption {
    top: 20px;
    width: 355px; } }

@media print, screen and (min-width: 1005px) {
  /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
  .interactive-image__caption {
    top: 60px;
    width: 490px; } }

/* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
.interactive-image__featured-links-title {
  text-transform: uppercase;
  color: #e79932; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
.interactive-image__featured-links {
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-gap: 20px; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
  * + .interactive-image__featured-links {
    margin-top: 0.8em; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
  .interactive-image__featured-links > * + * {
    margin-top: 0.7em; }

/* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
.interactive-poi__poi {
  -ms-transform: none;
      transform: none; }

/* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_interactiveImage.scss */
.interactive-image__name {
  display: block;
  top: 5px;
  line-height: 1.1; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial.page-module[data-background],
.main > .page-module.editorial[data-background]:last-child {
  padding-top: 0;
  padding-bottom: 0; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__inner {
  position: relative;
  padding-top: 35px;
  padding-bottom: 372px;
  color: #fff; }

/* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__rtf + * {
  margin-top: 2em; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__steps {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  /* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__steps .is-slider__btn {
    left: -999999px; }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__step {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 332px; }

/* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__step__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  padding: 10px 87px 10px 0;
  background-color: rgba(0, 0, 0, 0.7); }
  /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__step__caption > * {
    padding-left: 10px; }

/* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__step__caption--is-empty {
  background-color: transparent; }

/* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__step__title {
  display: inline-block;
  font-weight: bold;
  padding-right: 3px;
  text-transform: uppercase;
  background-color: #214186; }
  /* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__step__title + * {
    margin-top: 0.2em; }

/* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__step__description {
  display: block; }

/* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
.editorial__next-step-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.7); }
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__next-step-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1441px -94px;
    width: 9px;
    height: 16px;
    content: ""; }

@media print, screen and (min-width: 480px) {
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__inner {
    padding-bottom: 35px; }
    /* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="left"] .editorial__inner {
      padding-left: 330px; }
    /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="right"] .editorial__inner {
      padding-right: 330px; }
  /* line 100, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__steps {
    top: 0;
    bottom: auto;
    width: 300px; }
    /* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="left"] .editorial__steps {
      right: auto;
      left: 0; }
    /* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="right"] .editorial__steps {
      right: 0;
      left: auto; } }

@media print, screen and (min-width: 768px) {
  /* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__inner {
    min-height: 345px; }
    /* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="left"] .editorial__inner {
      padding-left: 395px; }
    /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="right"] .editorial__inner {
      padding-right: 395px; }
  /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__steps {
    width: 360px; }
    /* line 133, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="left"] .editorial__steps {
      left: 20px; }
    /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="right"] .editorial__steps {
      right: 20px; }
  /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__step {
    height: 345px; }
  /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__step__caption {
    min-height: 63px; } }

@media print, screen and (min-width: 1005px) {
  /* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__inner {
    min-height: 390px;
    padding-bottom: 35px; }
    /* line 156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="left"] .editorial__inner {
      padding-left: 434px; }
    /* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="right"] .editorial__inner {
      padding-right: 434px; }
  /* line 165, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__steps {
    width: 410px; }
    /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="left"] .editorial__steps {
      left: 0; }
    /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
    .editorial[data-slider-align="right"] .editorial__steps {
      right: 0; }
  /* line 177, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__step {
    height: 390px; }
  /* line 182, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_editorial.scss */
  .editorial__rtf + * {
    margin-top: 4em; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_rtfSpotlight.scss */
.spotlight__inner {
  color: #fff; }

@media print, screen and (min-width: 768px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_sharing.scss */
  .sharing-mod .social-sharing .at-resp-share-element.at-mobile a,
  .sharing-mod .social-sharing .at-mobile .at-resp-share-element a.social-sharing .at-resp-share-element.at-mobile a,
  .sharing-mod .social-sharing .at-mobile .at-resp-share-element a {
    width: 95px;
    margin-right: 15px;
    margin-left: 15px; } }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_sharing.scss */
.sharing-mod__wrapper {
  text-align: center; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_sharing.scss */
.sharing-mod__title {
  margin-bottom: 25px; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module[data-theme="full-overlay"] {
  position: relative; }

@media print, screen and (min-width: 768px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module {
    position: relative;
    height: 465px; } }

@media screen and (max-width: 1004px) {
  /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module[data-theme="full-overlay"] .generic-module__inner {
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 1004px) {
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module__inner {
    padding-right: 0;
    padding-left: 0; } }

@media print, screen and (min-width: 1200px) {
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module__inner {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1005px;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

/* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-size: cover; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module[data-theme="full-overlay"] .generic-module__image {
    position: relative;
    z-index: 1; }
    /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .generic-module[data-theme="full-overlay"] .generic-module__image:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      display: block;
      content: "";
      background-color: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 767px) {
    /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module__image {
      height: 480px; }
      /* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
      .generic-module[data-theme="partial-overlay"] .generic-module__image {
        height: 160px; } }
  @media print, screen and (min-width: 768px) {
    /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module__image {
      height: 100%; }
      /* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
      .generic-module[data-caption-align="left"] .generic-module__image {
        background-position: center right; }
      /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
      .generic-module[data-caption-align="right"] .generic-module__image {
        background-position: center left; } }

@media screen and (max-width: 767px) {
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module__caption {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #000; }
    /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module__caption > *:first-child {
      padding-right: 0; } }

/* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module[data-theme="full-overlay"] .generic-module__caption {
  background: transparent; }
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module[data-theme="full-overlay"] .generic-module__caption:after {
    display: none; }
  @media screen and (max-width: 767px) {
    /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module[data-theme="full-overlay"] .generic-module__caption {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      z-index: 5; } }
  @media print, screen and (min-width: 768px) {
    /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module[data-theme="full-overlay"] .generic-module__caption {
      -ms-transform: none;
          transform: none;
      top: 60px;
      padding-left: 10px;
      padding-right: 10px;
      z-index: 5; }
      /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
      .generic-module[data-theme="full-overlay"] .generic-module__caption > *:first-child {
        padding-right: 0; }
      /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
      .generic-module[data-caption-align="left"] .generic-module[data-theme="full-overlay"] .generic-module__caption {
        left: 20px; }
      /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
      .generic-module[data-caption-align="right"] .generic-module[data-theme="full-overlay"] .generic-module__caption {
        right: 20px; } }

@media print, screen and (min-width: 768px) {
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module__caption {
    position: absolute;
    z-index: 5;
    top: 60px;
    width: 450px; }
    /* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module[data-caption-align="left"] .generic-module__caption {
      left: 20px; }
    /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module[data-caption-align="right"] .generic-module__caption {
      right: 20px; } }

@media print, screen and (min-width: 1200px) {
  /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module[data-caption-align="left"] .generic-module__caption {
    left: 0; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module[data-caption-align="right"] .generic-module__caption {
    right: 0; } }

/* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module__caption-text-wrapper:first-child {
  padding-right: 0; }

/* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module__caption-text-wrapper * {
  margin-top: 0; }

@media print, screen and (min-width: 768px) {
  /* line 157, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module__caption-text-wrapper > *:first-child {
    margin-right: 30px; }
    /* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module[data-theme="full-overlay"] .generic-module__caption-text-wrapper > *:first-child {
      margin-right: 0; } }

/* line 167, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module__title {
  color: #e79932; }

/* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module__subtitle {
  font-weight: bold;
  width: 270px;
  padding: 10px 0 10px 0; }
  /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  .generic-module[data-theme="full-overlay"] .generic-module__subtitle {
    width: auto; }

/* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
* + .generic-module-description {
  margin-top: 0.2em; }

/* line 189, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module__cta-wrapper {
  text-align: center; }
  @media screen and (min-width: 480px) {
    /* line 189, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module__cta-wrapper {
      text-align: left; } }
  /* line 196, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
  * + .generic-module__cta-wrapper {
    margin-top: 0.5em;
    padding-top: 1.3em; }

/* line 202, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module__cta {
  display: block;
  width: auto; }
  @media screen and (min-width: 480px) {
    /* line 202, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module__cta {
      display: inline-block; } }

/* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
.generic-module__cta + .generic-module__logo {
  margin-top: 15px; }
  @media screen and (min-width: 480px) {
    /* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_generic.scss */
    .generic-module__cta + .generic-module__logo {
      margin-top: 0;
      margin-left: 15px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__title {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 767px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
    .marketing-mod__title {
      font-size: 30px;
      font-size: 1.875rem; } }

/* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__title-desc {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #E5E5E5; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__img {
  position: relative; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod__img .product-guide__image {
    max-width: none; }
  /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod__img img {
    border: 2px solid #000;
    background-color: #fff; }

/* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__img:hover .marketing-mod__video-icon {
  border-color: #e79932; }

/* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__img:hover .marketing-mod__video-icon:after {
  border-left-color: #e79932; }

/* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
* + .marketing-mod__content {
  margin-top: 30px; }
  @media print, screen and (min-width: 768px) {
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
    * + .marketing-mod__content {
      margin-top: 10px; } }

/* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__subtitle {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
    .marketing-mod__subtitle {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1005px) {
    /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
    .marketing-mod__subtitle {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media print, screen and (min-width: 768px) {
    /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
    .marketing-mod__subtitle {
      font-size: 34px;
      font-size: 2.125rem; } }

/* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__description {
  color: #C7C7C7; }

/* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__link-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #E5E5E5 dashed; }

/* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__link-list a {
  color: #E5E5E5; }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod__link-list a:hover {
    color: #e79932; }

/* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod__link-list--title {
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #e79932; }

/* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod--clear {
  display: block; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .marketing-mod--clear:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }

/* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
.marketing-mod .rtf a {
  color: #e79932; }

@media print, screen and (min-width: 768px) {
  /* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod__img {
    max-width: 60%; }
    /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
    .marketing-mod[data-img-align="left"] .marketing-mod__img {
      float: left; }
    /* line 106, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
    .marketing-mod[data-img-align="right"] .marketing-mod__img {
      float: right; }
    /* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
    .marketing-mod[data-text-align="full"] .marketing-mod__img {
      float: none; }
  /* line 117, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod[data-text-align="left"] .marketing-mod__content {
    float: left;
    max-width: 35%; }
  /* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod[data-text-align="right"] .marketing-mod__content {
    float: right;
    max-width: 35%; }
  /* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod[data-text-align="full"] .marketing-mod__content {
    float: none;
    max-width: 100%; } }

@media print, screen and (min-width: 1005px) {
  /* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod__img {
    max-width: 50%; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod[data-text-align="left"] .marketing-mod__content {
    max-width: 48%; }
  /* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_marketing.scss */
  .marketing-mod[data-text-align="right"] .marketing-mod__content {
    max-width: 48%; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
.pdp-review {
  text-align: center; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .pdp-review:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
    .pdp-review {
      text-align: left; } }

@media print, screen and (min-width: 768px) {
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
  .pdp-review__details-column {
    float: left;
    max-width: 450px; } }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
.pdp-review__title {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.2;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
    .pdp-review__title {
      font-size: 43px;
      font-size: 2.6875rem; } }
  @media screen and (min-width: 1005px) {
    /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
    .pdp-review__title {
      font-size: 48px;
      font-size: 3rem; } }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
* + .pdp-review__description {
  margin-top: 0; }
  @media print, screen and (min-width: 768px) {
    /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
    * + .pdp-review__description {
      margin-top: 20px; } }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
.pdp-review__cta {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 54px; }
  @media print, screen and (min-width: 768px) {
    /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
    .pdp-review__cta {
      float: right; } }
  /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
  * + .pdp-review__cta {
    margin-top: 20px; }
    @media print, screen and (min-width: 768px) {
      /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_pdpReview.scss */
      * + .pdp-review__cta {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 44px;
        margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional {
    position: relative;
    height: 465px; } }

@media screen and (max-width: 1004px) {
  /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional__inner {
    padding-left: 0;
    padding-right: 0; } }

@media print, screen and (min-width: 1200px) {
  /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional__inner {
    width: 1005px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    z-index: 3; } }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
.promotional__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .promotional__image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }
  /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional__image:after {
    background-color: rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 767px) {
    /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
    .promotional__image {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      height: 200px; } }
  @media print, screen and (min-width: 768px) {
    /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
    .promotional__image {
      height: 100%; }
      /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
      .promotional[data-caption-align="left"] .promotional__image {
        background-position: center right; }
      /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
      .promotional[data-caption-align="right"] .promotional__image {
        background-position: center left; } }

@media screen and (max-width: 767px) {
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional__caption {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #000; }
    /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
    .promotional__caption > *:first-child {
      padding-right: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional__caption {
    position: absolute;
    z-index: 5;
    top: 60px;
    width: 450px; }
    /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
    .promotional[data-caption-align="left"] .promotional__caption {
      left: 20px; }
    /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
    .promotional[data-caption-align="right"] .promotional__caption {
      right: 20px; } }

@media print, screen and (min-width: 1200px) {
  /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional[data-caption-align="left"] .promotional__caption {
    left: 0; }
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional[data-caption-align="right"] .promotional__caption {
    right: 0; } }

/* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
.promotional__caption-text-wrapper:first-child {
  padding-right: 0; }

/* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
.promotional__caption-text-wrapper * {
  margin-top: 0; }

@media print, screen and (min-width: 768px) {
  /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  .promotional__caption-text-wrapper > *:first-child {
    margin-right: 30px; } }

/* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
.promotional__type {
  color: #e79932; }

/* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
.promotional__title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff; }
  @media screen and (min-width: 768px) {
    /* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
    .promotional__title {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1005px) {
    /* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
    .promotional__title {
      font-size: 36px;
      font-size: 2.25rem; } }

/* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
.promotional__subtitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #C7C7C7; }

/* line 126, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
.promotional-description {
  color: #E5E5E5; }
  /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
  * + .promotional-description {
    margin-top: 0.8em; }

/* line 135, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_promotional.scss */
* + .promotional__cta-wrapper {
  margin-top: 1.3em; }

@media print, screen and (min-width: 768px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing .custom-select__items {
    display: none; } }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
.tabbed-product-listing .custom-select__wrapper {
  margin: 0 -10px; }

@media screen and (max-width: 767px) {
  /* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing__tab-triggers {
    display: none; } }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
.tabbed-product-listing__tab-triggers.slick-slider {
  padding: 0 10px 0 30px; }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
.tabbed-product-listing__tab-triggers .is-slider__btn {
  top: 5px; }
  /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  [data-background="grey-texture"] .tabbed-product-listing__tab-triggers .is-slider__btn,
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-triggers .is-slider__btn,
  [data-background="light-wood-texture"] .tabbed-product-listing__tab-triggers .is-slider__btn,
  [data-background="black"] .tabbed-product-listing__tab-triggers .is-slider__btn,
  [data-background="light-grey-texture"] .tabbed-product-listing__tab-triggers .is-slider__btn,
  [data-background="grey"] .tabbed-product-listing__tab-triggers .is-slider__btn {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -638px -919px;
    width: 17px;
    height: 28px; }
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  [data-background="orange-texture"] .tabbed-product-listing__tab-triggers .is-slider__btn {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -621px -947px;
    width: 17px;
    height: 28px; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing__tab-triggers .is-slider__btn:after {
    display: none; }
  /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  [data-background="black"] .tabbed-product-listing__tab-triggers .is-slider__btn:after,
  [data-background="dark-wood-texture"] .tabbed-product-listing__tab-triggers .is-slider__btn:after,
  [data-background="mid-grey-texture"] .tabbed-product-listing__tab-triggers .is-slider__btn:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -53px -1556px;
    width: 53px;
    height: 54px; }
  /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing__tab-triggers .is-slider__btn.is-slider__btn--prev {
    left: -10px;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing__tab-triggers .is-slider__btn.is-slider__btn--next {
    right: -10px;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

/* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
.tabbed-product-listing__tab-trigger {
  position: relative;
  overflow: visible;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px; }
  @media print, screen and (min-width: 768px) {
    /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
    .tabbed-product-listing__tab-trigger {
      min-width: 110px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
    .tabbed-product-listing__tab-trigger {
      min-width: 146px; } }
  /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing__tab-trigger:before {
    display: none; }
  /* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing__tab-trigger:after {
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    top: 100%;
    transition: opacity 0.25s;
    opacity: 0;
    border-width: 10px; }
  /* line 128, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing__tab-trigger.tabbed-product-listing__tab-trigger--is-current:after {
    opacity: 1;
    background-color: transparent; }

/* line 135, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
* + .tabbed-product-listing__tabs {
  margin-top: 40px;
  margin-bottom: -35px; }

/* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
.tabbed-product-listing__products {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  opacity: 0; }
  /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
  .tabbed-product-listing__products.tabbed-product-listing__products--is-visible {
    overflow: visible;
    visibility: visible;
    height: auto;
    transition: opacity 1s ease;
    opacity: 1; }

/* line 157, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
.tabbed-product-listing__product-image-wrapper {
  height: 295px;
  transition: all 0.25s; }
  @media print, screen and (min-width: 480px) {
    /* line 157, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tabbedProductListing.scss */
    .tabbed-product-listing__product-image-wrapper {
      height: 225px; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas__wrapper[data-background],
.main > .tips-and-ideas__wrapper.page-module[data-background]:last-child {
  padding-bottom: 0; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas .featured-products__item {
  z-index: 2;
  cursor: pointer; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas .featured-products__image-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 1px solid #fff; }

/* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
[data-background="grey-texture"] .tips-and-ideas .featured-products__product-name,
[data-background="mid-grey-texture"] .tips-and-ideas .featured-products__product-name,
[data-background="black"] .tips-and-ideas .featured-products__product-name,
[data-background="dark-wood-texture"] .tips-and-ideas .featured-products__product-name {
  color: #fff; }

/* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas .tips-and-ideas__item--is-selected .featured-products__product-name {
  color: #e79932; }

/* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas .tips-and-ideas__item:hover .featured-products__product-name {
  background-color: transparent; }

/* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas .is-slider__btn {
  z-index: 10; }

/* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas .is-slider__btn--prev {
  left: -5px; }

/* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas .is-slider__btn--next {
  right: -5px; }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas .slick-list {
  z-index: 1; }

/* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas.is-slider.slick-initialized.tips-and-ideas--is-nav-hidden:before, .tips-and-ideas.is-slider.slick-initialized.tips-and-ideas--is-nav-hidden:after {
  display: none; }

/* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas__type {
  font-weight: bold;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 16px;
  padding-left: 9px;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  box-shadow: -5px 3px 4px rgba(0, 0, 0, 0.3); }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  .tips-and-ideas__type:before {
    position: absolute;
    top: 0;
    left: -8px;
    content: "";
    height: 24px;
    width: 17px;
    background-color: #fff;
    -ms-transform: skew(26deg);
        transform: skew(26deg); }

/* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas__description-wrapper {
  position: relative;
  margin-top: 53px;
  padding: 20px 20px 40px;
  background-color: #000;
  border-top: 1px solid #e79932; }
  @media print, screen and (min-width: 768px) {
    /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
    .tips-and-ideas__description-wrapper {
      padding-top: 40px;
      padding-bottom: 40px; } }

/* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas__arrow {
  position: absolute;
  top: -1.03em;
  left: 150px;
  display: block;
  margin-left: -14px;
  transition: left 0.5s; }
  /* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  .tips-and-ideas__arrow:before, .tips-and-ideas__arrow:after {
    position: absolute;
    display: block;
    content: ""; }
  /* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  .tips-and-ideas__arrow:before {
    top: -1.3em;
    margin-top: -4px;
    margin-left: -3px;
    border-width: 1.3em;
    border-bottom-color: #e79932; }
  /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  .tips-and-ideas__arrow:after {
    top: -1.1em;
    border-width: 1.1em;
    border-bottom-color: #000; }

/* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas__description {
  position: absolute;
  visibility: hidden;
  max-width: 590px;
  margin: 0 auto;
  padding: 35px 15px 35px 25px;
  opacity: 0;
  background-image: url("/_Images/Bostitch/patterns/light-grey-texture.png"); }
  /* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  .tips-and-ideas__description.tips-and-ideas__description--is-current {
    position: static;
    visibility: visible;
    transition: opacity 0.5s;
    opacity: 1; }
  /* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  .tips-and-ideas__description .rtf {
    color: #000; }

/* line 157, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas__tag {
  display: inline-block;
  line-height: 1.3;
  padding-right: 3px;
  padding-left: 3px; }
  /* line 163, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  [data-background="grey-texture"] .tips-and-ideas__tag,
  [data-background="mid-grey-texture"] .tips-and-ideas__tag,
  [data-background="black"] .tips-and-ideas__tag,
  [data-background="dark-wood-texture"] .tips-and-ideas__tag {
    color: #000; }

/* line 171, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
.tips-and-ideas__subtitle {
  color: #e79932; }
  /* line 174, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  [data-background="grey-texture"] .tips-and-ideas__subtitle,
  [data-background="mid-grey-texture"] .tips-and-ideas__subtitle,
  [data-background="black"] .tips-and-ideas__subtitle,
  [data-background="dark-wood-texture"] .tips-and-ideas__subtitle {
    color: #e79932; }
  /* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_tipsAndIdeas.scss */
  .tips-and-ideas__tag + .tips-and-ideas__subtitle {
    margin-top: 0.4em; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
.image-module {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 453px; }
  @media print, screen and (min-width: 680px) {
    /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
    .image-module[data-caption-align="left"] {
      background-position: right center; }
    /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
    .image-module[data-caption-align="right"] {
      background-position: left center; } }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
.image-module__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  width: calc(100% - 20px); }
  @media print, screen and (min-width: 680px) {
    /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
    .image-module__caption {
      top: 25px;
      width: calc(330px + 0px);
      -ms-transform: none;
          transform: none; }
      /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
      .image-module[data-caption-align="left"] .image-module__caption {
        left: 25px; }
      /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
      .image-module[data-caption-align="right"] .image-module__caption {
        right: 25px;
        left: auto; } }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
.image-mod-module__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5em;
  color: #e79932; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
.image-mod-module__cta-wrapper {
  margin-bottom: 10px; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
  * + .image-mod-module__cta-wrapper {
    margin-top: 2.1em; }

/* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
.image-mod-module__cta {
  display: inline-block;
  width: auto; }
  @media print, screen and (max-width: 679px) {
    /* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageModule.scss */
    .image-mod-module__cta {
      width: 100%; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__slider-item {
  background-color: #fff;
  overflow: hidden; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .review-module__slider-item:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }

@media print, screen and (min-width: 768px) {
  /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module__featured-links-wrapper {
    float: right;
    width: 50%; } }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__featured-product {
  position: relative;
  height: 245px;
  background-position: center;
  background-size: cover;
  border: 7px solid #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__featured-product {
      height: 295px;
      margin: 7px 7px 0;
      border: none; } }
  @media print, screen and (min-width: 1005px) {
    /* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__featured-product {
      height: 395px;
      margin: 0;
      border-bottom: 2px solid #000; } }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__featured-product-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 11px;
  font-weight: 500; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module__featured-product-caption a:hover {
    text-decoration: none; }
    /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__featured-product-caption a:hover > * {
      text-decoration: underline; }
  @media print, screen and (min-width: 768px) {
    /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__featured-product-caption {
      padding-left: 20px;
      padding-right: 20px; } }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__featured-product-pre-title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

/* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__featured-product-name {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2; }
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module__featured-product-name:after {
    margin-left: 10px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-width: 5px;
    border-left-color: #fff; }
  @media print, screen and (min-width: 1005px) {
    /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__featured-product-name {
      font-size: 26px;
      font-size: 1.625rem; } }

/* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__cta {
  margin-top: 20px; }

/* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__related-links {
  display: none; }
  @media print, screen and (min-width: 768px) {
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__related-links {
      border-top: 2px dashed #fff;
      display: block;
      height: 88px;
      background-color: #000;
      margin: 0 7px 7px; }
      /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
      .review-module__related-links--item {
        display: inline-block;
        vertical-align: top;
        width: 56px;
        height: 56px;
        padding: 3px;
        margin: 11px 0 0 5px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: 2px solid #C7C7C7; } }
  @media print, screen and (min-width: 1005px) {
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__related-links {
      height: 130px;
      margin: 0; }
      /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
      .review-module__related-links--item {
        width: 81px;
        height: 81px;
        margin-top: 24px;
        margin-left: 17px;
        border: 4px solid #C7C7C7; } }

/* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__tools-rule {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 11px 0 0 -28px;
  border: 2px solid #fff;
  background-color: #000; }
  @media print, screen and (min-width: 1005px) {
    /* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__tools-rule {
      margin: 23px 16px 0 -40px;
      width: 81px;
      height: 81px;
      border: 4px solid #fff; } }

/* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__content {
  padding: 15px 10px 40px;
  text-align: center;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__content {
      padding-top: 44px;
      padding-bottom: 10px;
      float: left;
      width: 50%; } }
  @media print, screen and (min-width: 1005px) {
    /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__content {
      padding-top: 76px; } }

/* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__title {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase; }

/* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__product {
  position: relative;
  margin: 30px 0 25px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  z-index: 2; }
  @media print, screen and (min-width: 768px) {
    /* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__product {
      margin-top: 16px;
      margin-bottom: 10px;
      padding: 0 30px; } }

/* line 165, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__quotetext p {
  position: relative;
  padding: 0 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  z-index: 1; }
  /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module__quotetext p:before {
    position: absolute;
    top: -102px;
    left: 26px;
    display: block;
    font-family: Arial;
    content: '’’';
    font-size: 300px;
    font-size: 18.75rem;
    font-weight: 300;
    color: #E5E5E5;
    letter-spacing: -0.085em;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: -1; }

/* line 194, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__quotetext cite {
  position: relative;
  margin-top: 28px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  z-index: 5;
  line-height: normal; }

/* line 203, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module__quotetext small {
  position: relative;
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 5; }

@media print, screen and (min-width: 768px) {
  /* line 211, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module__quotetext p {
    padding-left: 30px;
    padding-right: 30px; }
    /* line 215, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__quotetext p:before {
      top: -125px;
      left: 33px;
      content: '’’';
      font-family: Arial;
      font-size: 390px;
      font-size: 24.375rem; }
  /* line 224, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module__quotetext cite {
    margin-top: 25px; } }

@media print, screen and (min-width: 1005px) {
  /* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module__quotetext {
    height: 193px; }
    /* line 231, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
    .review-module__quotetext p {
      padding: 0 56px;
      font-size: 16.5px;
      font-size: 1.03125rem; } }

/* line 239, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module .is-slider__btn {
  bottom: 50%;
  width: 30px;
  height: 62px; }
  /* line 244, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module .is-slider__btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

/* line 249, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module .is-slider__btn--prev {
  left: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  /* line 253, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module .is-slider__btn--prev:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -498px -1107px;
    width: 17px;
    height: 30px; }
  /* line 257, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module .is-slider__btn--prev:hover:after, .review-module .is-slider__btn--prev:active:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -353px -1291px;
    width: 17px;
    height: 30px; }

/* line 263, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module .is-slider__btn--next {
  right: 0;
  -ms-transform: translateX(50%);
      transform: translateX(50%); }
  /* line 267, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module .is-slider__btn--next:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -404px -1201px;
    width: 17px;
    height: 30px; }
  /* line 271, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
  .review-module .is-slider__btn--next:hover:after, .review-module .is-slider__btn--next:active:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -532px -1047px;
    width: 17px;
    height: 30px; }

/* line 277, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_reviewModule.scss */
.review-module .slick-dots {
  position: static;
  margin-top: 25px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module {
  position: relative;
  z-index: 0; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module .page-module__inner {
    position: relative;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 1005px) {
      /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module .page-module__inner {
        padding-right: 30px;
        padding-left: 30px; } }
    @media screen and (min-width: 1080px) {
      /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module .page-module__inner {
        padding-right: 0;
        padding-left: 0; } }
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module .featured-information-slider {
    z-index: 0; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__slider-item {
    background-color: #fff;
    overflow: hidden;
    min-height: 381px; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .featured-information-module__slider-item:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
  @media print, screen and (min-width: 768px) {
    /* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__featured-links-wrapper {
      float: right;
      width: 50%; } }
  /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__featured {
    position: relative;
    height: 245px;
    background-position: center;
    background-size: cover;
    border: 7px solid #fff;
    box-shadow: inset 0px -200px 60px -119px black; }
    @media print, screen and (min-width: 768px) {
      /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__featured {
        height: 295px;
        margin: 7px 7px 0;
        border: none; } }
    @media print, screen and (min-width: 1005px) {
      /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__featured {
        height: 395px;
        margin: 0;
        border-bottom: 2px solid #000; } }
    /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__featured:before {
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      background-color: rgba(0, 0, 0, 0.4); }
  /* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__featured-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 15px 11px;
    font-weight: 500; }
    /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__featured-caption a:hover {
      text-decoration: none; }
      /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__featured-caption a:hover > * {
        text-decoration: underline; }
    @media print, screen and (min-width: 768px) {
      /* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__featured-caption {
        padding-left: 20px;
        padding-right: 20px;
        bottom: 10px; } }
    @media print, screen and (min-width: 1005px) {
      /* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__featured-caption {
        bottom: 130px; } }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__featured-pre-title {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase; }
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__featured-title {
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2;
    padding-right: 15px; }
    @media print, screen and (min-width: 1005px) {
      /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__featured-title {
        font-size: 26px;
        font-size: 1.625rem; } }
    /* line 100, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__featured-title a:hover {
      color: #e79932; }
  /* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__cta {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 768px) {
      /* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__cta {
        margin-left: 30px; } }
  /* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__title {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase; }
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__product {
    margin: 20px 0 10px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 900; }
    @media print, screen and (min-width: 768px) {
      /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__product {
        margin-top: 16px;
        margin-bottom: 10px;
        padding: 0 30px; } }
  @media print, screen and (min-width: 768px) {
    /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__quotetext {
      padding: 0 30px 0 30px;
      font-size: 16px;
      font-size: 1rem; } }
  /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module .slick-list {
    z-index: 1; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module .slick-dots {
    position: absolute;
    bottom: -50px; }
  /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module .is-slider__btn {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -53px -1556px;
    width: 53px;
    height: 54px;
    top: 209px;
    z-index: 53;
    display: none;
    border-radius: 50%;
    background-color: #000;
    -ms-transform: rotate(0deg) scale(0.7);
        transform: rotate(0deg) scale(0.7); }
    @media print, screen and (min-width: 768px) {
      /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module .is-slider__btn {
        -ms-transform: scale(0.7);
            transform: scale(0.7); } }
    @media print, screen and (min-width: 1005px) {
      /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module .is-slider__btn {
        -ms-transform: scale(1);
            transform: scale(1); } }
    /* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module .is-slider__btn:after {
      display: none; }
    @media print, screen and (min-width: 768px) {
      /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module .is-slider__btn {
        top: 170px; } }
    @media print, screen and (min-width: 1005px) {
      /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module .is-slider__btn {
        top: 161px; } }
    /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module .is-slider__btn.is-slider__btn--prev {
      left: -11px;
      -ms-transform: rotate(180deg) scale(0.7);
          transform: rotate(180deg) scale(0.7); }
      @media print, screen and (min-width: 768px) {
        /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
        .featured-information-module .is-slider__btn.is-slider__btn--prev {
          -ms-transform: scale(0.7) rotate(180deg);
              transform: scale(0.7) rotate(180deg); } }
      @media print, screen and (min-width: 1005px) {
        /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
        .featured-information-module .is-slider__btn.is-slider__btn--prev {
          -ms-transform: scale(1) rotate(180deg);
              transform: scale(1) rotate(180deg); } }
      @media print, screen and (min-width: 768px) {
        /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
        .featured-information-module .is-slider__btn.is-slider__btn--prev {
          left: -23px; } }
      @media print, screen and (min-width: 1005px) {
        /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
        .featured-information-module .is-slider__btn.is-slider__btn--prev {
          left: -29px; } }
    /* line 202, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module .is-slider__btn.is-slider__btn--next {
      right: -5px; }
      @media print, screen and (min-width: 768px) {
        /* line 202, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
        .featured-information-module .is-slider__btn.is-slider__btn--next {
          right: -15px; } }
      @media print, screen and (min-width: 1005px) {
        /* line 202, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
        .featured-information-module .is-slider__btn.is-slider__btn--next {
          right: -29px; } }

/* line 216, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module[data-background="black"] .is-slider__btn,
.featured-information-module[data-background="dark-wood-texture"] .is-slider__btn,
.featured-information-module[data-background="grey-texture"] .is-slider__btn,
.featured-information-module[data-background="mid-grey-texture"] .is-slider__btn {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: 0px -1610px;
  width: 53px;
  height: 54px; }

@media print, screen and (min-width: 768px) {
  /* line 223, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__related-links-wrapper {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 0;
    width: calc(50% - 20px);
    height: 95px;
    margin-top: 0; } }

@media print, screen and (min-width: 1005px) {
  /* line 223, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
  .featured-information-module__related-links-wrapper {
    right: 0;
    width: 50%;
    height: 130px; } }

/* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module__related-links-wrapper .featured-information-module__related-links {
  display: none;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    /* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__related-links-wrapper .featured-information-module__related-links {
      border-top: 2px dashed #fff;
      display: block;
      height: 88px;
      background-color: #000;
      margin: 0 7px 7px; }
      /* line 249, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__related-links-wrapper .featured-information-module__related-links--item {
        display: inline-block;
        vertical-align: top;
        width: 66px;
        height: 66px;
        padding: 3px;
        margin: 11px 15px 0 5px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: 2px solid #C7C7C7; } }
  @media print, screen and (min-width: 1005px) {
    /* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__related-links-wrapper .featured-information-module__related-links {
      height: 130px;
      margin: 0; }
      /* line 266, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
      .featured-information-module__related-links-wrapper .featured-information-module__related-links--item {
        width: 81px;
        height: 81px;
        margin-top: 24px;
        margin-left: 15px;
        border: 4px solid #C7C7C7; } }

/* line 275, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module__related-links-wrapper .featured-information-module__tools-rule {
  position: relative;
  width: 66px;
  height: 66px;
  margin: 11px 15px 0 -28px;
  border: 2px solid #fff;
  background-color: #000;
  float: left; }
  @media print, screen and (min-width: 1005px) {
    /* line 275, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__related-links-wrapper .featured-information-module__tools-rule {
      margin: 24px 20px 0 -40px;
      width: 81px;
      height: 81px;
      border: 4px solid #fff; } }

/* line 292, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module__related-links--item {
  display: inline-block; }

/* line 296, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module__content {
  padding: 0 10px 0 10px;
  text-align: left;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 296, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__content {
      padding-top: 20px;
      padding-bottom: 10px;
      float: left;
      width: 50%; } }
  @media print, screen and (min-width: 1005px) {
    /* line 296, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
    .featured-information-module__content {
      padding-top: 20px; } }

/* line 314, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module .featured-thumb-slider .slick-active {
  border-color: #e79932; }

/* line 321, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module .featured-thumb-slider:after {
  display: none !important; }

/* line 324, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module .featured-thumb-slider:before {
  display: none !important; }

/* line 328, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module .featured-thumb-slider .is-slider__btn {
  width: 63px;
  height: 82px;
  top: 23px;
  background: transparent none repeat scroll 0 0;
  display: none !important; }

/* line 335, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module .featured-thumb-slider .is-slider__btn:before, .featured-information-module .featured-thumb-slider .is-slider__btn:after {
  background: none; }

/* line 338, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module .featured-thumb-slider .is-slider__btn--prev {
  left: 41px; }

/* line 344, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredInformationModule.scss */
.featured-information-module[data-background="white"] .is-slider__btn:after,
.featured-information-module[data-background="grey"] .is-slider__btn:after,
.featured-information-module[data-background="orange"] .is-slider__btn:after,
.featured-information-module[data-background="orange-texture"] .is-slider__btn:after,
.featured-information-module[data-background="light-grey"] .is-slider__btn:after,
.featured-information-module[data-background="light-grey-texture"] .is-slider__btn:after,
.featured-information-module[data-background="light-color"] .is-slider__btn:after,
.featured-information-module[data-background="light-wood-texture"] .is-slider__btn:after {
  background-color: #e79932; }

@media screen and (max-width: 1004px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
  .featured-category-listing__category-image-wrapper {
    height: 165px; } }

@media screen and (max-width: 767px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
  .featured-category-listing__category-image-wrapper {
    height: 135px; } }

@media screen and (max-width: 1004px) {
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
  .featured-category-listing__category {
    width: calc(25% - 15px); }
    /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
    .featured-category-listing__category:nth-child(3n) {
      margin-right: 15px; }
    /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
    .featured-category-listing__category:nth-child(4n) {
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
  .featured-category-listing__category {
    width: calc(33.33% - 13px); }
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
    .featured-category-listing__category:nth-child(2n) {
      margin-right: 15px; }
    /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
    .featured-category-listing__category:nth-child(3n) {
      margin-right: 0; } }

@media print, screen and (max-width: 479px) {
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
  .featured-category-listing__category {
    display: inline-block;
    width: calc(50% - 9.5px);
    margin-right: 15px;
    vertical-align: top; }
    /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
    .featured-category-listing__category:nth-child(3n) {
      margin-right: 15px; }
    /* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
    .featured-category-listing__category:nth-child(2n) {
      margin-right: 0; } }

/* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
.featured-category-listing__category-title {
  color: #000; }

/* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_featuredCategoryListing.scss */
.featured-category-listing__category-description {
  text-align: center; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
.image-content-module {
  position: relative;
  width: 100%;
  height: 453px; }
  /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
  .image-content-module .generic-module__cta:hover {
    color: #e79932; }
  @media print, screen and (min-width: 680px) {
    /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
    .image-content-module .generic-module__cta {
      font-size: 26px;
      font-size: 1.625rem; }
      /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
      .image-content-module .generic-module__cta:after {
        -ms-transform: scale(0.8);
            transform: scale(0.8); } }

/* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
.image-content-module__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .image-content-module__image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
.image-content-module__content {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  z-index: 5;
  padding: 20px; }
  @media print, screen and (min-width: 680px) {
    /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
    .image-content-module__content {
      position: relative;
      top: auto;
      padding: 32px 42px;
      -ms-transform: none;
          transform: none; } }

/* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
.image-content-module__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #fff; }
  @media print, screen and (min-width: 680px) {
    /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
    .image-content-module__title {
      font-size: 50px;
      font-size: 3.125rem;
      margin-bottom: 20px; } }

/* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
.image-content-module__desc {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.3;
  display: none;
  margin-bottom: 40px;
  color: #fff; }
  @media print, screen and (min-width: 680px) {
    /* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_imageContentModule.scss */
    .image-content-module__desc {
      display: block; } }

@media screen and (max-width: 767px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
  .gallery-module {
    padding-right: 10px;
    padding-left: 10px; } }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
.gallery__wrapper {
  position: relative;
  width: 100%;
  padding: 5px;
  background: #000; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_clearfix.scss */
  .gallery__wrapper:before, .gallery__wrapper:after {
    content: " ";
    display: table; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_clearfix.scss */
  .gallery__wrapper:after {
    clear: both; }
  @media print, screen and (min-width: 481px) {
    /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__wrapper {
      max-width: 728px;
      height: 357px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__wrapper {
      max-width: 850px;
      height: 418px; } }

/* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
.gallery__stage {
  height: 100%;
  position: relative; }
  @media print, screen and (min-width: 481px) {
    /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__stage {
      margin-right: 101px; } }

@media print, screen and (min-width: 481px) {
  /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
  .gallery__media {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

/* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
.gallery__image {
  display: block;
  margin: 0 auto; }
  @media print, screen and (min-width: 481px) {
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__image {
      max-height: 347px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__image {
      max-height: 408px; } }

/* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
.gallery__thumbs {
  position: relative;
  margin: 20px auto 14px; }
  @media print, screen and (max-width: 480px) {
    /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__thumbs {
      width: 169px;
      margin-right: 46px;
      margin-left: 69px; } }
  @media print, screen and (min-width: 481px) {
    /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__thumbs {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 67px;
      margin: 58px 14px; } }
  @media print, screen and (min-width: 1006px) {
    /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__thumbs {
      margin-top: 56px; } }
  /* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
  .gallery__thumbs .is-slider__btn {
    position: absolute;
    width: 46px;
    height: 96px;
    background-color: transparent; }
    @media print, screen and (min-width: 768px) {
      /* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
      .gallery__thumbs .is-slider__btn {
        left: 0;
        width: 70px;
        height: 50px; } }
    /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    [data-background="black"] .gallery__thumbs .is-slider__btn:after,
    [data-background="dark-wood-texture"] .gallery__thumbs .is-slider__btn:after,
    [data-background="mid-grey-texture"] .gallery__thumbs .is-slider__btn:after {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: 0px -1610px;
      width: 53px;
      height: 54px; }
    /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__thumbs .is-slider__btn:after {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: 0px -1610px;
      width: 53px;
      height: 54px;
      top: 23px;
      border-radius: 50%;
      background-color: transparent; }
      @media print, screen and (min-width: 768px) {
        /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
        .gallery__thumbs .is-slider__btn:after {
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
  .gallery__thumbs .is-slider__btn--next {
    top: -15px;
    right: -52px; }
    @media print, screen and (min-width: 481px) {
      /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
      .gallery__thumbs .is-slider__btn--next {
        top: auto;
        right: auto;
        bottom: -48px; } }
    /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__thumbs .is-slider__btn--next:after {
      left: auto;
      right: -4px; }
      @media print, screen and (min-width: 768px) {
        /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
        .gallery__thumbs .is-slider__btn--next:after {
          top: -1px;
          left: 9px;
          -ms-transform: scale(0.7) rotate(90deg);
              transform: scale(0.7) rotate(90deg); } }
  /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
  .gallery__thumbs .is-slider__btn--prev {
    top: -15px;
    left: -69px; }
    @media print, screen and (min-width: 481px) {
      /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
      .gallery__thumbs .is-slider__btn--prev {
        top: -58px;
        left: 0; } }
    @media print, screen and (min-width: 1006px) {
      /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
      .gallery__thumbs .is-slider__btn--prev {
        top: -56px; } }
    /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__thumbs .is-slider__btn--prev:after {
      left: 40px; }
      @media print, screen and (min-width: 768px) {
        /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
        .gallery__thumbs .is-slider__btn--prev:after {
          top: 16px;
          left: 34px;
          -ms-transform: scale(0.7) rotate(-90deg);
              transform: scale(0.7) rotate(-90deg); } }
  /* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
  .gallery__thumbs .gallery__thumb {
    border: 0; }
    /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__thumbs .gallery__thumb button {
      display: block;
      width: 67px;
      height: 67px;
      margin: 0 18px 0 0;
      position: relative;
      transition: border-color 0.25s;
      border: 2px solid #b7b7b7; }
      @media print, screen and (min-width: 481px) {
        /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
        .gallery__thumbs .gallery__thumb button {
          margin: 0 0 12px; } }
      @media print, screen and (min-width: 1005px) {
        /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
        .gallery__thumbs .gallery__thumb button {
          margin: 0 0 9px; } }
      /* line 186, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
      .gallery__thumbs .gallery__thumb button:hover {
        border-color: #262626; }
    /* line 191, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallery-module.scss */
    .gallery__thumbs .gallery__thumb.is-active button {
      border-color: #e79932; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__feature {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 250px;
  margin-top: 0; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .product-slide-listing__feature:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.project-caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13.2px 13px 28px;
  font-weight: 500; }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__type {
  font-weight: normal;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #e79932; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__title {
  margin-bottom: 12px;
  font-size: 20.96px;
  font-size: 1.31rem;
  color: #fff;
  line-height: 1.1; }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__slider-wrapper {
  position: relative; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__slider-wrapper .slick-dots {
    bottom: 5px; }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__slide {
  margin: 0;
  padding-bottom: 60px;
  text-align: center; }
  /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__slide[data-background] {
    padding-top: 0; }

/* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__slide-title {
  display: none; }

/* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__name-and-rating-wrapper {
  min-height: 171px;
  margin-top: 0;
  padding-left: 185px; }

/* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__product-name {
  padding: 25px 0 10px;
  text-align: left; }
  /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__product-name a {
    display: block; }
    /* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
    .product-slide-listing__product-name a:hover {
      color: #e79932; }

/* line 86, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
[data-background="mid-grey-texture"] .page-module[data-background="white"] .product-slide-listing__product-name,
[data-background="mid-grey-texture"] .page-module[data-background="white"] .product-slide-listing__slide-title,
[data-background="mid-grey-texture"] .page-module[data-background="grey"] .product-slide-listing__product-name,
[data-background="mid-grey-texture"] .page-module[data-background="grey"] .product-slide-listing__slide-title,
[data-background="mid-grey-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__product-name,
[data-background="mid-grey-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__slide-title,
[data-background="mid-grey-texture"] .page-module[data-background="light-grey"] .product-slide-listing__product-name,
[data-background="mid-grey-texture"] .page-module[data-background="light-grey"] .product-slide-listing__slide-title,
[data-background="mid-grey-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name,
[data-background="mid-grey-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__slide-title,
[data-background="mid-grey-texture"] .page-module[data-background="light-color"] .product-slide-listing__product-name,
[data-background="mid-grey-texture"] .page-module[data-background="light-color"] .product-slide-listing__slide-title,
[data-background="mid-grey-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name,
[data-background="mid-grey-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__slide-title,
[data-background="grey-texture"] .page-module[data-background="white"] .product-slide-listing__product-name,
[data-background="grey-texture"] .page-module[data-background="white"] .product-slide-listing__slide-title,
[data-background="grey-texture"] .page-module[data-background="grey"] .product-slide-listing__product-name,
[data-background="grey-texture"] .page-module[data-background="grey"] .product-slide-listing__slide-title,
[data-background="grey-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__product-name,
[data-background="grey-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__slide-title,
[data-background="grey-texture"] .page-module[data-background="light-grey"] .product-slide-listing__product-name,
[data-background="grey-texture"] .page-module[data-background="light-grey"] .product-slide-listing__slide-title,
[data-background="grey-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name,
[data-background="grey-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__slide-title,
[data-background="grey-texture"] .page-module[data-background="light-color"] .product-slide-listing__product-name,
[data-background="grey-texture"] .page-module[data-background="light-color"] .product-slide-listing__slide-title,
[data-background="grey-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name,
[data-background="grey-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__slide-title,
[data-background="black"] .page-module[data-background="white"] .product-slide-listing__product-name,
[data-background="black"] .page-module[data-background="white"] .product-slide-listing__slide-title,
[data-background="black"] .page-module[data-background="grey"] .product-slide-listing__product-name,
[data-background="black"] .page-module[data-background="grey"] .product-slide-listing__slide-title,
[data-background="black"] .page-module[data-background="orange-texture"] .product-slide-listing__product-name,
[data-background="black"] .page-module[data-background="orange-texture"] .product-slide-listing__slide-title,
[data-background="black"] .page-module[data-background="light-grey"] .product-slide-listing__product-name,
[data-background="black"] .page-module[data-background="light-grey"] .product-slide-listing__slide-title,
[data-background="black"] .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name,
[data-background="black"] .page-module[data-background="light-grey-texture"] .product-slide-listing__slide-title,
[data-background="black"] .page-module[data-background="light-color"] .product-slide-listing__product-name,
[data-background="black"] .page-module[data-background="light-color"] .product-slide-listing__slide-title,
[data-background="black"] .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name,
[data-background="black"] .page-module[data-background="light-wood-texture"] .product-slide-listing__slide-title,
[data-background="dark-wood-texture"] .page-module[data-background="white"] .product-slide-listing__product-name,
[data-background="dark-wood-texture"] .page-module[data-background="white"] .product-slide-listing__slide-title,
[data-background="dark-wood-texture"] .page-module[data-background="grey"] .product-slide-listing__product-name,
[data-background="dark-wood-texture"] .page-module[data-background="grey"] .product-slide-listing__slide-title,
[data-background="dark-wood-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__product-name,
[data-background="dark-wood-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__slide-title,
[data-background="dark-wood-texture"] .page-module[data-background="light-grey"] .product-slide-listing__product-name,
[data-background="dark-wood-texture"] .page-module[data-background="light-grey"] .product-slide-listing__slide-title,
[data-background="dark-wood-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name,
[data-background="dark-wood-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__slide-title,
[data-background="dark-wood-texture"] .page-module[data-background="light-color"] .product-slide-listing__product-name,
[data-background="dark-wood-texture"] .page-module[data-background="light-color"] .product-slide-listing__slide-title,
[data-background="dark-wood-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name,
[data-background="dark-wood-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__slide-title {
  color: #000; }
  /* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  [data-background="mid-grey-texture"] .page-module[data-background="white"] .product-slide-listing__product-name a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="white"] .product-slide-listing__slide-title a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="grey"] .product-slide-listing__product-name a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="grey"] .product-slide-listing__slide-title a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__product-name a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="light-grey"] .product-slide-listing__product-name a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="light-grey"] .product-slide-listing__slide-title a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="light-color"] .product-slide-listing__product-name a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="light-color"] .product-slide-listing__slide-title a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name a:hover,
  [data-background="mid-grey-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="grey-texture"] .page-module[data-background="white"] .product-slide-listing__product-name a:hover,
  [data-background="grey-texture"] .page-module[data-background="white"] .product-slide-listing__slide-title a:hover,
  [data-background="grey-texture"] .page-module[data-background="grey"] .product-slide-listing__product-name a:hover,
  [data-background="grey-texture"] .page-module[data-background="grey"] .product-slide-listing__slide-title a:hover,
  [data-background="grey-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__product-name a:hover,
  [data-background="grey-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="grey-texture"] .page-module[data-background="light-grey"] .product-slide-listing__product-name a:hover,
  [data-background="grey-texture"] .page-module[data-background="light-grey"] .product-slide-listing__slide-title a:hover,
  [data-background="grey-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name a:hover,
  [data-background="grey-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="grey-texture"] .page-module[data-background="light-color"] .product-slide-listing__product-name a:hover,
  [data-background="grey-texture"] .page-module[data-background="light-color"] .product-slide-listing__slide-title a:hover,
  [data-background="grey-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name a:hover,
  [data-background="grey-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="black"] .page-module[data-background="white"] .product-slide-listing__product-name a:hover,
  [data-background="black"] .page-module[data-background="white"] .product-slide-listing__slide-title a:hover,
  [data-background="black"] .page-module[data-background="grey"] .product-slide-listing__product-name a:hover,
  [data-background="black"] .page-module[data-background="grey"] .product-slide-listing__slide-title a:hover,
  [data-background="black"] .page-module[data-background="orange-texture"] .product-slide-listing__product-name a:hover,
  [data-background="black"] .page-module[data-background="orange-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="black"] .page-module[data-background="light-grey"] .product-slide-listing__product-name a:hover,
  [data-background="black"] .page-module[data-background="light-grey"] .product-slide-listing__slide-title a:hover,
  [data-background="black"] .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name a:hover,
  [data-background="black"] .page-module[data-background="light-grey-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="black"] .page-module[data-background="light-color"] .product-slide-listing__product-name a:hover,
  [data-background="black"] .page-module[data-background="light-color"] .product-slide-listing__slide-title a:hover,
  [data-background="black"] .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name a:hover,
  [data-background="black"] .page-module[data-background="light-wood-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="white"] .product-slide-listing__product-name a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="white"] .product-slide-listing__slide-title a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="grey"] .product-slide-listing__product-name a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="grey"] .product-slide-listing__slide-title a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__product-name a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="orange-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="light-grey"] .product-slide-listing__product-name a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="light-grey"] .product-slide-listing__slide-title a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__product-name a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="light-grey-texture"] .product-slide-listing__slide-title a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="light-color"] .product-slide-listing__product-name a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="light-color"] .product-slide-listing__slide-title a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__product-name a:hover,
  [data-background="dark-wood-texture"] .page-module[data-background="light-wood-texture"] .product-slide-listing__slide-title a:hover {
    color: #e79932; }

/* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__slide.page-module[data-background="orange-texture"] .product-slide-listing__product-name a:hover {
  color: #fff; }

/* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__rating-wrapper {
  float: left;
  padding: 5px 10px 3px;
  border-radius: 5px;
  background-color: #2E2E2E; }
  @media screen and (max-width: 767px) {
    /* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
    .product-slide-listing__rating-wrapper {
      margin-top: 0;
      -ms-transform: scale(0.7);
          transform: scale(0.7);
      -ms-transform-origin: left top;
          transform-origin: left top; } }
  /* line 117, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__rating-wrapper .rating--normal {
    background-image: url("/_Images/Bostitch/star-grey.png"); }

/* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__cta {
  display: inline-block;
  width: calc(100% - 40px);
  margin-top: 10px; }

/* line 128, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
.product-slide-listing__image {
  z-index: 53;
  position: absolute;
  top: -15px;
  left: 10px;
  display: block;
  width: 152px;
  height: 152px;
  text-align: center;
  border: 5px solid #262626;
  background-color: #fff; }
  /* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

@media screen and (min-width: 768px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .product-slide-listing:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__feature {
    float: left;
    width: 50%;
    height: 368px; }
  /* line 157, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__slider-wrapper {
    float: left;
    width: 50%; }
    /* line 161, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
    .product-slide-listing__slider-wrapper .slick-dots {
      bottom: 10px; }
  /* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__slide {
    padding-bottom: 47px;
    min-height: 368px; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .product-slide-listing__slide:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
  /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__slide-title {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 1.5625rem;
    display: block;
    min-height: 67px;
    padding: 15px 8px;
    text-transform: none; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
    .product-slide-listing__slide-title {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 768px) and (min-width: 1005px) {
    /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
    .product-slide-listing__slide-title {
      font-size: 36px;
      font-size: 2.25rem; } }

@media screen and (min-width: 768px) {
  /* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__name-and-rating-wrapper {
    padding-left: 133px;
    padding-right: 10px;
    min-height: 0; }
  /* line 187, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__cta {
    display: block;
    float: left;
    width: auto;
    margin: 19px 0 0 133px; }
  /* line 194, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__image {
    top: 124px;
    left: -52px; } }

@media screen and (min-width: 1005px) {
  /* line 202, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__feature {
    height: 402px; }
  /* line 206, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .project-caption {
    padding-left: 24px;
    padding-right: 67px;
    padding-bottom: 18px; }
  /* line 213, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__slider-wrapper .slick-dots {
    bottom: 30px; }
  /* line 218, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__title {
    font-size: 27.36px;
    font-size: 1.71rem; }
  /* line 222, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__slide {
    height: 402px; }
  /* line 226, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__slide-title {
    font-size: 26px;
    font-size: 1.625rem;
    min-height: 75px;
    padding: 40px 85px; }
  /* line 232, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__product-name {
    padding-top: 0; }
  /* line 236, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__name-and-rating-wrapper {
    padding-left: 184px; }
  /* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__cta {
    margin-left: 184px;
    margin-top: 30px; }
  /* line 245, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_productSlideListing.scss */
  .product-slide-listing__image {
    top: 153px;
    width: 206px;
    height: 206px;
    line-height: 202px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
.gallery-slider-module {
  position: relative;
  width: 100%; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_clearfix.scss */
  .gallery-slider-module:before, .gallery-slider-module:after {
    content: " ";
    display: table; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_clearfix.scss */
  .gallery-slider-module:after {
    clear: both; }
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__wrapper {
    position: relative;
    width: 100%;
    padding: 5px;
    background: transparent; }
    /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_clearfix.scss */
    .gallery-slider-module .gallery__wrapper:before, .gallery-slider-module .gallery__wrapper:after {
      content: " ";
      display: table; }
    /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_clearfix.scss */
    .gallery-slider-module .gallery__wrapper:after {
      clear: both; }
  /* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .page-module__title {
    margin-bottom: 0.75em; }
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__section-wrapper {
    display: table;
    width: 100%;
    margin-bottom: 20px; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__section-teaser {
    clear: both;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 769px) {
      /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__section-teaser {
        display: table-cell;
        width: 75%;
        vertical-align: top;
        padding-right: 30px;
        margin-bottom: 0; } }
  /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__section-slider-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px; }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .rating--normal {
    margin-bottom: 25px; }
  /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__section-slider-cta {
    margin: 40px 0; }
    @media print, screen and (min-width: 769px) {
      /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__section-slider-cta {
        margin-top: 20px;
        margin-bottom: auto; } }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__section-logo {
    max-height: 54px; }
    @media print, screen and (min-width: 769px) {
      /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__section-logo {
        width: 25%;
        vertical-align: middle;
        display: table-cell;
        border-left: 1px solid #000;
        padding-left: 20px; } }
  /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__section-slider-media {
    float: left;
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__section-slider-media {
        float: none;
        width: auto; } }
  /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__section-slider-image {
    width: 100%;
    height: 100%;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 769px) {
      /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__section-slider-image {
        width: 385px;
        height: 385px;
        margin-bottom: auto; } }
    @media print, screen and (min-width: 1006px) {
      /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__section-slider-image {
        width: 406px;
        height: 406px; } }
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__section-slider {
    position: relative;
    width: 100%; }
    @media print, screen and (min-width: 769px) {
      /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__section-slider {
        background-color: #E5E5E5; } }
  /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__thumbs-wrapper {
    position: relative;
    width: 100%; }
  @media print, screen and (min-width: 769px) {
    /* line 92, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__section-slider-stage .gallery__section-slider-content {
      padding: 30px;
      width: calc(100% - 385px); } }
  @media print, screen and (min-width: 1006px) {
    /* line 92, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__section-slider-stage .gallery__section-slider-content {
      padding: 30px;
      width: calc(100% - 406px); } }
  @media print, screen and (min-width: 769px) {
    /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__section-slider-stage[data-align="left"] .gallery__section-slider-media, .gallery-slider-module .gallery__section-slider-stage[data-align="left"] .gallery__section-slider-content {
      float: left; } }
  @media print, screen and (min-width: 769px) {
    /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__section-slider-stage[data-align="right"] .gallery__section-slider-media, .gallery-slider-module .gallery__section-slider-stage[data-align="right"] .gallery__section-slider-content {
      float: right; } }
  /* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery-slider-module .gallery__thumbs {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: #C7C7C7; }
    /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__thumbs .slick-track {
      height: 88px;
      width: 100%; }
    /* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__thumbs .slick-list {
      margin-left: 10px; }
      @media print, screen and (min-width: 768px) {
        /* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
        .gallery-slider-module .gallery__thumbs .slick-list {
          margin-left: 0; } }
    /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__thumbs .is-slider__btn {
      background-color: #b0b0b0;
      width: 40px;
      height: 88px; }
    /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__thumbs .is-slider__btn--next {
      right: 0;
      top: 0;
      left: auto;
      bottom: auto;
      -ms-transform: translateX(50%);
          transform: translateX(50%); }
      /* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__thumbs .is-slider__btn--next:after {
        background-image: url(/_Images/Bostitch/sprites/icons.png);
        background-position: -451px -1154px;
        width: 17px;
        height: 30px; }
      @media print, screen and (min-width: 768px) {
        /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
        .gallery-slider-module .gallery__thumbs .is-slider__btn--next {
          right: 20px; } }
    /* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__thumbs .is-slider__btn--prev {
      left: 0;
      top: 0;
      right: auto;
      bottom: auto;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      /* line 165, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
      .gallery-slider-module .gallery__thumbs .is-slider__btn--prev:after {
        background-image: url(/_Images/Bostitch/sprites/icons.png);
        background-position: -387px -1231px;
        width: 17px;
        height: 30px; }
      @media print, screen and (min-width: 769px) {
        /* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
        .gallery-slider-module .gallery__thumbs .is-slider__btn--prev {
          left: 20px; } }
    /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__thumbs .gallery__thumb button {
      border: 2px solid #214186;
      margin: 10px 0; }
    /* line 177, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
    .gallery-slider-module .gallery__thumbs .gallery__thumb.slick-slide {
      position: relative; }

/* line 185, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
.gallery__thumb.slick-slide.slick-active.slick-center button {
  border-color: #000; }

/* line 188, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
.gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow {
  position: absolute;
  top: 6px;
  left: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  transition: left 0.5s;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  /* line 198, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow:before, .gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow:after {
    position: absolute;
    display: block;
    content: ""; }
  /* line 205, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow:before {
    top: -1.3em;
    margin-top: 0;
    margin-left: -3px;
    border-width: 1.3em;
    border-bottom-color: #E5E5E5; }
  /* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .gallery__thumb.slick-slide.slick-active.slick-center .gallery__active-arrow:after {
    top: -1.1em;
    border-width: 1.1em;
    border-bottom-color: #E5E5E5; }

/* line 220, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
.has-no-nav .slick-list {
  margin-left: 0;
  padding-left: 20px !important; }

@media print, screen and (min-width: 1006px) {
  /* line 224, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/modules/_gallerySlider.scss */
  .has-no-nav .slick-track {
    -ms-transform: none !important;
        transform: none !important; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
.header {
  position: relative;
  z-index: 553;
  height: 77px;
  background-color: #000; }
  /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #000; }
    @media print, screen and (min-width: 768px) {
      /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
      .header:before {
        top: 72px;
        background-color: transparent;
        background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png"); } }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header {
      height: auto; } }
  /* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header .country-selector {
    background-color: #363636; }
    @media print, screen and (min-width: 768px) {
      /* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
      .header .country-selector {
        position: absolute;
        top: 72px;
        right: 0;
        width: 740px; }
        /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
        .header .country-selector[data-expanded] {
          border: 1px solid #000;
          border-top: 0; } }
    @media print, screen and (min-width: 1005px) {
      /* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
      .header .country-selector {
        width: 1020px; } }
  /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header input.form__field {
    border-color: transparent;
    background-color: #555555;
    box-shadow: none; }
    /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header input.form__field:focus {
      color: #fff;
      background-color: #000; }
    /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header input.form__field.error {
      color: #FF0000;
      border-color: #FF0000;
      background-color: #f6eded; }

@media print, screen and (min-width: 768px) {
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__inner {
    position: relative; } }

/* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
.site-logo {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  left: 20px;
  max-width: 153px; }
  @media screen and (min-width: 768px) {
    /* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .site-logo {
      top: 35px;
      max-width: none; } }
  @media screen and (min-width: 1005px) {
    /* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .site-logo {
      left: 0; } }

/* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
.header__mobile-menu-trigger {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 77px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 16px;
  padding-left: 56px;
  text-transform: uppercase;
  color: #e79932;
  background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png"); }
  /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .is-ios .header__mobile-menu-trigger {
    line-height: 76px;
    top: -1px; }
  @media print, screen and (min-width: 768px) {
    /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header__mobile-menu-trigger {
      display: none; } }
  /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__mobile-menu-trigger:before {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -724px -831px;
    width: 24px;
    height: 19px;
    left: 18px;
    margin-top: -1px;
    content: ""; }
  /* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__mobile-menu-trigger[data-expanded]:before {
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: 300;
    line-height: 0;
    margin-top: -17px;
    content: "+";
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    background-image: none; }

/* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
.header__menus-wrapper {
  position: absolute;
  z-index: -1;
  top: 77px;
  right: 0;
  left: 0;
  transition: transform 0.25s, opacity 0.25s;
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
  opacity: 0;
  background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png"); }
  /* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__menus-wrapper[data-expanded] {
    -ms-transform: none;
        transform: none;
    opacity: 1; }
  @media print, screen and (min-width: 480px) {
    /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header__menus-wrapper {
      left: auto;
      width: 360px; } }
  @media print, screen and (min-width: 768px) {
    /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header__menus-wrapper {
      position: static;
      z-index: auto;
      width: auto;
      -ms-transform: none;
          transform: none;
      opacity: 1;
      background-image: none; } }

/* line 156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
.header__submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0s; }
  /* line 161, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__submenu[data-expanded] {
    max-height: 3000px;
    transition: max-height 0.5s; }

/* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
.header__nav-trigger--has-submenu:after {
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  display: inline-block;
  margin-top: 2px;
  margin-left: 10px;
  content: "";
  vertical-align: middle;
  border-top-color: #e79932; }

/* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
.header__nav-trigger--has-submenu[data-expanded]:after {
  margin-top: -10px;
  border-bottom-color: #e79932; }

@media print, screen and (min-width: 768px) {
  /* line 185, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__utility-nav-and-search-wrapper {
    position: absolute;
    top: 0;
    right: 20px;
    height: 72px; } }

@media print, screen and (min-width: 1005px) {
  /* line 185, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__utility-nav-and-search-wrapper {
    right: 0; } }

/* line 198, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
.header__search-wrapper {
  padding: 15px 20px 20px;
  box-shadow: 0 -7px 12px rgba(0, 0, 0, 0.5) inset; }
  /* line 202, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__search-wrapper .predictive-search {
    max-width: none; }
  /* line 206, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__search-wrapper .predictive-search__form {
    border: 0;
    background-color: rgba(255, 255, 255, 0.1); }
  /* line 211, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__search-wrapper .predictive-search__icon {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1249px -306px;
    width: 15px;
    height: 15px; }
  /* line 215, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__search-wrapper .predictive-search__results-wrapper {
    right: -20px;
    left: -20px;
    width: auto;
    margin-top: 20px; }
    /* line 221, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header__search-wrapper .predictive-search__results-wrapper:before {
      right: 38px; }
  /* line 226, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
  .header__search-wrapper .predictive-search__field {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem; }
    /* line 230, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header__search-wrapper .predictive-search__field::-webkit-input-placeholder {
      opacity: 0.5;
      color: #000; }
    /* line 235, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header__search-wrapper .predictive-search__field::-moz-placeholder {
      opacity: 0.5;
      color: #000; }
    /* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header__search-wrapper .predictive-search__field::-ms-input-placeholder {
      opacity: 0.5;
      color: #000; }
    /* line 245, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .is-focused .header__search-wrapper .predictive-search__field, .header__search-wrapper .predictive-search__field:focus {
      color: #e79932; }
  @media print, screen and (min-width: 768px) {
    /* line 198, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
    .header__search-wrapper {
      display: inline-block;
      height: 72px;
      margin-left: 10px;
      padding: 0;
      vertical-align: top;
      box-shadow: none; }
      /* line 259, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
      .header__search-wrapper .predictive-search {
        width: 90px;
        max-width: none;
        margin-top: 14px;
        transition: width 0.25s; }
        /* line 265, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
        .header__search-wrapper .predictive-search.is-focused {
          width: 140px; }
      /* line 270, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
      .header__search-wrapper .predictive-search__results-wrapper {
        right: 0;
        left: auto;
        width: 350px;
        margin-top: 18px; }
        /* line 276, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
        .header__search-wrapper .predictive-search__results-wrapper:before {
          right: 120px; }
      /* line 281, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
      .header__search-wrapper .predictive-search__form {
        height: 41px;
        padding-right: 0;
        padding-left: 35px;
        border: 1px solid #fff;
        background-color: #C7C7C7; }
      /* line 289, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
      .header__search-wrapper .predictive-search__icon {
        right: auto;
        left: 10px; }
      /* line 294, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
      .header__search-wrapper .predictive-search__field {
        height: 44px; }
        /* line 297, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
        .header__search-wrapper .predictive-search__field::-webkit-input-placeholder {
          opacity: 1;
          color: #363636; }
        /* line 302, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
        .header__search-wrapper .predictive-search__field::-moz-placeholder {
          opacity: 1;
          color: #363636; }
        /* line 307, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_header.scss */
        .header__search-wrapper .predictive-search__field::-ms-input-placeholder {
          opacity: 1;
          color: #363636; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav {
  width: 100%;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.5) inset, 0 -7px 12px rgba(0, 0, 0, 0.5) inset; }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    .utility-nav {
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: auto;
      box-shadow: none; } }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__row {
  display: table;
  width: 100%; }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
  .utility-nav__row.uility-nav__row--where-to-by-and-mybostitch-wrapper {
    display: block; }
  @media print, screen and (min-width: 768px) {
    /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    .utility-nav__row {
      position: relative;
      display: block;
      float: left;
      width: auto; } }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.uility-nav__row--where-to-by-and-mybostitch-list {
  display: table;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    .uility-nav__row--where-to-by-and-mybostitch-list {
      display: block;
      width: auto; } }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__item {
  display: table-cell;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  vertical-align: middle;
  border-bottom: 1px solid #555555; }
  /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
  .utility-nav__item:nth-child(2n) {
    border-left: 1px solid #555555; }
  @media print, screen and (min-width: 768px) {
    /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    .utility-nav__item {
      display: inline-block;
      width: auto;
      min-width: 0;
      max-width: none;
      border: 0; }
      /* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
      .utility-nav__item:nth-child(2n) {
        border-left: 0; } }

/* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__trigger {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 49px;
  padding: 0 5px;
  text-align: center;
  color: #fff; }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
  .utility-nav__trigger:before {
    display: inline-block;
    margin-top: -4px;
    margin-right: 10px;
    content: "";
    vertical-align: middle; }
  /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
  .utility-nav__trigger[data-expanded] {
    border-bottom: 1px solid #363636;
    background-color: #363636; }
  @media print, screen and (min-width: 768px) {
    /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    .utility-nav__trigger {
      width: auto;
      height: 72px;
      margin-left: 16px;
      padding-right: 8px;
      padding-left: 8px; }
      /* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
      .utility-nav__trigger[data-expanded] {
        border-bottom: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    .utility-nav__trigger {
      padding-right: 12px;
      padding-left: 12px; } }

/* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
a.utility-nav__trigger {
  padding-top: 14px; }
  @media print, screen and (min-width: 768px) {
    /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    a.utility-nav__trigger {
      height: 72px;
      padding-top: 25px;
      padding-right: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    a.utility-nav__trigger {
      padding-right: 12px; } }

/* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__trigger--find-retailer:before {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -1473px -60px;
  width: 10px;
  height: 12px; }

/* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__trigger--live-chat:before {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -1428px -110px;
  width: 13px;
  height: 14px; }

/* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__trigger--my-bostitch:before {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -1483px -49px;
  width: 11px;
  height: 11px; }

/* line 135, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__trigger__loggedout-text,
.utility-nav__trigger__loggedin-text {
  display: none; }
  /* line 139, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
  .utility-nav__trigger__loggedout-text[data-visible],
  .utility-nav__trigger__loggedin-text[data-visible] {
    display: inline; }

/* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__trigger__loggedin-text {
  color: #e79932; }

@media print, screen and (min-width: 768px) {
  /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
  .utility-nav__trigger--country {
    margin-left: 0; } }

/* line 153, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__trigger--country[data-expanded] {
  margin-bottom: -2px; }

@media print, screen and (min-width: 768px) {
  /* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
  .utility-nav .custom-select .label {
    padding-top: 25px;
    margin-left: 0; } }

/* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
.utility-nav__submenu[data-expanded] {
  max-height: 1000px;
  margin-top: -2px;
  border-top: 1px solid #555555; }

@media print, screen and (min-width: 768px) {
  /* line 167, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
  .utility-nav__submenu {
    position: absolute;
    top: 100%;
    right: -32px;
    width: 360px; }
    /* line 180, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_utilityNav.scss */
    .utility-nav__submenu[data-expanded] {
      margin-top: 0;
      border: 1px solid #000;
      border-top: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav__wrapper {
    padding-top: 73px; } }

@media print, screen and (min-width: 768px) {
  /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav {
    display: table;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; } }

@media print, screen and (min-width: 1005px) {
  /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav {
    width: auto; } }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
.primary-nav__item {
  border-bottom: 1px solid #555555; }
  @media print, screen and (min-width: 768px) {
    /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
    .primary-nav__item {
      display: table-cell;
      vertical-align: middle;
      border-bottom: 0; } }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
.primary-nav__trigger {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  position: relative;
  width: 100%;
  padding: 17px 65px 17px 25px;
  text-align: left;
  text-transform: uppercase;
  color: #e79932; }
  @media screen and (max-width: 767px) {
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
    .primary-nav__trigger {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
    .primary-nav__trigger {
      width: 100%;
      height: 56px;
      padding-right: 20px;
      padding-left: 20px;
      text-align: center; } }
  /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .has-submenu .primary-nav__trigger:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1138px -384px;
    width: 20px;
    height: 13px;
    right: 35px;
    margin-top: -8px;
    content: "";
    transition: transform 0.25s;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    @media print, screen and (min-width: 768px) {
      /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
      .has-submenu .primary-nav__trigger:after {
        display: none; } }
  /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav__trigger[data-expanded] {
    position: relative;
    z-index: 1;
    overflow: visible; }
    /* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
    .primary-nav__trigger[data-expanded]:after {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    @media print, screen and (min-width: 768px) {
      /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
      .primary-nav__trigger[data-expanded]:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        bottom: -20px;
        content: "";
        background-image: url("/_Images/Bostitch/patterns/grey-texture.png"); } }

/* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
.primary-nav__submenu {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.5) inset, 0 -7px 12px rgba(0, 0, 0, 0.5) inset; }
  @media print, screen and (min-width: 768px) {
    /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
    .primary-nav__submenu {
      position: absolute;
      top: 100%;
      right: 0;
      left: 50%;
      width: 100%;
      transition: max-height 0s;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      background-image: url("/_Images/Bostitch/patterns/grey-texture.png"); } }
  @media print, screen and (min-width: 1005px) {
    /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
    .primary-nav__submenu {
      width: 100vw; } }
  /* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav__submenu[data-expanded] {
    border-top: 1px solid #555555; }
    @media print, screen and (min-width: 768px) {
      /* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
      .primary-nav__submenu[data-expanded] {
        transition: max-height 2s;
        border-top: 0; } }

@media screen and (max-width: 767px) {
  /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav__image-wrapper {
    display: none; } }

/* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
.primary-nav__title {
  font-weight: normal;
  position: relative;
  margin-left: 25px;
  padding: 14px 10px;
  text-transform: uppercase;
  color: #e79932; }
  /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav__column + .primary-nav__column .primary-nav__title,
  .primary-nav__row + .primary-nav__row .primary-nav__column:first-child .primary-nav__title {
    border-top: 1px solid #555555; }
  /* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav__title:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }

/* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
.primary-nav__links {
  overflow: hidden;
  max-height: 0;
  margin-left: 25px;
  transition: max-height 0.5s; }
  /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  .primary-nav__links[data-expanded] {
    max-height: 1000px;
    border-top: 1px solid #555555; }

/* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
.primary-nav__link-item {
  margin-left: 25px; }
  /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
  * + .primary-nav__link-item {
    border-top: 1px solid #555555; }

/* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
.primary-nav__link {
  display: block;
  padding: 14px 10px;
  color: #C7C7C7; }

/* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_primaryNav.scss */
.primary-nav__callouts-wrapper {
  display: none; }

@media screen and (max-width: 767px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__column--is-empty {
    display: none; } }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
.primary-nav__view-all-link__wrapper {
  margin-bottom: 10px;
  text-align: right; }
  @media screen and (max-width: 767px) {
    /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__view-all-link__wrapper {
      margin: 20px 10px 0 0; } }

/* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
.primary-nav__view-all-link {
  color: #e79932; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__view-all-link:hover {
    color: #fff; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
.primary-nav__title {
  display: block; }

@media print, screen and (min-width: 768px) {
  /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__submenu__inner {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 20px; }
  /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__links-wrapper {
    display: table;
    width: 100%;
    max-width: 100%; }
  /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__row {
    display: table-row; }
  /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__column {
    display: table-cell;
    width: 25%;
    max-width: 25%;
    padding: 0 20px 15px 41px;
    vertical-align: top;
    border-left: 1px solid rgba(199, 199, 199, 0.5); }
    /* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__column.primary-nav__column--is-empty {
      border-left: 0; }
    /* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__column:first-child {
      padding-left: 21px;
      border-left: 0; }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__image-wrapper {
    position: relative;
    height: 98px;
    margin-bottom: 22px; }
  /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__title {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0;
    padding: 0; }
    /* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__column + .primary-nav__column .primary-nav__title,
    .primary-nav__row + .primary-nav__row .primary-nav__column:first-child .primary-nav__title {
      border-top: 0; }
    /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__title:after, .primary-nav__title:before {
      display: none; }
    /* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__title a {
      position: relative; }
      /* line 92, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
      .primary-nav__title a:after {
        background-image: url(/_Images/Bostitch/sprites/icons.png);
        background-position: -1158px -373px;
        width: 20px;
        height: 11px;
        position: absolute;
        top: 6px;
        left: -30px;
        content: "";
        transition: opacity 0.25s;
        opacity: 0; }
      /* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
      .primary-nav__title a:hover:after {
        opacity: 1; }
  /* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__links {
    overflow: visible;
    max-height: none;
    margin-left: 0; }
    /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    * + .primary-nav__links {
      margin-top: 0.5em; }
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__link-item {
    margin-left: 0; }
    /* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    * + .primary-nav__link-item {
      margin-top: 0.5em;
      border-top: 0; }
  /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__link-item--is-hidden-for-desktop {
    display: none; }
  /* line 133, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__link {
    position: relative;
    display: inline;
    padding: 0; }
    /* line 138, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__link:after {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -1158px -373px;
      width: 20px;
      height: 11px;
      position: absolute;
      top: 6px;
      left: -30px;
      content: "";
      transition: opacity 0.25s;
      opacity: 0; }
    /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__link:hover {
      color: #fff; }
      /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
      .primary-nav__link:hover:after {
        opacity: 1; }
  /* line 157, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callouts-wrapper {
    display: block;
    padding: 28px 0 35px;
    background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png");
    box-shadow: 0 -7px 12px rgba(0, 0, 0, 0.5) inset; }
  /* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callouts-inner {
    padding: 0 41px; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .primary-nav__callouts-inner:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
  /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callouts-title {
    margin-bottom: 29px;
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(199, 199, 199, 0.5); }
  /* line 176, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callout {
    float: left;
    width: calc(50% - 23px);
    margin-top: 0; }
    /* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    * + .primary-nav__callout {
      margin-left: 23px; }
  /* line 186, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callout__image {
    float: left;
    max-width: 95px;
    margin-right: 12px; }
  /* line 192, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callout__details-wrapper {
    overflow: hidden; }
  /* line 196, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callout__title {
    color: #fff; }
  /* line 200, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callout__description {
    margin-top: 0;
    color: #C7C7C7; }
  /* line 205, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callout__cta {
    display: inline-block;
    text-transform: uppercase;
    color: #e79932; }
    /* line 210, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    * + .primary-nav__callout__cta {
      margin-top: 13px; }
    /* line 214, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__callout__cta:after {
      display: inline-block;
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -1494px -42px;
      width: 11px;
      height: 7px;
      margin-top: -5px;
      margin-left: 10px;
      content: "";
      vertical-align: middle; } }

@media print, screen and (min-width: 1005px) {
  /* line 226, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__column {
    padding-right: 30px;
    padding-left: 45px; }
    /* line 230, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
    .primary-nav__column:first-child {
      padding-left: 45px; }
  /* line 235, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__image-wrapper {
    height: 125px; }
  /* line 239, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_navigationDropdown.scss */
  .primary-nav__callouts-inner {
    padding-right: 41px;
    padding-left: 41px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__submenu--logged-in,
.header__submenu--logged-out {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: none;
  color: #fff;
  background-color: #363636; }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
    .header__submenu--logged-in,
    .header__submenu--logged-out {
      position: absolute; } }
  /* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
  .header__submenu--logged-in[data-visible],
  .header__submenu--logged-out[data-visible] {
    display: block; }
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
  .header__submenu--logged-in .t3,
  .header__submenu--logged-in .form__label,
  .header__submenu--logged-out .t3,
  .header__submenu--logged-out .form__label {
    color: #fff; }

/* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__form,
.header__my-bostitch__signup {
  padding: 20px; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__submenu--my-bostitch__btn {
  display: inline-block;
  width: auto; }

/* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__form__forgot-password-link {
  float: right;
  margin-top: 0.5em;
  color: #e79932; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__signup {
  padding-bottom: 30px;
  background-color: #555555; }
  /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
  .header__my-bostitch__signup > * + * {
    margin-top: 0.5em; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
  .header__my-bostitch__signup > * + .my-bostitch__signup__cta {
    margin-top: 1.5em; }
  @media print, screen and (min-width: 768px) {
    /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
    .header__my-bostitch__signup {
      margin-bottom: 20px; } }

/* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__profile-details-wrapper {
  padding: 20px;
  color: #fff; }

/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__profile-image-wrapper {
  background-color: transparent; }
  /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
  .header__my-bostitch__profile-image-wrapper:hover {
    background-color: transparent; }

/* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__profile-image-shadow {
  width: 105px;
  border-width: 5px; }

/* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__profile-details {
  line-height: 1.4;
  overflow: hidden;
  padding-top: 0.9em; }

/* line 83, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__profile-details .header__my-bostitch__profile-full-name {
  font-size: 18px;
  font-size: 1.125rem; }

/* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
* + .header__my-bostitch__profile-location {
  margin-top: 0.4em; }

/* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__profile-link {
  display: inline-block;
  margin-top: 1em; }

/* line 100, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__quick-links-wrapper {
  padding: 20px;
  background-image: url("/_Images/Bostitch/patterns/orange-texture.png"); }

/* line 106, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__quick-links > * + * {
  margin-top: 0.8em; }

/* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__quick-link {
  font-weight: normal;
  color: #363636; }

/* line 116, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__signout-text {
  padding: 20px;
  color: #e79932; }

/* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
.header__my-bostitch__signout-link {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(231, 153, 50, 0.5);
          text-decoration-color: rgba(231, 153, 50, 0.5); }
  /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_myBostitch.scss */
  .header__my-bostitch__signout-link:hover {
    text-decoration: none; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_newsletterSignup.scss */
.header__form--newsletter {
  padding-bottom: 1.8em; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_newsletterSignup.scss */
.header__form--newsletter__legend + * {
  margin-top: 1em; }

@media screen and (max-width: 767px) {
  /* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/header/_newsletterSignup.scss */
  .header__form--newsletter__title {
    display: none; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
.footer {
  position: relative;
  z-index: 153;
  background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png"); }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
    .footer {
      padding: 45px 10px 20px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
    .footer {
      padding-right: 0;
      padding-left: 0; } }
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
  .footer ::selection {
    color: #fbd504;
    background-color: #000; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
  .footer .utility-nav__trigger {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 0 10px; }
    @media print, screen and (min-width: 1005px) {
      /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
      .footer .utility-nav__trigger {
        padding-left: 0;
        padding-right: 12px; } }
    /* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
    .footer .utility-nav__trigger[data-expanded] {
      border-bottom: 0;
      background-color: transparent; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
  .footer .country-selector__header {
    margin-top: 30px; }

/* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
.footer__triggers {
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
    .footer__triggers {
      position: relative;
      top: 3px;
      float: left;
      text-align: left; } }
  /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
  .social-network-listing + .footer__triggers {
    margin-top: 34px; }
    @media print, screen and (min-width: 768px) {
      /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
      .social-network-listing + .footer__triggers {
        margin-top: 0; } }

/* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
.footer__country-language-form {
  display: inline-block;
  position: relative;
  top: 5px; }

/* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
.footer__utility-socail-and-copyright-wrapper {
  padding-bottom: 30px; }
  @media print, screen and (min-width: 768px) {
    /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
    .footer__utility-socail-and-copyright-wrapper {
      padding-top: 40px; } }
  /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
  .footer__utility-socail-and-copyright-wrapper > * {
    position: relative;
    z-index: 5; }
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
  .footer__utility-socail-and-copyright-wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }

/* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footer.scss */
* + .footer__utility-and-copyright-wrapper {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
  .footer-nav__links-wrapper {
    margin-left: -10px;
    margin-right: -10px; } }

@media print, screen and (min-width: 768px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
  .footer-nav__links-wrapper {
    display: block;
    float: left;
    width: calc(100% - 256px); } }

@media print, screen and (min-width: 1005px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
  .footer-nav__links-wrapper {
    width: calc(100% - 370px); } }

@media print, screen and (min-width: 768px) {
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
  .footer-nav__column {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    width: calc(25% - 3px);
    margin-bottom: 25px;
    padding-left: 0;
    border-left: 0; }
    /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
    .footer-nav__column:first-child {
      padding-left: 0; } }

@media print, screen and (min-width: 1005px) {
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
  .footer-nav__column {
    font-size: 14px;
    font-size: 0.875rem; } }

/* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
.footer-nav__trigger {
  text-transform: none;
  color: #C7C7C7; }
  /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
  .footer-nav__trigger.footer-nav__trigger--has-image {
    background-color: #000; }
    @media print, screen and (min-width: 768px) {
      /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
      .footer-nav__trigger.footer-nav__trigger--has-image {
        line-height: 0;
        position: relative;
        left: -7px;
        display: inline-block;
        width: auto;
        max-width: 100%;
        margin-top: -3px;
        margin-bottom: -6px;
        padding: 8px; } }
  /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
  .footer-nav__column + .footer-nav__column .footer-nav__trigger {
    border-top: 1px solid #555555; }
    @media print, screen and (min-width: 768px) {
      /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
      .footer-nav__column + .footer-nav__column .footer-nav__trigger {
        border-top: 0; } }
  @media print, screen and (min-width: 768px) {
    /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
    .footer-nav__trigger {
      font-size: 12px;
      font-size: 0.75rem;
      height: auto;
      padding: 0;
      text-align: left;
      text-transform: uppercase;
      color: #fff; } }
  @media print, screen and (min-width: 1005px) {
    /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
    .footer-nav__trigger {
      font-size: 14px;
      font-size: 0.875rem; } }

/* line 79, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
.footer-nav__links {
  margin-left: 0; }
  @media print, screen and (min-width: 768px) {
    /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
    * + .footer-nav__links {
      margin-top: 15px; } }

/* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
.footer-nav__link {
  padding-left: 0; }
  @media print, screen and (min-width: 768px) {
    /* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
    .footer-nav__link:after {
      display: none; } }
  @media print, screen and (min-width: 1005px) {
    /* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_footerNav.scss */
    .footer-nav__link:after {
      display: block; } }

@media print, screen and (min-width: 768px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_socialNetworkListing.scss */
  .social-network-listing {
    float: right; } }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_socialNetworkListing.scss */
* + .social-network-listing {
  margin-top: 40px; }
  @media print, screen and (min-width: 768px) {
    /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_socialNetworkListing.scss */
    * + .social-network-listing {
      margin-top: 0; } }

/* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_socialNetworkListing.scss */
.social-network-listing__list {
  margin: 0 auto;
  text-align: center; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_socialNetworkListing.scss */
.social-network-listing__item {
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

/* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_socialNetworkListing.scss */
.social-network-listing__link {
  display: inline-block;
  padding: 0 11px; }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_socialNetworkListing.scss */
.social-network-listing__icon {
  max-height: 20px;
  vertical-align: middle; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
.where-to-buy__fields-wrapper {
  display: table;
  width: 100%; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
.where-to-buy__field,
.where-to-buy__btn-wrapper {
  display: table-cell;
  vertical-align: top; }

/* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
.where-to-buy__btn-wrapper {
  width: 80px;
  padding-left: 10px; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
.where-to-buy__btn {
  float: right;
  width: auto; }
  /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
  .is-ios .where-to-buy__btn {
    position: relative;
    top: -2px; }

@media print, screen and (min-width: 768px) {
  /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
  .where-to-buy__title:before {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1406px -140px;
    width: 11px;
    height: 16px;
    left: 5px; }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
  .footer[data-collapsed] .where-to-buy {
    right: 59px; }
  /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
  .footer[data-collapsed] .where-to-buy__title {
    width: 11px;
    height: 16px; }
  /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
  .footer[data-collapsed] .where-to-buy__field,
  .footer[data-collapsed] .where-to-buy__btn-wrapper,
  .footer[data-collapsed] .where-to-buy__fields-wrapper {
    display: none; } }

@media print, screen and (min-width: 1005px) {
  /* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_whereToBuy.scss */
  .footer[data-collapsed] .where-to-buy {
    right: 138px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
.join-mailing-list {
  margin-right: -10px;
  margin-left: -10px;
  padding: 43px 20px 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5); }
  /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  .join-mailing-list .casl-disclaimer {
    display: none; }
  /* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  .join-mailing-list .casl-check-wrapper {
    margin-top: 30px; }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list {
      width: 268px;
      padding-top: 0;
      padding-bottom: 20px;
      text-align: left;
      background-color: transparent; }
      /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
      .footer-nav__links-wrapper + .join-mailing-list {
        float: right; } }
  @media print, screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list {
      width: 388px; } }

@media print, screen and (min-width: 768px) {
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  .join-mailing-list__title {
    font-size: 12px;
    font-size: 0.75rem; } }

@media print, screen and (min-width: 1005px) {
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  .join-mailing-list__title {
    font-size: 14px;
    font-size: 0.875rem; } }

/* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
.join-mailing-list__description {
  padding-right: 20px;
  padding-left: 20px; }
  @media print, screen and (min-width: 768px) {
    /* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list__description {
      font-size: 12px;
      font-size: 0.75rem;
      padding-right: 0;
      padding-left: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list__description {
      font-size: 14px;
      font-size: 0.875rem; } }

/* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
.join-mailing-list__fields-wrapper {
  display: table;
  width: 100%;
  padding: 10px 10px 8px 0;
  border-radius: 5px;
  background-color: #fff; }
  /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  * + .join-mailing-list__fields-wrapper {
    margin-top: 37px; }

/* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
.join-mailing-list__field,
.join-mailing-list__btn-wrapper {
  display: table-cell;
  vertical-align: top; }

/* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
input.join-mailing-list__field {
  padding-left: 10px;
  padding-right: 0;
  color: #000;
  border: 0;
  background-color: transparent;
  box-shadow: none; }
  /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  [data-has-dark-background] input.join-mailing-list__field {
    background-color: transparent; }
  /* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  input.join-mailing-list__field:focus, input.join-mailing-list__field.error {
    background-color: transparent; }
  /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  input.join-mailing-list__field::-webkit-input-placeholder {
    opacity: 1;
    color: #555555; }
  /* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  input.join-mailing-list__field::-moz-placeholder {
    color: #555555; }
  /* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  input.join-mailing-list__field:-ms-input-placeholder {
    opacity: 1;
    color: #555555; }
  @media print, screen and (min-width: 768px) {
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    input.join-mailing-list__field {
      padding-left: 20px; } }

/* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
.join-mailing-list__btn-wrapper {
  width: auto;
  padding-left: 10px; }
  @media print, screen and (min-width: 768px) {
    /* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list__btn-wrapper {
      width: 59px;
      padding-left: 0; } }

/* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
.join-mailing-list__btn {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list__btn {
      width: 59px; } }
  @media print, screen and (min-width: 768px) {
    /* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list__btn {
      width: 82px; } }
  /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  .is-ios .join-mailing-list__btn {
    position: relative;
    top: -2px; }

/* line 143, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
.join-mailing-list__error {
  padding-right: 50px;
  padding-left: 20px;
  text-align: center; }

/* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
.join-mailing-list__disclaimer {
  font-size: 10px;
  font-size: 0.625rem; }
  @media print, screen and (min-width: 768px) {
    /* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list__disclaimer {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media print, screen and (min-width: 1005px) {
    /* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
    .join-mailing-list__disclaimer {
      font-size: 14px;
      font-size: 0.875rem; } }
  /* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  * + .join-mailing-list__disclaimer {
    margin-top: 37px; }

@media print, screen and (min-width: 768px) {
  /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_joinMailingList.scss */
  .join-mailing-list__title:before {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1406px -140px;
    width: 11px;
    height: 16px;
    left: 5px; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
* + .footer__utility-links {
  margin-top: 40px; }
  @media print, screen and (min-width: 768px) {
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
    * + .footer__utility-links {
      margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
  .footer__utility-links {
    float: right;
    max-width: 50%; } }

/* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
.footer__utility-links__item {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase; }
  @media print, screen and (min-width: 768px) {
    /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
    .footer__utility-links__item {
      float: left; } }
  /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
  * + .footer__utility-links__item {
    margin-top: 1.2em; }
    @media print, screen and (min-width: 768px) {
      /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
      * + .footer__utility-links__item {
        margin-top: 0;
        margin-left: 35px; } }

/* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
.footer__utility-links__link {
  color: #C7C7C7; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_utilityLinks.scss */
  .footer__utility-links__link:hover {
    color: #fff; }

/*
.language-selector {
    width: 0;
    height: 0;
}

.selectric-language-selector {
    .label {
        @extend .header__nav-trigger--has-submenu;
        @extend .utility-nav__trigger;
        display: block;
        padding-top: 13px;

        &:after {
            display: none;
            position: static;
        }

        .has-submenu &:after {
            display: inline-block;
        }
    }

    &.custom-select--is-open {
        .label {
            @extend .header__nav-trigger--has-submenu[data-expanded];
            @extend .utility-nav__trigger[data-expanded];
        }
    }

    .custom-select__items {
        border: 1px solid $color-black;
        border-top: 0;
        background-color: $color-darker-greyer;

        li {
            color: $color-orange;
            border-color: $color-dark-greyer;

            &:hover,
            &.selected {
                background-color: $color-darkest-grey;
            }
        }
    }
}
*/
/* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
.country-selector {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0s;
  z-index: 5; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .country-selector:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .country-selector[data-expanded] {
    max-height: 3000px;
    transition: max-height 1s; }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .country-selector__header {
    font-size: 16px;
    font-size: 1rem;
    background-color: #000;
    padding: 6px 20px;
    color: #fff;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    float: left;
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__header--language {
        float: right;
        color: #C7C7C7; } }
    @media print, screen and (min-width: 768px) {
      /* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__header--region {
        float: left;
        color: #C7C7C7; } }
    /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .country-selector__header strong {
      font-weight: 600;
      padding-left: 6px;
      color: #fff; }
  /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .country-selector__current-region {
    font-size: 16px;
    font-size: 1rem;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 3px 45px 3px 10px;
    cursor: pointer;
    transition: background-color 0.25s;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #000;
    border-left: 0;
    width: 50%; }
    @media print, screen and (min-width: 768px) {
      /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__current-region {
        border: 0;
        border-right: 1px solid #000;
        width: auto;
        margin-top: 12px; } }
    /* line 117, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .country-selector__current-region:after {
      border-top-color: inherit;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      position: absolute;
      top: 10px;
      right: 15px; }
    @media print, screen and (min-width: 768px) {
      /* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__current-region:hover {
        background-color: #FFF3B3; } }
  /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .country-selector__region-wrap {
    float: left;
    width: 50%;
    padding-right: 35px; }
  /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .country-selector__cols {
    float: left;
    width: 100%;
    vertical-align: top;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      /* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__cols[data-is-first-column] + .country-selector__cols {
        margin-top: -25px; }
      /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__cols[data-is-first-column] + .country-selector__cols[data-is-first-column] {
        margin-top: 0; }
      /* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__cols + .country-selector__cols {
        margin-bottom: 0; }
      /* line 156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__cols + .country-selector__cols[data-is-first-column] {
        margin-bottom: 25px; } }
    @media print, screen and (min-width: 768px) {
      /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__cols {
        float: none;
        display: inline-block;
        width: calc(25% - 30px);
        margin-right: 35px; }
        /* line 167, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
        .country-selector__cols:last-child {
          margin-right: 0; } }
    /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .country-selector__cols:nth-child(4n) {
      margin-right: 0; }
    /* line 177, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .country-selector__cols:first-child .country-selector__region-name {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      /* line 182, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__cols:last-child {
        margin-bottom: 10px; } }
  /* line 189, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .country-selector__region-name {
    color: #e79932;
    text-transform: uppercase;
    border-bottom: 1px dotted #E5E5E5;
    line-height: normal;
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 6px;
    display: none; }
    /* line 199, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .country-selector__cols[data-is-first-column] .country-selector__region-name {
      display: block; }
    @media screen and (max-width: 767px) {
      /* line 204, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__region-links + .country-selector__region-name {
        margin-top: 25px; } }
    @media print, screen and (min-width: 768px) {
      /* line 189, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .country-selector__region-name {
        margin-top: 0;
        margin-left: -37px;
        display: block;
        color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        /* line 221, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
        .country-selector__cols[data-is-first-column] .country-selector__region-name {
          margin-left: 0; }
        /* line 225, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
        .country-selector__region-name ::selection {
          color: transparent;
          background-color: transparent; }
        /* line 230, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
        .country-selector__cols[data-is-first-column] .country-selector__region-name {
          color: #e79932;
          -webkit-touch-callout: all;
          -webkit-user-select: all;
          -khtml-user-select: all;
          -ms-user-select: all;
          user-select: all; }
          /* line 239, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
          .country-selector__cols[data-is-first-column] .country-selector__region-name ::selection {
            color: #e79932;
            background-color: #000; } }
  @media print, screen and (min-width: 768px) {
    /* line 247, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .country-selector__region-links {
      margin-bottom: 20px; } }
  /* line 253, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .country-selector__region-link > a {
    line-height: 24px;
    padding: 0 3px;
    color: #E5E5E5; }
    /* line 258, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .country-selector__region-link > a:hover, .country-selector__region-link > a.selected {
      color: #e79932;
      text-decoration: underline; }

/* line 266, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
.country-selector__regions {
  padding-right: 20px;
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  /* line 272, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .country-selector__current-region {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 45px 8.5px 10px;
    line-height: 1.2; }
    /* line 278, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .country-selector__current-region:after {
      top: 16px; } }

/* ------------ language selector section --------- */
/* line 284, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
.language-selector {
  background-color: #363636;
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0s;
  z-index: 5; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .language-selector:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 293, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .language-selector li {
    color: #e79932;
    padding: 10px;
    padding-left: 10px;
    margin-bottom: 1px;
    border-top: 0; }
    /* line 299, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .language-selector li.selected {
      pointer-events: none;
      cursor: default; }
    /* line 303, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .language-selector li:hover, .language-selector li.selected {
      background-color: #262626; }
  /* line 309, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
  .language-selector[data-expanded] {
    transition: max-height 1s;
    padding: 0px;
    padding-bottom: 0px;
    max-height: 3000px; }
  @media print, screen and (min-width: 768px) {
    /* line 284, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
    .language-selector {
      position: absolute;
      top: 100%;
      right: 102px;
      width: 97px; }
      /* line 322, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_countryLanguage.scss */
      .language-selector[data-expanded] {
        border: 1px solid #000;
        border-top: 0; } }

/* ------------ language selector section END ----- */
/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_copyright.scss */
.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/global/footer/_copyright.scss */
    .copyright {
      float: left;
      max-width: 50%;
      padding-right: 0;
      padding-left: 0; } }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/_news+press.scss */
.news-plus-press__item {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #e79932; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/_news+press.scss */
  .news-plus-press__item:first-child {
    padding-top: 1.5em;
    border-top: 1px dashed #e79932; }
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/_news+press.scss */
  .news-plus-press__item:last-child {
    margin-bottom: 0; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/_news+press.scss */
.news-plus-press__date {
  color: #e79932; }
  /* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/_news+press.scss */
  .news-plus-press__date + * {
    margin-top: 0; }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/_news+press.scss */
.news-plus-press__link {
  display: block; }
  /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/_news+press.scss */
  .news-plus-press__link:hover {
    color: #e79932; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
.milestones {
  background-color: #2E2E2E;
  box-shadow: 0 0 30px black; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .milestones:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .campaign-story-gallery .milestones {
    margin-top: 35px; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
.campaign-story-gallery .milestones__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  position: static;
  width: auto;
  height: auto;
  text-indent: 0;
  color: #000; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
.milestones__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
  border: 1px solid #b0b0b0;
  border-top: 0; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .milestones__item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .milestones__item:first-child {
    border-top: 1px solid #b0b0b0; }
  /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .milestones__item:after {
    transition: opacity 0.25s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .milestones__item:hover:after {
    opacity: 1; }

/* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
.milestones__tagline-wrapper:after,
.milestones__tagline-border--top {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

/* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
.milestones__tagline-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  margin-top: -10px;
  transition: opacity 0.25s;
  opacity: 0; }
  /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .milestones__item:hover .milestones__tagline-wrapper {
    opacity: 1; }
  /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .milestones__tagline-wrapper:after {
    bottom: 5px;
    width: 103px;
    height: 1px;
    content: "";
    background-color: #fbd504; }
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .campaign-story-gallery .milestones__tagline-wrapper:after {
      bottom: 2px;
      width: 143px; }

/* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
.milestones__tagline-border--top {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  top: 0;
  width: 103px;
  text-align: center;
  color: transparent; }
  /* line 92, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .campaign-story-gallery .milestones__tagline-border--top {
    top: -8px;
    width: 143px; }
  /* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .milestones__tagline-border--top:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 103px;
    height: 1px;
    content: "";
    background-color: #fbd504; }
    /* line 106, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .campaign-story-gallery .milestones__tagline-border--top:before {
      width: 57px; }

/* line 112, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
.milestones__tagline {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: normal;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .campaign-story-gallery .milestones__tagline {
    font-size: 24px;
    font-size: 1.5rem; }

@media screen and (min-width: 480px) {
  /* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .milestones__item {
    width: 33.33%;
    padding-bottom: 33.33%;
    border-right: 0; }
    /* line 132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .milestones__item:nth-child(3n) {
      border-right: 1px solid #b0b0b0; }
    /* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .milestones__item:nth-child(-n+2) {
      border-top: 0; }
    /* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .milestones__item:nth-child(-n+3) {
      border-top: 1px solid #b0b0b0; }
    /* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .milestones__item:last-child {
      border-right: 1px solid #b0b0b0; } }

@media screen and (min-width: 1005px) {
  /* line 153, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
  .milestones__item {
    width: 25%;
    padding-bottom: 25%; }
    /* line 157, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .milestones__item:nth-child(3n) {
      border-right: 0; }
    /* line 161, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .milestones__item:nth-child(4n) {
      border-right: 1px solid #b0b0b0; }
    /* line 165, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .milestones__item:nth-child(-n+3) {
      border-top: 0; }
    /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneListing.scss */
    .milestones__item:nth-child(-n+4) {
      border-top: 1px solid #b0b0b0; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.milestones-slider__modal {
  position: relative;
  z-index: 1000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.remodal-close {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.25s;
  text-align: center; }
  /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .remodal-close:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 60px;
    font-size: 3.75rem;
    display: block;
    top: -6px;
    left: 4px;
    content: "+";
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    text-indent: 0;
    line-height: 35px;
    color: #fff; }

/* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.milestones-slider {
  opacity: 0; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider.modal-loaded {
    opacity: 1; }
  /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider .is-slider__btn {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -53px -1556px;
    width: 53px;
    height: 54px;
    top: 100%;
    right: 30px;
    -ms-transform: rotate(0deg) scale(0.6);
        transform: rotate(0deg) scale(0.6); }
    /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
    .milestones-slider .is-slider__btn:after {
      display: none; }
    /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
    .milestones-slider .is-slider__btn.is-slider__btn--prev {
      right: 36px;
      -ms-transform: rotate(180deg) scale(0.6);
          transform: rotate(180deg) scale(0.6);
      -ms-transform-origin: left;
          transform-origin: left; }
    /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
    .milestones-slider .is-slider__btn.is-slider__btn--next {
      right: 36px;
      -ms-transform-origin: right;
          transform-origin: right; }

/* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.milestones-slider__item {
  position: relative;
  margin-right: 1px; }

/* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.milestones-slider__caption {
  height: 320px;
  margin-bottom: 30px;
  color: #000; }
  @media screen and (max-width: 767px) {
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
    .milestones-slider__caption > *:first-child {
      display: inline-block;
      padding-right: 60px; } }

/* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.milestones-slider__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 233px;
  margin: 0 auto 25px;
  background-size: contain; }

/* line 92, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.milestones-slider__tagline {
  color: #e79932; }

/* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
* + .milestones-slider__cta {
  margin-top: 2.1em; }

/* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.milestones-slider__title {
  line-height: 1.2; }
  /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider__tagline + .milestones-slider__title {
    margin-top: 0.2em; }

/* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
.milestones-slider__title + .milestones-slider__description {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  /* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider__modal {
    padding-bottom: 20px; }
  /* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .remodal-close {
    right: 20px; }
  /* line 128, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider__figure {
    display: table;
    width: 100%;
    height: 450px;
    padding: 20px 0; }
  /* line 135, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider__caption,
  .milestones-slider__image {
    display: table-cell;
    vertical-align: top; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider__caption {
    width: 40%;
    height: auto;
    max-width: 40%;
    padding-right: 50px; }
  /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider__image {
    border-right: 40px solid #fff; }
  /* line 153, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .milestones-slider .is-slider__btn {
    top: auto;
    bottom: 00;
    left: calc(40% - 80px); }
    /* line 158, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
    .milestones-slider .is-slider__btn.is-slider__btn--prev {
      right: auto;
      left: calc(40% - 80px); } }

@media screen and (min-width: 1200px) {
  /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/about/milestones/_milestoneModal.scss */
  .remodal-close {
    right: 90px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing {
  padding-right: 10px;
  padding-left: 10px; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__controls {
  position: relative;
  z-index: 50;
  height: 40px;
  margin-bottom: 15px; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__control {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -638px -919px;
  width: 17px;
  height: 28px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0; }
  /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__control[data-disabled] {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -621px -947px;
    width: 17px;
    height: 28px; }

/* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__control--left {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  right: 55px; }

/* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__control--right {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  right: 20px; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__wrapper {
  position: relative;
  overflow-x: scroll;
  width: 100%; }
  /* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__wrapper::-webkit-scrollbar {
    display: none; }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__table {
  line-height: 1.4;
  width: 530px;
  margin-left: 10px;
  table-layout: fixed; }

/* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__row:first-child > *,
.compare-listing__row:nth-of-type(2) > * {
  font-weight: bold;
  padding-top: 30px;
  border-top: 0; }
  /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__row:first-child > *.compare-listing__cell:first-child,
  .compare-listing__row:nth-of-type(2) > *.compare-listing__cell:first-child {
    font-size: 16px;
    font-size: 1rem; }

/* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__cell {
  width: 25%;
  vertical-align: middle;
  border-top: 1px dashed #808080; }
  /* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell:nth-child(even) {
    background-color: #E5E5E5; }
  /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell[data-removed] {
    text-indent: -9999px;
    color: transparent;
    border: 0;
    background-color: transparent; }
    /* line 83, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
    .compare-listing__cell[data-removed] > * {
      opacity: 0; }

/* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__cell--is-header {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase; }

/* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__cell--is-details {
  font-size: 12px;
  font-size: 0.75rem;
  width: 25%;
  padding: 11px 10px; }

/* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__cell--is-image {
  position: relative;
  height: 156px; }

/* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__remove-trigger,
.compare-listing__cell[data-removed] .compare-listing__link {
  opacity: 1; }
  /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__remove-trigger:after,
  .compare-listing__cell[data-removed] .compare-listing__link:after {
    font-size: 53px;
    font-size: 3.3125rem;
    font-weight: 300;
    line-height: 0;
    position: absolute;
    top: 11px;
    right: 3px;
    content: "+";
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    color: #e79932; }

/* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__cell[data-removed] .compare-listing__link {
  z-index: 3; }
  /* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell[data-removed] .compare-listing__link:after {
    top: 8px;
    right: 5px;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

/* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__remove-trigger {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 25px;
  height: 32px; }

/* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__cell--is-image[data-removed] {
  text-indent: 0; }
  /* line 147, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell--is-image[data-removed] * {
    display: block; }
  /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell--is-image[data-removed] .compare-listing__image {
    display: none; }

/* line 156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 152px;
  height: 156px;
  padding: 0 10px;
  text-align: center;
  border: 2px solid #fff;
  background-color: #fff; }
  /* line 165, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell:nth-child(even) .compare-listing__link {
    border-color: #E5E5E5; }
  /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell[data-removed] .compare-listing__link {
    line-height: 1.4;
    left: 5px;
    display: block;
    border-color: #262626;
    background-color: #262626; }

/* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__add-product {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: none;
  width: 100%;
  padding: 0 12px; }
  /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell[data-removed] .compare-listing__add-product {
    display: block; }

/* line 189, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__add-product__cta {
  font-size: 14px;
  font-size: 0.875rem;
  transition: color 0.25s;
  color: #e79932; }
  /* line 194, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__link:hover .compare-listing__add-product__cta {
    color: #fff; }

/* line 199, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
.compare-listing__add-product__description {
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase; }

@media screen and (min-width: 530px) {
  /* line 208, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing {
    padding-right: 0;
    padding-left: 0; }
  /* line 213, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__controls {
    display: none; }
  /* line 217, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__wrapper {
    overflow-x: visible;
    width: auto; }
  /* line 222, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__table {
    width: 100%;
    margin-left: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 231, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell--is-image {
    height: 170px; }
  /* line 235, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell--is-details {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__row:nth-of-type(2) > *.compare-listing__cell:first-child {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none; }
  /* line 248, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__remove-trigger:after,
  .compare-listing__cell[data-removed] .compare-listing__link:after {
    font-size: 53px;
    font-size: 3.3125rem;
    top: 12px;
    right: 4px; }
  /* line 255, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__add-product__description {
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 259, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__link {
    line-height: 166px;
    height: 170px; } }

@media print, screen and (min-width: 1005px) {
  /* line 268, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell--is-image {
    height: 230px; }
  /* line 272, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__cell--is-details {
    padding-right: 15px;
    padding-left: 15px; }
  /* line 277, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__link {
    line-height: 226px;
    height: 230px; }
  /* line 282, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__add-product {
    padding-right: 53px;
    padding-left: 53px; }
  /* line 287, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__add-product__cta {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 291, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_compareListing.scss */
  .compare-listing__add-product__description {
    font-size: 14px;
    font-size: 0.875rem; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_categoryBrowse.scss */
.page-content + .title-banner {
  margin-top: 14px; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_categoryBrowse.scss */
.category-browse__product-count {
  font-size: 25px;
  font-size: 1.5625rem; }
  @media print, screen and (min-width: 768px) {
    /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_categoryBrowse.scss */
    .category-browse__product-count {
      font-size: 28px;
      font-size: 1.75rem; } }

/* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_categoryBrowse.scss */
.facets__border + .category-browse__sort-size {
  padding-top: 1.1em; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_categoryBrowse.scss */
.category-browse__sort-size .selectric-sort {
  float: right; }

@media print, screen and (min-width: 768px) {
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_categoryBrowse.scss */
  .category-browse__sort-size {
    text-align: right; }
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_categoryBrowse.scss */
    .category-browse__sort-size .items-to-display,
    .category-browse__sort-size .selectric-sort {
      display: inline-block;
      position: relative;
      z-index: 10;
      text-align: left;
      vertical-align: middle; }
    /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_categoryBrowse.scss */
    .category-browse__sort-size .selectric-sort {
      margin-left: 17px; } }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_parentCategoryListing.scss */
.parent-category-listing__image-wrapper {
  height: 260px; }

/* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_parentCategoryListing.scss */
.parent-category-listing__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_parentCategoryListing.scss */
.parent-category-listing__title {
  margin-top: 0.8em;
  text-align: center; }

@media print, screen and (min-width: 480px) {
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_parentCategoryListing.scss */
  .parent-category-listing__image-wrapper {
    height: 225px; } }

@media print, screen and (min-width: 1005px) {
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_parentCategoryListing.scss */
  .parent-category-listing {
    margin-bottom: -40px; }
  /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_parentCategoryListing.scss */
  .parent-category-listing__title {
    margin-top: 1.4em; }
  /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/_parentCategoryListing.scss */
  .parent-category-listing__item {
    margin-bottom: 40px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__border {
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5; }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__display-trigger {
  font-weight: normal;
  line-height: 1;
  color: #e79932; }
  /* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__display-trigger:before {
    display: inline-block;
    font-size: 19px;
    font-size: 1.1875rem;
    margin-right: 10px;
    content: "-";
    -ms-transform: scale(1.8, 1);
        transform: scale(1.8, 1); }
  /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__display-trigger[data-collapsed]:before {
    font-size: 14px;
    font-size: 0.875rem;
    content: "+";
    -ms-transform: scale(1, 1);
        transform: scale(1, 1); }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__columns-wrapper {
  overflow: visible;
  max-height: 6000px;
  transition: max-height 0.25s; }
  @media print, screen and (min-width: 768px) {
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
    .facets__columns-wrapper {
      max-height: 2500px;
      transition: max-height 0.5s; } }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__columns-wrapper[data-collapsed] {
    overflow: hidden;
    max-height: 0; }

/* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__columns {
  margin-top: 1.1em;
  padding-top: 1.1em;
  border-top: 1px dashed #E5E5E5; }

/* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__column.is-hidden {
  display: none; }

/* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facet-column-title {
  text-transform: uppercase; }

/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__facet {
  position: relative;
  display: block;
  min-height: 18px;
  margin-bottom: 6px;
  padding-left: 26px; }
  /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__facet[data-disabled] {
    opacity: 0.5; }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__facet:nth-child(3) ~ .facets__facet {
    display: none; }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__facet:nth-child(4):last-child {
    display: block; }
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__column[data-expanded] .facets__facet {
    display: block; }
  /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__facet .checkbox__wrapper {
    position: absolute;
    top: 3px;
    left: 0; }
  /* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__facet .rating--normal {
    position: relative;
    top: 2px;
    background-image: none; }

/* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__more-less-trigger {
  font-size: 12px;
  font-size: 0.75rem;
  color: #2E2E2E;
  text-transform: uppercase; }
  /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__more-less-trigger:before {
    content: "+ "; }
  /* line 106, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__more-less-trigger[data-expanded]:before {
    content: "- "; }

/* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__label-wrapper {
  display: block;
  padding-top: 2px; }
  /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__label-wrapper .tooltip {
    margin-top: -9px; }

/* line 120, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
.facets__label {
  font-weight: normal; }

/* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
[data-expanded] + .facets__columns {
  display: block; }

@media screen and (max-width: 767px) {
  /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__column + .facets__column {
    margin-top: 1.8em; } }

@media print, screen and (min-width: 768px) {
  /* line 138, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__columns {
    display: table;
    width: 100%; }
  /* line 143, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__column {
    position: relative;
    display: table-cell;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    margin-bottom: 28px; }
    /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
    .facets__column:last-child .facet-option {
      margin-right: 0; }
    /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
    .facets__column + .facets__column {
      padding-left: 20px;
      border-left: 1px solid #E5E5E5; }
  /* line 161, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facets__column-title {
    position: relative;
    background-color: #fff;
    z-index: 2; }
  /* line 167, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_facets.scss */
  .facet__facet {
    margin-right: 35px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
.selected-facets__label,
.selected-facets__item {
  display: inline-block;
  vertical-align: middle; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
.selected-facets__label {
  font-weight: bold;
  margin: -10px 10px 0 0;
  text-transform: uppercase; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
.selected-facets {
  display: inline; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
.selected-facets__item {
  position: relative;
  margin: 0 10px 10px 0;
  padding: 0 10px 0 33px;
  transition: border-color 0.25s;
  cursor: pointer;
  border: 1px solid #e79932; }
  /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
  .selected-facets__item:before, .selected-facets__item:after {
    position: absolute; }
  /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
  .selected-facets__item:before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    content: "";
    transition: background-color 0.25s;
    background-color: #e79932; }
  /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
  .selected-facets__item:after {
    font-size: 45px;
    font-size: 2.8125rem;
    top: -29px;
    left: 9px;
    content: "+";
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    color: #fff; }
  /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
  .selected-facets__item .rating--normal {
    position: relative;
    top: 1px;
    height: 15px; }

@media print, screen and (min-width: 1005px) {
  /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
  .selected-facets__item:hover {
    border-color: #b0b0b0; }
    /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_selectedFacets.scss */
    .selected-facets__item:hover:before {
      background-color: #b0b0b0; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__wrapper {
  position: fixed;
  z-index: 1553;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 0; }

/* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  max-height: 0;
  transition: max-height 0.25s linear;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff; }
  /* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget[data-visible] {
    overflow-y: hidden;
    max-height: 53px; }
  /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget[data-expanded][data-visible] {
    overflow-y: auto;
    max-height: 85vh; }

/* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__trigger {
  font-weight: bold;
  line-height: 53px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  background-color: #000; }
  /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .is-ios .compare-widget__trigger,
  .is-safari .compare-widget__trigger {
    margin-top: -3px; }
  /* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__trigger:after {
    float: right;
    margin-top: 17px;
    color: #fff; }
  /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__trigger + * {
    margin-top: 1em; }

/* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
[data-expanded] .compare-widget__trigger:after {
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-top: 24px; }

/* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__description {
  line-height: 1.5;
  padding: 0 20px;
  text-align: left; }

/* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__products {
  overflow: hidden;
  margin-bottom: 1.2em;
  padding: 0 20px; }
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__description + .compare-widget__products {
    margin-top: 0.9em;
    padding-top: 1.6em;
    border-top: 1px solid #E5E5E5; }

/* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__product {
  text-align: left;
  position: relative;
  padding-right: 55px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .compare-widget__product:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__product + .compare-widget__product {
    margin-top: 1.2em;
    padding-top: 1.2em;
    border-top: 1px dashed #E5E5E5; }

/* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__image {
  float: left;
  width: 63px;
  height: auto;
  max-height: none;
  margin-right: 17px;
  border: 1px solid #000; }

/* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-align: left; }

/* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__product:hover .compare-widget__title {
  text-decoration: underline; }

/* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__product-remove-trigger {
  position: absolute;
  top: -10px;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  padding: 29px 19px;
  cursor: pointer;
  text-indent: -9999px;
  background-color: transparent; }
  /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__product-remove-trigger:after {
    font-size: 53px;
    font-size: 3.3125rem;
    position: absolute;
    top: -5px;
    left: 13px;
    display: block;
    content: "+";
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    text-indent: 0; }

/* line 143, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
.compare-widget__compare-link {
  display: none;
  max-width: 280px;
  margin: 0 auto 1.8em; }
  /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__compare-link[data-visible] {
    display: block; }

@media print, screen and (min-width: 768px) {
  /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget {
    top: auto;
    right: 0;
    left: auto;
    width: 306px;
    margin-right: 20px; }
  /* line 163, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__compare-link {
    max-width: 250px; } }

@media print, screen and (min-width: 1005px) {
  /* line 171, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__wrapper {
    right: auto;
    left: 50%;
    width: 1005px;
    margin-right: 0;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
  /* line 179, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget {
    width: 326px;
    margin-right: 1px; }
  /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/category-browse/_compareWidget.scss */
  .compare-widget__compare-link {
    max-width: 270px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail {
  padding-bottom: 35px; }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__info-wrapper {
  text-align: center; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__new-label {
  display: inline-block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  padding: 0 10px;
  text-transform: uppercase;
  color: #262626;
  background-color: #e79932; }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__new-label + * {
    margin-top: 0.8em; }

/* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__mnodel-no {
  font-weight: normal;
  color: #e79932; }
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__mnodel-no + * {
    margin-top: 0.3em; }

/* line 32, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__image-wrapper {
  line-height: 282px;
  position: relative;
  height: 282px;
  margin: 25px 0;
  text-align: center; }
  /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__image-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 253;
    content: ""; }
  /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__image-wrapper.product-detail__image-wrapper--is-video .easyzoom-notice {
    display: none; }

/* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.easyzoom__full-image-link {
  position: relative;
  z-index: 53; }

/* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__image__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: none; }
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__image__video-icon:before, .product-detail__image__video-icon:after {
    top: 50%;
    right: auto;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__image-wrapper--is-video .product-detail__image__video-icon {
    display: block; }

/* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__product-gallery-and-gallery-modal-trigger-wrapper {
  margin-bottom: 25px;
  text-align: center; }

/* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__product-gallery,
.product-detail__gallery-modal-trigger {
  display: inline-block;
  height: 67px;
  vertical-align: middle; }

/* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__product-gallery[data-expanded] {
  max-width: 250px;
  height: auto;
  text-align: left; }

/* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__product-gallery__item {
  display: inline-block;
  position: relative;
  width: 67px;
  height: 67px;
  margin-bottom: 15px;
  transition: all 0.25s;
  border: 2px solid #262626; }
  /* line 100, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery__item:before {
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    transition: all 0.25s;
    -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
    opacity: 0; }
  /* line 112, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery__item.is-current,
  .is-current .product-detail__product-gallery__item {
    color: #e79932;
    border-color: #e79932; }
    /* line 117, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery__item.is-current:before,
    .is-current .product-detail__product-gallery__item:before {
      opacity: 1; }
  /* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery__item + .product-detail__product-gallery__item {
    margin-left: 18px; }
    /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery__item + .product-detail__product-gallery__item:nth-child(3n+1) {
      margin-left: 0; }

/* line 132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__product-gallery-item--page:nth-child(n+4) {
  display: none; }
  /* line 135, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery[data-expanded] .product-detail__product-gallery-item--page:nth-child(n+4) {
    display: inline-block; }

/* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 48px;
  width: 100%;
  padding: 5px; }
  /* line 147, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery__trigger.product-detail__product-gallery__trigger--video {
    position: relative;
    z-index: 1;
    position: absolute; }
    /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .product-detail__product-gallery__trigger.product-detail__product-gallery__trigger--video:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      display: block;
      content: "";
      background-color: rgba(0, 0, 0, 0.5); }
    /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery__trigger.product-detail__product-gallery__trigger--video:after {
      z-index: 2; }

/* line 161, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__modal-trigger-wrapper {
  position: relative;
  text-align: center; }
  /* line 165, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery + .product-detail__modal-trigger-wrapper {
    margin-left: 18px; }
  /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery[data-expanded] + .product-detail__modal-trigger-wrapper {
    display: none; }

/* line 174, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__gallery-modal-trigger {
  height: auto;
  margin-top: 20px;
  transition: all 0.25s;
  text-transform: uppercase;
  color: #2E2E2E;
  background-color: transparent; }
  /* line 182, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__gallery-modal-trigger:hover {
    color: #e79932; }

/* line 187, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__rating-and-share-wrapper {
  position: relative;
  z-index: 53; }
  /* line 191, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  * + .product-detail__rating-and-share-wrapper {
    margin-top: 22px; }

/* line 196, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__rating-wrapper {
  float: left;
  margin-left: 15px;
  padding: 2px 10px 8px;
  border-radius: 5px;
  background-color: #2E2E2E; }
  /* line 203, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__rating-wrapper > * {
    display: inline-block;
    vertical-align: middle; }
    /* line 207, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__rating-wrapper > * + * {
      margin-left: 3px; }

/* line 213, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__reviews-link {
  display: none; }

/* line 218, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__sharing-display-trigger {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  margin-right: 15px;
  padding: 3px 13px 10px;
  border: 2px solid #000;
  border-bottom-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  /* line 229, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .is-iphone .product-detail__sharing-display-trigger {
    margin-top: -2px; }
  /* line 233, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__sharing-display-trigger[data-collapsed] {
    padding-bottom: 4px;
    border-bottom-color: #000;
    border-radius: 5px; }
  /* line 239, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__sharing-display-trigger:after {
    display: inline-block;
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1459px -72px;
    width: 14px;
    height: 8px;
    position: relative;
    top: -3px;
    margin-left: 12px;
    content: "";
    transition: transform 0.25s;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    vertical-align: middle; }
  /* line 251, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__sharing-display-trigger[data-collapsed]:after {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

/* line 256, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__sharing {
  max-height: 76px;
  margin-top: -2px;
  margin-right: -10px;
  margin-left: -10px;
  transition: max-height 0.25s;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000; }
  /* line 265, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__sharing[data-collapsed] {
    overflow: hidden;
    max-height: 0;
    border-top: 0;
    border-bottom: 0; }
  /* line 272, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__sharing .social-sharing {
    padding: 13px 10px; }
  /* line 276, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__sharing + * {
    margin-top: 1.8em; }

/* line 281, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__guages {
  text-align: center; }
  /* line 284, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  * + .product-detail__guages {
    margin-top: 30px; }

/* line 289, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__guage {
  display: inline-block;
  height: 51px;
  margin-bottom: 3px; }
  /* line 294, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  * + .product-detail__guage {
    margin-left: 10px; }

/* line 299, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__guage-icon {
  height: 51px; }

/* line 303, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__where-to-buy-wrapper {
  text-align: center; }

/* line 307, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.where-to-buy--for-tablet {
  display: none; }

/* line 311, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
.product-detail__print-rigger {
  display: none; }

@media print, screen and (min-width: 768px) {
  /* line 316, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__col--left {
    float: left;
    width: 50%;
    margin-right: 15px;
    padding-top: 25px; }
  /* line 323, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__col--right {
    float: left;
    width: calc(50% - 15px); }
  /* line 328, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__col--left__item {
    text-align: left; }
  /* line 332, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__info-wrapper {
    margin-bottom: 1.1em; }
  /* line 336, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__mnodel-no {
    font-size: 16px;
    font-size: 1rem; }
    /* line 339, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__mnodel-no + * {
      margin-top: 0; }
  /* line 344, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__rating-wrapper {
    margin-right: 15px;
    margin-left: 0;
    padding-right: 6px;
    padding-left: 0; }
  /* line 351, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__reviews-link {
    position: relative;
    top: 1px;
    display: inline;
    padding-right: 10px;
    padding-left: 10px; }
    /* line 358, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__reviews-link:hover {
      color: #fff;
      text-decoration: underline; }
  /* line 364, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__image-wrapper {
    height: 311px; }
    /* line 367, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__image-wrapper:after {
      display: none; }
  /* line 373, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__col--right__item .product-detail__image {
    max-height: 311px; }
  /* line 378, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery-and-gallery-modal-trigger-wrapper {
    text-align: center; }
  /* line 382, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery[data-expanded] {
    max-width: 420px; }
  /* line 386, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery + .product-detail__view-all-and-modal-trigger-wrapper {
    margin-left: 3px; }
  /* line 390, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery-item--page {
    width: 46px;
    height: 46px; }
    /* line 394, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery-item--page + .product-detail__product-gallery-item--page {
      margin-left: 10px; }
      /* line 397, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
      .product-detail__product-gallery-item--page + .product-detail__product-gallery-item--page:nth-child(3n+1) {
        margin-left: 10px; }
    /* line 402, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery-item--page:nth-child(n+3) {
      display: inline-block;
      margin-left: 10px; }
    /* line 407, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery-item--page:nth-child(n+4) {
      margin-left: 10px; }
    /* line 411, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery-item--page:nth-child(n+6) {
      display: none; }
    /* line 415, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery-item--page .product-detail__product-gallery__trigger {
      line-height: 25px; }
  /* line 420, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__modal-trigger-wrapper {
    display: inline-block;
    vertical-align: top; }
  /* line 425, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__gallery-modal-trigger {
    margin-top: 12px; }
  /* line 429, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__rating-and-share-inliner {
    display: inline-block; }
  /* line 433, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__sharing-display-trigger {
    float: left;
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 17px;
    border-bottom: 0;
    background-color: #fff; }
    /* line 441, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .is-ios .product-detail__sharing-display-trigger {
      margin-top: 0; }
    /* line 445, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__sharing-display-trigger[data-collapsed] {
      padding-bottom: 5px;
      border-bottom: 2px solid #000; }
  /* line 451, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__sharing {
    width: calc(100% - 1px);
    margin-right: 0;
    margin-left: 0;
    padding-right: 8px;
    padding-left: 8px;
    border-right: 2px solid #000;
    border-left: 2px solid #000; }
    /* line 460, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__sharing[data-collapsed] {
      border-right: 0;
      border-left: 0; }
  /* line 466, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__guages {
    text-align: left; }
    /* line 469, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    * + .product-detail__guages {
      margin-top: 20px; }
  /* line 474, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__easyzoom {
    display: block;
    width: calc(100% - 40px);
    height: auto;
    line-height: 308px;
    margin: 0 auto;
    text-align: center; }
  /* line 483, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .where-to-buy--for-tablet {
    display: inline-block; }
  /* line 487, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__print-rigger {
    display: block;
    transition: color 0.25s;
    text-transform: uppercase; }
    /* line 492, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__print-rigger:hover {
      color: #e79932; }
    /* line 496, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    * + .product-detail__print-rigger {
      margin-top: 35px; }
    /* line 500, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__print-rigger:before {
      display: inline-block;
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -328px -1321px;
      width: 25px;
      height: 25px;
      margin-right: 12px;
      content: "";
      vertical-align: middle; }
  /* line 509, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__where-to-buy-wrapper {
    display: none; } }

@media print, screen and (min-width: 1005px) {
  /* line 516, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__title {
    font-size: 52px;
    font-size: 3.25rem; }
  /* line 520, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__info-wrapper {
    margin-bottom: 1.5em; }
  /* line 525, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  * + .product-detail__rating-and-share-wrapper {
    margin-top: 32px; }
  /* line 531, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  * + .product-detail__print-rigger {
    margin-top: 25px; }
  /* line 536, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__image-wrapper {
    height: 402px; }
  /* line 540, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__easyzoom {
    line-height: 400px; }
  /* line 545, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__col--right__item .product-detail__image {
    max-height: 401px; }
  /* line 550, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery + .product-detail__view-all-and-modal-trigger-wrapper {
    margin-left: 18px; }
  /* line 554, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__product-gallery-item--page {
    width: 65px;
    height: 65px; }
    /* line 558, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
    .product-detail__product-gallery-item--page + .product-detail__product-gallery__item {
      margin-left: 18px; }
      /* line 561, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
      .product-detail__product-gallery-item--page + .product-detail__product-gallery__item:nth-child(3n+1) {
        margin-left: 18px; }
  /* line 567, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .product-detail__gallery-modal-trigger {
    margin-top: 25px; }
  /* line 571, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetail.scss */
  .where-to-buy--for-tablet {
    font-size: 18px;
    font-size: 1.125rem;
    min-width: 231px;
    padding-top: 5px;
    padding-bottom: 5px; } }

@media print, screen and (min-width: 768px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product-detal .product-detail__info-wrapper {
    text-align: left; } }

@media print, screen and (min-width: 1005px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product-detal .product-detail__info-wrapper {
    margin-bottom: 10px; } }

@media print, screen and (min-width: 768px) {
  /* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product-detal .product-detail__col--left {
    width: 55%; } }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product-detal .product-detail__col--right {
  opacity: 0.25; }
  @media screen and (max-width: 767px) {
    /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product-detal .product-detail__col--right {
      display: none; } }
  @media print, screen and (min-width: 768px) {
    /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product-detal .product-detail__col--right {
      width: calc(45% - 20px); } }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__notice {
  font-weight: normal;
  position: relative;
  display: block;
  padding: 60px 15px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #363636;
  border: 2px solid #b0b0b0;
  border-radius: 5px; }
  @media print, screen and (min-width: 768px) {
    /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__notice {
      display: inline-block;
      padding-top: 15px;
      padding-left: 70px; } }
  /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__notice:before {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    top: 15px;
    width: 41px;
    height: 34px;
    content: "";
    background: url("/_Images/Bostitch/icons/safety--orange--large--no-ring.png") no-repeat; }
    @media print, screen and (min-width: 768px) {
      /* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
      .discontinued-product__notice:before {
        top: 50%;
        left: 15px;
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
  /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  * + .discontinued-product__notice {
    margin-top: 15px; }
    @media print, screen and (min-width: 768px) {
      /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
      * + .discontinued-product__notice {
        margin-top: 0; } }

/* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__block {
  padding: 25px;
  text-align: center;
  background-image: url("/_Images/Bostitch/patterns/dark-wood-texture.png"); }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .discontinued-product__block:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  @media print, screen and (min-width: 768px) {
    /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__block {
      padding: 20px;
      text-align: left; } }
  @media print, screen and (min-width: 1005px) {
    /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__block {
      padding: 30px; } }
  /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  * + .discontinued-product__block {
    margin-top: 25px; }
    @media print, screen and (min-width: 1005px) {
      /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
      * + .discontinued-product__block {
        margin-top: 35px; } }

/* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__title,
.discontinued-product__description {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__title,
    .discontinued-product__description {
      padding-right: 0;
      padding-left: 0; } }

/* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__title {
  line-height: 1.3; }

/* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
* + .discontinued-product__description {
  margin-top: 5px; }

@media print, screen and (min-width: 768px) {
  /* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__cta {
    line-height: 40px;
    width: 100%; } }

/* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
* + .discontinued-product__cta {
  margin-top: 15px; }

/* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__rating-wrapper + .discontinued-product__cta {
  margin-top: 20px; }
  @media print, screen and (min-width: 768px) {
    /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__rating-wrapper + .discontinued-product__cta {
      margin-top: 10px; } }
  @media print, screen and (min-width: 768px) {
    /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__rating-wrapper + .discontinued-product__cta {
      margin-top: 30px; } }

@media print, screen and (min-width: 768px) {
  /* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__product-detail-column {
    display: inline-block;
    width: calc(100% - 145px);
    vertical-align: middle; } }

@media print, screen and (min-width: 1005px) {
  /* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__product-detail-column {
    width: calc(100% - 230px); } }

@media print, screen and (min-width: 768px) {
  /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__image-wrapper + .discontinued-product__product-detail-column {
    display: block;
    overflow: hidden;
    width: auto; } }

/* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__image-wrapper {
  width: 214px;
  height: 211px;
  margin-right: auto;
  margin-left: auto; }
  @media print, screen and (min-width: 768px) {
    /* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__image-wrapper {
      float: left;
      width: 146px;
      height: 150px;
      margin-right: 15px; } }
  @media print, screen and (min-width: 768px) {
    /* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__image-wrapper {
      width: 214px;
      height: 214px; } }

@media print, screen and (min-width: 768px) {
  /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__image {
    display: inline-block;
    max-width: 140px;
    vertical-align: middle; } }

@media print, screen and (min-width: 1005px) {
  /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__image {
    float: right;
    max-width: 200px;
    vertical-align: top; } }

/* line 197, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
* + .discontinued-product__image {
  margin-top: 30px; }
  @media print, screen and (min-width: 768px) {
    /* line 197, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    * + .discontinued-product__image {
      margin-top: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 205, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__image-wrapper .discontinued-product__image {
    max-width: 100%; } }

/* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__other-products-title {
  color: #e79932; }
  @media print, screen and (min-width: 768px) {
    /* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__other-products-title {
      font-size: 16px;
      font-size: 1rem; } }
  /* line 220, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  * + .discontinued-product__other-products-title {
    margin-top: 15px; }
  /* line 224, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__other-products-title + * {
    margin-top: 0; }

/* line 229, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__other-products-name {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff; }
  @media screen and (min-width: 768px) {
    /* line 229, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__other-products-name {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1005px) {
    /* line 229, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__other-products-name {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media print, screen and (min-width: 768px) {
    /* line 229, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__other-products-name {
      font-size: 24px;
      font-size: 1.5rem; } }

/* line 238, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__rating-wrapper {
  display: inline-block;
  float: none;
  margin-left: 0;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 238, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__rating-wrapper {
      margin-right: 0;
      padding-right: 0;
      padding-left: 0; } }
  @media print, screen and (min-width: 768px) {
    /* line 238, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__rating-wrapper {
      width: 100%;
      padding-left: 10px; } }
  /* line 257, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  * + .discontinued-product__rating-wrapper {
    margin-top: 20px; }
    @media print, screen and (min-width: 768px) {
      /* line 257, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
      * + .discontinued-product__rating-wrapper {
        margin-top: 10px; } }
    @media print, screen and (min-width: 768px) {
      /* line 257, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
      * + .discontinued-product__rating-wrapper {
        margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    /* line 269, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__rating-wrapper .rating--normal {
      width: 120px;
      margin-left: 0;
      -ms-transform: scale(0.8);
          transform: scale(0.8); } }

/* line 278, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
.discontinued-product__reviews-link {
  display: inline-block;
  margin-right: 15px;
  color: #363636; }
  @media print, screen and (min-width: 768px) {
    /* line 278, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
    .discontinued-product__reviews-link {
      margin-right: 0;
      padding-right: 0; } }
  /* line 288, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailDiscontinued.scss */
  .discontinued-product__reviews-link:hover {
    color: #e79932; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
.product-gallery--modal {
  min-height: 0;
  padding: 25px 0 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-gallery--modal .remodal-close {
    right: 10px; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-gallery--modal .product-detail__image-wrapper {
    position: relative;
    overflow: hidden;
    height: 320px;
    margin-bottom: 40px;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7; }
  /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-gallery--modal .video-player__wrapper {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: auto;
    height: auto; }
    /* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-gallery--modal .video-player__wrapper div[id^="player"] {
      width: 100% !important;
      height: 100% !important; }

/* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
.product-detail__product-gallery--modal {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto; }
  /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-detail__product-gallery--modal .product-detail__product-gallery__item {
    margin-bottom: 10px;
    border-color: #C7C7C7; }
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-detail__product-gallery--modal .product-detail__product-gallery__item:before {
      display: none; }
    /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-detail__product-gallery--modal .product-detail__product-gallery__item + .product-detail__product-gallery__item {
      margin-left: 0; }
  /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-detail__product-gallery--modal .is-current .product-detail__product-gallery__item {
    border: 3px solid #262626; }
  /* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-detail__product-gallery--modal .is-slider__btn {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -638px -919px;
    width: 17px;
    height: 28px;
    width: 17px;
    height: 28px;
    margin-top: -14px; }
    /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-detail__product-gallery--modal .is-slider__btn.slick-disabled {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -621px -947px;
      width: 17px;
      height: 28px; }
    /* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-detail__product-gallery--modal .is-slider__btn:after {
      display: none; }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-detail__product-gallery--modal .is-slider__btn--prev {
    left: -34px;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-detail__product-gallery--modal .is-slider__btn--next {
    right: -17px;
    -ms-transform: rotate(0);
        transform: rotate(0); }

/* line 83, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
.product-gallery--modal__image-and-video-icon-wrapper {
  line-height: 315px;
  position: relative;
  height: 320px; }
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-detail__image-wrapper--is-video .product-gallery--modal__image-and-video-icon-wrapper {
    cursor: pointer; }

@media print, screen and (min-width: 768px) {
  /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-gallery--modal {
    width: 590px;
    padding-top: 35px;
    padding-right: 50px;
    padding-left: 50px; }
    /* line 100, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-gallery--modal .product-detail__image-wrapper {
      border-right: 1px solid #C7C7C7;
      border-left: 1px solid #C7C7C7; } }

@media print, screen and (min-width: 1005px) {
  /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-gallery--modal {
    width: 750px;
    min-height: 470px;
    padding-bottom: 20px;
    padding-left: 110px; }
    /* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-gallery--modal .is-slider__btn {
      left: 50%;
      margin-top: 0; }
    /* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-gallery--modal .is-slider__btn--prev {
      top: -40px;
      margin-left: -8.5px;
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
    /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-gallery--modal .is-slider__btn--next {
      top: auto;
      bottom: -35px;
      margin-left: -16.5px;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    /* line 132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-gallery--modal .product-detail__image-wrapper {
      height: 410px; }
    /* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-gallery--modal .product-gallery--modal__image-and-video-icon-wrapper {
      line-height: 390px; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-detail__product-gallery--modal {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    position: absolute;
    left: 25px;
    width: 52px;
    height: auto; }
    /* line 148, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-detail__product-gallery--modal .product-detail__product-gallery__item {
      width: 52px;
      height: 52px;
      margin-bottom: 5px; }
    /* line 154, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
    .product-detail__product-gallery--modal .product-detail__product-gallery__trigger {
      line-height: 36px; }
  /* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productGalleryModal.scss */
  .product-detail__image-wrapper--is-video .product-detail__image__video-icon {
    margin-top: 30px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
.product-detail-tabs {
  position: relative;
  padding-bottom: 0;
  background-color: #262626; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .main > .product-detail-tabs:last-child {
    padding-bottom: 0; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .product-detail-tabs:after {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    height: 56px;
    content: "";
    box-shadow: inset 0 -25px 23px rgba(0, 0, 0, 0.3); }
  /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .product-detail-tabs .page-module {
    position: absolute;
    z-index: -9999;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 0;
    opacity: 0; }
    @media screen and (min-width: 768px) {
      /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
      .product-detail-tabs .page-module {
        z-index: auto;
        top: 0;
        left: 0;
        visibility: hidden;
        transition: opacity 0.25s;
        opacity: 0; } }
    /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
    .product-detail-tabs .page-module[data-current] {
      position: relative;
      z-index: auto;
      right: auto;
      left: auto;
      height: auto;
      opacity: 1; }
      @media print, screen and (min-width: 768px) {
        /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
        .product-detail-tabs .page-module[data-current] {
          visibility: visible; } }
  @media print, screen and (min-width: 768px) {
    /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
    .product-detail-tabs .page-module__inner {
      padding-top: 20px;
      padding-bottom: 20px; }
      /* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
      .product-detail-tabs .page-module__inner.product-detail-tabs__inner {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center; } }
  @media print, screen and (min-width: 768px) {
    /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
    .product-detail-tabs .tabbed-product-listing__product {
      margin-bottom: 0; } }

/* line 73, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
.product-detail-tabs__image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

/* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
.product-detail-tabs__image-align {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

/* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
.product-detail-tabs__image-shadow {
  position: relative;
  z-index: 1;
  position: relative; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .product-detail-tabs__image-shadow:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .product-detail-tabs__image-shadow:before {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); }
  /* line 105, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .product-detail-tabs__image-shadow:after {
    z-index: 1; }

/* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
.product-detail-tabs__image {
  max-width: none;
  max-height: none; }

/* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
.product-detail-tabs__triggers {
  position: relative;
  z-index: 53;
  background-image: url("/_Images/Bostitch/patterns/light-wood-texture.png");
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5); }

/* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
.product-detail-tabs__trigger {
  position: relative;
  z-index: 6;
  width: 100%;
  padding: 27px 21px 22px;
  color: #fff;
  border-bottom: 1px solid #C7C7C7;
  background-color: #262626;
  background-image: url("/_Images/Bostitch/patterns/dark-wood-texture.png");
  box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.5); }
  @media print, screen and (min-width: 768px) {
    /* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
    .product-detail-tabs__trigger {
      overflow: visible;
      width: auto;
      padding-bottom: 30px;
      padding-bottom: 27px;
      color: #262626;
      border-bottom: 0;
      background-color: transparent;
      background-image: none;
      box-shadow: none; } }
  @media print, screen and (min-width: 1005px) {
    /* line 122, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
    .product-detail-tabs__trigger {
      padding-right: 35px;
      padding-left: 35px; } }
  /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .product-detail-tabs__trigger[data-current] {
    z-index: 7;
    background-image: none;
    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.5), 0 10px 40px rgba(0, 0, 0, 0.5); }
    @media print, screen and (min-width: 768px) {
      /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
      .product-detail-tabs__trigger[data-current] {
        margin-bottom: -2px;
        padding-bottom: 29px;
        cursor: default;
        pointer-events: none;
        color: #fff;
        background-color: #262626;
        box-shadow: none; } }
  /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  [data-current] + .product-detail-tabs__trigger {
    z-index: 7;
    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.5), 0 -10px 40px rgba(0, 0, 0, 0.5); }
    @media print, screen and (min-width: 768px) {
      /* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
      [data-current] + .product-detail-tabs__trigger {
        box-shadow: none; } }
  /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  [data-current] + .product-detail-tabs__trigger[data-current] {
    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.5), 0 10px 40px rgba(0, 0, 0, 0.5), 0 -10px 40px rgba(0, 0, 0, 0.5); }
    @media print, screen and (min-width: 768px) {
      /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
      [data-current] + .product-detail-tabs__trigger[data-current] {
        box-shadow: none; } }
  /* line 188, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .product-detail-tabs__trigger:after {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.5;
    display: block;
    content: "+";
    color: #e79932; }
    @media print, screen and (min-width: 768px) {
      /* line 188, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
      .product-detail-tabs__trigger:after {
        display: none; } }
  /* line 200, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .product-detail-tabs__trigger[data-current]:after {
    content: "-"; }
  /* line 204, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  .product-detail-tabs__trigger + * {
    margin-top: 0; }

/* line 209, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
.product-detail-tabs__trigger-text {
  display: inline-block; }
  /* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  [data-current] .product-detail-tabs__trigger-text:before,
  [data-current] .product-detail-tabs__trigger-text:after {
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    top: 100%; }
  /* line 219, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  [data-current] .product-detail-tabs__trigger-text:before {
    z-index: 3;
    border-width: 14px; }
    @media print, screen and (min-width: 768px) {
      /* line 219, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
      [data-current] .product-detail-tabs__trigger-text:before {
        border-top-color: #262626; } }
  /* line 228, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productDetailTabs.scss */
  [data-current] .product-detail-tabs__trigger-text:after {
    z-index: 4;
    border-width: 12px;
    border-top-color: #262626; }

/* line 3, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__category-panel .cols--two-col--main-right__col--left .callout + .callout {
  margin-top: 15px; }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__category-panel .cols--two-col--main-right__col--right {
  padding-right: 10px;
  padding-left: 10px; }
  @media print, screen and (min-width: 1005px) {
    /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
    .support__category-panel .cols--two-col--main-right__col--right {
      padding-left: 50px; } }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__category-panel .service-center-locator {
  text-align: left; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  .support__category-panel .service-center-locator .join-mailing-list__description {
    padding-left: 0; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__category-panel .join-mailing-list__error {
  position: static;
  text-align: left; }

@media print, screen and (min-width: 768px) {
  /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  .product-support-callouts__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center; } }

@media print, screen and (min-width: 768px) {
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  .product-support-callouts__wrapper .callout {
    display: inline-block;
    width: calc(33.33% - 26px);
    max-width: 320px;
    text-align: left;
    vertical-align: top; }
    /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
    .product-support-callouts__wrapper .callout + .callout {
      margin-top: 0;
      margin-left: 10px; } }

@media print, screen and (max-width: 1004px) {
  /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  .product-support-callouts__wrapper .join-mailing-list__field {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 10px; } }

/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__faq-panel__title {
  text-transform: none; }

/* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__faqs {
  margin-top: 12px;
  padding-top: 1.1em;
  border-top: 1px solid #C7C7C7; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .support__faqs:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  [data-background="mid-grey-texture"] .support__faqs,
  [data-background="grey-texture"] .support__faqs,
  [data-background="black"] .support__faqs,
  [data-background="dark-wood-texture"] .support__faqs {
    color: #fff; }

/* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__faqs__faq {
  margin-bottom: 1.1em;
  padding-bottom: 1.1em;
  border-bottom: 1px dashed #C7C7C7; }
  /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  .support__faqs__faq > * {
    padding-right: 21px; }
    @media print, screen and (min-width: 768px) {
      /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
      .support__faqs__faq > * {
        padding-right: 33px; } }
    @media print, screen and (min-width: 1005px) {
      /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
      .support__faqs__faq > * {
        padding-right: 100px; } }

/* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__faqs__title {
  font-weight: normal;
  position: relative;
  cursor: pointer;
  vertical-align: top; }
  /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  .support__faqs__title:after {
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    border-width: 5px;
    border-top-color: inherit; }
    @media print, screen and (min-width: 768px) {
      /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
      .support__faqs__title:after {
        right: 21px; } }
  /* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  .support__faqs__title[data-expanded]:after {
    top: 3px;
    border-width: 5px;
    border-bottom-color: inherit; }

/* line 126, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__faqs__description {
  display: none; }
  /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  [data-expanded] + .support__faqs__description {
    display: block; }
  /* line 133, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  * + .support__faqs__description {
    margin-top: 0.6em; }

/* line 138, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__faq__display-toggle {
  padding: 0;
  text-decoration: underline;
  color: #e79932; }
  /* line 143, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  [data-background="orange-texture"] .support__faq__display-toggle {
    color: #fff; }
  /* line 147, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  [data-expanded] + * + .support__faq__display-toggle,
  [data-expanded] + .support__faq__display-toggle {
    margin-top: 0.8em; }

/* line 153, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
.support__faqs__rtf {
  display: none; }
  /* line 156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_productSupport.scss */
  .support__faqs__rtf[data-visible] {
    display: block; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__inner {
  position: relative;
  z-index: 3; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .features__inner:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    .features__inner {
      padding-right: 20px;
      padding-left: 20px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    .features__inner {
      padding-right: 0;
      padding-left: 0; } }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__heading {
  margin-bottom: 0; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  [data-background="orange-texture"] .features__heading {
    color: #fff; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__description {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px; }
  @media print, screen and (min-width: 768px) {
    /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    .features__description {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 768px) {
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  .features__column {
    float: left;
    width: 50%; } }

/* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__listing {
  padding-right: 30px;
  padding-left: 30px; }
  @media print, screen and (min-width: 768px) {
    /* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    .features__listing {
      padding-left: 0; } }

/* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__title {
  text-transform: uppercase; }
  /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  [data-background="orange-texture"] .features__title {
    color: #fff; }
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  * + .features__title {
    margin-top: 1.8em; }

/* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
* + .features__feature {
  margin-top: 5px; }

/* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__specs {
  width: 100%; }

/* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__spec-row {
  padding-bottom: 3px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .features__spec-row:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  .features__spec-row > * {
    display: block; }

/* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__spec-title {
  font-weight: normal;
  float: left;
  margin-right: 7px; }

/* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__spec-text {
  overflow: hidden; }

/* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__additional-data {
  font-style: italic;
  display: block;
  padding-right: 30px;
  padding-left: 30px; }
  @media print, screen and (min-width: 768px) {
    /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    .features__additional-data {
      padding-right: 0;
      padding-left: 0; } }
  /* line 106, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  * + .features__additional-data {
    margin-top: 15px; }

/* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__selling-propositions {
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 30px;
  padding-right: 15px;
  border-top: 1px solid #e79932; }
  @media print, screen and (min-width: 768px) {
    /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    .features__selling-propositions {
      overflow: hidden;
      margin-top: 0;
      margin-right: 0;
      margin-left: 0;
      padding-top: 0;
      border-top: 0; } }
  /* line 128, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  .features__selling-propositions li {
    line-height: 1.9;
    position: relative;
    padding-left: 35px; }
    /* line 133, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    .features__selling-propositions li + li {
      margin-top: 0.7em; }
    /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    .features__selling-propositions li:before {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -1158px -373px;
      width: 20px;
      height: 11px;
      position: absolute;
      top: 9px;
      left: 0;
      content: ""; }
    /* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
    [data-background="orange-texture"] .features__selling-propositions li:before {
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -1178px -362px;
      width: 20px;
      height: 11px; }

/* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
.features__feature,
.features__additional-data,
.features__selling-propositions {
  font-size: 16px;
  font-size: 1rem; }
  /* line 156, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  [data-background="mid-grey-texture"] .features__feature,
  [data-background="grey-texture"] .features__feature,
  [data-background="black"] .features__feature,
  [data-background="dark-wood-texture"] .features__feature, [data-background="mid-grey-texture"]
  .features__additional-data,
  [data-background="grey-texture"]
  .features__additional-data,
  [data-background="black"]
  .features__additional-data,
  [data-background="dark-wood-texture"]
  .features__additional-data, [data-background="mid-grey-texture"]
  .features__selling-propositions,
  [data-background="grey-texture"]
  .features__selling-propositions,
  [data-background="black"]
  .features__selling-propositions,
  [data-background="dark-wood-texture"]
  .features__selling-propositions {
    color: #fff; }
  /* line 163, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_features.scss */
  [data-background="black"] .features__feature, [data-background="black"]
  .features__additional-data, [data-background="black"]
  .features__selling-propositions {
    text-shadow: 0 0 9px #000; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners .page-module__title {
  margin-bottom: 0; }
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners .page-module__title + * {
    margin-top: 15px; }

/* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners .product-detail__guage-icon {
  height: 35px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

/* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners__description {
  font-weight: normal;
  line-height: 1.4;
  max-width: 708px; }
  @media print, screen and (min-width: 1005px) {
    /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners__description {
      max-width: 910px; } }

/* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
* + .fasteners__items {
  margin-top: 20px; }
  @media print, screen and (min-width: 1005px) {
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    * + .fasteners__items {
      margin-top: 45px; } }

/* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners__items > * + * {
  margin-top: 50px; }

/* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners__image-and-details-wrapper {
  max-width: 620px; }
  @media print, screen and (min-width: 1005px) {
    /* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners__image-and-details-wrapper {
      max-width: 760px; } }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.features__image-wrapper {
  max-width: 320px;
  height: 320px;
  margin-right: auto;
  margin-left: auto; }
  @media print, screen and (min-width: 768px) {
    /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .features__image-wrapper {
      float: left;
      width: 163px;
      max-width: none;
      height: 163px;
      margin-right: 20px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .features__image-wrapper {
      width: 230px;
      height: 230px; } }

/* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.features__details {
  text-align: center;
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .features__details {
      text-align: left; } }
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  * + .features__details {
    margin-top: 20px; }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .features__details > * + * {
    margin-top: 20px; }

/* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.features__name {
  line-height: 1.5;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto; }
  @media print, screen and (min-width: 768px) {
    /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .features__name {
      max-width: none; } }

/* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table {
  width: 100%;
  text-align: left;
  border-spacing: 0 5px;
  border-collapse: separate; }
  @media screen and (max-width: 767px) {
    /* line 99, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table {
      display: block;
      width: auto; } }
  /* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  * + .fasteners-table {
    margin-top: 20px; }

/* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__caption {
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__caption {
      width: 100%; } }

@media screen and (max-width: 767px) {
  /* line 126, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__header-wrapper {
    display: none; } }

/* line 132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__header {
  font-weight: normal;
  text-transform: uppercase; }
  @media print, screen and (min-width: 1005px) {
    /* line 132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__header {
      font-size: 16px;
      font-size: 1rem; } }
  /* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  [data-background="white"] .fasteners-table__header,
  [data-background="grey"] .fasteners-table__header,
  [data-background="light-grey"] .fasteners-table__header,
  [data-background="light-grey-texture"] .fasteners-table__header,
  [data-background="light-color"] .fasteners-table__header,
  [data-background="orange-texture"] .fasteners-table__header,
  [data-background="light-wood-texture"] .fasteners-table__header {
    color: #e79932;
    background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png"); }
  /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  [data-background="mid-grey-texture"] .fasteners-table__header,
  [data-background="grey-texture"] .fasteners-table__header,
  [data-background="black"] .fasteners-table__header,
  [data-background="dark-wood-texture"] .fasteners-table__header {
    color: #000;
    background-image: url("/_Images/Bostitch/patterns/orange-texture.png"); }
  /* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .features[data-background="black"] .fasteners-table__header {
    color: #e79932;
    background-color: #000;
    background-image: none; }

@media screen and (max-width: 767px) {
  /* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__rows-wrapper {
    display: block; } }

/* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__row {
  border-radius: 5px; }
  /* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  [data-background="white"] .fasteners-table__row,
  [data-background="grey"] .fasteners-table__row,
  [data-background="light-grey"] .fasteners-table__row,
  [data-background="light-grey-texture"] .fasteners-table__row,
  [data-background="light-color"] .fasteners-table__row,
  [data-background="light-wood-texture"] .fasteners-table__row {
    background-image: url("/_Images/Bostitch/patterns/orange-texture.png"); }
  /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  [data-background="mid-grey-texture"] .fasteners-table__row,
  [data-background="grey-texture"] .fasteners-table__row,
  [data-background="black"] .fasteners-table__row,
  [data-background="dark-wood-texture"] .fasteners-table__row,
  [data-background="orange-texture"] .fasteners-table__row {
    background-image: url("/_Images/Bostitch/patterns/light-grey-texture.png"); }
  @media screen and (max-width: 767px) {
    /* line 172, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__row {
      display: block;
      padding: 10px; } }
  @media screen and (max-width: 767px) {
    /* line 197, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__row + * {
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    /* line 203, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__row + .fasteners-table__row--work-with-content {
      margin-top: 0; } }

/* line 210, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__heading,
.fasteners-table__data {
  padding: 14px 15px; }
  @media screen and (max-width: 767px) {
    /* line 210, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__heading,
    .fasteners-table__data {
      display: block;
      padding-top: 0;
      padding-bottom: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 210, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__heading,
    .fasteners-table__data {
      padding-right: 20px;
      padding-left: 20px; } }

/* line 226, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__heading {
  cursor: pointer;
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    /* line 226, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__heading {
      pointer-events: none; } }
  /* line 234, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__heading.fasteners-table__heading--sorting-disabled {
    min-width: 156px;
    cursor: default;
    pointer-events: none; }
  /* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__heading.header:before {
    display: none; }

@media screen and (max-width: 767px) {
  /* line 247, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__data[data-heading]:first-child {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #e79932;
    border-radius: 5px;
    background-image: url("/_Images/Bostitch/patterns/mid-grey-texture.png"); }
  /* line 258, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__data[data-heading]:before {
    font-weight: normal;
    padding-right: 5px;
    content: attr(data-heading); } }

/* line 266, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__sort-icon {
  display: inline-block;
  position: relative;
  top: -2px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle; }
  @media print, screen and (min-width: 1005px) {
    /* line 266, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__sort-icon {
      margin-left: 10px; } }
  /* line 278, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__sort-icon:before, .fasteners-table__sort-icon:after {
    position: absolute;
    left: 0; }
  /* line 284, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__sort-icon:before {
    top: -7px; }
  /* line 289, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__sort-icon:after {
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: 9px; }
  /* line 294, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .headerSortDown .fasteners-table__sort-icon:before {
    border-bottom-color: #fff; }
  /* line 298, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .headerSortUp .fasteners-table__sort-icon:after {
    border-top-color: #fff; }

/* line 303, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__row--work-with-content {
  display: none; }
  /* line 306, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__row--work-with-content[data-expanded] {
    display: table-row; }
    @media screen and (max-width: 767px) {
      /* line 306, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
      .fasteners-table__row--work-with-content[data-expanded] {
        padding-bottom: 15px; } }

/* line 316, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__data:first-child {
  font-weight: normal; }

/* line 320, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.fasteners-table__row--work-with-content .fasteners-table__data {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    /* line 320, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .fasteners-table__row--work-with-content .fasteners-table__data {
      padding-top: 0;
      padding-bottom: 0; } }
  /* line 328, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__row--work-with-content .fasteners-table__data:first-child {
    font-weight: 300; }
  /* line 332, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .fasteners-table__row--work-with-content .fasteners-table__data:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: -5px;
    content: ""; }
  /* line 338, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  [data-background="white"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="grey"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="light-grey"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="light-grey-texture"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="light-color"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="light-wood-texture"] .fasteners-table__row--work-with-content .fasteners-table__data:before {
    background-image: url("/_Images/Bostitch/patterns/orange-texture.png"); }
  /* line 347, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  [data-background="mid-grey-texture"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="grey-texture"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="black"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="dark-wood-texture"] .fasteners-table__row--work-with-content .fasteners-table__data:before,
  [data-background="orange-texture"] .fasteners-table__row--work-with-content .fasteners-table__data:before {
    background-image: url("/_Images/Bostitch/patterns/light-grey-texture.png"); }

/* line 358, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
* + .works-with-competitor-products-section {
  margin-top: 25px; }

/* line 363, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.works-with-competitor-products-section__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 15px;
  padding-left: 15px; }
  @media print, screen and (min-width: 768px) {
    /* line 363, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .works-with-competitor-products-section__title {
      padding-right: 0;
      padding-left: 0; } }

/* line 375, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.what-works-with-fasteners__list {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    /* line 375, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .what-works-with-fasteners__list {
      padding: 25px 55px;
      border-top: 1px solid #000;
      column-count: 2;
      column-gap: 53px; }
      /* line 384, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
      .what-works-with-fasteners__list:before {
        position: absolute;
        top: 25px;
        bottom: 25px;
        left: 50%;
        width: 1px;
        content: "";
        background-color: #000; } }

/* line 396, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.what-works-with-fasteners__item {
  margin-bottom: 5px; }
  @media print, screen and (min-width: 768px) {
    /* line 396, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .what-works-with-fasteners__item {
      break-inside: avoid-column; } }

/* line 408, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.what-works-with-fasteners__link:hover {
  color: #e79932; }

/* line 413, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
.what-works-with-fasteners__trigger {
  font-weight: normal;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    /* line 413, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .what-works-with-fasteners__trigger {
      width: 100%;
      margin-top: 10px;
      margin-right: -30px;
      margin-left: -15px;
      padding-top: 10px;
      padding-bottom: 7px;
      border-top: 1px solid #000; }
      /* line 426, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
      .what-works-with-fasteners__trigger[data-expanded] {
        padding-bottom: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 413, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
    .what-works-with-fasteners__trigger {
      font-size: 14px;
      font-size: 0.875rem; } }
  /* line 435, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .what-works-with-fasteners__trigger:after {
    display: inline-block;
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1138px -384px;
    width: 20px;
    height: 13px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    content: "";
    transition: transform 0.25s;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    vertical-align: middle; }
  /* line 447, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  [data-background="white"] .what-works-with-fasteners__trigger:after,
  [data-background="grey"] .what-works-with-fasteners__trigger:after,
  [data-background="light-grey"] .what-works-with-fasteners__trigger:after,
  [data-background="light-grey-texture"] .what-works-with-fasteners__trigger:after,
  [data-background="light-color"] .what-works-with-fasteners__trigger:after,
  [data-background="light-wood-texture"] .what-works-with-fasteners__trigger:after {
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1459px -72px;
    width: 14px;
    height: 8px; }
  /* line 456, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_fasteners.scss */
  .what-works-with-fasteners__trigger[data-expanded]:after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

@media print, screen and (min-width: 768px) {
  /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
  .warranty__inner {
    padding-right: 62px;
    padding-left: 62px; } }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
.warranty {
  position: relative; }
  @media print, screen and (min-width: 480px) {
    /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 768px) {
    /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty {
      padding-top: 55px;
      padding-bottom: 55px; } }

@media print, screen and (min-width: 480px) {
  /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
  .warranty__details {
    display: inline-block;
    width: calc(100% - 140px);
    margin-right: 15px;
    vertical-align: middle; } }

@media print, screen and (min-width: 768px) {
  /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
  .warranty__details {
    width: calc(100% - 290px);
    margin-right: 70px; } }

@media print, screen and (min-width: 1005px) {
  /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
  .warranty__details {
    width: calc(100% - 372px); } }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
.warranty__title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: normal;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty__title {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1005px) {
    /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty__title {
      font-size: 36px;
      font-size: 2.25rem; } }
  @media print, screen and (min-width: 480px) {
    /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty__title {
      font-size: 24px;
      font-size: 1.5rem;
      padding-right: 0;
      padding-left: 0;
      text-align: left; } }

/* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
.warranty__link {
  width: calc(100% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px; }
  @media print, screen and (min-width: 480px) {
    /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty__link {
      width: auto;
      margin-right: 0;
      margin-left: 0; } }
  /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
  * + .warranty__link {
    margin-top: 25px; }
    @media print, screen and (min-width: 480px) {
      /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
      * + .warranty__link {
        margin-top: 15px; } }
    @media print, screen and (min-width: 1005px) {
      /* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
      * + .warranty__link {
        margin-top: 25px; } }

/* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
.warranty__image {
  display: block;
  max-width: 121px;
  margin-right: auto;
  margin-left: auto; }
  @media print, screen and (min-width: 480px) {
    /* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty__image {
      display: inline-block;
      margin-right: 0;
      margin-left: 0;
      vertical-align: middle; } }
  @media print, screen and (min-width: 768px) {
    /* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty__image {
      max-width: 195px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    .warranty__image {
      max-width: 270px; } }
  @media print, screen and (max-width: 479px) {
    /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_warrantyTab.scss */
    * + .warranty__image {
      margin-top: 30px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
.ca-casl-disclaimer {
  display: none; }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
.us-casl-disclaimer {
  display: block; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
.my-profile__section-title {
  margin-bottom: 25px; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
.form--my-profile .save-complete-message {
  display: none; }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
.form--my-profile .save-complete-message[data-visible] {
  display: block; }

@media print, screen and (max-width: 768px) {
  /* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
  .form__radio-fields + .my-profile__skill-label {
    margin-top: 1.5em; }
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
  .my-profile__skill {
    display: block;
    margin-left: 0; }
    /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
    .my-profile__skill + .my-profile__skill {
      margin-top: 1em; }
  /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
  .form--my-profile .save-complete-message {
    margin-top: 15px; } }

@media print, screen and (min-width: 768px) {
  /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
  .form__submit--my-profile-alternate,
  .form--my-profile .form__submit {
    float: right; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
  .form--my-profile .save-complete-message {
    float: right;
    position: relative;
    top: 0;
    margin-right: 15px;
    margin-left: 0; }
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
  .form--my-profile .form__general-error {
    float: right; } }

@media print, screen and (min-width: 768px) {
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProfile.scss */
  .form--my-profile .save-complete-message {
    top: 8px; } }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_dashBoardQuiz.scss */
.dashboard-quiz__question {
  position: absolute;
  top: -100000px;
  left: -9999px; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_dashBoardQuiz.scss */
  .dashboard-quiz__question[data-current] {
    position: static; }
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_dashBoardQuiz.scss */
  .dashboard-quiz__question .form__submit {
    float: right; }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_dashBoardQuiz.scss */
  .dashboard-quiz__question .form__label--error, .dashboard-quiz__question .find-retailer__form label.error, .find-retailer__form .dashboard-quiz__question label.error {
    position: static; }
  /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_dashBoardQuiz.scss */
  .dashboard-quiz__question .form__field--other + .form__label--error, .dashboard-quiz__question .find-retailer__form .form__field--other + label.error, .find-retailer__form .dashboard-quiz__question .form__field--other + label.error {
    position: absolute;
    visibility: hidden; }
    @media print, screen and (min-width: 768px) {
      /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_dashBoardQuiz.scss */
      .dashboard-quiz__question .form__field--other + .form__label--error, .dashboard-quiz__question .find-retailer__form .form__field--other + label.error, .find-retailer__form .dashboard-quiz__question .form__field--other + label.error {
        padding-left: 11.6%; } }
    @media print, screen and (min-width: 1005px) {
      /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_dashBoardQuiz.scss */
      .dashboard-quiz__question .form__field--other + .form__label--error, .dashboard-quiz__question .find-retailer__form .form__field--other + label.error, .find-retailer__form .dashboard-quiz__question .form__field--other + label.error {
        padding-left: 110px; } }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_dashBoardQuiz.scss */
  .dashboard-quiz__question .form__field--other.error + .form__label--error, .dashboard-quiz__question .find-retailer__form .form__field--other.error + label.error, .find-retailer__form .dashboard-quiz__question .form__field--other.error + label.error {
    visibility: visible; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image {
  margin-bottom: 30px;
  padding: 0 10px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .form--update-profile-image:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__upload-wrapper {
  width: 100%;
  margin: 23px 0; }

/* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  overflow: hidden;
  width: 96px;
  height: 96px;
  text-align: center;
  border: 3px solid #e79932;
  border-radius: 5px; }

/* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__field {
  font-weight: normal;
  line-height: 1.6;
  overflow: hidden;
  padding-left: 15px; }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__upload {
  display: block;
  margin: 5px 0 15px;
  padding-right: 0;
  cursor: pointer; }

/* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__upload-input {
  z-index: -1;
  pointer-events: none;
  opacity: 0; }

/* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__accepted-formats-txt {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300; }
  /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__accepted-formats-txt > * {
    display: block; }

/* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__default-profile-imgs__legend {
  margin: 1.5em 0 2em; }

/* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__default-profile-imgs__item {
  float: left;
  width: 33.33%;
  margin-bottom: 22px;
  cursor: pointer; }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__default-profile-imgs__item .clear {
    display: block; }
  /* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__default-profile-imgs__item .radio__wrapper {
    display: inline-block;
    margin: 10px 0 0 33px; }
  /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__default-profile-imgs__item:nth-child(3n-1) {
    text-align: center; }
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
    .form--update-profile-image__default-profile-imgs__item:nth-child(3n-1) .radio__wrapper {
      margin-right: 15px;
      margin-left: 15px; }
  /* line 83, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__default-profile-imgs__item:nth-child(3n) {
    text-align: right; }
    /* line 86, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
    .form--update-profile-image__default-profile-imgs__item:nth-child(3n) .radio__wrapper {
      margin-right: 33px;
      margin-left: 0; }

/* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.form--update-profile-image__default-profile-imgs__image {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 72px;
  width: 75px;
  height: 75px;
  text-align: center;
  border: 2px solid #e79932;
  border-radius: 5px; }

/* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
.skip-link {
  display: block;
  margin: 10px 0 40px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: underline; }
  /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .skip-link:after {
    margin-left: 6px;
    margin-right: -10px;
    border-bottom-width: 4px;
    border-left-color: #000;
    border-left-width: 5px;
    border-top-width: 4px; }

@media print, screen and (min-width: 768px) {
  /* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__image,
  .form--update-profile-image__field {
    vertical-align: top; }
  /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__image {
    width: 121px;
    height: 121px; }
  /* line 134, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__field {
    padding-top: 20px; }
  /* line 138, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__upload {
    display: inline; }
  /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__accepted-formats-txt {
    display: inline;
    padding-left: 10px; }
    /* line 146, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
    .form--update-profile-image__accepted-formats-txt > * {
      display: inline; }
  /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__default-profile-imgs__list {
    width: 300px; }
  /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form-actions {
    float: right; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .form-actions:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
  /* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .skip-link {
    float: left;
    margin-right: 50px; } }

@media print, screen and (min-width: 1005px) {
  /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__default-profile-imgs__list {
    width: auto; }
  /* line 173, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form--update-profile-image__default-profile-imgs__item {
    width: calc(20% - 25px);
    margin-right: 25px; }
    /* line 177, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
    .form--update-profile-image__default-profile-imgs__item:nth-child(3n-1) {
      text-align: left; }
    /* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
    .form--update-profile-image__default-profile-imgs__item:nth-child(3n) {
      text-align: left; }
      /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
      .form--update-profile-image__default-profile-imgs__item:nth-child(3n) .radio__wrapper {
        margin-left: 33px;
        margin-right: 0; }
    /* line 190, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
    .form--update-profile-image__default-profile-imgs__item:nth-child(3n-1) .radio__wrapper,
    .form--update-profile-image__default-profile-imgs__item:nth-child(3n) .radio__wrapper {
      margin-left: 33px;
      margin-right: 0; }
  /* line 197, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateProfileImage.scss */
  .form-actions {
    margin-top: 30px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateCoverImage.scss */
.form--update-cover-image__item {
  position: relative;
  display: block;
  margin-bottom: 1.9em;
  text-align: center; }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateCoverImage.scss */
.form--update-cover-image__radio-field {
  left: -999px; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateCoverImage.scss */
.form--update-cover-image__radio {
  margin-top: 10px; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateCoverImage.scss */
.form--update-cover-image__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 93px; }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .form--update-cover-image__image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }

@media print, screen and (min-width: 480px) {
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateCoverImage.scss */
  .form--update-cover-image__radio {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_updateCoverImage.scss */
  .form--update-cover-image__image {
    height: 133px;
    margin-left: 30px; } }

@media print, screen and (min-width: 768px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-reviews .two-col-module__col--left {
    position: relative;
    max-width: 360px;
    width: auto; } }

@media print, screen and (min-width: 1005px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-reviews .two-col-module__col--left {
    width: 300px; } }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-reviews .two-col-module__col--right {
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
    .my-reviews .two-col-module__col--right {
      display: none; } }

@media print, screen and (min-width: 768px) {
  /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-reviews .two-col-module__col--right__background {
    position: absolute;
    left: 0;
    bottom: 0; } }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-reviews__actions-wrapper {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
    .my-reviews__actions-wrapper {
      padding-right: 272px; } }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-reviews__actions-wrapper > * + * {
    margin-top: 30px; }
  /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-reviews__actions-wrapper .selectric-sort {
    width: auto;
    margin-top: 25px; }
    @media print, screen and (min-width: 768px) {
      /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
      .my-reviews__actions-wrapper .selectric-sort {
        position: absolute;
        right: 20px;
        bottom: 0;
        width: 150px; } }
    @media print, screen and (min-width: 1005px) {
      /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
      .my-reviews__actions-wrapper .selectric-sort {
        right: 0; } }

/* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
* + .my-reviews__listing {
  margin-top: 25px; }

/* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review {
  position: relative; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .my-review:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review + * {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px dashed #b0b0b0; }
  /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review:first-child {
    padding-top: 35px;
    border-top: 1px dashed #b0b0b0; }
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review:last-child {
    padding-bottom: 35px;
    border-bottom: 1px dashed #b0b0b0; }
  /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review .rating--normal {
    margin: 0 10px;
    background-image: url("/_Images/Bostitch/star-darkgrey.png"); }

/* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__image-wrapper {
  display: block;
  height: 295px; }
  @media print, screen and (min-width: 768px) {
    /* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
    .my-review__image-wrapper {
      float: left;
      width: 172px;
      height: 172px;
      margin-right: 17px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
    .my-review__image-wrapper {
      width: 245px;
      height: 245px; } }

/* line 109, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__details {
  margin-top: 1.1em; }
  @media print, screen and (min-width: 768px) {
    /* line 109, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
    .my-review__details {
      display: table;
      width: calc(100% - 189px);
      margin-top: 0; } }
  @media print, screen and (min-width: 1005px) {
    /* line 109, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
    .my-review__details {
      width: calc(100% - 262px); } }

@media print, screen and (min-width: 768px) {
  /* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review__details-column {
    display: table-cell;
    padding-right: 50px;
    vertical-align: top; } }

/* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2; }
  @media print, screen and (min-width: 1005px) {
    /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
    .my-review__title {
      font-size: 22px;
      font-size: 1.375rem; } }

/* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__title-link:hover {
  color: #e79932; }

/* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__model-no {
  font-weight: bold;
  color: #808080;
  padding-top: 15px; }

/* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__rating-wrapper {
  float: none;
  font-weight: bold;
  color: #e79932; }
  /* line 157, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  * + .my-review__rating-wrapper {
    margin-top: 1em; }
  /* line 161, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review__rating-wrapper .rating--normal {
    position: relative;
    top: 1px;
    background-image: url("/_Images/Bostitch/star-grey.png"); }

/* line 168, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__rating-label-and-stars {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px 3px 10px;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #2E2E2E; }

/* line 177, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__date {
  font-weight: bold;
  color: #808080; }

/* line 182, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__review-title {
  margin-top: 15px; }

/* line 186, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__review-text {
  padding-top: 15px; }
  /* line 189, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review__review-title + .my-review__review-text {
    padding-top: 0; }

/* line 194, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__remove-product-trigger {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  font-size: 12px;
  font-size: 0.75rem;
  left: auto;
  right: 0;
  bottom: -23px;
  text-decoration: underline;
  color: #FF0000; }
  /* line 203, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review:last-child .my-review__remove-product-trigger {
    bottom: 10px; }

/* line 208, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__pros-cons-wrapper {
  margin-top: 15px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .my-review__pros-cons-wrapper:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }

/* line 214, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__pros-cons + .my-review__pros-cons {
  margin-top: 15px; }

@media print, screen and (min-width: 768px) {
  /* line 213, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
  .my-review__pros-cons {
    float: left;
    width: calc(50% - 30px); }
    /* line 222, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
    .my-review__pros-cons + .my-review__pros-cons {
      margin-top: 0;
      margin-left: 15px; } }

/* line 229, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__pros-cons-title + * {
  margin-top: 0; }

/* line 233, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myReviews.scss */
.my-review__pros-cons-text--con {
  color: #808080; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
.my-products:after {
  display: table;
  clear: both;
  zoom: 1;
  content: ""; }

/* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__safety-notice {
  line-height: 1.3;
  position: relative;
  display: block;
  margin: 25px 0 10px;
  padding: 15px 18px;
  border: 3px solid #FF0000; }

/* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__safety-notice-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent; }

/* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__safety-notice-heading {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  padding-right: 50px;
  text-transform: uppercase; }

/* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__safety-notice-listing {
  width: 100%; }
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  * + .my-products__safety-notice-listing {
    margin-top: 8px; }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
* + .my-products__safety-notice-item {
  margin-top: 3px; }

/* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__safety-notice-text {
  display: block; }

/* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__safety-notice-link {
  font-weight: 500; }
  /* line 52, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__safety-notice-link:hover {
    color: #e79932; }

/* line 58, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__listing {
  width: 100%;
  margin-top: 35px; }

/* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__item {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 45px;
  padding-bottom: 25px; }
  /* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__item:after {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    display: block;
    height: 1px;
    content: "";
    background-color: #C7C7C7; }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__item:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
    /* line 86, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
    .my-products__item:last-child:after {
      display: none; }
  /* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__item[data-expanded] {
    padding-bottom: 0;
    border-bottom: 0; }
    /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
    .my-products__item[data-expanded]:after {
      display: none; }

/* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__image {
  display: block;
  width: 295px;
  height: 295px;
  margin-bottom: 20px; }

/* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__caption {
  clear: both;
  width: 100%; }

/* line 116, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__caption-name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px; }

/* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__model-no {
  line-height: 32px;
  float: left;
  text-transform: uppercase;
  color: #808080; }

/* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__purchase-date {
  font-weight: 500;
  display: block;
  margin: -13px 0 23px;
  margin-top: 5px;
  padding-top: 1px; }
  /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-form + .my-products__purchase-date {
    display: none; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-date:before {
    display: table;
    clear: both;
    margin-top: 0;
    content: ""; }

/* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__purchase-form {
  margin: 55px 0 35px; }
  /* line 152, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-form:before {
    display: table;
    clear: both;
    content: ""; }

/* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__purchase-date-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4; }

/* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__purchase-fields-wrapper {
  display: table;
  width: 253px;
  margin-top: 7px;
  table-layout: fixed;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  background-color: #fff; }
  /* line 173, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-fields-wrapper input[type=text] {
    display: block;
    box-sizing: content-box;
    width: calc(100% - 5px);
    margin-left: 8px;
    padding-right: 0;
    padding-left: 0;
    border-color: transparent;
    background-color: transparent; }
  /* line 184, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-fields-wrapper button[type="submit"] {
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer; }

/* line 192, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__purchase-field {
  display: table-cell;
  padding: 6px;
  vertical-align: middle; }
  /* line 197, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-field:first-child {
    width: 95%; }
  /* line 201, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-field + .my-products__purchase-field {
    width: 109px;
    text-align: right; }

/* line 207, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__error {
  position: absolute;
  color: #FF0000;
  width: 100%; }

/* line 213, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__list-trigger {
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent; }
  /* line 220, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__list-trigger span:first-child {
    display: block; }
    /* line 223, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
    .my-products__list-trigger span:first-child + span {
      display: none; }
  /* line 228, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__list-trigger:hover {
    color: #e79932; }

/* line 234, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products [data-expanded] .list-trigger span:first-child {
  display: none; }
  /* line 237, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products [data-expanded] .list-trigger span:first-child + span {
    display: block; }

/* line 242, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__toolbox {
  margin-top: 22px; }

/* line 246, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__toolbox-link {
  display: table;
  width: calc(100% - 16px);
  padding: 8px 0; }

/* line 252, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__icon {
  display: table-cell;
  width: 32px;
  max-width: 32px;
  text-align: center;
  vertical-align: middle; }
  /* line 259, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__icon img {
    max-height: 32px; }

/* line 264, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__link {
  line-height: 1.2;
  display: table-cell;
  min-height: 32px;
  padding-left: 12px;
  vertical-align: middle; }
  /* line 271, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__link:hover {
    color: #e79932; }

/* line 279, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products .my-review__rating-wrapper {
  clear: both;
  margin: 15px 0; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .my-products .my-review__rating-wrapper:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }

/* line 285, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products .my-review__rating-label-and-stars {
  float: left;
  margin-bottom: 4px; }

/* line 290, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__reviewlinks {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
  clear: both;
  float: left;
  margin-bottom: 10px;
  color: #000; }
  /* line 298, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__reviewlinks:hover {
    color: #e79932; }

/* line 303, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__accessories-attach {
  position: relative;
  clear: both;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s; }
  /* line 310, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__accessories-attach[data-expanded] {
    max-height: 1000px; }

/* line 315, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products .close-trigger {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #2E2E2E; }
  /* line 325, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products .close-trigger:after {
    font-family: arial;
    font-size: 35px;
    position: absolute;
    top: -5px;
    left: 5px;
    content: "+";
    text-indent: 0;
    color: #fff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
      /* line 325, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
      .my-products .close-trigger:after {
        top: -5px;
        left: 6px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      /* line 325, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
      .my-products .close-trigger:after {
        top: -5px;
        left: 6px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      /* line 325, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
      .my-products .close-trigger:after {
        top: -5px;
        left: 6px; } }

/* line 361, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__safety-notice-link:after {
  padding-left: 5px;
  content: ">>";
  text-decoration: none; }

@media screen and (min-width: 768px) {
  /* line 370, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__wrapper {
    padding: 0 17px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .my-products__item:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 377, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__item:after {
    right: 17px;
    left: 17px; }
  /* line 383, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__safety-notice-heading {
    margin-bottom: 0; }
  /* line 387, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__image-wrapper {
    float: left;
    width: calc(100% - 275px); }
  /* line 392, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__caption {
    clear: none;
    overflow: hidden;
    width: auto;
    padding: 0 12px 0 15px; }
  /* line 399, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__image {
    line-height: 156px;
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 10px; }
    /* line 406, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
    .my-products__image img {
      max-height: 160px; }
  /* line 411, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__model-no,
  .my-products .rating-reviews-wrapper {
    display: block;
    float: none; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .my-products__model-no:after,
    .my-products .rating-reviews-wrapper:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
  /* line 418, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products .rating-reviews-wrapper {
    margin-top: 12px;
    margin-bottom: 30px; }
  /* line 423, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__reviewlinks {
    margin-top: 10px;
    margin-left: 0; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .my-products .my-review__rating-label-and-stars:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 432, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-fields-wrapper {
    width: 215px; }
  /* line 436, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-form {
    margin-top: -8px; }
  /* line 440, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__toolbox {
    float: right;
    width: 215px;
    margin-top: 0; }
  /* line 446, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products .close-trigger {
    right: 17px; }
  /* line 451, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-date:before {
    margin-top: 25px; } }

@media screen and (min-width: 1005px) {
  /* line 460, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__safety-notice {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  /* line 466, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__item:after {
    position: relative;
    top: 26px;
    right: auto;
    left: auto;
    width: 985px;
    margin: 0 auto; }
  /* line 475, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__wrapper {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0; }
  /* line 481, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__image {
    width: 245px;
    height: 245px; }
    /* line 485, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
    .my-products__image img {
      max-width: 245px\9; }
  /* line 490, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__image-wrapper {
    float: left;
    width: calc(100% - 377px); }
  /* line 495, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__caption {
    padding: 0 12px 0 30px; }
  /* line 499, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__caption-name {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 10px; }
  /* line 504, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__toolbox {
    width: 343px; }
  /* line 508, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products .rating-reviews-wrapper {
    margin-bottom: 35px; }
  /* line 512, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__reviewlinks {
    float: none; }
  /* line 516, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products .close-trigger {
    right: 0; }
  /* line 520, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-fields-wrapper {
    width: 253px; }
  /* line 524, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-form {
    margin-top: 5px;
    margin-bottom: 27px; }
  /* line 530, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
  .my-products__purchase-date:before {
    margin-top: 53px; } }

/* line 537, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__register-link__wrapper {
  text-align: right; }

/* line 544, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/_myProducts.scss */
.my-products__register-link:hover {
  color: #e79932; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__steps [data-is-hidden] {
  display: none; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__step {
  display: none; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
  .account-creation__step.account-creation__step--is-current {
    display: block; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__step-description + .form {
  margin-top: 0.9em; }

/* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__form + .account-creation__form-description {
  margin-top: 0; }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__form-description + * {
  margin-top: 1.1em; }

/* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__clear + * {
  margin-top: 0.9em; }

/* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__form .form__checkbox-field {
  width: calc(100% + 0px); }

/* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__form .form__label--error + .form__checkbox-field, .account-creation__form .find-retailer__form label.error + .form__checkbox-field, .find-retailer__form .account-creation__form label.error + .form__checkbox-field {
  margin-top: 2.8em; }

/* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.account-creation__form-description a,
.account-creation__change-form-text a {
  font-weight: normal; }

/* line 59, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.form__item + .form__item--is-products-selected-indicator {
  margin-top: 10px; }

/* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
.form__label--is-products-selected-indicator {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0; }

@media print, screen and (min-width: 768px) {
  /* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
  .account-creation__step-description + .form {
    margin-top: 2em; }
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
  .account-creation__step-title {
    float: left;
    max-width: 60%;
    padding-right: 10px; }
  /* line 86, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
  .account-creation__change-form-text {
    position: relative;
    top: -3px;
    float: right;
    max-width: 40%; }
  /* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
  input.form__field.account-creation__form-field--phone {
    width: 76%; }
  /* line 98, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
  .account-creation__form .form__label--error + .form__checkbox-field, .account-creation__form .find-retailer__form label.error + .form__checkbox-field, .find-retailer__form .account-creation__form label.error + .form__checkbox-field {
    margin-top: 1.6em; } }

@media print, screen and (min-width: 1005px) {
  /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_accountCreation.scss */
  .account-creation__step-description {
    max-width: 625px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
.casl-check-wrapper {
  margin-top: 20px;
  margin-bottom: 50px; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
.ca-casl-disclaimer {
  display: none;
  margin-bottom: 50px; }

/* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
.us-casl-disclaimer {
  display: block;
  margin-bottom: 50px; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
.account-creation__step-trigger {
  font-weight: normal;
  line-height: 40px;
  position: relative;
  overflow: visible;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  text-align: left;
  text-transform: uppercase;
  color: #262626;
  border: 1px solid #e79932;
  border-top-width: 0;
  background-color: #e79932; }
  /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger-wrapper:first-child .account-creation__step-trigger {
    border-top-width: 1px; }
    /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger-wrapper:first-child .account-creation__step-trigger.account-creation__step-trigger--is-complete:first-child:before, .account-creation__step-trigger-wrapper:first-child .account-creation__step-trigger.account-creation__step-trigger--is-complete:first-child:after {
      display: none; }
  /* line 44, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger[disabled] {
    cursor: default;
    color: #C7C7C7;
    border-color: #C7C7C7;
    background-color: #EDEDED; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled] {
    color: #000;
    background-color: transparent; }
    /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled]:first-child {
      border-color: #e79932; }
  /* line 60, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger:before, .account-creation__step-trigger:after {
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    top: 100%;
    border-top-width: 0.8em;
    border-right-width: 1em;
    border-left-width: 1em;
    border-top-color: #e79932;
    z-index: 10; }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger:before {
    border-top-width: 0.899em;
    border-right-width: 1.14em;
    border-left-width: 1.14em; }
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger[disabled]:before {
    border-top-color: #C7C7C7; }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger[disabled]:after {
    border-top-color: #EDEDED; }
  /* line 86, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled]:before {
    border-top-color: #e79932; }
  /* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled]:after {
    border-top-color: #fff; }
  /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger-wrapper:last-child .account-creation__step-trigger:before,
  .account-creation__step-trigger-wrapper:last-child .account-creation__step-trigger:after {
    display: none; }

/* line 100, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
.account-creation__step-trigger__step-no {
  padding-right: 20px;
  color: #fff; }
  /* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  [disabled] .account-creation__step-trigger__step-no {
    color: #C7C7C7; }
  /* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger--is-complete[disabled] .account-creation__step-trigger__step-no {
    color: #000; }

@media screen and (min-width: 768px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .account-creation__step-triggers:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
  .account-creation__step-trigger {
    float: left;
    width: 33.33%;
    padding-left: 40px;
    border-top: 1px solid #e79932;
    border-bottom: 1px solid #e79932;
    border-left: 0; }
    /* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger-wrapper:first-child .account-creation__step-trigger {
      padding-left: 15px;
      border-left: 1px solid #e79932; }
      /* line 131, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
      .account-creation__step-trigger-wrapper:first-child .account-creation__step-trigger[disabled] {
        border-left: 1px solid #C7C7C7; }
      /* line 135, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
      .account-creation__step-trigger-wrapper:first-child .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled] {
        border-left: 1px solid #e79932; }
    /* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger[disabled] {
      border-top: 1px solid #C7C7C7; }
    /* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger:before, .account-creation__step-trigger:after {
      top: -1px;
      left: 100%;
      -ms-transform: none;
          transform: none;
      border-top: 21.5px solid transparent;
      border-right: 0;
      border-bottom: 21.5px solid transparent;
      border-left: 21.5px solid #e79932; }
    /* line 155, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger[disabled]:before {
      border-top-color: transparent;
      border-left-color: #C7C7C7; }
    /* line 160, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger[disabled]:after {
      top: 1px;
      border-top-width: 19.5px;
      border-top-color: transparent;
      border-bottom-width: 19.5px;
      border-left-width: 19.5px;
      border-left-color: #EDEDED; }
    /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger-wrapper:first-child .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled]:first-child:before,
    .account-creation__step-trigger-wrapper:first-child .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled]:first-child:after {
      display: block;
      border-top-color: transparent; }
    /* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled]:first-child:before {
      border-top-color: transparent;
      border-left-color: #e79932; }
    /* line 180, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/mySTANLEY/account-creation/_steps.scss */
    .account-creation__step-trigger.account-creation__step-trigger--is-complete[disabled]:first-child:after {
      border-top-color: transparent;
      border-left-color: #fff; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
.email-preferences__title {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
    .email-preferences__title {
      font-size: 43px;
      font-size: 2.6875rem; } }
  @media screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
    .email-preferences__title {
      font-size: 48px;
      font-size: 3rem; } }

@media print, screen and (min-width: 480px) {
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
  .selectric-email-preferences__form__field.selectric-form__field--month {
    float: left;
    width: 164px;
    margin-bottom: 0; }
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
  .selectric-email-preferences__form__field.selectric-form__field--day,
  .selectric-email-preferences__form__field.selectric-form__field--year {
    width: 80px; }
  /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
  .form__item--day,
  .form__item--year {
    float: left;
    margin-left: 11px; }
  /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
  .form__label + .email-preferences__form__radio-fields {
    margin-top: 0.4em; } }

@media print, screen and (min-width: 1005px) {
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
  .email-preferences__form__field--dob {
    width: 600px; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
  .selectric-email-preferences__form__field.selectric-form__field--month {
    width: 260px; }
  /* line 42, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
  .selectric-email-preferences__form__field.selectric-form__field--day,
  .selectric-email-preferences__form__field.selectric-form__field--year {
    width: 102px; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_emailPreferences.scss */
  .form__item--day,
  .form__item--year {
    margin-left: 21px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_unsubscribe.scss */
.unsubscribe-page__inner-content {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000; }

/* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_unsubscribe.scss */
.unsubscribe--legend {
  margin-bottom: 20px; }

/* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_unsubscribe.scss */
.unsubscribe--text__email {
  font-weight: normal; }

/* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_unsubscribe.scss */
.success-msg {
  margin-top: 40px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results .is-pager {
  pointer-events: none; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__search-panel.support__category-panel .predictive-search {
  max-width: 490px; }
  /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  * + .search-results__search-panel.support__category-panel .predictive-search {
    margin-top: 1.8em; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__search-panel.support__category-panel .predictive-search__form {
  border-color: #e79932; }

/* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__search-panel + .search-resulters__filters-panel {
  padding-top: 10px; }
  @media print, screen and (min-width: 768px) {
    /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
    .search-results__search-panel + .search-resulters__filters-panel {
      padding-top: 35px; } }

/* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__tabs-wrapper {
  margin-bottom: 10px; }
  @media print, screen and (min-width: 768px) {
    /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
    .search-results__tabs-wrapper {
      margin-bottom: 25px; } }

/* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.selectric-search-results__tabs {
  padding-left: 0;
  padding-right: 0; }
  /* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  .tabbed-product-listing .selectric-search-results__tabs {
    margin: 0; }
  @media print, screen and (min-width: 768px) {
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
    .selectric-search-results__tabs .custom-select__select--hidden {
      left: -9999px; } }
  /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  .selectric-search-results__tabs .custom-select__items {
    position: static;
    z-index: auto;
    display: none;
    visibility: visible;
    padding: 0;
    text-transform: none;
    opacity: 1;
    border-bottom: 0;
    background-color: transparent;
    background-image: none; }
    @media print, screen and (min-width: 768px) {
      /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
      .selectric-search-results__tabs .custom-select__items {
        display: block; } }
    /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
    .selectric-search-results__tabs .custom-select__items ul {
      display: block; }
    /* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
    .selectric-search-results__tabs .custom-select__items li {
      display: inline-block;
      font-weight: bold;
      line-height: 40px;
      overflow: visible;
      width: auto;
      margin-right: 20px;
      padding: 0 30px;
      transition: all 0.25s;
      text-align: center;
      text-transform: uppercase;
      color: #e79932;
      border: 2px solid #e79932;
      border-radius: 5px; }
      /* line 84, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
      .selectric-search-results__tabs .custom-select__items li:hover, .selectric-search-results__tabs .custom-select__items li.selected {
        color: #fff;
        background-color: #e79932; }
      /* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
      .selectric-search-results__tabs .custom-select__items li.selected {
        position: relative; }
        /* line 93, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
        .selectric-search-results__tabs .custom-select__items li.selected:before {
          border-top-color: #e79932; }
        /* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
        .selectric-search-results__tabs .custom-select__items li.selected:after {
          display: block;
          border-top-color: #e79932; }
      /* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
      .selectric-search-results__tabs .custom-select__items li.is-loading {
        position: relative;
        color: transparent;
        background-color: transparent; }
      /* line 109, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
      .selectric-search-results__tabs .custom-select__items li.is-loading:after {
        position: absolute;
        top: 50%;
        left: 50%;
        border: 0;
        background-color: #e79932; }
      /* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
      .selectric-search-results__tabs .custom-select__items li.is-loading.selected:after {
        display: block; }

/* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__title-and-where-to-buy-wrapper {
  margin-bottom: 25px; }
  /* line 126, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  * + .search-results__title-and-where-to-buy-wrapper {
    margin-top: 10px; }

/* line 133, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__search-title {
  display: inline-block;
  float: left;
  margin-top: 13px; }
  /* line 139, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  .search-results[data-background="mid-grey-texture"] .search-results__search-title {
    margin-top: 0; }

/* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__other-item {
  padding-bottom: 35px;
  border-bottom: 1px dashed #C7C7C7; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .search-results__other-item:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  .search-results__other-item:first-child {
    padding-top: 35px;
    border-top: 1px solid #b0b0b0; }
  /* line 154, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  .search-results__other-item + .search-results__other-item {
    margin-top: 35px; }

/* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__where-to-buy-link {
  display: inline-block;
  float: right;
  width: auto; }

/* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__other-item__image-wrapper {
  width: 250px;
  margin: 0 auto;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
    .search-results__other-item__image-wrapper {
      float: left;
      margin-right: 20px; } }

/* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__other-item__details-wrapper > * + * {
  margin-top: 0.5em; }

@media print, screen and (min-width: 768px) {
  /* line 180, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  .search-results__other-item__details-wrapper {
    overflow: hidden; } }

/* line 191, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__other-item__link > * + * {
  margin-top: 0.5em; }

/* line 196, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__other__item__cta {
  display: inline-block;
  text-decoration: none;
  font-weight: normal; }
  /* line 203, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  .search-results__other__item__cta:after {
    border-width: 0.3em; }
  /* line 207, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
  .search-results__other-item__link:hover .search-results__other__item__cta {
    color: #2E2E2E; }

/* line 212, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_search.scss */
.search-results__elem--product[data-hidden] {
  display: none; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/iframe-page/_faq.scss */
.page-module__inner-faq--iframe {
  width: 100%;
  height: 1000px; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/iframe-page/_faq.scss */
.page-module__inner-faq--title {
  font-size: 24px;
  font-weight: 900;
  padding-bottom: 5px; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_404.scss */
.error-page__main-image {
  padding: 15px 0 0; }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_404.scss */
.error-page__back-home {
  margin: 20px 20px 10px 0; }

/* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_404.scss */
.error-page__content .form__link--back {
  text-decoration: none; }

@media print, screen and (min-width: 768px) {
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_404.scss */
  .error-page__content .page-content {
    float: left;
    width: 50%; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_404.scss */
  .error-page__main-image {
    float: right;
    width: 45%; }
    /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/miscellaneous/_404.scss */
    .error-page__main-image.main_image {
      width: auto;
      float: none; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsDetail.scss */
.safety-detail__headline {
  margin-bottom: 40px; }

/* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsDetail.scss */
.safety-detail__label {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #FF0000; }

/* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsDetail.scss */
.safety-detail__subheadline {
  margin-top: 40px; }

/* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsDetail.scss */
.safety-detail__list li {
  list-style-type: none;
  margin-left: -1em; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_contactUs.scss */
.contact-us__frame {
  width: 100%;
  height: 2100px; }

@media print, screen and (min-width: 768px) {
  /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_contactUs.scss */
  .contact-us__frame {
    width: 100%;
    height: 1900px; } }

@media print, screen and (min-width: 1005px) {
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_contactUs.scss */
  .contact-us__frame {
    width: 100%;
    height: 1400px; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
.support-landing .rtf {
  text-align: center; }
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
  .support-landing .rtf h1 {
    font-size: 28px;
    font-size: 1.75rem; }
    /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
    .support-landing .rtf h1 + * {
      margin-top: 10px; }
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
  .support-landing .rtf h2 + * {
    margin-top: 0; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
.support-landing .predictive-search {
  max-width: 565px;
  margin-right: auto;
  margin-left: auto; }

/* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
.support-landing .predictive-search__form {
  height: 51px; }

/* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
.support-landing .predictive-search__field {
  font-size: 16px;
  font-size: 1rem;
  height: 48px; }

/* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
.support-contact__trigger {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  padding: 8px 40px 13px 20px;
  text-align: left;
  color: #fff;
  transition: color 0.25s;
  border-radius: 5px;
  background-color: #262626; }
  /* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
  .support-contact__trigger:hover {
    color: #e79932; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
  .support-contact__trigger:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    background-image: url(/_Images/Bostitch/sprites/icons.png);
    background-position: -1138px -384px;
    width: 20px;
    height: 13px;
    right: 20px;
    margin-top: -8px;
    content: "";
    transition: transform 0.25s;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
  .support-contact__trigger[data-expanded] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
    .support-contact__trigger[data-expanded]:after {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

/* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
.support-contact__rtf {
  display: none;
  padding: 20px 20px 10px;
  background-color: #E5E5E5; }
  /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
  .support-contact__rtf[data-expanded] {
    display: block; }

/* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
.support-contact__frame {
  display: none;
  width: 100%;
  height: 1960px;
  background-color: #E5E5E5; }
  @media print, screen and (min-width: 480px) {
    /* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
    .support-contact__frame {
      height: 1463px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
    .support-contact__frame {
      height: 1453px; } }
  /* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportLanding.scss */
  .support-contact__frame[data-expanded] {
    display: block; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
  opacity: 0; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .product-support-search-panel:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel.has-no-bottom-margin[data-background] {
    padding-top: 0;
    padding-bottom: 0; }
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .page-module + .product-support-search-panel {
    margin-top: 0; }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel + .has-no-bottom-margin[data-background] {
    margin-top: 35px; }
  /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel[data-visible] {
    overflow: visible;
    max-height: none;
    opacity: 1; }
    @media print, screen and (min-width: 768px) {
      /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
      .product-support-search-panel[data-visible] {
        max-height: 800px; } }
    /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .product-support-search-panel[data-visible].has-no-bottom-margin[data-background] {
      padding-top: 35px;
      padding-bottom: 35px; }
    /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .page-module + .product-support-search-panel[data-visible] {
      margin-top: 35px; }
    /* line 40, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .product-support-search-panel[data-visible] + .has-no-bottom-margin[data-background] {
      margin-top: 0; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__inner {
  position: relative; }

/* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__close-trigger {
  position: absolute;
  top: -35px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: #e79932; }
  @media print, screen and (min-width: 768px) {
    /* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .product-support-search-panel__close-trigger {
      right: 17px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .product-support-search-panel__close-trigger {
      right: 0; } }
  /* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel__close-trigger:after {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 300;
    line-height: 0;
    position: absolute;
    top: 13px;
    left: 14px;
    content: "+";
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    color: #262626; }

/* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__product-name {
  max-width: 675px;
  margin-bottom: 15px;
  padding-right: 60px; }
  @media print, screen and (min-width: 1005px) {
    /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .product-support-search-panel__product-name {
      padding-left: 70px; } }

@media print, screen and (min-width: 1005px) {
  /* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel__two-col--main-left__col--left {
    padding-left: 70px; } }

@media print, screen and (min-width: 768px) {
  /* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel__two-col--main-left__col--right {
    width: 250px;
    max-width: 250px; } }

@media print, screen and (min-width: 1005px) {
  /* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel__two-col--main-left__col--right {
    width: 310px;
    max-width: 310px;
    padding-right: 60px; } }

/* line 108, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__two-col--main-left__col--right .callout + .callout {
  margin-top: 10px; }

@media print, screen and (min-width: 768px) {
  /* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel__image-model-no-text-wrapper {
    float: left; } }

/* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__image-container {
  position: relative;
  display: block;
  height: 295px;
  padding: 10px;
  border: 8px solid #C7C7C7;
  background-color: #fff; }
  @media print, screen and (min-width: 768px) {
    /* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .product-support-search-panel__image-container {
      width: 170px;
      height: 185px;
      margin-right: 26px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .product-support-search-panel__image-container {
      width: 250px;
      height: 250px; } }

/* line 139, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* line 143, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__model-no-text {
  margin-top: 36px;
  text-transform: uppercase;
  color: #808080; }
  @media print, screen and (min-width: 768px) {
    /* line 143, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
    .product-support-search-panel__model-no-text {
      margin-top: 5px; } }

/* line 153, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__quick-links-wrapper {
  overflow: hidden;
  max-width: 260px; }

/* line 159, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
* + .product-support-search-panel__quick-links {
  margin-top: 1.6em; }

/* line 165, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
* + .product-support-search-panel__quick-link {
  margin-top: 1.2em; }

/* line 170, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__quick-link-icon {
  margin-right: 8px;
  vertical-align: middle; }

/* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
.product-support-search-panel__quick-link-text {
  font-weight: normal; }
  /* line 179, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_productSupportSearchPanel.scss */
  .product-support-search-panel__quick-link-text:hover {
    color: #e79932; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.support-contact__wrapper {
  padding: 20px; }

@media print, screen and (min-width: 1005px) {
  /* line 5, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
  .form--support-contact {
    padding-right: 300px; } }

@media print, screen and (min-width: 480px) {
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
  .form--support-contact .form__item--is-half {
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: top; }
    /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
    .form--support-contact .form__item--is-half:nth-of-type(odd) {
      padding-right: 10px; }
      /* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
      .form--support-contact .form__item--is-half:nth-of-type(odd) + .form__item--is-half {
        padding-left: 10px; }
    /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
    .form--support-contact .form__item--is-half .form__item--is-half {
      padding-right: 0; }
  /* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
  .form--support-contact .form__item + .form__item:nth-child(2) {
    margin-top: 0; } }

/* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.form--support-contact select.form__field {
  font-weight: bold;
  width: 100%;
  height: 40px;
  padding-right: 10px;
  padding-left: 20px;
  color: #e79932;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #262626; }

/* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.form--support-contact textarea.form__field {
  height: 165px; }

/* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.form--support-contact input[type="file"] {
  position: relative;
  top: -4px;
  margin-left: 10px;
  margin-right: 8px; }
  @media print, screen and (max-width: 767px) {
    /* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
    .form--support-contact input[type="file"] {
      top: 10px; } }

/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.form--support-contact input[type="file"]::-webkit-file-upload-button {
  padding: 5px 10px;
  color: #e79932;
  border: 0;
  font-weight: bold;
  background-color: #262626;
  border-radius: 5px; }

/* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.form--support-contact .form__general-error {
  margin-bottom: 15px; }

/* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.form--support-contact .form__submit {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Oswald", arial, helvetica, sans-serif;
  font-weight: normal; }

/* line 81, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.support-contact__item--postal {
  padding-right: 40px; }

/* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.support-contact__field-description {
  display: block;
  margin-top: 12px; }

/* line 90, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.support-contact__item--message.form__item--is-half,
.support-contact__attach.form__item--is-half {
  width: calc(100% + 0px); }

/* line 95, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportContact.scss */
.support-contact__attach-restriction {
  font-weight: normal; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__step .rtf + .form__items {
  margin-top: 25px; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__step .product-registration__loggedin-section-wrapper + [data-triggerdata="toggleAccountForm"] {
  display: none; }

/* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__step .header__my-bostitch__profile-image-shadow {
  border-color: #e79932; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__step .header__my-bostitch__profile-full-name,
.product-registration__step .header__my-bostitch__profile-location,
.product-registration__step .header__my-bostitch__profile-link {
  color: #000; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__step .header__my-bostitch__profile-full-name {
  font-weight: normal; }

/* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__step .header__my-bostitch__profile-link {
  text-decoration: none; }

/* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__step-title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: none; }
  @media screen and (min-width: 768px) {
    /* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
    .product-registration__step-title {
      font-size: 34px;
      font-size: 2.125rem; } }
  @media screen and (min-width: 1005px) {
    /* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
    .product-registration__step-title {
      font-size: 36px;
      font-size: 2.25rem; } }
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
  .product-registration__step-title + * {
    margin-top: 0; }

/* line 39, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__step__step-no-text {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #e79932; }

/* line 47, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__search-options {
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
    * + .product-registration__search-options {
      margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  /* line 57, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
  .product-registration__search-option {
    float: left;
    width: 50%;
    padding-top: 30px; }
    /* line 63, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
    .product-registration__search-option:first-child {
      padding-right: 50px; }
    /* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
    .product-registration__search-option:last-child {
      padding-left: 50px; } }

/* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__search-option:before {
  display: block;
  width: 29px;
  height: 29px;
  margin: 0 auto 15px;
  border: 5px solid #e79932;
  border-radius: 50%;
  background-color: #e79932; }

/* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__search-option.product-registration__search-option--for-model-no:before {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 19px;
  content: "#";
  text-indent: 5px; }

/* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__search-option.product-registration__search-option--for-model-name:before {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -953px -609px;
  width: 19px;
  height: 18px;
  width: 29px;
  height: 29px;
  content: ""; }

/* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
* + .product-registration__search-option {
  margin-top: 25px; }
  @media print, screen and (min-width: 768px) {
    /* line 96, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
    * + .product-registration__search-option {
      margin-top: 0; } }

/* line 104, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__search-option .predictive-search {
  margin-right: auto;
  margin-left: auto; }

/* line 113, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__search-option-title + * {
  margin-top: 0; }

/* line 118, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__search-option-title,
.product-registration__search-option-title-desctiption {
  text-align: center; }

/* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__search-option-divider {
  display: block;
  overflow: visible;
  width: 183px;
  height: 2px;
  margin: 57px auto;
  text-align: center;
  border: 0;
  background-color: #E5E5E5; }
  @media print, screen and (min-width: 768px) {
    /* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
    .product-registration__search-option-divider {
      position: absolute;
      top: 30px;
      left: 50%;
      width: 2px;
      height: 160px;
      margin: 0; } }
  /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
  .product-registration__search-option-divider:after {
    display: inline-block;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: normal;
    line-height: 46px;
    position: relative;
    top: -25px;
    width: 48px;
    height: 48px;
    content: attr(data-text);
    text-transform: uppercase;
    color: #b0b0b0;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    background-color: #E5E5E5; }
    @media print, screen and (min-width: 768px) {
      /* line 142, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
      .product-registration__search-option-divider:after {
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

/* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.model-no-location__trigger-wrapper {
  text-align: center; }
  /* line 169, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
  * + .model-no-location__trigger-wrapper {
    margin-top: 8px; }

/* line 174, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.model-no-location__trigger {
  text-decoration: underline;
  color: #363636; }
  /* line 178, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
  .model-no-location__trigger:hover {
    color: #e79932; }

/* line 183, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
.product-registration__logout-trigger {
  text-decoration: underline;
  color: #e79932; }
  /* line 187, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_productRegistration.scss */
  .product-registration__logout-trigger:hover {
    color: #363636; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
.selected-products {
  overflow: hidden;
  max-height: 0;
  -ms-transform: max-height 2s;
      transform: max-height 2s; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
  .selected-products[data-visible] {
    max-height: 3000px; }
  /* line 10, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
  .selected-products.page-module.has-no-bottom-margin[data-background] {
    padding-top: 0;
    padding-bottom: 0; }
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
  .selected-products .page-module__inner {
    padding-top: 35px;
    padding-bottom: 35px; }
  /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
  .selected-products .predictive-search__results {
    max-height: none;
    overflow: visible; }
    @media print, screen and (min-width: 768px) {
      /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
      .selected-products .predictive-search__results {
        margin-bottom: -25px; } }
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
    * + .selected-products .predictive-search__results {
      margin-top: 30px; }
  /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
  .selected-products .predictive-search__result {
    position: relative;
    min-height: 87px;
    padding-left: 40px; }
    @media print, screen and (min-width: 768px) {
      /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
      .selected-products .predictive-search__result {
        display: inline-block;
        width: calc(50% - 3px);
        padding-bottom: 25px;
        vertical-align: top; } }
    @media print, screen and (min-width: 768px) {
      /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
      .selected-products .predictive-search__result:nth-child(odd) {
        padding-right: 20px; } }
    /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
    .selected-products .predictive-search__result + .predictive-search__result {
      margin-top: 30px;
      border-top: 0; }
      @media print, screen and (min-width: 768px) {
        /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
        .selected-products .predictive-search__result + .predictive-search__result {
          margin-top: 0; } }
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
  .selected-products .predictive-search__product-name {
    color: #fff; }
    /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
    .selected-products .predictive-search__product-name + * {
      margin-top: 0; }
  /* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
  .selected-products .predictive-search__product-model {
    font-size: 12px;
    font-size: 0.75rem;
    color: #e79932; }

/* line 75, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_selectedProducts.scss */
.selected-products__delete-trigger {
  background-image: url(/_Images/Bostitch/sprites/icons.png);
  background-position: -1048px -523px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 28px;
  left: 8px; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__item {
  margin-bottom: 30px; }

/* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__image {
  display: block;
  height: 295px; }

/* line 12, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__model-no {
  margin: 8px 0 5px;
  text-align: left;
  color: #808080; }

/* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__toolbox {
  margin-top: 20px; }

/* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__label {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: uppercase; }

/* line 29, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__toolbox-link {
  display: table;
  width: calc(100% - 16px);
  padding: 8px 0;
  border-top: 1px solid #E5E5E5; }

/* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__toolbox-link:first-child,
.registration-success__label + .registration-success__toolbox-link {
  border-top: 0; }

/* line 41, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__icon {
  display: table-cell;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  text-align: center;
  vertical-align: middle; }
  /* line 49, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
  .registration-success__icon img {
    max-height: 32px; }

/* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.registration-success__link {
  line-height: 1.2;
  display: table-cell;
  height: 32px;
  padding-left: 12px;
  vertical-align: middle; }
  /* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
  .registration-success__link:hover {
    color: #e79932; }

@media screen and (min-width: 480px) {
  /* line 70, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
  .registration-success__item {
    display: inline-block;
    width: calc(50% - 12px);
    padding-top: 20px;
    vertical-align: top; }
    /* line 76, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
    .registration-success__item:nth-child(even) {
      margin-left: 20px; } }

@media screen and (min-width: 950px) {
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .registration-success__listing:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  /* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
  .registration-success__image {
    float: left;
    width: 224px;
    height: 224px;
    margin-right: 17px;
    margin-bottom: 20px; }
  /* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
  .registration-success__toolbox {
    display: block;
    overflow: hidden;
    margin-top: 0; } }

@media screen and (min-width: 1005px) {
  /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
  .registration-success__item {
    overflow: hidden; }
  /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
  .registration-success__image {
    height: 245px; }
    /* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
    .registration-success__image img {
      max-width: 245px\9; }
  /* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
  .registration-success__toolbox {
    display: table-cell;
    padding: 0 12px 0 30px;
    min-width: 224px; } }

/* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_registeredProductsListing.scss */
.page-content + .page-module.register-another-product-text[data-background] {
  margin-top: 0;
  padding-top: 0; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_findModelNumber.scss */
.model-no-location__wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s; }
  /* line 6, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_findModelNumber.scss */
  .model-no-location__wrapper.page-module.has-no-bottom-margin[data-background] {
    padding-top: 0;
    padding-bottom: 0; }
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_findModelNumber.scss */
  .model-no-location__wrapper[data-visible] {
    max-height: 3000px; }
  /* line 15, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_findModelNumber.scss */
  * + .model-no-location__wrapper {
    margin-top: 35px; }

/* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_findModelNumber.scss */
.model-no-location {
  padding-top: 35px;
  padding-bottom: 35px; }

/* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_findModelNumber.scss */
.model-no-location__close-trigger {
  position: relative;
  float: right;
  width: 32px;
  height: 32px;
  margin: 0 0 20px 20px;
  cursor: pointer; }
  /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_findModelNumber.scss */
  .model-no-location__close-trigger:after {
    font-size: 72px;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 0;
    position: absolute;
    top: 5px;
    left: 10px;
    content: "+";
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    text-indent: 0;
    color: #fff; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
.product-registration-success-msg {
  padding: 35px 10px; }
  /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg__description {
    line-height: 1.2;
    margin: 10px 0 15px; }
  /* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg__members {
    margin-top: 25px; }
  /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg__label {
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #e79932; }
  /* line 26, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg__member-benefit {
    display: table;
    width: calc(100% - 16px);
    padding: 8px;
    border-top: 1px solid #E5E5E5; }
  /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg__member-benefit:first-child,
  .product-registration-success-msg__label + .product-registration-success-msg__member-benefit {
    border-top: 0; }
  /* line 38, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg__icon {
    display: table-cell;
    width: 32px;
    max-width: 32px;
    text-align: center;
    vertical-align: middle; }
    /* line 45, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
    .product-registration-success-msg__icon img {
      max-height: 32px; }
  /* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg__benefit {
    line-height: 1.2;
    display: table-cell;
    height: 32px;
    padding-left: 12px;
    vertical-align: middle; }

@media screen and (min-width: 768px) {
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg {
    padding-right: 17px;
    padding-left: 17px; }
    /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
    .product-registration-success-msg:after {
      display: table;
      clear: both;
      zoom: 1;
      content: ""; }
    /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
    .product-registration-success-msg__details {
      float: left;
      width: 45%; }
    /* line 71, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
    .product-registration-success-msg__members {
      float: right;
      width: 45%;
      margin-top: 8px; } }

@media screen and (min-width: 1005px) {
  /* line 80, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
  .product-registration-success-msg {
    width: 985px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0; }
    /* line 87, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
    .product-registration-success-msg__details {
      width: 40%; }
    /* line 91, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/product-registration/_successfulAccountCreation.scss */
    .product-registration-success-msg__members {
      width: 40%; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
.support-options__inner {
  padding: 20px;
  border-radius: 5px;
  background-image: url("/_Images/Bostitch/patterns/dark-wood-texture.png"); }
  @media print, screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
    .support-options__inner {
      padding: 50px; } }
  @media screen and (max-width: 1004px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
    .support-options__inner {
      margin-right: 20px;
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
    .support-options__inner {
      margin-right: 10px;
      margin-left: 10px; } }
  @media print, screen and (min-width: 768px) {
    /* line 20, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
    .support-options__inner .cols {
      min-width: 100%; } }
  /* line 25, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
  * + .support-options__inner .cols {
    margin-top: 35px; }
  @media print, screen and (min-width: 768px) {
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
    .support-options__inner .cols--two-col--main-left__col--right {
      width: 350px;
      min-width: 350px; } }
  @media print, screen and (min-width: 1005px) {
    /* line 30, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
    .support-options__inner .cols--two-col--main-left__col--right {
      width: 310px;
      min-width: 310px; } }

/* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
.support-options__inner__title,
.support-options__description {
  color: #fff; }

/* line 48, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
.support-options__description {
  max-width: 696px; }
  /* line 51, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
  * + .support-options__description {
    margin-top: 0.7em; }

/* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
.support-options__option {
  min-height: 48px;
  padding-top: 30px; }
  /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
  .support-options__option:after {
    display: table;
    clear: both;
    zoom: 1;
    content: ""; }
  @media print, screen and (min-width: 1005px) {
    /* line 56, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
    .support-options__option {
      display: inline-block;
      width: calc(50% - 3px);
      vertical-align: top; } }

/* line 68, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
.support-options__option-link {
  font-weight: normal;
  color: #e79932; }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
  .support-options__option-link:hover {
    color: #fff; }

/* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
.support-options__option-icon {
  float: left;
  margin-right: 20px; }

/* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/support-landing/_supportOptions.scss */
.support-options__option-text {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  overflow: hidden;
  margin-top: 10px; }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
.service-center-results-listing {
  display: block;
  border-collapse: collapse;
  margin-bottom: 20px; }
  /* line 7, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing td, .service-center-results-listing tr, .service-center-results-listing tbody, .service-center-results-listing thead {
    display: block; }
  /* line 11, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing th {
    width: 50%;
    float: left;
    line-height: 1.7;
    text-align: left; }
    /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing th:first-child + th {
      display: block;
      padding-left: 20px; }
  /* line 24, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing tbody tr {
    clear: both;
    position: relative;
    padding: 10px 0 15px 10px;
    border-top: 1px dashed #E5E5E5; }
  /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .icon {
    position: relative;
    float: left;
    width: 15px;
    max-width: 15px; }
    /* line 36, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing .icon span {
      display: block;
      background-image: url(/_Images/Bostitch/sprites/icons.png);
      background-position: -308px -1346px;
      width: 20px;
      height: 30px; }
  /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .name,
  .service-center-results-listing .address,
  .service-center-results-listing .phone {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5; }
  /* line 50, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .name {
    font-weight: 500; }
  /* line 55, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .service,
  .service-center-results-listing .distance-directions {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3; }
  /* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .services-cell {
    margin: 0 0 10px; }
  /* line 65, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .details-cell {
    padding-left: 10px; }
  /* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .details-cell,
  .service-center-results-listing .services-cell {
    float: left;
    width: calc(50% - 15px);
    overflow: hidden;
    padding-right: 10px;
    padding-bottom: 20px; }
  /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .service {
    margin-bottom: 5px; }
  /* line 82, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .distance-directions {
    font-weight: 500;
    clear: both;
    margin-left: 30px; }
  /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing .get-directions-link {
    display: block;
    margin-top: 5px; }

@media screen and (min-width: 768px) {
  /* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing {
    float: right;
    display: table;
    width: calc(50% - 20px); }
    /* line 102, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing thead {
      display: table-header-group; }
    /* line 106, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing tbody {
      display: table-row-group; }
    /* line 110, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing tr {
      display: table-row; }
    /* line 114, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing th, .service-center-results-listing td {
      display: table-cell;
      vertical-align: top;
      float: none;
      width: auto; }
    /* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing th:first-child + th {
      display: table-cell;
      padding-left: 0; }
    /* line 126, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing td {
      padding: 10px 0 13px; }
    /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing .icon {
      position: static;
      top: 12px;
      left: 0;
      float: none;
      width: 15px;
      max-width: 15px; }
      /* line 138, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
      .service-center-results-listing .icon span {
        position: relative;
        top: 2px; }
    /* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing .details-cell,
    .service-center-results-listing .services-cell {
      padding-right: 10px;
      float: none;
      width: auto; }
    /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing .distance-directions {
      width: 100px;
      max-width: 100px;
      clear: none; } }

@media screen and (min-width: 1005px) {
  /* line 162, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
  .service-center-results-listing {
    float: right;
    width: 480px; }
    /* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerListing.scss */
    .service-center-results-listing th:first-child + th {
      text-indent: -18px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
.find-retailer__form {
  margin: 0 0 30px; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .field-wrapper {
    display: block;
    margin-top: 0;
    margin-bottom: 20px; }
    /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper.zip {
      position: relative;
      display: block; }
      /* line 13, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
      .find-retailer__form .field-wrapper.zip:after {
        content: "";
        display: block;
        position: absolute;
        right: 15px;
        bottom: 14px;
        background-image: url(/_Images/Bostitch/sprites/icons.png);
        background-position: -1392px -156px;
        width: 14px;
        height: 14px; }
      /* line 22, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
      .find-retailer__form .field-wrapper.zip .form__field {
        padding-right: 40px; }
    /* line 28, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper.city {
      display: inline-block;
      margin-right: 15px;
      width: calc(70% - 20px); }
    /* line 34, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper.state {
      display: inline-block;
      width: 30%; }
    /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper.range {
      display: block;
      vertical-align: middle;
      margin-bottom: 30px; }
  /* line 62, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .field {
    background-color: #fff;
    border-color: #C7C7C7; }
  /* line 67, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .zip .field {
    padding-right: 35px;
    width: calc(100% - 44px); }
  /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .selectricWrapper .selectric .label {
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    border-color: #E5E5E5; }
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .selectricWrapper .selectric .label:after {
      bottom: 16px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
      /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
      .find-retailer__form .selectricWrapper .selectric .label {
        padding-top: 14px;
        padding-bottom: 14px; }
        /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
        .find-retailer__form .selectricWrapper .selectric .label:after {
          bottom: 18px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
      .find-retailer__form .selectricWrapper .selectric .label {
        padding-top: 14px;
        padding-bottom: 14px; }
        /* line 94, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
        .find-retailer__form .selectricWrapper .selectric .label:after {
          bottom: 18px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
      /* line 72, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
      .find-retailer__form .selectricWrapper .selectric .label {
        padding-top: 14px;
        padding-bottom: 14px; }
        /* line 103, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
        .find-retailer__form .selectricWrapper .selectric .label:after {
          bottom: 18px; } }
  /* line 109, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .or {
    margin: 15px 0;
    display: block;
    vertical-align: middle;
    text-align: center; }
  /* line 116, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form button[type=submit] {
    display: block;
    width: 100%;
    margin-top: 10px; }

@media screen and (min-width: 768px) {
  /* line 124, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form {
    vertical-align: top; }
    /* line 127, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper, .find-retailer__form .field-wrapper.zip, .find-retailer__form .field-wrapper.city, .find-retailer__form .field-wrapper.state, .find-retailer__form .field-wrapper.range, .find-retailer__form .or {
      display: inline-block;
      width: auto; }
    /* line 132, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .or {
      padding: 0 5px; }
    /* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper.range {
      vertical-align: top; }
    /* line 140, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper.zip {
      width: 165px; }
    /* line 144, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper.city {
      width: 175px;
      margin-right: 10px; }
    /* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form .field-wrapper.state {
      width: 65px; }
    /* line 153, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
    .find-retailer__form button[type=submit] {
      width: auto;
      display: inline-block; } }

@media screen and (min-width: 1005px) {
  /* line 162, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .or {
    padding: 0 12px; }
  /* line 166, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .field-wrapper.zip {
    width: 251px; }
  /* line 170, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .field-wrapper.city {
    width: 300px;
    margin-right: 10px; }
  /* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .field-wrapper.state {
    width: 90px;
    margin-right: 10px; }
  /* line 180, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/find-retailer/_findRetailerSearchOptions.scss */
  .find-retailer__form .field-wrapper.range {
    margin-right: 10px; } }

/* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsListing.scss */
.safety-recalls-listing * + * {
  margin-top: 2.5em; }

/* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsListing.scss */
* + * .safety-recalls-listing__item:first-child {
  padding-top: 1.5em;
  border-top: 1px solid #C7C7C7; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsListing.scss */
.safety-recalls-listing__time {
  display: block; }

/* line 19, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsListing.scss */
.safety-recalls-listing__headline {
  color: #2E2E2E; }
  /* line 23, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/support/_safetyNoticesRecallsListing.scss */
  .safety-recalls-listing__headline:hover {
    color: #e79932;
    text-decoration: underline; }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
.category__list-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #e79932;
  font-weight: bold;
  margin: 0 10px 14px;
  padding: 5px 5px 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #808080; }
  @media screen and (min-width: 768px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
    .category__list-title {
      position: relative;
      padding: 35px 5px 15px; }
      /* line 18, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
      .category__list-title:after, .category__list-title:before {
        position: absolute;
        bottom: -1px;
        width: 20px;
        height: 1px;
        margin-left: -10px;
        content: "";
        background-color: #808080; }
      /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
      .category__list-title:before {
        left: 32%; }
      /* line 35, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
      .category__list-title:after {
        left: 65%; } }
  @media screen and (min-width: 1005px) {
    /* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
    .category__list-title {
      margin-right: 5px;
      margin-bottom: 22px;
      margin-left: 5px; }
      /* line 46, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
      .category__list-title:after, .category__list-title:before {
        margin-left: -15px; } }

@media screen and (min-width: 768px) {
  /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
  .category__item {
    line-height: 1.3;
    display: inline-block;
    width: 32%;
    margin-bottom: 8px;
    vertical-align: top; } }

@media screen and (min-width: 1005px) {
  /* line 53, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
  .category__item {
    margin-bottom: 0; } }

/* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
.category__link {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin: 0 15px 10px;
  color: #E5E5E5; }
  /* line 85, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
  .category__link:hover {
    color: #e79932; }
  @media screen and (min-width: 1005px) {
    /* line 77, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_categoryListing.scss */
    .category__link {
      margin-right: 5px;
      margin-left: 10px; } }

/* line 1, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
.a-z-categories-listing {
  margin-bottom: 0; }
  /* line 4, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .main > .a-z-categories-listing:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  /* line 9, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .page-module + .a-z-categories-listing {
    padding-top: 0; }

/* line 14, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
.jump-links-wrapper-wrap {
  background-color: #fff; }
  /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .jump-links-wrapper-wrap.is-stuck {
    z-index: 53;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 1005px) {
      /* line 17, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
      .jump-links-wrapper-wrap.is-stuck {
        left: 0; } }

/* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
.jump-links__wrapper {
  position: relative;
  padding: 0 10px; }
  /* line 31, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .is-stuck .jump-links__wrapper {
    right: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
  @media print, screen and (min-width: 768px) {
    /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .jump-links__wrapper {
      padding-right: 15px;
      padding-left: 15px; }
      /* line 43, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
      .is-stuck .jump-links__wrapper {
        padding-top: 20px;
        padding-bottom: 20px; }
        /* line 2, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/mixins/_placeholders.scss */
        .is-stuck .jump-links__wrapper:after {
          display: table;
          clear: both;
          zoom: 1;
          content: ""; } }
  @media print, screen and (min-width: 1005px) {
    /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .jump-links__wrapper {
      padding-right: 0;
      padding-left: 0; }
      /* line 54, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
      .is-stuck .jump-links__wrapper {
        padding-top: 15px;
        padding-bottom: 10px; } }

/* line 61, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
.jump-links__title-wrapper {
  padding-left: 0;
  padding-right: 0; }

/* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
.jump-links__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 15px 10px 10px;
  color: #000; }
  @media screen and (min-width: 768px) {
    /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .jump-links__title {
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }
  @media screen and (min-width: 1005px) {
    /* line 66, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .jump-links__title {
      font-size: 36px;
      font-size: 2.25rem;
      margin-right: 0;
      margin-left: 0; } }

/* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
.jump-links__trigger {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 38px;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border: 2px solid #000;
  background-color: #fff; }
  /* line 107, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .jump-links__trigger:after {
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    float: right;
    margin-top: 16px;
    margin-right: 15px;
    border-top-width: 7px;
    border-top-color: #000;
    border-right-width: 6px;
    border-left-width: 6px; }
  /* line 121, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .jump-links__trigger .jump-to {
    padding-left: 15px; }
  /* line 125, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .jump-links__trigger .viewing {
    display: none;
    padding-left: 15px; }
  /* line 130, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .jump-links__trigger .letter {
    font-weight: 600;
    text-transform: uppercase; }
  /* line 137, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .is-stuck .jump-links__trigger .jump-to {
    display: none; }
  /* line 141, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .is-stuck .jump-links__trigger .viewing {
    display: inline; }
  @media screen and (min-width: 768px) {
    /* line 89, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .jump-links__trigger {
      display: none;
      width: 260px; }
      /* line 151, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
      .is-stuck .jump-links__trigger {
        display: block;
        float: left; } }
  @media screen and (min-width: 1005px) {
    /* line 158, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .is-stuck .jump-links__trigger {
      display: none; } }

/* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
.jump__list {
  position: absolute;
  right: 20px;
  left: 20px;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 172px;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #b0b0b0;
  background-color: #fff; }
  /* line 181, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .jump__list[data-opened] {
    display: block; }
  @media screen and (min-width: 768px) {
    /* line 164, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .jump__list {
      position: static;
      display: block;
      max-height: none;
      padding: 0;
      border: 0; }
      /* line 193, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
      .is-stuck .jump__list {
        position: absolute;
        top: 100%;
        display: none;
        width: 225px;
        margin-top: -5px;
        padding: 15px 10px;
        border: 1px solid #b0b0b0; }
      /* line 205, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
      .is-stuck .jump__list[data-opened] {
        display: block; } }
  @media screen and (min-width: 1005px) {
    /* line 211, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .is-stuck .jump__list {
      position: static;
      display: block;
      width: auto;
      padding: 0;
      border: 0; } }

/* line 224, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
.jump__item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  width: 2em;
  margin: 12px 0;
  text-align: center;
  text-transform: uppercase; }
  /* line 236, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .jump__item[disabled] {
    display: none; }
  /* line 240, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
  .jump__item:first-child {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    /* line 224, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
    .jump__item {
      font-size: 27px;
      font-size: 1.6875rem;
      font-weight: 700;
      display: inline-block;
      width: auto;
      margin-top: 8px;
      margin-bottom: 8px;
      padding: 0 0.5em 0 0;
      text-align: left; }
      /* line 262, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/categories/_jumpLinks.scss */
      .jump__item[disabled] {
        display: inline-block;
        cursor: default;
        color: #C7C7C7; } }

@media print {
  /* line 3, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  * {
    -webkit-print-color-adjust: exact; }
  /* line 8, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  body:before {
    position: absolute;
    top: 20px;
    left: 25px;
    content: url("/_Images/Bostitch/logo.png"); }
  /* line 16, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .page-module__inner {
    margin-right: 20px;
    margin-left: 20px; }
  /* line 21, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .breadcrumb-trail {
    position: absolute;
    top: -1px;
    left: 220px; }
  /* line 27, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .product-detail {
    margin-top: 80px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  /* line 33, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .product-detail__title {
    font-size: 30px;
    font-size: 1.875rem; }
  /* line 37, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .header,
  .header__menus-wrapper,
  .skip-nav,
  #skipToMenu,
  .where-to-buy--for-tablet,
  .product-detail__sharing-display-trigger,
  .product-detail__print-rigger,
  .product-detail__product-gallery-and-gallery-modal-trigger-wrapper,
  .product-detail-tabs__triggers,
  .product-detail-tabs__image-wrapper,
  .pdp-review,
  #reviews,
  .footer-nav__links,
  .join-mailing-list,
  .social-network-listing,
  .country-selector,
  .language-selector,
  .footer__utility-links,
  .live-chat-trigger__wrapper,
  .features__cta,
  .footer,
  .video-player__wrapper,
  .remodal {
    display: none; }
  /* line 64, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  * + .product-detail__rating-and-share-wrapper {
    margin-top: 0; }
  /* line 69, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .product-detail-tabs {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: transparent; }
    /* line 74, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
    .product-detail-tabs:after {
      display: none; }
    /* line 78, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
    .product-detail-tabs .page-module {
      display: none;
      position: static;
      visibility: visible;
      opacity: 1;
      color: #000;
      border-top: 1px solid #000;
      background: none !important;
      background-color: transparent !important; }
      /* line 88, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
      .product-detail-tabs .page-module .page-module__title {
        color: #000; }
      /* line 92, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
      .product-detail-tabs .page-module.features, .product-detail-tabs .page-module.fasteners {
        display: block; }
      /* line 97, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
      .product-detail-tabs .page-module.features:before {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 0 !important;
        margin-left: 20px;
        display: block;
        content: attr(data-tab-title);
        text-transform: uppercase;
        color: #000; }
  /* line 111, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .fasteners-table__heading {
    color: #fff; }
  /* line 115, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .fasteners-table__sort-icon {
    display: none; }
  /* line 119, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .features__image-wrapper {
    height: auto;
    box-shadow: none; }
    /* line 123, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
    .features__image-wrapper img {
      position: static;
      -ms-transform: none;
          transform: none; }
  /* line 129, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .features__description,
  .features__feature,
  .features__additional-data,
  .features__selling-propositions {
    text-shadow: none !important; }
  /* line 136, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .features__description,
  .features__feature,
  .features__spec-title,
  .features__spec-text,
  .features__additional-data,
  .features__selling-propositions {
    color: #000 !important; }
  /* line 145, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .features__title {
    color: #e79932 !important; }
  /* line 149, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
  .footer__utility-and-copyright-wrapper,
  .footer__utility-socail-and-copyright-wrapper {
    display: block;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent !important; }
    /* line 158, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
    .footer__utility-and-copyright-wrapper:before, .footer__utility-and-copyright-wrapper:after,
    .footer__utility-socail-and-copyright-wrapper:before,
    .footer__utility-socail-and-copyright-wrapper:after {
      display: none; }
    /* line 163, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
    * + .footer__utility-and-copyright-wrapper, * +
    .footer__utility-socail-and-copyright-wrapper {
      margin-top: 0; }
    /* line 167, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
    .footer__utility-and-copyright-wrapper .copyright,
    .footer__utility-socail-and-copyright-wrapper .copyright {
      position: absolute;
      bottom: 17px;
      left: 115px;
      display: block;
      width: 700px;
      color: #000; }
      /* line 175, D:/a/1/s/Src/frontend/bostitch/app/_CSS/Bostitch/modules/products/product-details/_print.scss */
      .footer__utility-and-copyright-wrapper .copyright:before,
      .footer__utility-socail-and-copyright-wrapper .copyright:before {
        position: absolute;
        left: -115px;
        content: url("/_Images/Bostitch/logo--small.png"); } }
