/** Shopify CDN: Minification failed

Line 2361:0 "@charset" must be the first rule in the file
Line 14564:2 "positon" is not a known CSS property
Line 22322:0 All "@import" rules must come first

**/
/* CSS minifed: 480280 --> 405497 */
.ptek-rolex {
  display: none;
}
@media only screen and (max-width: 768px) {
  .navbar-toggle-gold {
    display: none !important;
  }
  .mobile-fixed-container {
    display: none !important;
  }
  .main-nav__wrapper .search-container {
    max-width: 100% !important;
  }
  .navbar-nav,
  .dropdown {
    background: white !important;
  }
  .menu a,
  .menu a:visited,
  .menu a span,
  select.currencies {
    color: #000000;
  }
  a.parent-link--true {
  }
  .button-grid-container {
    display: flex;
    justify-content: center;
    justify-items: center;
  }
  .ptek-rolex {
    display: flex;
    justify-content: center;
    padding-top: 26px;
    gap: 20px;
  }
  .top-bar .ptek-rolex a {
    align-items: initial;
  }
}
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("fontawesome-webfont.eot?v=4.7.0");
  src:
    url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
@charset "UTF-8";
.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: limegreen;
  --surface-pick-up-embed-theme-error-color: #b33a3a;
  --surface-pick-up-embed-theme-paragraph-font-size: 16px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: calc(
    var(--surface-pick-up-embed-theme-paragraph-font-size) - 4px
  );
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #808080;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  row-gap: var(--surface-pick-up-embed-row-gap);
  column-gap: var(--surface-pick-up-embed-column-gap);
  justify-content: flex-start;
  text-align: left;
}
.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 3px;
}
.surface-pick-up-embed__in-stock-icon {
  fill: var(--surface-pick-up-embed-theme-success-color);
}
.surface-pick-up-embed__out-of-stock-icon {
  fill: var(--surface-pick-up-embed-theme-error-color);
}
.surface-pick-up-embed__location-info,
.surface-pick-up-embed__modal-btn {
  grid-column-start: 2;
  grid-column-end: 3;
}
.surface-pick-up-embed__location-info {
  grid-row-start: 1;
  grid-row-end: 2;
}
.surface-pick-up-embed__location-availability {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-embed-theme-paragraph-font-size);
  font-weight: inherit;
  color: var(--surface-pick-up-embed-theme-body-text-color);
}
.surface-pick-up-embed__location-availability b {
  font-weight: var(--surface-pick-up-embed-theme-body-font-weight-bold);
}
.surface-pick-up-embed__location-pick-up-time {
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-embed-theme-body-text-color);
}
.surface-pick-up-embed__modal-btn {
  grid-row-start: 2;
  grid-row-end: 3;
  justify-self: start;
  padding: 0;
  font-size: var(--surface-pick-up-embed-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-theme-embed-body-text-color);
  text-align: left;
  -webkit-text-decoration: var(
    --surface-pick-up-embed-theme-link-text-decoration
  );
  text-decoration: var(--surface-pick-up-embed-theme-link-text-decoration);
  cursor: pointer;
  background-color: initial;
  border: 0;
}
.surface-pick-up-items {
  padding: 0;
  margin: 0;
}
.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: limegreen;
  --surface-pick-up-item-theme-error-color: #b33a3a;
  --surface-pick-up-item-theme-paragraph-font-size: 16px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: calc(
    var(--surface-pick-up-item-theme-paragraph-font-size) - 4px
  );
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #808080;
  --surface-pick-up-item-theme-border-color: #d9d9d9;
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 10px;
  --surface-pick-up-item-column-gap: 5px;
  --surface-pick-up-item-gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  row-gap: var(--surface-pick-up-item-row-gap);
  column-gap: var(--surface-pick-up-item-column-gap);
  justify-content: flex-start;
  padding-bottom: var(--surface-pick-up-item-gap);
  margin: var(--surface-pick-up-item-gap) 0 0;
  text-align: left;
  border-bottom: 1px solid var(--surface-pick-up-item-theme-border-color);
}
.surface-pick-up-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.surface-pick-up-item__header {
  display: flex;
  grid-column: span 3;
  align-items: flex-end;
}
.surface-pick-up-item__pick-up-location {
  margin-top: 0;
  margin-bottom: 0;
  font-family: inherit;
  font-size: var(--surface-pick-up-item-theme-paragraph-font-size);
  font-weight: var(--surface-pick-up-item-theme-body-font-weight-bold);
  color: var(--surface-pick-up-item-theme-body-text-color);
}
.surface-pick-up-item__pick-up-distance {
  padding-left: 2rem;
  margin: 0 0 0 auto;
}
.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-top: 1px;
}
.surface-pick-up-item__in-stock-icon {
  fill: var(--surface-pick-up-item-theme-success-color);
}
.surface-pick-up-item__out-of-stock-icon {
  fill: var(--surface-pick-up-item-theme-error-color);
}
.surface-pick-up-item__availability {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  color: var(--surface-pick-up-item-theme-body-text-color);
}
.surface-pick-up-item__address-info {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: var(--surface-pick-up-item-theme-paragraph-smaller-font-size);
  font-style: normal;
  line-height: 1.4;
  color: var(--surface-pick-up-item-theme-body-text-color);
}
.surface-pick-up-item__address-info p {
  margin: 0;
}
.surface-pick-up-item__address-info a,
.surface-pick-up-item__address-info a:visited {
  color: inherit;
  text-decoration: none;
}
.surface-pick-up-item__address-info a:focus,
.surface-pick-up-item__address-info a:active,
.surface-pick-up-item__address-info a:hover {
  color: inherit;
}
.surface-pick-up-item__confirm-address {
  margin-top: var(--surface-pick-up-item-row-gap);
}
.surface-pick-up-item__confirm-address-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.is-flex {
  display: flex;
}
.is-inline-flex {
  display: inline-flex;
}
.is-align-start,
.is-align-left {
  align-items: flex-start;
}
.is-align-end,
.is-align-right {
  align-items: flex-end;
}
.is-align-self-end,
.is-align-self-right {
  align-self: flex-end;
}
.is-align-baseline {
  align-items: baseline;
}
.is-align-center {
  align-items: center;
}
.is-align-stretch {
  align-items: stretch;
}
.is-justify-start,
.is-justify-left {
  justify-content: flex-start;
}
.is-justify-end,
.is-justify-right {
  justify-content: flex-end;
}
.is-justify-center {
  justify-content: center;
}
.is-justify-space-around {
  justify-content: space-around;
}
.is-justify-space-between {
  justify-content: space-between;
}
.is-flex-nowrap {
  flex-wrap: nowrap;
}
.is-flex-wrap {
  flex-wrap: wrap;
}
.is-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.is-flex-row {
  flex-direction: row;
}
.is-flex-row-reverse {
  flex-direction: row-reverse;
}
.is-flex-column {
  flex-direction: column;
}
.is-flex-column-reverse {
  flex-direction: column-reverse;
}
.is-order-aligned-left {
  order: -1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-left {
    order: inherit;
  }
}
.is-order-aligned-right {
  order: 1;
}
@media only screen and (max-width: 480px) {
  .is-order-aligned-right {
    order: inherit;
  }
}
.has-padding-top {
  padding-top: 20px;
}
.has-padding-bottom {
  padding-bottom: 20px;
}
.has-padding-left {
  padding-left: 20px;
}
.has-padding-right {
  padding-right: 20px;
}
.has-padding {
  padding: 20px;
}
.has-margin-top {
  margin-top: 20px;
}
.has-margin-bottom {
  margin-bottom: 20px;
}
.text-align-center {
  text-align: center;
}
.text-align-left,
.text-align-start {
  text-align: left;
}
.text-align-left h1,
.text-align-left h2,
.text-align-left h3,
.text-align-left h1.title,
.text-align-left h2.title,
.text-align-left h3.title,
.text-align-start h1,
.text-align-start h2,
.text-align-start h3,
.text-align-start h1.title,
.text-align-start h2.title,
.text-align-start h3.title {
  text-align: left;
}
.text-align-right,
.text-align-end {
  text-align: right;
}
.text-align-right h1,
.text-align-right h2,
.text-align-right h3,
.text-align-right h1.title,
.text-align-right h2.title,
.text-align-right h3.title,
.text-align-end h1,
.text-align-end h2,
.text-align-end h3,
.text-align-end h1.title,
.text-align-end h2.title,
.text-align-end h3.title {
  text-align: right;
}
.is-hidden {
  display: none !important;
}
.is-visible {
  display: block !important;
}
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}
.is-invisible {
  visibility: hidden !important;
}
@media only screen and (min-width: 481px) and (max-width: 798px) {
  .is-hidden-small {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .is-hidden-medium {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .is-hidden-large {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-mobile-only {
    display: none !important;
  }
}
@media only screen and (min-width: 799px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1401px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-visible--mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .is-hidden-offset-mobile-only {
    left: 0 !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}
.index {
  display: flex;
  flex-wrap: wrap;
}
.page-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.shopify-section {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .shopify-section {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.section.is-width-wide {
  width: 100%;
  max-width: none;
}
.section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.section-wrapper .under-menu:nth-child(1) .full-width--true,
.section-wrapper .under-menu:nth-child(1) .full-width--false {
  margin-top: 0px;
}
.no-js .section-wrapper .under-menu:nth-child(1) .full-width--true,
.no-js .section-wrapper .under-menu:nth-child(1) .full-width--false {
  margin-top: 0;
}
@media only screen and (max-width: 798px) {
  .section-wrapper .under-menu:nth-child(1) .full-width--true {
    margin-top: 0;
  }
}
.section-wrapper--product {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.section-wrapper--product .section {
  width: 100%;
}
.section-wrapper--product .is-width-wide {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (max-width: 798px) {
  .mobile_nav-fixed--true .section-wrapper {
    display: block;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 798px) {
  .mobile_nav-fixed--true.promo-banner--show .section-wrapper {
    display: block;
    margin-top: 70px;
  }
}
#header.mobile_nav-fixed--true {
  display: none !important;
}
.container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 100% !important;
  padding: 0 !important;
}
.container .column,
.container .columns {
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}
.product-container {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .row .column,
  .row .columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
[class*="offset-by"] {
  position: relative;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.one {
  width: calc(6.25% - 20px);
}
.two {
  width: calc(12.5% - 20px);
}
.three {
  width: calc(18.75% - 20px);
}
.four {
  width: calc(25% - 20px);
}
.five {
  width: calc(31.25% - 20px);
}
.six {
  width: calc(37.5% - 20px);
}
.seven {
  width: calc(43.75% - 20px);
}
.eight {
  width: calc(50% - 20px);
}
.nine {
  width: calc(56.25% - 20px);
}
.ten {
  width: calc(62.5% - 20px);
}
.eleven {
  width: calc(68.75% - 20px);
}
.twelve {
  width: calc(75% - 20px);
}
.thirteen {
  width: calc(81.25% - 20px);
}
.fourteen {
  width: calc(87.5% - 20px);
}
.fifteen {
  width: calc(93.75% - 20px);
}
.sixteen {
  width: calc(100% - 20px);
}
.one-whole {
  width: calc(100% - 20px);
}
.one-half {
  width: calc(50% - 20px);
}
.one-third {
  width: calc(33.3333333333% - 20px);
}
.two-thirds {
  width: calc(66.6666666667% - 20px);
}
.one-fourth {
  width: calc(25% - 20px);
}
.two-fourths {
  width: calc(50% - 20px);
}
.three-fourths {
  width: calc(75% - 20px);
}
.one-fifth {
  width: calc(20% - 20px);
}
.two-fifths {
  width: calc(40% - 20px);
}
.three-fifths {
  width: calc(60% - 20px);
}
.four-fifths {
  width: calc(80% - 20px);
}
.one-sixth {
  width: calc(16.6666666667% - 20px);
}
.two-sixths {
  width: calc(33.3333333333% - 20px);
}
.three-sixths {
  width: calc(50% - 20px);
}
.four-sixths {
  width: calc(66.6666666667% - 20px);
}
.five-sixths {
  width: calc(83.3333333333% - 20px);
}
.one-seventh {
  width: calc(14.2857142857% - 20px);
}
.two-sevenths {
  width: calc(28.5714285714% - 20px);
}
.three-sevenths {
  width: calc(42.8571428571% - 20px);
}
.four-sevenths {
  width: calc(57.1428571429% - 20px);
}
.five-sevenths {
  width: calc(71.4285714286% - 20px);
}
.one-eighth {
  width: calc(12.5% - 20px);
}
.two-eighths {
  width: calc(25% - 20px);
}
.three-eighths {
  width: calc(37.5% - 20px);
}
.four-eighths {
  width: calc(50% - 20px);
}
.five-eighths {
  width: calc(62.5% - 20px);
}
.six-eighths {
  width: calc(75% - 20px);
}
.seven-eighths {
  width: calc(87.5% - 20px);
}
.one-tenth {
  width: calc(10% - 20px);
}
.two-tenths {
  width: calc(20% - 20px);
}
.three-tenths {
  width: calc(30% - 20px);
}
.four-tenths {
  width: calc(40% - 20px);
}
.five-tenths {
  width: calc(50% - 20px);
}
.six-tenths {
  width: calc(60% - 20px);
}
.seven-tenths {
  width: calc(70% - 20px);
}
.eight-tenths {
  width: calc(80% - 20px);
}
.nine-tenths {
  width: calc(90% - 20px);
}
.one-twelfth {
  width: calc(8.3333333333% - 20px);
}
.two-twelfths {
  width: calc(16.6666666667% - 20px);
}
.three-twelfths {
  width: calc(25% - 20px);
}
.four-twelfths {
  width: calc(33.3333333333% - 20px);
}
.five-twelfths {
  width: calc(41.6666666667% - 20px);
}
.six-twelfths {
  width: calc(50% - 20px);
}
.seven-twelfths {
  width: calc(58.3333333333% - 20px);
}
.eight-twelfths {
  width: calc(66.6666666667% - 20px);
}
.nine-twelfths {
  width: calc(75% - 20px);
}
.ten-twelfths {
  width: calc(83.3333333333% - 20px);
}
.eleven-twelfths {
  width: calc(91.6666666667% - 20px);
}
.offset-by-one {
  left: calc(6.25%);
}
.offset-by-two {
  left: calc(12.5%);
}
.offset-by-three {
  left: calc(18.75%);
}
.offset-by-four {
  left: calc(25%);
}
.offset-by-five {
  left: calc(31.25%);
}
.offset-by-six {
  left: calc(37.5%);
}
.offset-by-seven {
  left: calc(43.75%);
}
.offset-by-eight {
  left: calc(50%);
}
.offset-by-nine {
  left: calc(56.25%);
}
.offset-by-ten {
  left: calc(62.5%);
}
.offset-by-eleven {
  left: calc(68.75%);
}
.offset-by-twelve {
  left: calc(75%);
}
.offset-by-thirteen {
  left: calc(81.25%);
}
.offset-by-fourteen {
  left: calc(87.5%);
}
.offset-by-fifteen {
  left: calc(93.75%);
}
.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0;
}
.equal-columns--outside-trim .one-half:nth-of-type(2n + 1),
.equal-columns--outside-trim .eight:nth-of-type(2n + 1),
.equal-columns--outside-trim .one-third:nth-of-type(3n + 1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n + 1),
.equal-columns--outside-trim .four:nth-of-type(4n + 1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n + 1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n + 1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n + 1),
.equal-columns--outside-trim .two:nth-of-type(8n + 1) {
  margin-left: 0;
}
.equal-columns--outside-trim .one-whole:nth-of-type(1n + 1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .one-third {
  width: calc(33.3333333333% - (20px - (20px / 3)));
}
.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5)));
}
.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .one-sixth {
  width: calc(16.6666666667% - (20px - (20px / 6)));
}
.equal-columns--outside-trim .one-seventh {
  width: calc(14.2857142857% - (20px - (20px / 7)));
}
.equal-columns--outside-trim .two {
  width: calc(12.5% - (20px - (20px / 8)));
}
.equal-columns--outside-trim .four {
  width: calc(25% - (20px - (20px / 4)));
}
.equal-columns--outside-trim .seven {
  width: calc(43.75% - (20px - (20px / 2)));
}
.equal-columns--outside-trim .eight {
  width: calc(50% - (20px / 2));
}
.equal-columns--outside-trim .nine {
  width: calc(56.25% - (20px - (20px / 2)));
}
.has-no-side-gutter.has-background {
  padding-right: 0px;
  padding-left: 0px;
}
.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
  margin-right: 0;
  margin-left: 0;
}
.has-no-side-gutter .one-whole {
  width: 100%;
}
.has-no-side-gutter .one-half {
  width: 50%;
}
.has-no-side-gutter .one-third {
  width: 33.3333333333%;
}
.has-no-side-gutter .one-fourth {
  width: 25%;
}
.has-no-side-gutter .one-fifth {
  width: 20%;
}
.has-no-side-gutter .two-fifths {
  width: 40%;
}
.has-no-side-gutter .three-fifths {
  width: 60%;
}
.has-no-side-gutter .one-sixth {
  width: 16.6666666667%;
}
.has-no-side-gutter .one-seventh {
  width: 14.2857142857%;
}
.has-no-side-gutter .one-eighth {
  width: 12.5%;
}
.has-no-side-gutter .two-thirds {
  width: 66.6666666667%;
}
.has-no-side-gutter .two {
  width: 12.5%;
}
.has-no-side-gutter .four {
  width: 25%;
}
.has-no-side-gutter .seven {
  width: 43.75%;
}
.has-no-side-gutter .eight {
  width: 50%;
}
.has-no-side-gutter .nine {
  width: 56.25%;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none;
  }
  .large-down--visible {
    display: block;
  }
  .large-down--one {
    width: calc(6.25% - 20px);
  }
  .large-down--two {
    width: calc(12.5% - 20px);
  }
  .large-down--three {
    width: calc(18.75% - 20px);
  }
  .large-down--four {
    width: calc(25% - 20px);
  }
  .large-down--five {
    width: calc(31.25% - 20px);
  }
  .large-down--six {
    width: calc(37.5% - 20px);
  }
  .large-down--seven {
    width: calc(43.75% - 20px);
  }
  .large-down--eight {
    width: calc(50% - 20px);
  }
  .large-down--nine {
    width: calc(56.25% - 20px);
  }
  .large-down--ten {
    width: calc(62.5% - 20px);
  }
  .large-down--eleven {
    width: calc(68.75% - 20px);
  }
  .large-down--twelve {
    width: calc(75% - 20px);
  }
  .large-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .large-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .large-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .large-down--sixteen {
    width: calc(100% - 20px);
  }
  .large-down--one-whole {
    width: calc(100% - 20px);
  }
  .large-down--one-half {
    width: calc(50% - 20px);
  }
  .large-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--one-fourth {
    width: calc(25% - 20px);
  }
  .large-down--two-fourths {
    width: calc(50% - 20px);
  }
  .large-down--three-fourths {
    width: calc(75% - 20px);
  }
  .large-down--one-fifth {
    width: calc(20% - 20px);
  }
  .large-down--two-fifths {
    width: calc(40% - 20px);
  }
  .large-down--three-fifths {
    width: calc(60% - 20px);
  }
  .large-down--four-fifths {
    width: calc(80% - 20px);
  }
  .large-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .large-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--three-sixths {
    width: calc(50% - 20px);
  }
  .large-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  .large-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .large-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .large-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .large-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .large-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  .large-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .large-down--two-eighths {
    width: calc(25% - 20px);
  }
  .large-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .large-down--four-eighths {
    width: calc(50% - 20px);
  }
  .large-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .large-down--six-eighths {
    width: calc(75% - 20px);
  }
  .large-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .large-down--one-tenth {
    width: calc(10% - 20px);
  }
  .large-down--two-tenths {
    width: calc(20% - 20px);
  }
  .large-down--three-tenths {
    width: calc(30% - 20px);
  }
  .large-down--four-tenths {
    width: calc(40% - 20px);
  }
  .large-down--five-tenths {
    width: calc(50% - 20px);
  }
  .large-down--six-tenths {
    width: calc(60% - 20px);
  }
  .large-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .large-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .large-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .large-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .large-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .large-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .large-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .large-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .large-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .large-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .large-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .large-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .large-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .large-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  .large-down--offset-by-one {
    left: calc(6.25%);
  }
  .large-down--offset-by-two {
    left: calc(12.5%);
  }
  .large-down--offset-by-three {
    left: calc(18.75%);
  }
  .large-down--offset-by-four {
    left: calc(25%);
  }
  .large-down--offset-by-five {
    left: calc(31.25%);
  }
  .large-down--offset-by-six {
    left: calc(37.5%);
  }
  .large-down--offset-by-seven {
    left: calc(43.75%);
  }
  .large-down--offset-by-eight {
    left: calc(50%);
  }
  .large-down--offset-by-nine {
    left: calc(56.25%);
  }
  .large-down--offset-by-ten {
    left: calc(62.5%);
  }
  .large-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .large-down--offset-by-twelve {
    left: calc(75%);
  }
  .large-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .large-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .large-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim {
  }
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
  .equal-columns--outside-trim .large-down--eight.large-down--eight,
  .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
  .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--outside-trim .large-down--four.large-down--four,
  .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
  .equal-columns--outside-trim .large-down--two.large-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n + 1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 1024px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .large-down--one-whole,
  .has-no-side-gutter .large-down--one-half,
  .has-no-side-gutter .large-down--eight,
  .has-no-side-gutter .large-down--one-third,
  .has-no-side-gutter .large-down--two-thirds,
  .has-no-side-gutter .large-down--one-fourth,
  .has-no-side-gutter .large-down--four,
  .has-no-side-gutter .large-down--one-fifth,
  .has-no-side-gutter .large-down--three-fifths,
  .has-no-side-gutter .large-down--two-fifths,
  .has-no-side-gutter .large-down--one-sixth,
  .has-no-side-gutter .large-down--one-seventh,
  .has-no-side-gutter .large-down--one-eighth,
  .has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .large-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .large-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .large-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .large-down--four {
    width: 25%;
  }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .large-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 1024px) {
  .large-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hidden {
    display: none;
  }
  .medium-down--visible {
    display: block;
  }
  .medium-down--one {
    width: calc(6.25% - 20px);
  }
  .medium-down--two {
    width: calc(12.5% - 20px);
  }
  .medium-down--three {
    width: calc(18.75% - 20px);
  }
  .medium-down--four {
    width: calc(25% - 20px);
  }
  .medium-down--five {
    width: calc(31.25% - 20px);
  }
  .medium-down--six {
    width: calc(37.5% - 20px);
  }
  .medium-down--seven {
    width: calc(43.75% - 20px);
  }
  .medium-down--eight {
    width: calc(50% - 20px);
  }
  .medium-down--nine {
    width: calc(56.25% - 20px);
  }
  .medium-down--ten {
    width: calc(62.5% - 20px);
  }
  .medium-down--eleven {
    width: calc(68.75% - 20px);
  }
  .medium-down--twelve {
    width: calc(75% - 20px);
  }
  .medium-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .medium-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .medium-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .medium-down--sixteen {
    width: calc(100% - 20px);
  }
  .medium-down--one-whole {
    width: calc(100% - 20px);
  }
  .medium-down--one-half {
    width: calc(50% - 20px);
  }
  .medium-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--one-fourth {
    width: calc(25% - 20px);
  }
  .medium-down--two-fourths {
    width: calc(50% - 20px);
  }
  .medium-down--three-fourths {
    width: calc(75% - 20px);
  }
  .medium-down--one-fifth {
    width: calc(20% - 20px);
  }
  .medium-down--two-fifths {
    width: calc(40% - 20px);
  }
  .medium-down--three-fifths {
    width: calc(60% - 20px);
  }
  .medium-down--four-fifths {
    width: calc(80% - 20px);
  }
  .medium-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .medium-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--three-sixths {
    width: calc(50% - 20px);
  }
  .medium-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  .medium-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .medium-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .medium-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .medium-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .medium-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  .medium-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .medium-down--two-eighths {
    width: calc(25% - 20px);
  }
  .medium-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .medium-down--four-eighths {
    width: calc(50% - 20px);
  }
  .medium-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .medium-down--six-eighths {
    width: calc(75% - 20px);
  }
  .medium-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .medium-down--one-tenth {
    width: calc(10% - 20px);
  }
  .medium-down--two-tenths {
    width: calc(20% - 20px);
  }
  .medium-down--three-tenths {
    width: calc(30% - 20px);
  }
  .medium-down--four-tenths {
    width: calc(40% - 20px);
  }
  .medium-down--five-tenths {
    width: calc(50% - 20px);
  }
  .medium-down--six-tenths {
    width: calc(60% - 20px);
  }
  .medium-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .medium-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .medium-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .medium-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .medium-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .medium-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .medium-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .medium-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .medium-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .medium-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .medium-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .medium-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .medium-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .medium-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  .medium-down--offset-by-one {
    left: calc(6.25%);
  }
  .medium-down--offset-by-two {
    left: calc(12.5%);
  }
  .medium-down--offset-by-three {
    left: calc(18.75%);
  }
  .medium-down--offset-by-four {
    left: calc(25%);
  }
  .medium-down--offset-by-five {
    left: calc(31.25%);
  }
  .medium-down--offset-by-six {
    left: calc(37.5%);
  }
  .medium-down--offset-by-seven {
    left: calc(43.75%);
  }
  .medium-down--offset-by-eight {
    left: calc(50%);
  }
  .medium-down--offset-by-nine {
    left: calc(56.25%);
  }
  .medium-down--offset-by-ten {
    left: calc(62.5%);
  }
  .medium-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .medium-down--offset-by-twelve {
    left: calc(75%);
  }
  .medium-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .medium-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .medium-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--outside-trim {
  }
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
  .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
  .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
  .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--outside-trim .medium-down--four.medium-down--four,
  .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--outside-trim
    .medium-down--one-seventh.medium-down--one-seventh,
  .equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n + 1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 798px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .medium-down--one-whole,
  .has-no-side-gutter .medium-down--one-half,
  .has-no-side-gutter .medium-down--eight,
  .has-no-side-gutter .medium-down--one-third,
  .has-no-side-gutter .medium-down--two-thirds,
  .has-no-side-gutter .medium-down--one-fourth,
  .has-no-side-gutter .medium-down--four,
  .has-no-side-gutter .medium-down--one-fifth,
  .has-no-side-gutter .medium-down--three-fifths,
  .has-no-side-gutter .medium-down--two-fifths,
  .has-no-side-gutter .medium-down--one-sixth,
  .has-no-side-gutter .medium-down--one-seventh,
  .has-no-side-gutter .medium-down--one-eighth,
  .has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .medium-down--four {
    width: 25%;
  }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .medium-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 798px) {
  .medium-down--text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none;
  }
  .small-down--visible {
    display: block;
  }
  .small-down--one {
    width: calc(6.25% - 20px);
  }
  .small-down--two {
    width: calc(12.5% - 20px);
  }
  .small-down--three {
    width: calc(18.75% - 20px);
  }
  .small-down--four {
    width: calc(25% - 20px);
  }
  .small-down--five {
    width: calc(31.25% - 20px);
  }
  .small-down--six {
    width: calc(37.5% - 20px);
  }
  .small-down--seven {
    width: calc(43.75% - 20px);
  }
  .small-down--eight {
    width: calc(50% - 20px);
  }
  .small-down--nine {
    width: calc(56.25% - 20px);
  }
  .small-down--ten {
    width: calc(62.5% - 20px);
  }
  .small-down--eleven {
    width: calc(68.75% - 20px);
  }
  .small-down--twelve {
    width: calc(75% - 20px);
  }
  .small-down--thirteen {
    width: calc(81.25% - 20px);
  }
  .small-down--fourteen {
    width: calc(87.5% - 20px);
  }
  .small-down--fifteen {
    width: calc(93.75% - 20px);
  }
  .small-down--sixteen {
    width: calc(100% - 20px);
  }
  .small-down--one-whole {
    width: calc(100% - 20px);
  }
  .small-down--one-half {
    width: calc(50% - 20px);
  }
  .small-down--one-third {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--two-thirds {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--one-fourth {
    width: calc(25% - 20px);
  }
  .small-down--two-fourths {
    width: calc(50% - 20px);
  }
  .small-down--three-fourths {
    width: calc(75% - 20px);
  }
  .small-down--one-fifth {
    width: calc(20% - 20px);
  }
  .small-down--two-fifths {
    width: calc(40% - 20px);
  }
  .small-down--three-fifths {
    width: calc(60% - 20px);
  }
  .small-down--four-fifths {
    width: calc(80% - 20px);
  }
  .small-down--one-sixth {
    width: calc(16.6666666667% - 20px);
  }
  .small-down--two-sixths {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--three-sixths {
    width: calc(50% - 20px);
  }
  .small-down--four-sixths {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--five-sixths {
    width: calc(83.3333333333% - 20px);
  }
  .small-down--one-seventh {
    width: calc(14.2857142857% - 20px);
  }
  .small-down--two-sevenths {
    width: calc(28.5714285714% - 20px);
  }
  .small-down--three-sevenths {
    width: calc(42.8571428571% - 20px);
  }
  .small-down--four-sevenths {
    width: calc(57.1428571429% - 20px);
  }
  .small-down--five-sevenths {
    width: calc(71.4285714286% - 20px);
  }
  .small-down--one-eighth {
    width: calc(12.5% - 20px);
  }
  .small-down--two-eighths {
    width: calc(25% - 20px);
  }
  .small-down--three-eighths {
    width: calc(37.5% - 20px);
  }
  .small-down--four-eighths {
    width: calc(50% - 20px);
  }
  .small-down--five-eighths {
    width: calc(62.5% - 20px);
  }
  .small-down--six-eighths {
    width: calc(75% - 20px);
  }
  .small-down--seven-eighths {
    width: calc(87.5% - 20px);
  }
  .small-down--one-tenth {
    width: calc(10% - 20px);
  }
  .small-down--two-tenths {
    width: calc(20% - 20px);
  }
  .small-down--three-tenths {
    width: calc(30% - 20px);
  }
  .small-down--four-tenths {
    width: calc(40% - 20px);
  }
  .small-down--five-tenths {
    width: calc(50% - 20px);
  }
  .small-down--six-tenths {
    width: calc(60% - 20px);
  }
  .small-down--seven-tenths {
    width: calc(70% - 20px);
  }
  .small-down--eight-tenths {
    width: calc(80% - 20px);
  }
  .small-down--nine-tenths {
    width: calc(90% - 20px);
  }
  .small-down--one-twelfth {
    width: calc(8.3333333333% - 20px);
  }
  .small-down--two-twelfths {
    width: calc(16.6666666667% - 20px);
  }
  .small-down--three-twelfths {
    width: calc(25% - 20px);
  }
  .small-down--four-twelfths {
    width: calc(33.3333333333% - 20px);
  }
  .small-down--five-twelfths {
    width: calc(41.6666666667% - 20px);
  }
  .small-down--six-twelfths {
    width: calc(50% - 20px);
  }
  .small-down--seven-twelfths {
    width: calc(58.3333333333% - 20px);
  }
  .small-down--eight-twelfths {
    width: calc(66.6666666667% - 20px);
  }
  .small-down--nine-twelfths {
    width: calc(75% - 20px);
  }
  .small-down--ten-twelfths {
    width: calc(83.3333333333% - 20px);
  }
  .small-down--eleven-twelfths {
    width: calc(91.6666666667% - 20px);
  }
  .small-down--offset-by-one {
    left: calc(6.25%);
  }
  .small-down--offset-by-two {
    left: calc(12.5%);
  }
  .small-down--offset-by-three {
    left: calc(18.75%);
  }
  .small-down--offset-by-four {
    left: calc(25%);
  }
  .small-down--offset-by-five {
    left: calc(31.25%);
  }
  .small-down--offset-by-six {
    left: calc(37.5%);
  }
  .small-down--offset-by-seven {
    left: calc(43.75%);
  }
  .small-down--offset-by-eight {
    left: calc(50%);
  }
  .small-down--offset-by-nine {
    left: calc(56.25%);
  }
  .small-down--offset-by-ten {
    left: calc(62.5%);
  }
  .small-down--offset-by-eleven {
    left: calc(68.75%);
  }
  .small-down--offset-by-twelve {
    left: calc(75%);
  }
  .small-down--offset-by-thirteen {
    left: calc(81.25%);
  }
  .small-down--offset-by-fourteen {
    left: calc(87.5%);
  }
  .small-down--offset-by-fifteen {
    left: calc(93.75%);
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim {
  }
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
  .equal-columns--outside-trim .small-down--eight.small-down--eight,
  .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
  .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--outside-trim .small-down--four.small-down--four,
  .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
  .equal-columns--outside-trim .small-down--two.small-down--two {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0;
  }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n + 1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n + 1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n + 1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n + 1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n + 1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n + 1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n + 1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n + 1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n + 1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.3333333333% - (20px - (20px / 3)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.6666666667% - (20px - (20px / 6)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.2857142857% - (20px - (20px / 7)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2));
  }
}
@media only screen and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2)));
  }
}
@media only screen and (max-width: 480px) {
  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px;
  }
  .has-no-side-gutter .small-down--one-whole,
  .has-no-side-gutter .small-down--one-half,
  .has-no-side-gutter .small-down--eight,
  .has-no-side-gutter .small-down--one-third,
  .has-no-side-gutter .small-down--two-thirds,
  .has-no-side-gutter .small-down--one-fourth,
  .has-no-side-gutter .small-down--four,
  .has-no-side-gutter .small-down--one-fifth,
  .has-no-side-gutter .small-down--three-fifths,
  .has-no-side-gutter .small-down--two-fifths,
  .has-no-side-gutter .small-down--one-sixth,
  .has-no-side-gutter .small-down--one-seventh,
  .has-no-side-gutter .small-down--one-eighth,
  .has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0;
  }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%;
  }
  .has-no-side-gutter .small-down--one-half {
    width: 50%;
  }
  .has-no-side-gutter .small-down--one-third {
    width: 33.3333333333%;
  }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%;
  }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%;
  }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%;
  }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%;
  }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.6666666667%;
  }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.2857142857%;
  }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.6666666667%;
  }
  .has-no-side-gutter .small-down--two {
    width: 12.5%;
  }
  .has-no-side-gutter .small-down--four {
    width: 25%;
  }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%;
  }
  .has-no-side-gutter .small-down--eight {
    width: 50%;
  }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--show {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--hide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .small-down--text-center {
    text-align: center !important;
  }
}
.container-border--top::before {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: left;
}
@media only screen and (max-width: 480px) {
  .container-border--top::before {
    width: 100%;
  }
}
.container-border--bottom::after {
  display: block;
  content: "";
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #d3d3d3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .container-border--bottom::after {
    width: 100%;
  }
}
.narrow-width--true.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.container.full-width--true,
.full-width--true > .container {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .container.fullWidthMobile--true,
  .column.fullWidthMobile--true,
  .columns.fullWidthMobile--true {
    width: 100% !important;
    max-width: 100%;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: Montserrat, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: “”‘’;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
figure {
  margin: 0;
}
legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
* {
  box-sizing: border-box;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 798px) {
  .clear {
    display: none;
  }
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=75e5f7bba682bfbc35e01221beb778a70bd798dc6d83abaecc2edaab9474f67a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=3ea2c02aa119be621ad409cd1e72ba95a609c3095e8090d3528bf7d910301750")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=ad764b7303dc3916937d14c666f62172d1d136fc5d280e05aaed198c7b48cd27")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=fcfe31585dd27f800118268ec604131b6213d28a27abdf4d2a5af16bcd68fcd0")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=c3a03283a91a967a4e73198fb980abe810c1c166153ce5eeeb0d69887baaba37")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=7e10a28cc7937dab8a230068be20b323091584153c721c66436401e5c8af84bd")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=6e8812cb11541125003ac042a9e964ffe8cf4d79ec723c264db4d1d3a810d29a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=5a21e4026779fac9bc33db1870a7be9d8ae2c6b77bc5059e32ee18683f76775c")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=75e5f7bba682bfbc35e01221beb778a70bd798dc6d83abaecc2edaab9474f67a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=3ea2c02aa119be621ad409cd1e72ba95a609c3095e8090d3528bf7d910301750")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=ad764b7303dc3916937d14c666f62172d1d136fc5d280e05aaed198c7b48cd27")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=fcfe31585dd27f800118268ec604131b6213d28a27abdf4d2a5af16bcd68fcd0")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=c3a03283a91a967a4e73198fb980abe810c1c166153ce5eeeb0d69887baaba37")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=7e10a28cc7937dab8a230068be20b323091584153c721c66436401e5c8af84bd")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=6e8812cb11541125003ac042a9e964ffe8cf4d79ec723c264db4d1d3a810d29a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=5a21e4026779fac9bc33db1870a7be9d8ae2c6b77bc5059e32ee18683f76775c")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=75e5f7bba682bfbc35e01221beb778a70bd798dc6d83abaecc2edaab9474f67a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=3ea2c02aa119be621ad409cd1e72ba95a609c3095e8090d3528bf7d910301750")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=ad764b7303dc3916937d14c666f62172d1d136fc5d280e05aaed198c7b48cd27")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=fcfe31585dd27f800118268ec604131b6213d28a27abdf4d2a5af16bcd68fcd0")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=c3a03283a91a967a4e73198fb980abe810c1c166153ce5eeeb0d69887baaba37")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=7e10a28cc7937dab8a230068be20b323091584153c721c66436401e5c8af84bd")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=6e8812cb11541125003ac042a9e964ffe8cf4d79ec723c264db4d1d3a810d29a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=5a21e4026779fac9bc33db1870a7be9d8ae2c6b77bc5059e32ee18683f76775c")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=75e5f7bba682bfbc35e01221beb778a70bd798dc6d83abaecc2edaab9474f67a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=3ea2c02aa119be621ad409cd1e72ba95a609c3095e8090d3528bf7d910301750")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=ad764b7303dc3916937d14c666f62172d1d136fc5d280e05aaed198c7b48cd27")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=fcfe31585dd27f800118268ec604131b6213d28a27abdf4d2a5af16bcd68fcd0")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=c3a03283a91a967a4e73198fb980abe810c1c166153ce5eeeb0d69887baaba37")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=7e10a28cc7937dab8a230068be20b323091584153c721c66436401e5c8af84bd")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=6e8812cb11541125003ac042a9e964ffe8cf4d79ec723c264db4d1d3a810d29a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=5a21e4026779fac9bc33db1870a7be9d8ae2c6b77bc5059e32ee18683f76775c")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n1.5d88a87882738fad15a2998811eb02da674c34b7.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=f4a190e7d23d145d7ca1145bb8f28d215be09cd9b830fbaa29b3c7f8094095b9")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n1.fb1bab80a0825bd1689305e8de1e1eaaf5fcf82c.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=5ed08cd8b043aa2e580da4843f2070634da2e45aee6f6232e2bb9abf00d5189d")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i1.e0d48b75ebea167e75a7815982e086773a791923.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=768de157b2385ba076f8ab854a2da58d780649b5a04dfd7a7abafc38d957470b")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i1.952b18f055b9e035d3bf6db57907ac935f1d4c09.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=367e6e3a773b183daa74766c5d68e3bae38ab571b295f315135de496432b77f7")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=75e5f7bba682bfbc35e01221beb778a70bd798dc6d83abaecc2edaab9474f67a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=3ea2c02aa119be621ad409cd1e72ba95a609c3095e8090d3528bf7d910301750")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=ad764b7303dc3916937d14c666f62172d1d136fc5d280e05aaed198c7b48cd27")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=fcfe31585dd27f800118268ec604131b6213d28a27abdf4d2a5af16bcd68fcd0")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=c3a03283a91a967a4e73198fb980abe810c1c166153ce5eeeb0d69887baaba37")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=7e10a28cc7937dab8a230068be20b323091584153c721c66436401e5c8af84bd")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=6e8812cb11541125003ac042a9e964ffe8cf4d79ec723c264db4d1d3a810d29a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=5a21e4026779fac9bc33db1870a7be9d8ae2c6b77bc5059e32ee18683f76775c")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n4.1d581f6d4bf1a97f4cbc0b88b933bc136d38d178.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=75e5f7bba682bfbc35e01221beb778a70bd798dc6d83abaecc2edaab9474f67a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n4.cfce41a967758ce5a9b7d48daeb5b028fd977a9b.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=3ea2c02aa119be621ad409cd1e72ba95a609c3095e8090d3528bf7d910301750")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_n7.c496e9cf2031deec4c4bca338faa81971c8631d4.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=ad764b7303dc3916937d14c666f62172d1d136fc5d280e05aaed198c7b48cd27")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_n7.78b0223375c94b39ce1af7e09a0225f2bb3d05f7.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=fcfe31585dd27f800118268ec604131b6213d28a27abdf4d2a5af16bcd68fcd0")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i4.ae02483b3d5e8777d0d4a4ccf396482c364d8955.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=c3a03283a91a967a4e73198fb980abe810c1c166153ce5eeeb0d69887baaba37")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i4.ba28d1a04ec09448de486d83c63235903dfc0af8.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=7e10a28cc7937dab8a230068be20b323091584153c721c66436401e5c8af84bd")
      format("woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src:
    url("/cdn/fonts/montserrat/montserrat_i7.83866c3eec90071fa974c17980ffb42977f9e667.woff2?h1=cG9sYWNoZWNrcy5jb20&hmac=6e8812cb11541125003ac042a9e964ffe8cf4d79ec723c264db4d1d3a810d29a")
      format("woff2"),
    url("/cdn/fonts/montserrat/montserrat_i7.25524241b12d864609c85325613d60efcf1a87e3.woff?h1=cG9sYWNoZWNrcy5jb20&hmac=5a21e4026779fac9bc33db1870a7be9d8ae2c6b77bc5059e32ee18683f76775c")
      format("woff");
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  text-transform: none;
  color: #333333;
  line-height: 1.6em;
  overflow: auto;
  background-color: #ffffff;
}
body.collection-rolex-custom-collection,
body.collection-rolex-custom-festive-collection {
  background-color: #f9f7f4;
}
body.blocked-overflow {
  overflow: hidden;
}
::selection {
  background: #fff7b6;
  color: black;
}
abbr {
  border-bottom: 1px dotted #d3d3d3;
}
details summary::-webkit-details-marker {
  display: none;
}
.editor-visible--true {
  display: block !important;
}
.transition--blur-up {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: blur(5px);
  transform: translate3d(0, 0, 0);
  transition: filter 200ms;
}
.transition--blur-up.lazyloaded {
  filter: none;
  transform: scale(1);
}
img[data-sizes="auto"].lazyloaded {
  height: auto;
}
img[data-sizes="auto"],
img[data-sizes="100vw"] {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.image-element__wrap img {
  height: auto;
}
.logo,
.header__logo {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 1.2em;
}
.logo a span,
.header__logo a span {
  color: #ffffff;
}
h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 24px;
  margin: 0 auto 15px;
  clear: both;
  font-weight: 400;
  padding-top: 4px;
}
h1 a:link,
h1 a:visited {
  font-weight: inherit;
  color: #333333;
}
h1 a:hover,
h1 a:active {
  color: #333333;
}
h1.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #d3d3d3;
}
h2,
.h2,
h2.title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 21px;
  margin-bottom: 0.75em;
}
h2 a,
.h2 a,
h2.title a {
  font-weight: inherit;
}
h2.collection_title,
.h2.collection_title,
h2.title.collection_title {
  margin-bottom: 0;
  display: inline;
}
h2.product_name a,
.h2.product_name a,
h2.title.product_name a {
  color: #333333;
}
.cart h2 {
  margin-top: 0;
}
h3,
.h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  margin: 0 auto auto 0;
}
h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited {
  font-weight: inherit;
  color: #333333;
}
h3.title,
.h3.title {
  line-height: 1.25;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}
h3.title a,
h3.title a:visited,
.h3.title a,
.h3.title a:visited {
  color: #333333;
}
h3.sub_title,
.h3.sub_title {
  padding: 5px 0;
  color: #333333;
}
h3.sub_title a,
.h3.sub_title a {
  color: #333333;
}
h4,
.h4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h4 a,
.h4 a {
  font-weight: inherit;
}
h4.title a,
.h4.title a {
  border: 0;
  padding: 0;
  margin: 0;
}
h5,
.h5 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h5 a,
.h5 a {
  font-weight: inherit;
}
h5.sub_title,
.h5.sub_title {
  padding: 5px 0;
  color: #333333;
}
h5.sub_title a,
.h5.sub_title a {
  color: #333333;
}
h6,
.h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  padding: 7px 0;
}
h6 a,
.h6 a {
  font-weight: inherit;
}
h6.title,
.h6.title {
  line-height: 32px;
  margin: 0 0 0.5em 0;
  color: #333333;
}
.cart h6 {
  margin-top: 0;
}
.collection_title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 24px;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}
.collection_title a {
  font-weight: inherit;
  color: #333333;
}
.collection_title a:hover,
.collection_title a:active {
  color: #333333;
}
div.collection_title {
  margin-bottom: 0;
  line-height: 24px;
  display: inline;
}
div.collection_title_tags {
  padding-right: 25px;
  border-right: solid 1px #d3d3d3;
}
.headline,
.empty_cart,
.promo-banner,
.title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 24px;
}
.title.center.blog a {
  color: #333333;
}
p {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.6em;
}
p img {
  margin: 0;
}
sub {
  font-size: 60%;
}
i,
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 90%;
}
.feature img {
  position: relative;
  top: 7px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}
.onboard-text {
  margin: 0;
}
.feature p {
  font-size: smaller;
}
#featured_links {
  padding: 20px 0;
}
#featured_links h2 {
  padding-top: 15px;
}
#featured_links .column,
#featured_links .columns {
  opacity: 1;
}
.slider-gallery .shopify-product-reviews-badge {
  height: 30px;
  display: block;
}
.spr-badge + .feature_divider {
  margin-top: 15px;
}
.spr-badge {
  padding: 5px 0;
}
.thumbnail .spr-badge-caption {
  display: none;
}
.spr-badge-container {
  cursor: pointer;
  display: inline-block;
}
div#shopry-review-photos a {
  display: block !important;
}
.feature_divider {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  border: 0;
  border-color: #aaaaaa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.feature_divider.no-margin {
  margin-bottom: 0px;
}
@media only screen and (max-width: 798px) {
  .feature_divider {
    margin-bottom: 10px;
  }
}
.page .feature_divider,
.page h2.title + .feature_divider {
  margin-bottom: 15px;
}
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #d3d3d3;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite a,
blockquote cite a:visited {
  color: #555;
}
blockquote cite:before {
  content: "— ";
}
hr {
  border-color: #aaaaaa;
  border-style: solid;
  clear: both;
  margin: 12px 0;
  height: 0;
}
hr {
  border-width: 1px;
}
.cart-container hr {
  border-top-width: 0;
}
.collection_description {
  margin: 0 0 1.5em 0;
}
.breadcrumb-wrapper {
  padding-bottom: 1rem;
}
div.breadcrumb-collection {
  margin-bottom: 1rem;
}
div.breadcrumb-collection.breadcrumb-collection--product {
  margin: 0;
}
@media only screen and (max-width: 798px) and (min-width: 552px) {
  div.breadcrumb-collection {
    padding-left: 20px;
    text-align: left;
  }
}
.breadcrumb_text,
.article-pagination {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0;
}
@media only screen and (max-width: 798px) {
  .breadcrumb_text,
  .article-pagination {
    margin-top: 0;
  }
}
.breadcrumb_text .breadcrumb-divider,
.article-pagination .breadcrumb-divider {
  color: #333333;
  margin: 0 5px;
}
.breadcrumb_link:hover span {
  color: #000000;
}
.breadcrumb {
  font-size: 14px;
}
@media only screen and (max-width: 798px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
a,
a:visited,
a span {
  color: #333333;
  text-decoration: none;
  position: relative;
  transition: color 0.1s linear;
}
a:hover,
a:focus {
  color: #000000;
}
a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation;
}
ul,
ol {
  margin-bottom: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 4px 0 5px 30px;
}
ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 6px;
}
ul li,
ol li {
  margin-bottom: 12px;
}
ul {
  list-style: disc outside;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul.large li {
  line-height: 21px;
}
ul.none {
  list-style: none outside;
  margin-left: 0;
}
ul.border {
  list-style: none outside;
  line-height: 26px;
}
ul.border li {
  border-bottom: 1px solid #d3d3d3;
  list-style: none outside none;
  padding: 12px 0;
  margin-bottom: 0;
}
ol {
  list-style: decimal;
}
.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.header select.currencies {
  color: #ffffff;
  text-shadow: none;
}
.header div.container {
  padding-bottom: 5px;
  padding-top: 5px;
}
body.is-active {
  overflow-y: hidden;
  height: 100vh;
}
body.is-active #header {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#header.mobile_nav-fixed--true,
.mobile_nav-fixed--false.is-active #header {
  position: fixed;
  z-index: 7 !important;
  width: 100%;
  top: 0;
  left: 0;
}
#header {
  display: none;
  pointer-events: all;
}
#header .top-bar {
  text-align: center;
  display: flex;
  align-items: center;
}
#header .top-bar a.right {
  left: auto;
  right: 15px;
  font-size: 20px;
  padding-top: 8px;
  top: 4px;
  z-index: 1;
}
#header .top-bar a.mobile_nav {
  display: flex;
  align-items: center;
  z-index: 1;
}
#header .top-bar > a,
#header .top-bar > a:visited,
#header .top-bar > a:active {
  display: block;
  font-size: 25px;
}
#header .top-bar a span {
  color: #ffffff;
  display: inline-block;
  padding-left: 4px;
  position: relative;
}
#header .top-bar a.icon-bag:before,
#header .top-bar a.icon-cart:before {
  font-size: 18px !important;
}
.nav ul.mobile_menu li a {
  display: inline-block;
}
#header .mobile_nav.dropdown_link {
  width: 25%;
}
#header .mobile_nav.dropdown_link span.menu_title {
  position: absolute;
  left: 40px;
}
.mobile_nav {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mobile_nav div {
  flex-shrink: 0;
  width: 30px;
  height: 40px;
  position: relative;
  float: left;
  margin: 0 8px 0 5px;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}
.mobile_nav div span {
  display: block !important;
  position: absolute !important;
  height: 1px !important;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  padding: 0 !important;
  transform: rotate(0deg);
  transition: 0.1s ease-in-out;
}
.mobile_nav div span:nth-child(1) {
  top: 10px;
}
.mobile_nav div span:nth-child(2),
.mobile_nav div span:nth-child(3) {
  top: 20px;
}
.mobile_nav div span:nth-child(4) {
  top: 30px;
}
.mobile_nav div.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.mobile_nav div.open span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile_nav div.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile_nav div.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#mobile_menu {
  margin: 10px 0;
}
#mobile_menu .sublink ul {
  display: none;
  margin: 0;
  padding-left: 0;
}
#mobile_menu .sublink ul li a {
  padding-left: 30px;
}
#mobile_menu li {
  display: block;
  padding-right: 0;
  padding-left: 0;
}
#mobile_menu li a {
  padding: 12px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
}
#mobile_menu li a span.icon-down-arrow {
  padding: 0 0 0 15px !important;
  color: inherit;
  line-height: 1.6;
}
#mobile_menu li a span.icon-down-arrow:before {
  line-height: 1.6;
}
.mobile-menu-item-title {
  display: inline-block;
}
.mobile-disclosure-link {
  cursor: pointer;
}
.mobile-menu__disclosure .selectors-form__wrap {
  justify-content: center;
  flex-direction: column;
}
.mobile-menu__disclosure .selectors-form__item {
  margin-left: 0;
}
.mobile-menu__disclosure
  .selectors-form__item:first-of-type
  .disclosure__toggle {
  border-top: none;
}
.mobile-menu__disclosure .disclosure {
  padding-top: 0;
}
.mobile-menu__disclosure .disclosure-list__item {
  padding: 0;
}
.mobile-menu__disclosure button.disclosure__button {
  justify-content: flex-start;
  font-size: 12px;
  color: #ffffff;
  padding-left: 0;
  min-height: 0;
  height: unset;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.9em;
}
.mobile-menu__disclosure button.disclosure__button:hover,
.mobile-menu__disclosure button.disclosure__button:focus {
  color: #9f5104;
}
#mobile_menu li.sublink span.currency-code {
  display: inline;
  padding-left: 0;
}
.feature_image.editor-hover--true .main-nav,
.feature_image.editor-hover--true .dropdown {
  clear: both;
  transition: all 0.2s linear;
  animation: fadeIn 0.2s linear none;
}
.feature_image.editor-hover--true .main-nav,
.feature_image.editor-hover--true .dropdown {
  background: rgba(136, 136, 136, 0.9);
}
.cart-container {
  float: right;
}
p.cart-message a {
  display: inline-block;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  background-color: #000000;
}
.top-bar .social_icons {
  margin: 0;
  padding-left: 10px;
}
.top-bar .social_icons li {
  padding: 5px;
}
.top-bar a {
  display: flex;
  align-items: center;
}
.top-bar ul.social_icons a {
  display: inline;
  flex: none;
}
.top-bar .top-bar--right {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 40px;
}
.top-bar .top-bar--right .icon-search {
  height: 100%;
  z-index: 10;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  color: #ffffff;
}
.top-bar .top-bar--right .icon-search:before {
  margin-left: 0;
  font-size: 18px;
}
.top-bar .top-bar--right .icon-search:visited {
  color: #ffffff;
}
.top-bar .top-bar--right .icon-search:hover,
.top-bar .top-bar--right .icon-search:focus,
.top-bar .top-bar--right .icon-search:active {
}
.top-bar .top-bar--right .cart-container {
  display: inline-block;
}
.top-bar .mini-cart__item-title a {
  display: block;
}
.top-bar .mini-cart__item-title span {
  color: #333333;
}
.top-bar .mini-cart__item-title .sale {
  color: #ae3333;
  margin-right: 3px;
}
.top-bar .mini-cart__item-title .was_price {
  color: #ae3333;
}
.top-bar--right-menu {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}
.main-nav,
.dropdown {
  clear: both;
  transition: all 0.2s linear;
  animation: fadeIn 0.2s linear none;
}
.main-nav,
.dropdown {
  background: rgba(136, 136, 136, 0.9);
}
.feature_image .main-nav,
.feature_image .dropdown {
  background: transparent;
}
.is-active .sticky_nav {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.nav--combined {
  width: 100%;
  display: flex;
}
.nav--combined.center {
  justify-content: center;
}
.nav--combined.align_right {
  justify-content: flex-end;
}
.mobile-fixed-search-nav-container .icon-bar-first {
  margin-top: 0 !important;
}
.combined-menu-container {
  width: 100%;
  display: flex;
  column-gap: 13px;
  flex-direction: column;
}
@media (max-width: 480px) {
  .combined-menu-container {
    max-height: 70vh;
    overflow-x: auto;
  }
}
.center .combined-menu-container {
  justify-content: center;
}
.align_right .combined-menu-container {
  justify-content: flex-end;
}
.sticky_nav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 35;
  top: 0;
  left: 0;
  padding: 0;
  transform: translateY(-100%);
  opacity: 0;
}
.sticky_nav .main-nav {
  flex-wrap: nowrap;
  padding: 0 0 0 20px;
}
.sticky_nav .nav--left {
  padding-left: 20px;
}
.sticky_nav .nav--combined ul.menu {
  padding: 0 20px;
}
.sticky_nav ul.menu {
  font-size: 13px;
  padding-bottom: 0 !important;
}
.sticky_nav .header__logo {
  padding: 12px 0;
}
.sticky_nav .menu-position--block.search-enabled--true .nav.nav--center {
  padding-left: 0;
}
.sticky_nav .menu-position--block .header__logo {
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
.sticky_nav
  .menu-position--inline.logo-position--center.search-enabled--false
  .nav--right {
  width: calc(45% - 70px);
}
.sticky_nav .menu-position--inline.logo-position--center .nav--right {
  width: calc(45% - 130px);
}
.sticky_nav .header__logo span {
  color: #ffffff;
}
.sticky_nav .search-container {
  max-width: 60px;
  padding: 12px 0;
}
.sticky_nav .search-container a {
  padding: 0 20px;
  color: #ffffff;
}
.sticky_nav .mini_cart {
  font-size: 18px;
  padding: 12px;
  align-items: center;
}
.sticky_nav .mini_cart:before {
  margin: 0;
}
.sticky_nav .mini_cart .cart_count {
  margin: 0;
  padding: 0 0 0 8px;
}
.sticky_nav[data-animation] {
  display: block;
  transition:
    opacity 300ms ease-in-out,
    transform 300ms ease-in-out;
}
.sticky_nav[data-animation-state="open"] {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 798px) {
  .sticky_nav--stick {
    display: none;
  }
  .footer_menu .toggle_content {
    display: block !important;
  }
}
@media screen and (max-width: 769px) {
  #header.mobile_nav-fixed--true {
    display: block !important;
    color: #000;
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  #header .sup-header-container {
    margin: 0;
  }
  .search-enabled--true.feature_image,
  header.search-enabled--true {
    display: none;
  }
  #header .top-bar {
    flex-direction: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .top-bar .top-bar__menu a,
  .top-bar .social_icons a,
  .top-bar .mobile-menu-title {
    color: #000;
  }
  .mobile_nav div span {
    height: 2px !important;
    background: #000;
  }
  #header .mobile_nav.dropdown_link {
    width: 100%;
  }
  .mobile_nav div span:nth-child(3) {
    top: 30px;
  }
  .mobile_nav div.open span:nth-child(3) {
    top: 20px;
  }
  .top-bar .mobile-menu-title {
    display: none;
  }
  .top-bar .top-bar--right .icon-search {
    color: #000;
  }
  .top-bar .top-bar--right .icon-search:before {
    margin-left: 0;
    font-size: 20px;
    font-weight: 700;
  }
  body .mobile-search .icon-search {
    color: #fff;
    left: 28px;
    top: 16px;
    transform: none;
    width: 22px;
    font-size: 18px;
  }
  body .mobile-search .icon-cross {
    position: absolute;
    right: 28px;
    top: 14px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
  }
  body.boost-pfs-enable-instant-search {
    position: static !important;
  }
  body .mobile-search {
    width: 100%;
    height: auto;
    top: 92px !important;
    z-index: 99;
  }
  body .mobile-search form {
    background-color: #000;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    min-height: inherit;
  }
  body .mobile-search input#q {
    margin: 0;
    height: 30px;
    border: solid thin rgba(255, 255, 255, 0.6) !important;
    border-radius: 15px;
    min-height: inherit;
    background-color: transparent;
    color: #fff;
  }
  .mobile-search input::-webkit-input-placeholder {
    color: #fff;
  }
  .mobile-search input::-moz-placeholder {
    color: #fff;
  }
  .mobile-search input:-ms-input-placeholder {
    color: #fff;
  }
  .mobile-search input:-moz-placeholder {
    color: #fff;
  }
  body .mobile-search .visually-hidden {
    display: none;
  }
  #header .cart-container .mini_cart {
    color: #000;
    background-color: transparent;
    margin: 0;
    width: 40px !important;
    max-width: 40px !important;
  }
  #header .top-bar a.icon-cart:before {
    font-size: 22px !important;
    margin: 0;
  }
  #header .top-bar a span.cart_count {
    color: #fff !important;
    display: inline-block;
    padding: 0px 5px;
    position: absolute;
    top: -5px;
    right: 0;
    line-height: 18px;
    font-size: 12px;
    background: #000;
    border-radius: 100%;
    text-align: center;
  }
  #header .top-bar a.mobile_logo img {
    max-height: 45px;
  }
  .top-bar .top-bar--right .icon-search:visited {
    color: #000;
  }
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.menu {
  flex: 1 1 auto;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.menu li {
  margin: 0;
  border: 0;
  display: inline-block;
}
.menu-position--inline {
  flex-wrap: nowrap;
}
.menu-position--inline .header__logo {
  width: 100%;
}
.menu-position--block.search-enabled--true .nav.nav--center {
  padding-left: 0;
}
.menu-position--block .header__logo {
  width: 100%;
  max-width: none;
}
.top-bar__menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar__menu li {
  margin: 0;
  padding: 0;
}
.top-bar__menu .icon-user {
  padding: 0;
}
.header__logo {
  width: auto;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
.header__logo a {
  display: inline-block;
}
.header__logo img,
.header__logo span.header__logo-text {
  width: 100%;
  display: inline-block;
  color: #ffffff;
}
.logo-alignment--left.menu-position--block .header__logo {
  padding-right: 0;
  padding-left: 0;
}
.logo-alignment--center .header__logo {
  text-align: center;
}
.logo-position--left .header__logo {
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
}
.logo-position--center.menu-position--block .header__logo {
  margin: 0;
}
.logo-position--center.search-enabled--true .nav--right {
  width: calc(45% - 220px);
}
.logo-position--center.menu-position--inline .nav--left {
  width: 45%;
}
.menu-position--inline.logo-position--center.search-enabled--false .nav--right {
  width: 45%;
}
.cart-container .mini_cart {
  display: flex;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  width: 70px;
  max-width: 70px;
  white-space: nowrap;
}
.cart-container .mini_cart .cart_count {
  color: inherit;
}
@media only screen and (max-width: 480px) {
  .cart-container .mini_cart {
    width: 50px;
    max-width: 50px;
  }
}
.search-container {
  width: 100%;
  max-width: 200px;
  padding-left: 20px;
}
.search-container .search-link {
  display: none;
}
.search-container input {
  z-index: 29;
}
.nav ul li a.sub-menu {
  padding: 10px 4px 10px 4px;
  z-index: 1001;
}
.nav ul li:hover a.sub-menu {
  color: #ffffff;
}
.menu a,
.menu a:visited,
.menu a span,
select.currencies {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 798px) {
  .menu a,
  .menu a:visited,
  .menu a span,
  select.currencies {
    font-size: 12px;
  }
}
.menu a:hover,
.menu a:active {
  color: #9f5104;
}
#header span.menu_title,
.menu a span,
select.currencies,
.mini_cart span {
  padding-left: 5px;
  padding-right: 5px;
}
#header span.menu_title {
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  margin-top: -2px;
}
.menu li {
  vertical-align: top;
  padding-right: 10px;
}
.shopify-currency-form {
  margin-bottom: 0;
}
select.currencies {
  height: 40px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  background-image: url(/cdn/shop/t/26/assets/select_light.png?v=153136132513795776861655745722);
}
@media only screen and (max-width: 798px) {
  select.currencies {
    font-size: 16px;
  }
}
#mobile_menu select.currencies {
  padding-left: 0;
}
.top-bar li {
  padding-left: 10px;
  padding-right: 10px;
}
.top-bar .social_icons a {
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.top-bar .top-bar__menu a,
.top-bar .social_icons a,
.top-bar .mobile-menu-title {
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  text-transform: none;
}
.top-bar .top-bar__menu a:visited,
.top-bar .social_icons a:visited,
.top-bar .mobile-menu-title:visited {
  color: #ffffff;
}
.top-bar .top-bar__menu a:hover,
.top-bar .top-bar__menu a:focus,
.top-bar .top-bar__menu a:active,
.top-bar .social_icons a:hover,
.top-bar .social_icons a:focus,
.top-bar .social_icons a:active,
.top-bar .mobile-menu-title:hover,
.top-bar .mobile-menu-title:focus,
.top-bar .mobile-menu-title:active {
  color: #ffffff;
}
.mini_cart,
.nav a.mini_cart {
  float: right;
  text-align: center;
  cursor: pointer;
  background-color: #d54d4d;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  z-index: 2001;
}
@media only screen and (min-width: 799px) {
  .mini_cart,
  .nav a.mini_cart {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 798px) {
  .mini_cart,
  .nav a.mini_cart {
    right: 0;
  }
}
.cart-container li.mini-cart__item {
  display: flex;
  justify-content: space-between;
}
.top-bar a.mini_cart span {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}
a.tos_icon,
.cart_content a.tos_icon {
  font-size: 13px;
  color: #333333;
}
a.tos_icon:visited,
.cart_content a.tos_icon:visited {
  color: #333333;
}
a.tos_icon:hover,
.cart_content a.tos_icon:hover {
  color: #000000;
}
.cart_content__continue-shopping {
  display: none;
}
.no-touchevents a.cart_content__continue-shopping.secondary_button {
  display: none;
}
.no-touchevents a.cart_content__continue-shopping.secondary_button,
.touchevents a.cart_content__continue-shopping.secondary_button {
  display: none;
}
@media only screen and (max-width: 798px) {
  .no-touchevents a.cart_content__continue-shopping.secondary_button,
  .touchevents a.cart_content__continue-shopping.secondary_button {
    display: block;
    border-top: 0;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: static;
    font-size: inherit;
    letter-spacing: inherit;
  }
}
.mini_cart span {
  display: inline-block;
}
.cart-container .cart_content {
  display: none;
}
.active_link {
  pointer-events: all;
}
.cart-container.active_link .cart_content {
  display: block;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
}
.cart-container.active_link .cart_content::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
}
.cart-container.active_link .cart_content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#cart_form {
  width: 100%;
}
#cart_form p.modal_price {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  #cart_form p.modal_price {
    font-size: inherit;
  }
}
#cart_form .product-quantity-box {
  margin: 15px 0;
  width: 130px;
}
.cart_content .product-quantity-box {
  margin: 15px 0 0;
  width: 130px;
}
.cart_content .product-plus.is-disabled,
.cart_content .product-minus.is-disabled,
#cart_form .product-plus.is-disabled,
#cart_form .product-minus.is-disabled {
  pointer-events: none;
}
.cart_content .product-quantity-box .quantity,
#cart_form .product-quantity-box .quantity {
  padding: 0 5px;
  width: 30%;
  min-height: 30px;
  height: 30px;
}
.cart_content .product-quantity-box .product-plus,
#cart_form .product-quantity-box .product-plus {
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  padding-right: 2px;
  width: 25%;
}
.cart_content .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-minus {
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  padding-right: 2px;
  width: 25%;
}
#cart_form .product-quantity-box .product-minus,
#cart_form .product-quantity-box .product-plus,
.nav .product-quantity-box .product-minus,
.nav .product-quantity-box .product-plus {
  padding-right: 0;
}
#cart_form .icon-minus,
#cart_form .icon-plus {
  position: relative;
  left: 1px;
}
.cart__continue-shopping {
  width: 100%;
  margin-top: 25px;
}
.cart-container.active_link .mini_cart,
.cart-container.active_link .mini_cart span {
  background-color: #ffffff;
  color: #333333 !important;
}
.cart_content {
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 2000;
  background-color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #333333;
  border: 1px solid #d3d3d3;
  border-top: 0;
  border-right: 0;
  width: 100%;
  max-width: 320px;
}
@media only screen and (min-width: 799px) {
  .cart_content {
    max-width: 420px;
  }
}
div.cart_content form {
  margin: 15px 0 0 0;
  padding: 0;
}
.mini-cart__item.animated,
.cart__item.animated {
  animation-duration: 0.7s;
}
.mini-cart__item--image {
  width: 40%;
}
.cart_content li.mini-cart__item {
  position: relative;
}
.cart_content li.mini-cart__item a.cart__remove-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.cart_content li.mini-cart__item a.cart__remove-btn:active {
  position: absolute;
}
.cart_content li.mini-cart__item a.cart__remove-btn span {
  color: #333333;
}
.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon {
  margin-left: 0;
}
.cart_content li.mini-cart__item a.cart__remove-btn .remove-icon:before {
  font-size: 25px;
}
#header .top-bar a span.remove-icon {
  color: #333333;
}
#header li.mini-cart__item a.cart__remove-btn {
  top: 0;
}
.mini-cart__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}
.mini-cart__item-price {
  padding-top: 10px;
  line-height: 1;
  font-weight: bold;
}
.mini-cart__unit-price {
  margin: 0;
  font-size: 0.925em;
}
.mini-cart__item-title {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.cart__item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
@media only screen and (max-width: 798px) {
  .cart__item--content {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 798px) {
  .cart__item--image {
    max-width: 33.333%;
  }
}
.container .column.cart__item--image {
  margin-left: 0;
}
.cart__item--title {
  margin-right: 15%;
}
@media only screen and (max-width: 798px) {
  .cart__item--title {
    margin-right: 20px;
  }
}
.cart__item-unit-price,
.order-details__unit-price,
.product-details__unit-price,
.thumbnail .unit-pricing {
  margin: 0;
  font-size: 0.925em;
}
.product-details__unit-price {
  margin-bottom: 5px;
}
.order-details__unit-price {
  display: block;
}
.product-details__unit-price,
.product-details__unit-price span {
  color: #333333;
}
.thumbnail-overlay .product-details__unit-price,
.thumbnail-overlay .product-details__unit-price span {
  color: #ffffff;
}
.cart__item--discount,
.meta.cart__item--discount .label {
  color: #ae3333;
  margin-top: 15px;
}
.cart_discounts {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.cart_discounts .cart_discounts--title {
  width: 60%;
  margin-right: 20px;
}
.cart_discounts .cart_discounts--price {
  width: calc(40% - 20px);
  text-align: right;
}
.cart__remove-btn {
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}
.cart__remove-btn span.remove-text,
.cart__remove-btn span.remove-icon {
  color: #333333;
}
.cart__remove-btn:hover span,
.cart__remove-btn:active span {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .cart__remove-btn .remove-text {
    display: none;
  }
}
.cart__remove-btn .remove-icon {
  margin-left: 5px;
}
.cart__remove-btn .remove-icon:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 1em;
  display: block;
  content: "×";
}
.cart .cart_subtotal {
  font-weight: bold;
  font-size: larger;
}
.cart_content .cart_subtotal {
  text-align: left;
  font-weight: bold;
}
.cart_content a,
.cart_content a:visited,
.cart_content a:hover,
.cart_content a .price,
.cart_content a .price span {
  color: #333333 !important;
}
.cart_content a .price span {
  padding-left: 5px;
}
.cart_content ul {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
}
.cart_content ul li {
  padding-left: 0;
  padding-right: 0;
}
.cart_content ul li:empty {
  margin-bottom: 0;
}
.cart_content ul li .cart_discounts--title {
  text-align: left;
}
.cart_content ul li {
  list-style: none;
  clear: both;
}
.mini_cart,
.top-bar [class^="icon-"]:before,
.top-bar [class*=" icon-"]:before {
  font-size: 15px;
  margin-right: 0;
}
#customer_login,
#customer_login_guest {
  display: inline;
}
@media only screen and (max-width: 480px) {
  #customer_login,
  #customer_login_guest {
    display: block;
  }
}
input[type="submit"].guest_button,
input[type="button"].guest_button {
  color: #333333;
  box-shadow: none;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}
input[type="submit"].guest_button:hover,
input[type="button"].guest_button:hover {
  background: transparent;
  border: 0;
  color: #000000;
}
@media only screen and (min-width: 799px) {
  input[type="submit"].guest_button,
  input[type="button"].guest_button {
    text-align: center;
  }
}
.menu ul li .mini_cart span {
  padding-left: 5px;
  top: -1px;
}
.dropdown_container {
  clear: both;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 798px) {
  .dropdown_container {
    position: relative;
    bottom: initial;
  }
}
.dropdown_container img {
  max-width: 100%;
}
.dropdown {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.dropdown_content {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.mega-menu .dropdown_content {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}
.mega-menu__richtext,
.mega-menu__image-caption-link {
  padding: 0 5px;
}
.mega-menu__richtext a,
.mega-menu__richtext a:active,
.mega-menu__richtext a:hover {
  display: inline-block;
  text-transform: none;
  padding: 0;
}
.mega-menu__image-caption-link {
  text-align: center;
  margin-bottom: 10px;
}
.mega-menu__image-caption-link a,
.mega-menu__image-caption-link a:visited,
.mega-menu__image-caption-link a:active,
.mega-menu__image-caption-link a:hover {
  text-transform: none;
  display: block;
}
.mega-menu__image-caption,
.mobile-mega-menu__image-caption {
  margin: 10px 0;
}
.dropdown_content a p,
.mobile-mega-menu a p {
  padding: 0;
}
.dropdown_content p,
.mobile-mega-menu p {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  margin-bottom: 0;
}
.dropdown_content p,
.dropdown_content a,
.dropdown_content a:hover,
.dropdown_content a:active {
  font-size: 14px;
  letter-spacing: 1px;
}
.dropdown_column__menu + .dropdown_column__menu {
  margin-top: 10px;
}
.dropdown_narrow {
  width: 60%;
}
.dropdown_column {
  display: table-cell;
  padding: 15px 20px 30px 20px;
  width: 16.666%;
  vertical-align: top;
}
.dropdown_column img {
  max-width: 100%;
}
.dropdown_column ul {
  margin: 0;
  padding: 0;
}
.dropdown_column ul.dropdown_title {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 10px;
}
.dropdown_column ul.dropdown_item {
  text-align: center;
}
.mega-menu .dropdown_column {
  width: 100%;
  padding: 15px 20px 30px 20px;
}
.mega-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.dropdown_column li {
  display: block;
}
.dropdown_column li a,
.dropdown_column li a:hover,
.dropdown_column li a:active {
  padding-bottom: 0;
  text-transform: none;
}
.dropdown_row {
  display: table-row;
}
select.currencies {
  border: 0 !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  min-width: 65px;
  outline: 0;
  background-position: 96.5% 55%;
  background-size: 18px 12px;
  text-shadow: none !important;
  box-shadow: none !important;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  appearance: none;
}
select.currencies:active {
  border: 0;
  outline: 0;
  text-shadow: 0;
  box-shadow: 0;
}
select.currencies option {
  color: #ffffff;
}
select.currencies option {
  background: rgba(136, 136, 136, 0.6);
}
.menu li.currencies {
  padding: 0;
}
.container div.collection_nav {
  margin-bottom: 1.5em;
}
.collection_menu,
.collection_menu li {
  display: inline;
  list-style: none;
  border: none;
  position: relative;
  top: -3px;
  margin: 0;
}
.collection_menu li {
  padding-left: 25px;
}
.sidebar-wrap {
  border-right: 1px solid #d3d3d3;
  margin-right: 10px;
  padding-right: 20px;
}
@media only screen and (max-width: 798px) {
  .sidebar-wrap {
    border: none;
    padding-right: 0;
  }
}
.sidebar a,
.sidebar a:visited {
  color: #333333;
}
.sidebar a:hover,
.sidebar a:active {
  color: #000000;
}
.sidebar .meta {
  margin-left: 2px;
}
.sidebar .spr-badge {
  color: #333333;
}
.sidebar .recently-viewed-list .brand {
  color: #333333;
}
.toggle-all--true h4.toggle {
  cursor: pointer;
  pointer-events: all;
}
.toggle-all--true .toggle span {
  display: block;
}
.content_block.toggle_list a {
  display: inline;
  position: static;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  color: #333333;
}
.content_block.toggle_list a:hover {
  border-left: none;
  color: #000000;
}
.toggle_list {
  margin: 0;
  padding: 10px 0 15px 0;
}
.toggle_list a {
  display: inline-block;
  position: relative;
  margin-left: 0;
  max-width: 80%;
  border-left: solid 2px transparent;
  transition: border 200ms ease-out;
}
.toggle_list a.active,
.toggle_list a.active--default {
  padding-left: 8px;
  border-left: solid 2px;
}
ul.toggle_list li ul {
  display: none;
}
ul.toggle_list li ul.active {
  display: block;
}
.sidebar .toggle_list a.active {
  border-left: solid 9px #000000;
}
.toggle_list li {
  list-style: none;
  line-height: 1.4em;
  padding: 8px 0 8px 0;
}
.toggle_list .meta span {
  line-height: 2.5;
}
.sidebar_text {
  margin-bottom: 12px;
  padding-top: 10px;
}
.sidebar__content {
  border-left: solid 1px #d3d3d3;
  padding-left: 20px;
}
.sidebar__content .toggle_list li {
  line-height: 1.2;
}
.sidebar .newsletter {
  margin-bottom: 20px;
}
.sidebar .newsletter form {
  width: 100%;
}
.sidebar li ul {
  margin: 8px 0 0 15px;
}
.sidebar .toggle_list li ul {
  padding-left: 0;
}
.sidebar ul li {
  margin-bottom: 0;
}
.sidebar input.newsletter-form__sign-up[type="submit"],
.sidebar input.contact_email[type="email"] {
  width: 100% !important;
  margin-left: 0;
}
.blog_search {
  position: relative;
}
.sidebar-block {
  position: relative;
  height: var(--closed-height, auto);
  overflow: hidden;
  padding-left: var(--sidebar-left-safe-area);
}
.sidebar-block::after {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  bottom: 0;
  left: var(--sidebar-left-safe-area);
  background: #d3d3d3;
}
.sidebar-block[open] {
  height: var(--open-height, auto);
}
.sidebar-block[data-sidebar-block-state="closed"] {
  height: var(--closed-height, auto);
}
.sidebar-block[data-sidebar-block-animation="closed=>open"] {
  transition: height 250ms ease-in-out;
}
.sidebar-block[data-sidebar-block-animation="open=>closed"] {
  transition: height 200ms ease-in-out;
}
.sidebar-block[data-sidebar-block-state="open"] {
  height: var(--open-height, auto);
}
.sidebar > .sidebar-block:last-child {
  border-bottom: none;
}
.sidebar-block:empty {
  border-bottom: none;
  display: none;
}
.sidebar-block:blank {
  border-bottom: none;
}
.sidebar .filter-active-tag {
  position: relative;
}
.color-filter--true label {
  display: flex;
  align-items: center;
}
.sidebar__collection-filter a,
.sidebar__collection-filter label {
  cursor: pointer;
}
.sidebar__collection-filter label {
  text-transform: none;
  font-weight: normal;
  font-size: inherit;
}
.sidebar__collection-filter label:hover {
  color: #000000;
}
.sidebar__collection-filter input[type="checkbox"] {
  display: none;
}
.sidebar__collection-filter input.styled-checkbox[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  background-size: cover;
  margin-right: 15px;
}
.sidebar__collection-filter button.clear-active-filter,
.sidebar__collection-filter button.clear-active-filter:active {
  color: #333333;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: 0;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  right: 0;
  left: auto;
  padding: 2px 4px;
  line-height: 1.2;
  display: block;
  height: auto;
  min-height: auto;
}
.sidebar__collection-filter button.clear-active-filter:hover {
  color: #000000;
}
.sidebar__collection-filter .x-icon,
.faceted-filter-form .x-icon {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 15px;
  height: 15px;
  margin: 0 2px 0 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  font-style: normal;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: middle;
  top: -1px;
}
.sidebar__collection-filter .x-icon:before,
.faceted-filter-form .x-icon:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  content: "×";
  text-align: center;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
.featured_collections.sub-collection {
  margin-bottom: 10px;
}
.featured_collections.sub-collection .thumbnail {
  margin-bottom: 10px;
}
@media only screen and (max-width: 798px) {
  .featured_collections.sub-collection .thumbnail {
    width: 100%;
  }
}
.sub-collection--2 .thumbnail {
  width: calc(50% - 20px);
}
.sub-collection--2 .thumbnail:nth-child(2n + 1) {
  clear: both;
}
.sub-collection--3 .thumbnail {
  width: calc(33.33333% - 20px);
}
.sub-collection--3 .thumbnail:nth-child(3n + 1) {
  clear: both;
}
.sub-collection--4 .thumbnail {
  width: calc(25% - 20px);
}
.sub-collection--4 .thumbnail:nth-child(4n + 1) {
  clear: both;
}
.list-collections-wrapper img[src*="/no-image"] ~ .thumbnail-overlay {
  opacity: 1 !important;
}
.list-collections-wrapper
  img[src*="/no-image"]
  ~ .thumbnail-overlay
  .collection-details {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 798px) {
  .list-collections-wrapper img[src*="/no-image"] ~ .collection-info__caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.list-collections-wrapper .img {
  width: 100%;
}
.list-collections-wrapper .collection-info__caption {
  margin-top: 20px;
}
.list-collections-wrapper .collection-info__caption {
  display: block;
}
@media only screen and (max-width: 798px) {
  .list-collections-wrapper .collection-info__caption {
    display: block;
    position: static;
  }
}
.blog-header {
  margin-bottom: 5px;
}
.blog-title {
  font-size: 2em;
  font-weight: 600 !important;
}
.shopify-section--blog-template .feature_divider {
  border: none !important;
}
.shopify-section--blog-template .blog_meta span {
  font-size: 11px;
  font-weight: bold;
  color: black;
}
.shopify-section--blog-template .excerpt {
  margin: 0 !important;
}
@media only screen and (max-width: 798px) {
  .blog-header .blog-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.article .icon-slash {
  padding-right: 5px;
}
.section_select {
  padding: 0;
  text-align: right;
}
.section_select .blog_filter,
.section_select .tag_filter,
.section_select .sort_by {
  color: #333333;
  display: inline-block;
  border: none;
  padding-right: 30px;
  background-position: 100% 50%;
  background-color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  width: auto;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 798px) {
  .section_select .blog_filter,
  .section_select .tag_filter,
  .section_select .sort_by {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding-left: 0;
  }
}
.product_row img,
.product_image_col img,
.article img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
  max-width: 100%;
  height: auto;
}
.image-crop--left img,
.image-crop--left .image-element__wrap {
  object-fit: cover;
  object-position: left;
  height: 100% !important;
}
.image-crop--right img,
.image-crop--right .image-element__wrap {
  object-fit: cover;
  object-position: right;
  height: 100% !important;
}
.image-crop--center img,
.image-crop--center .image-element__wrap {
  object-fit: cover;
  height: 100% !important;
}
.zoom-container {
  display: block;
}
.placeholder-svg {
  fill: rgba(51, 51, 51, 0.9);
  background-color: rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  display: block;
}
.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
  height: 500px;
}
@media only screen and (max-width: 798px) {
  .placeholder-svg--banner,
  .placeholder-svg--slideshow,
  .placeholder-svg--video {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .placeholder-svg--banner,
  .placeholder-svg--slideshow,
  .placeholder-svg--video {
    height: 250px;
  }
}
.shopify-section--featured-promotions
  .feature-section:nth-child(even)
  .placeholder-svg--promotions {
  background-color: rgba(51, 51, 51, 0.6);
}
.image-with-text-section
  .featured-link--image:nth-child(odd)
  .placeholder-svg--promotions {
  background-color: rgba(51, 51, 51, 0.6);
  fill: rgba(51, 51, 51, 0.9);
}
.homepage-slideshow
  .flickity-slider
  .gallery-cell:nth-child(2n + 1)
  .placeholder-svg--slideshow {
  background-color: rgba(51, 51, 51, 0.6);
}
.homepage-slideshow
  .flickity-slider
  .gallery-cell:nth-child(2n)
  .placeholder-svg--slideshow {
  background-color: rgba(51, 51, 51, 0.8);
}
.video-wrapper {
  position: relative;
  background-color: #ffffff;
}
.video-wrapper .video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  pointer-events: none;
}
.video-wrapper.darken-video--true .video__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
  z-index: 5;
}
.video-wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}
.video-wrapper.play-button-icon--visible
  .plyr--paused
  .plyr__control--overlaid {
  display: block;
  opacity: 1;
}
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.video-wrapper .video__text-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
.video-wrapper .video__text-wrapper {
  margin: 0;
  padding: 30px;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.05),
    0 1px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 798px) {
  .video-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.global-button,
product-cta,
.custom-html-container button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sidebar .faceted-active-filters__clear,
.sidebar .faceted-active-filters__remove-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 13px 20px;
  text-align: center;
  line-height: 1.2;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1px;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.2s linear;
  border-color: var(--button-color-border, #000000);
  background: var(--button-color-background, #000000);
  color: var(--button-color-text, #ffffff);
}
.global-button,
product-cta,
.custom-html-container button,
.shopify-payment-button__button.shopify-payment-button__button--unbranded,
.sidebar .faceted-active-filters__clear,
.sidebar .faceted-active-filters__remove-filter {
  border-radius: 0;
}
.global-button:visited,
product-cta:visited,
.custom-html-container button:visited,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:visited,
.sidebar .faceted-active-filters__clear:visited,
.sidebar .faceted-active-filters__remove-filter:visited {
  color: var(--button-color-text, #ffffff);
}
.global-button:hover:not([disabled]),
.global-button:active,
product-cta:hover:not([disabled]),
product-cta:active,
.custom-html-container button:hover:not([disabled]),
.custom-html-container button:active,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not(
    [disabled]
  ),
.shopify-payment-button__button.shopify-payment-button__button--unbranded:active,
.sidebar .faceted-active-filters__clear:hover:not([disabled]),
.sidebar .faceted-active-filters__clear:active,
.sidebar .faceted-active-filters__remove-filter:hover:not([disabled]),
.sidebar .faceted-active-filters__remove-filter:active {
  background: var(
    --button-color-background-hover,
    var(--button-color-background, #9f5104)
  );
  border-color: var(
    --button-color-border-hover,
    var(--button-color-border, #9f5104)
  );
  color: var(--button-color-text-hover, var(--button-color-text, #ffffff));
}
.global-button:active,
product-cta:active,
.custom-html-container button:active,
.shopify-payment-button__button.shopify-payment-button__button--unbranded:active,
.sidebar .faceted-active-filters__clear:active,
.sidebar .faceted-active-filters__remove-filter:active {
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
}
.global-button[disabled],
product-cta[disabled],
.custom-html-container button[disabled],
.shopify-payment-button__button.shopify-payment-button__button--unbranded[disabled],
.sidebar .faceted-active-filters__clear[disabled],
.sidebar .faceted-active-filters__remove-filter[disabled] {
  cursor: not-allowed;
}
.global-button--product-grid-text-hover {
  --button-color-border: #ffffff;
  --button-color-background: transparent;
  --button-color-text: #ffffff;
  --button-color-border-hover: #ffffff;
  --button-color-background-hover: #ffffff;
  --button-color-text-hover: #333333;
}
@media only screen and (min-width: 481px) {
  .global-button--primary-desktop {
    --button-color-border: #000000;
    --button-color-background: #000000;
    --button-color-text: #ffffff;
    --button-color-border-hover: #9f5104;
    --button-color-background-hover: #9f5104;
    --button-color-text-hover: #ffffff;
  }
  .global-button--secondary-desktop {
    --button-color-border: #000000;
    --button-color-background: transparent;
    --button-color-text: #000000;
    --button-color-border-hover: #9f5104;
    --button-color-background-hover: #9f5104;
    --button-color-text-hover: #ffffff;
  }
  .global-button--text-desktop {
    --button-color-border: #333333;
    --button-color-background: transparent;
    --button-color-text: #333333;
    --button-color-border-hover: #333333;
    --button-color-background-hover: #333333;
    --button-color-text-hover: #ffffff;
  }
  .global-button--text-highlighted-desktop {
    --button-color-border: #333333;
    --button-color-background: #333333;
    --button-color-text: #ffffff;
    --button-color-border-hover: #3c3c3c;
    --button-color-background-hover: #3c3c3c;
    --button-color-text-hover: #ffffff;
  }
  .global-button--banner-text-desktop {
    --button-color-border: #ffffff;
    --button-color-background: transparent;
    --button-color-text: #ffffff;
    --button-color-border-hover: #ffffff;
    --button-color-background-hover: #ffffff;
    --button-color-text-hover: #333333;
  }
  .global-button--banner-text-highlighted-desktop {
    --button-color-border: #ffffff;
    --button-color-background: #ffffff;
    --button-color-text: #333333;
    --button-color-border-hover: #ebebeb;
    --button-color-background-hover: #ebebeb;
    --button-color-text-hover: #333333;
  }
  .global-button--banner-desktop {
    --button-color-border: #ffffff;
    --button-color-background: transparent;
    --button-color-text: #ffffff;
    --button-color-border-hover: #ffffff;
    --button-color-background-hover: #ffffff;
    --button-color-text-hover: #333333;
  }
  .global-button--banner-highlighted-desktop {
    --button-color-border: #ffffff;
    --button-color-background: #ffffff;
    --button-color-text: #333333;
    --button-color-border-hover: #ebebeb;
    --button-color-background-hover: #ebebeb;
    --button-color-text-hover: #333333;
  }
}
@media only screen and (max-width: 480px) {
  .global-button--primary-mobile {
    --button-color-border: #000000;
    --button-color-background: #000000;
    --button-color-text: #ffffff;
    --button-color-border-hover: #9f5104;
    --button-color-background-hover: #9f5104;
    --button-color-text-hover: #ffffff;
  }
  .global-button--secondary-mobile {
    --button-color-border: #000000;
    --button-color-background: transparent;
    --button-color-text: #000000;
    --button-color-border-hover: #9f5104;
    --button-color-background-hover: #9f5104;
    --button-color-text-hover: #ffffff;
  }
  .global-button--text-mobile {
    --button-color-border: #333333;
    --button-color-background: transparent;
    --button-color-text: #333333;
    --button-color-border-hover: #333333;
    --button-color-background-hover: #333333;
    --button-color-text-hover: #ffffff;
  }
  .global-button--text-highlighted-mobile {
    --button-color-border: #333333;
    --button-color-background: #333333;
    --button-color-text: #ffffff;
    --button-color-border-hover: #3c3c3c;
    --button-color-background-hover: #3c3c3c;
    --button-color-text-hover: #ffffff;
  }
  .global-button--banner-text-mobile {
    --button-color-border: #ffffff;
    --button-color-background: transparent;
    --button-color-text: #ffffff;
    --button-color-border-hover: #ffffff;
    --button-color-background-hover: #ffffff;
    --button-color-text-hover: #333333;
  }
  .global-button--banner-text-highlighted-mobile {
    --button-color-border: #ffffff;
    --button-color-background: #ffffff;
    --button-color-text: #333333;
    --button-color-border-hover: #ebebeb;
    --button-color-background-hover: #ebebeb;
    --button-color-text-hover: #333333;
  }
  .global-button--banner-mobile {
    --button-color-border: #ffffff;
    --button-color-background: transparent;
    --button-color-text: #ffffff;
    --button-color-border-hover: #ffffff;
    --button-color-background-hover: #ffffff;
    --button-color-text-hover: #333333;
  }
  .global-button--banner-highlighted-mobile {
    --button-color-border: #ffffff;
    --button-color-background: #ffffff;
    --button-color-text: #333333;
    --button-color-border-hover: #ebebeb;
    --button-color-background-hover: #ebebeb;
    --button-color-text-hover: #333333;
  }
}
.global-button--primary {
  --button-color-border: #000000;
  --button-color-background: #000000;
  --button-color-text: #ffffff;
  --button-color-border-hover: #9f5104;
  --button-color-background-hover: #9f5104;
  --button-color-text-hover: #ffffff;
}
.global-button--secondary {
  --button-color-border: #000000;
  --button-color-background: transparent;
  --button-color-text: #000000;
  --button-color-border-hover: #9f5104;
  --button-color-background-hover: #9f5104;
  --button-color-text-hover: #ffffff;
}
.global-button--text {
  --button-color-border: #333333;
  --button-color-background: transparent;
  --button-color-text: #333333;
  --button-color-border-hover: #333333;
  --button-color-background-hover: #333333;
  --button-color-text-hover: #ffffff;
}
.global-button--text-highlighted {
  --button-color-border: #333333;
  --button-color-background: #333333;
  --button-color-text: #ffffff;
  --button-color-border-hover: #3c3c3c;
  --button-color-background-hover: #3c3c3c;
  --button-color-text-hover: #ffffff;
}
.global-button--banner-text {
  --button-color-border: #ffffff;
  --button-color-background: transparent;
  --button-color-text: #ffffff;
  --button-color-border-hover: #ffffff;
  --button-color-background-hover: #ffffff;
  --button-color-text-hover: #333333;
}
.global-button--banner-text-highlighted {
  --button-color-border: #ffffff;
  --button-color-background: #ffffff;
  --button-color-text: #333333;
  --button-color-border-hover: #ebebeb;
  --button-color-background-hover: #ebebeb;
  --button-color-text-hover: #333333;
}
.global-button--banner {
  --button-color-border: #ffffff;
  --button-color-background: transparent;
  --button-color-text: #ffffff;
  --button-color-border-hover: #ffffff;
  --button-color-background-hover: #ffffff;
  --button-color-text-hover: #333333;
}
.global-button--banner-highlighted {
  --button-color-border: #ffffff;
  --button-color-background: #ffffff;
  --button-color-text: #333333;
  --button-color-border-hover: #ebebeb;
  --button-color-background-hover: #ebebeb;
  --button-color-text-hover: #333333;
}
product-cta[hidden] {
  display: none;
}
.add_to_cart,
.product_form input.add_to_cart {
  width: 100%;
  margin-bottom: 0px;
}
button.add_to_cart {
  position: relative;
}
button.add_to_cart .text {
  display: block;
  width: 100%;
  animation-duration: 0.5s;
}
button.add_to_cart .fadeInDown.text {
  animation-duration: 0.8s;
}
button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
button .checkmark path {
  stroke-dasharray: 19.79 19.79;
  stroke-dashoffset: 19.79;
  stroke: #ffffff;
  opacity: 0;
}
button .checkmark.checkmark-active path {
  animation: drawCheckmark 0.5s linear alternate forwards;
}
@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.ie button .checkmark path {
  stroke-dashoffset: 0;
  opacity: 0;
}
.ie button .checkmark.checkmark-active path {
  animation: fadeCheckmark 0.5s linear alternate forwards;
}
@keyframes fadeCheckmark {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  button .checkmark.checkmark-active path {
    animation: fadeCheckmark 0.5s linear alternate forwards;
  }
  @keyframes fadeCheckmark {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
label.tos_label {
  display: inline;
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  padding-left: 5px;
}
.tos {
  text-align: center;
  margin: 15px 20px 15px 0;
}
.cart_text {
  text-align: center;
}
.disabled {
  pointer-events: none;
}
.add_to_cart span.icon-lock {
  margin-right: 10px;
  font-size: larger;
}
.add_to_cart span.icon-lock:before {
  margin: 0;
}
.shopify-product-form {
  margin-bottom: 0;
}
.shopify-payment-button {
  position: relative;
  height: 44px;
}
.shopify-payment-button div {
  height: auto;
}
.shopify-payment-button button {
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  height: 100%;
}
div.shopify-payment-button__button {
  border-radius: 0;
}
.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  overflow: hidden;
  min-height: 44px;
}
button.shopify-payment-button__more-options {
  color: #333333;
  box-shadow: none;
  text-transform: none;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  font-weight: normal;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  transform: translateX(-50%);
}
button.shopify-payment-button__more-options:hover {
  background-color: transparent;
  border: none;
}
.purchase-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shopify-payment-button__button--unbranded .purchase-details {
  padding: 0 !important;
}
.product_section .smart-payment-button--true.product_form {
  max-width: 100%;
}
.smart-payment-button--true
  .purchase-details
  .shopify-payment-button__button--branded {
  padding-bottom: 30px;
}
.smart-payment-button--true
  .purchase-details
  .shopify-payment-button__more-options {
  top: 70%;
}
.smart-payment-button--true button .checkmark path {
  stroke: #000000;
}
.smart-payment-button--false .purchase-details {
  align-items: flex-end;
  padding-bottom: 40px;
}
.smart-payment-button--false {
  margin-bottom: 20px;
}
.product-quantity-box.purchase-details__quantity {
  margin-right: 5px;
  width: calc(50% - 12px);
}
@media only screen and (max-width: 480px) {
  .product-quantity-box.purchase-details__quantity {
    width: 100%;
  }
}
.product-quantity-box.purchase-details__quantity input.quantity {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.4;
  min-height: 44px;
  margin-bottom: 0;
  width: calc(100% - 88px);
}
.smart-payment-button--true .product-quantity-box.purchase-details__quantity {
  width: calc(50% - 6px);
}
@media only screen and (max-width: 798px) {
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-right: 0;
  }
  .smart-payment-button--true
    .product-quantity-box.purchase-details__quantity
    .input.quantity {
    width: calc(100% - 88px);
  }
}
p.checkout_button {
  margin-bottom: 0;
}
.purchase-details__buttons {
  display: flex;
  flex: 1 0 calc(50% - 12px);
  flex-wrap: wrap;
  margin-left: 6px;
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons {
    margin-top: 20px;
    margin-left: 12px;
    flex: 1 0 calc(50% - 12px);
  }
}
@media only screen and (max-width: 480px) {
  .purchase-details__buttons {
    margin-top: 12px;
    margin-left: 0;
    flex: 1 0 100%;
  }
}
.purchase-details__buttons .shopify-payment-button {
  flex: 1 0 100%;
  margin-bottom: 0;
  max-width: 100%;
}
@media only screen and (min-width: 1401px) {
  .purchase-details__buttons .shopify-payment-button {
    flex: 1 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
}
.purchase-details__buttons product-cta {
  flex: 1 0 50%;
  max-width: calc(50% - 6px);
  margin-left: 6px;
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons product-cta {
    flex: 1 0 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.purchase-details__buttons.purchase-details__spb--true {
  flex: 1 0 100%;
  margin-top: 10px;
  margin-left: 0;
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.purchase-details__buttons.purchase-details__spb--true .add_to_cart {
  flex: 1 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true .add_to_cart {
    flex: 1 0 100%;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.purchase-details__buttons.purchase-details__spb--true .shopify-payment-button {
  margin-left: 6px;
  max-width: calc(50% - 6px);
}
@media only screen and (max-width: 798px) {
  .purchase-details__buttons.purchase-details__spb--true
    .shopify-payment-button {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.purchase-details__buttons.product-is-unavailable .add_to_cart,
.purchase-details__buttons.product-is-unavailable .shopify-payment-button {
  opacity: 0.5;
  pointer-events: none;
}
.purchase-details__buttons.product-is-unavailable .add_to_cart {
  padding: 10px 5px;
}
@media only screen and (max-width: 1024px) {
  .sidebar--true .purchase-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .sidebar--true .purchase-details .purchase-details__quantity,
  .sidebar--true .purchase-details .purchase-details__buttons {
    margin: 0 0 10px;
    width: 100%;
  }
  .sidebar--true .purchase-details .add_to_cart,
  .sidebar--true .purchase-details .shopify-payment-button {
    flex: 1 0 100%;
    margin: 0 0 10px;
    max-width: 100%;
  }
}
#checkout {
  min-height: 54px;
}
.additional-checkout-button + .additional-checkout-button {
  margin-left: 0 !important;
  max-width: 100% !important;
}
.additional-checkout-button,
.additional-checkout-button.additional-checkout-button--paypal,
.additional-checkout-button.additional-checkout-button--google-pay {
  min-width: 100% !important;
}
ul.tabs {
  display: block;
  margin: 25px 0;
  border-bottom: solid 1px #d3d3d3;
  border-top: 0;
  list-style: none outside;
  margin-left: 0;
  text-transform: uppercase;
  padding-left: 0;
}
ul.tabs li {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border: 0;
  list-style: none outside;
  margin-left: 0;
  cursor: pointer;
}
ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 29px;
  line-height: 30px;
  margin-right: 60px;
  font-size: 13px;
  outline: none;
}
@media (max-width: 960px) {
  ul.tabs li a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 798px) {
  ul.tabs li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  ul.tabs li a {
    margin-right: 20px;
  }
}
ul.tabs li a.active {
  border-bottom: solid 3px #d3d3d3;
  background-color: #ffffff;
  border-bottom: solid 3px #aaaaaa;
  height: 31px;
  position: relative;
  border-right-width: 1px;
  color: #333333;
}
ul.tabs li:last-child a {
  margin: 0;
}
ul.tabs-content {
  margin: 0;
  display: block;
  border: 0;
  padding-left: 0;
}
ul.tabs-content > li {
  display: none;
  border: 0;
}
ul.tabs-content > li.active {
  display: block;
  border: 0;
  padding-left: 0px;
}
ul.tabs-content ul {
  padding-left: 0;
}
.product-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.product-tabs__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.product-tabs__radio:checked + .product-tabs__label {
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-bottom: none;
}
.product-tabs__radio:checked + .product-tabs__label + .product-tabs__panel {
  display: block;
}
.no-js .tab-radio:focus + .product-tabs__label,
.user-is-tabbing .tab-radio:focus + .product-tabs__label {
  border: 2px solid #025ecc;
  border-bottom: none;
}
.product-tabs__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.35rem;
  margin: 0;
  flex-grow: 1;
  text-align: center;
  background: #f2f2f2;
  cursor: pointer;
  font-weight: normal;
  word-break: break-word;
  border-bottom: 1px solid #d3d3d3;
}
.product-tabs__label:hover {
  background: #ededed;
}
@media only screen and (max-width: 480px) {
  .product-tabs__label {
    width: 100%;
    border-bottom: none;
    justify-content: flex-start;
  }
}
.product-tabs__panel {
  width: 100%;
  display: none;
  word-break: break-word;
  padding: 0 1.35rem 1.35rem 1.35rem;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-top: none;
  text-align: left;
  white-space: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 481px) {
  .product-tabs__panel {
    order: 1;
    padding: 2rem;
  }
}
.product-tabs__panel p {
  margin-top: 0;
}
.product-tabs__panel p:last-child {
  margin-bottom: 0;
}
.product-tabs__panel a {
  color: #333333;
}
.collapsible-tab {
  border-bottom: 1px solid #d3d3d3;
}
.collapsible-tab[open] .collapsible-tab__heading:after {
  transform: rotate(180deg);
}
.collapsible-tab__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 1rem 1rem 0;
}
.collapsible-tab__heading:after {
  content: "";
  font-family: "turbo";
}
.collapsible-tab__heading::-webkit-details-marker {
  display: none;
}
.collapsible-tab__text {
  margin-bottom: 1rem;
  word-break: break-word;
}
.collapsible-tab__text p {
  margin-top: 0;
}
.collapsible-tab__text p:last-child {
  margin-bottom: 0;
}
.collapsible-tab__text a {
  color: #333333;
}
.product-block--collapsible-tab {
  border-top: 1px solid #d3d3d3;
}
.product-block--collapsible-tab + .product-block--collapsible-tab {
  border-top: none;
}
button {
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
.shopify-section--faq .faqAccordion > dt {
  margin-right: 36px;
}
.accordion > dt > a,
.accordion > dt > button,
.faqAccordion > dt > a,
.faqAccordion > dt > button {
  background: transparent;
  position: relative;
  padding: 24px 20px 24px 40px;
  color: #333333;
  border-bottom: 1px solid #d3d3d3;
  text-align: left;
  display: block;
  cursor: pointer;
  width: 100%;
  outline: none;
  text-transform: initial;
  min-height: auto;
  height: auto;
  line-height: inherit;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  box-shadow: none;
  border-radius: 0px;
  font-size: 18px;
}
.accordion > dt > a:hover,
.accordion > dt > a:focus,
.accordion > dt > button:hover,
.accordion > dt > button:focus,
.faqAccordion > dt > a:hover,
.faqAccordion > dt > a:focus,
.faqAccordion > dt > button:hover,
.faqAccordion > dt > button:focus {
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #d3d3d3;
}
.accordion > dt > a::after,
.accordion > dt > button::after,
.faqAccordion > dt > a::after,
.faqAccordion > dt > button::after {
  transform: translateY(-50.1%);
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 25px;
  color: #000000;
}
.accordion > dt:first-child > button,
.faqAccordion > dt:first-child > button {
  border-top: none;
}
.accordion > dd,
.faqAccordion > dd {
  color: #333333;
  padding: 20px 0px 20px 0px;
  display: none;
}
.accordion > dd[aria-hidden="true"],
.faqAccordion > dd[aria-hidden="true"] {
  display: none;
}
@media only screen and (max-width: 798px) {
  .accordion > dd,
  .faqAccordion > dd {
    margin-left: 15px;
  }
}
.accordion dt > a::after,
.faqAccordion dt > button::after {
  content: "+";
}
.accordion dt > a[aria-expanded="true"]::after,
.faqAccordion dt > button[aria-expanded="true"]::after {
  font-size: 25px;
  content: "-";
}
.accordion[data-state="open"] dt > a[aria-expanded="true"]::after {
  font-size: 25px;
  content: "-";
}
.accordion dt small {
  display: none;
}
.accordion-tabs > a {
  display: block;
  background-color: #d1d3d4;
  margin: 10px 0;
  padding: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
}
.accordion-tabs > a :hover {
  cursor: pointer;
}
.accordion-tabs > li[id*="tab"] {
  display: none;
  list-style: none;
}
ul.tabs:before,
ul.tabs:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
ul.tabs:after {
  clear: both;
}
ul.tabs {
  zoom: 1;
}
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="range"],
input[type="color"],
select,
textarea {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 10px;
  margin: 0;
  line-height: 22px;
  border: 1px solid #d3d3d3;
  outline: none;
  background: #fff;
  color: #5f6a7d;
  font:
    13px "HelveticaNeue-Light",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin-bottom: 15px;
  -webkit-appearance: none;
  appearance: none;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 480px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="search"],
  input[type="url"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="range"],
  input[type="color"],
  select,
  textarea {
    font-size: 16px;
  }
}
input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="range"]:active,
input[type="range"]:focus,
input[type="color"]:active,
input[type="color"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  color: #444;
  border: 1px solid #aaa;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
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;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
select::-ms-expand {
  display: none;
}
select {
  background: #fff
    url(/cdn/shop/t/26/assets/select.png?v=163443801653745187891655745722)
    no-repeat 96% 50%;
  background-size: 18px 12px;
  border: 1px solid #d9dbdc;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select {
  padding: 8px 14px 8px;
  border-radius: 0;
}
label,
legend,
.option_title {
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  text-transform: none;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: bold;
  font-size: 13px;
  color: #444;
}
textarea {
  min-height: 120px;
  padding: 15px 9px;
}
.acceptsMarketing {
  margin-bottom: 20px;
}
.acceptsMarketing label {
  display: inline;
  margin-left: 5px;
}
input.newsletter-form__sign-up[type="submit"] {
  margin-left: 5px;
  display: inline-block;
}
input.contact_email[type="email"] {
  width: 320px;
  display: inline-block;
  float: left;
}
div.container.contact-form-container {
  padding-top: 0;
}
.contact-form .contact-form__content {
  margin-bottom: 20px;
}
.contact-form label,
.custom-contact-form label {
  margin-bottom: 12px;
}
.contact-form ul li label,
.custom-contact-form ul li label {
  font-family: Montserrat, sans-serif;
  text-transform: none;
  font-weight: 400;
}
.contact-form__heading {
  margin-left: 10px;
  margin-right: 10px;
}
.contact__form-errors,
.contact__form-success {
  width: 100%;
}
.contact__form-name {
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .contact__form-name {
    margin-right: 0;
  }
}
.contact__form-name,
.contact__form-email {
  flex: 1 1 auto;
}
.contact__form-phone {
  width: 100%;
}
.contact__form-phone input {
  width: 100%;
  display: block;
  height: 44px;
  min-height: 44px;
  padding: 0 10px;
  margin: 0 0 15px;
  line-height: 22px;
  border: 1px solid #d3d3d3;
  outline: none;
  background: #fff;
  color: #5f6a7d;
  font:
    13px HelveticaNeue-Light,
    Helvetica Neue Light,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  -webkit-appearance: none;
  appearance: none;
  text-rendering: optimizeLegibility;
}
.contact__form-message {
  flex-basis: 100%;
}
.contact-form__position--right,
.custom-contact-form__position--right {
  flex-direction: row-reverse;
}
.contact-form__position--center {
  flex-direction: column;
  align-items: center;
}
.custom-contact-form .contact-block {
  margin-bottom: 20px;
}
.custom-contact-form .custom-contact-form__image {
  margin-bottom: 20px;
}
.custom-contact-form .custom-contact-form__social .social_icons {
  padding: 0;
  margin-bottom: 40px;
}
.custom-contact-form .custom-contact-form__logo {
  max-width: 150px;
  margin: 0 auto 20px auto;
}
.custom-contact-form .contact-block.contact-block--richtext label p {
  display: inline;
}
.custom-contact-form .contact-block--custom ul {
  padding: 0;
  margin: 0;
}
.custom-contact-form .contact-block--custom ul li {
  margin-bottom: 8px;
  list-style: none;
  display: flex;
  align-items: baseline;
}
.custom-contact-form .contact-block--custom ul li input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.custom-contact-form .contact-block--custom ul li label {
  margin-bottom: 0;
}
.custom-contact-form .contact-block--custom ul li:last-child label {
  margin-bottom: 0;
}
.page-contact .footer {
  margin-top: 0;
}
.page-contact .custom-contact-form {
  margin-top: 25px;
}
#target {
  padding: 20px;
  text-align: center;
}
.items_left {
  color: #ae3333;
}
.quantity_label {
  display: inline;
  font-size: smaller;
}
.remove_item a {
  font-size: smaller;
  color: #333333;
}
input.quantity {
  width: 48px;
  display: inline;
  margin-bottom: 0;
  padding: 8px 5px;
}
ul.cart_items {
  padding-top: 0;
  padding-bottom: 0;
}
.cart_content li.mini-cart__item {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
}
.cart_content .notification-discount {
  color: #ae3333;
  margin: 0;
  line-height: 1;
}
li.mini-cart__item a,
li.mini-cart__item a:active,
#header li.mini-cart__item a,
#header li.mini-cart__item a:active {
  position: relative;
  font-size: inherit;
  text-align: left;
}
li.mini-cart__item a {
  align-items: flex-start;
}
.cart_image {
  float: left;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  text-align: center;
  padding-right: 20px;
}
.cart_image img {
  display: block;
}
@media only screen and (max-width: 480px) {
  .cart_image {
    padding-right: 10px;
  }
}
a.continue {
  text-align: right;
  font-size: 32px;
  margin-right: 15px !important;
  padding: 10px 0 5px 0 !important;
  opacity: 0.8;
}
a.continue:hover {
  opacity: 1;
}
.empty_cart {
  text-align: center;
  font-size: 18px;
  padding: 40px 0 25px 0;
  color: inherit;
}
#get-rates-submit {
  margin-top: -1px;
}
#customer_login {
  margin-bottom: 2px;
}
.multi_select,
.default_select {
  display: none;
}
.product_section.media-position--right {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 798px) {
  .product_section.media-position--left,
  .product_section.media-position--right {
    flex-direction: column;
  }
}
.vendor {
  margin-bottom: 6px;
}
.section.product_section {
  margin-top: 0;
}
.product-main {
  width: 100%;
}
.product_section .description {
  margin-bottom: 15px;
}
.modal_price {
  padding-bottom: 8px;
  display: block;
}
.product_section .description.bottom {
  margin-top: 15px;
  border-bottom: none;
}
.product-links {
  margin-bottom: 8px;
  font-size: 0.9em;
  border-top: 1px solid #d3d3d3;
  padding: 10px 0 5px 0;
}
.product-links p {
  margin: 2px 0;
}
.social_buttons {
  border-top: 1px solid #d3d3d3;
  padding-top: 20px;
  font-size: 1em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 798px) {
  .social_buttons {
    text-align: center;
  }
}
.share_article .social_buttons {
  border-top: none;
  padding-top: 0;
}
@media only screen and (max-width: 798px) {
  .share_article .social_buttons {
    padding-top: 15px;
  }
}
.share-btn {
  display: inline-block;
  text-align: center;
  font-size: 1.2em;
  margin-right: 6px;
  margin-bottom: 10px;
}
.share-btn a {
  color: #fff;
  padding: 10px 10px 8px 10px;
  border: solid 1px #e2e2e2;
  display: inline-block;
  transition: all 500ms ease 0s;
}
.icon-twitter-share:before {
  color: #09aeec;
}
.icon-twitter-share:hover {
  background-color: #09aeec;
  border-color: #09aeec;
  color: #fff;
}
.icon-twitter-share:hover:before {
  color: #fff;
}
.icon-facebook-share:before {
  color: #49659d;
}
.icon-facebook-share:hover {
  background-color: #49659d;
  border-color: #49659d;
  color: #fff;
}
.icon-facebook-share:hover:before {
  color: #fff;
}
.icon-pinterest-share:before {
  color: #cb1f2a;
}
.icon-pinterest-share:hover {
  background-color: #cb1f2a;
  border-color: #cb1f2a;
  color: #fff;
}
.icon-pinterest-share:hover:before {
  color: #fff;
}
.icon-mail-share:before {
  color: #888;
}
.icon-mail-share:hover {
  background-color: #888;
  border-color: #888;
  color: #fff;
}
.icon-mail-share:hover:before {
  color: #fff;
}
.product-quantity-box .quantity,
.product-quantity-box .quantity:focus,
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
  border: #e2e2e2 1px solid;
  color: #000;
}
.product-quantity-box label {
  margin-bottom: 0.5em;
}
.product-quantity-box {
  margin-right: 0;
  -webkit-user-select: none;
  user-select: none;
}
.product-quantity-box label {
  text-align: left;
}
.product-quantity-box .quantity {
  text-align: center;
  padding: 6px 15px;
  width: 38%;
  height: 44px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  float: left;
}
@media only screen and (max-width: 798px) {
  .product-quantity-box .quantity {
    width: calc(100% - 88px);
  }
}
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
  background: #f2f2f2;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  height: 44px;
  display: block;
  width: 44px;
  text-align: center;
  float: left;
}
.product-quantity-box .product-plus:hover,
.product-quantity-box .product-minus:hover {
  background: #d9d9d9;
}
@media only screen and (max-width: 798px) {
  .product-quantity-box .product-plus,
  .product-quantity-box .product-minus {
    display: inline;
    display: initial;
    margin: 0;
  }
}
.product-quantity-box .product-plus {
  border-left: 0;
  font-size: 16px;
  line-height: 44px;
}
.product-quantity-box .product-minus {
  border-right: 0;
  line-height: 44px;
  font-size: 18px;
}
.product-quantity-box + .inline_purchase {
  margin-top: 31.5px;
  width: 55%;
  float: left;
}
.product_section .product_form,
.product_section .contact-form {
  max-width: 400px;
}
@media only screen and (max-width: 798px) {
  .product_section .product_form,
  .product_section .contact-form {
    max-width: 100%;
  }
}
.article,
.article_image {
  margin-bottom: 10px;
}
.sidebar .sidebar__content .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.sidebar .sidebar__content .input-row input {
  margin: 5px 0;
}
.blog-template-wrapper {
  width: 100%;
}
.blog-article__main.sidebar-enabled--false {
  width: 75%;
}
@media only screen and (max-width: 798px) {
  .blog-article__main.sidebar-enabled--false {
    width: 100%;
  }
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-form__name {
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .comment-form__name {
    margin: 0;
  }
}
.comment-form__name,
.comment-form__email {
  flex: 1 1 auto;
}
.comment-form__body,
.comment-form__error,
.comment-form__submit,
.comment-form__success {
  flex-basis: 100%;
}
.comment-form__error-message,
.comment-form__success-message {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
}
.comment-form__submit-button {
  width: 100%;
}
.blog__read-more-button {
  margin: 25px 0;
}
.blog__comment {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.blog__comment-author {
  display: flex;
  flex: 1 1 auto;
}
.blog__comment-author-image {
  min-width: 80px;
  height: 80px;
}
.blog__comment-author-image img {
  border-radius: 50px;
}
.blog__comment-author-bio {
  flex: 1 1 auto;
  margin-left: 20px;
}
.blog-post-image-wrapper {
  display: block;
}
.has-sidebar-option,
.section--has-sidebar-option {
  width: 100%;
}
.sidebar__content {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 798px) {
  .sidebar {
    width: 100% !important;
  }
  .has-sidebar-option {
    width: 100% !important;
  }
}
.newsletter {
  margin: 0px auto;
  max-width: 640px;
}
.input-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .input-row {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.input-row input {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  max-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .input-row input {
    margin: 5px 0;
  }
}
.input-row input.newsletter-form__sign-up {
  display: inline-block;
  flex: none;
  max-height: 44px;
}
@media only screen and (max-width: 798px) {
  .input-row input.newsletter-form__sign-up {
    width: 100%;
  }
}
.newsletter-both-names--true input.firstName {
  margin-right: 5px;
}
.js-newsletter-popup {
  display: none;
}
.newsletter__lightbox .fancybox-content {
  width: 100%;
  max-width: 740px;
  padding: 0;
}
.newsletter__lightbox .fancybox-content {
  border: 5px solid #d3d3d3;
}
@media only screen and (max-width: 480px) {
  .newsletter__lightbox .fancybox-close-small {
    display: block;
  }
}
@media only screen and (max-width: 798px) {
  .newsletter__lightbox .fancybox-close-small svg path {
    fill: white;
  }
}
.newsletter__lightbox .fancybox-toolbar {
  display: none;
}
.newsletter-popup {
  display: flex;
  background-color: #ffffff;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .newsletter-popup {
    line-height: 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .popup-signup-show--true input.newsletter-form__sign-up {
    margin-left: 0px;
  }
}
.popup-signup-show--false {
  display: none;
}
.newsletter-both-names--false .newsletter input[type="text"] {
  width: 100%;
}
.newsletter-img {
  width: 40%;
}
@media only screen and (max-width: 798px) {
  .newsletter-img {
    width: 100%;
  }
}
.newsletter-img img {
  width: 100%;
  display: block;
}
.newsletter-info {
  text-align: center;
  color: #333333;
  background-color: #ffffff;
  height: auto;
  float: left;
}
@media only screen and (max-width: 798px) {
  .newsletter-info {
    padding: 20px;
    width: 100% !important;
    position: relative;
  }
}
.newsletter-info input.contact_email[type="email"] {
  width: 65%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .newsletter-info input.contact_email[type="email"] {
    width: 100%;
  }
}
.newsletter-info #contact_form input.newsletter-form__sign-up[type="submit"] {
  width: calc(35% - 10px);
}
@media only screen and (max-width: 1024px) {
  .newsletter-info #contact_form input.newsletter-form__sign-up[type="submit"] {
    width: 100%;
  }
}
.newsletter-info .input-row {
  margin-right: 0;
  margin-left: 0;
}
.newsletter-info .popup-signup-show--true {
  margin-top: 20px;
}
.newsletter-image--true .newsletter-popup__content {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 798px) {
  .newsletter-image--true .newsletter-popup__content {
    width: 100%;
    display: block;
  }
  .navbar-nav,
  .dropdown {
    background: white !important;
  }
  .menu a,
  .menu a:visited,
  .menu a span,
  select.currencies {
    color: #000000;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-image--true {
    max-height: 875px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-image--true.object-fit--none {
    height: auto;
  }
}
.newsletter-image--false {
  justify-content: center;
}
.newsletter-image--false .newsletter-info {
  width: 100%;
  position: relative;
  height: auto;
  float: none;
}
.align-left .newsletter-info {
  right: 0;
}
.newsletter-description h2 {
  color: #333333;
  margin-top: 0;
}
.newsletter-description {
  padding: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 798px) {
  .newsletter-description {
    font-size: inherit;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter-description {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-description {
    min-width: 350px;
  }
}
@media only screen and (min-width: 1401px) {
  .newsletter-description {
    font-size: inherit;
  }
}
.newsletter-popup__button {
  margin-top: 10px;
  margin-bottom: 0;
}
.newsletter-popup__button {
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 480px) {
  .newsletter-popup__button {
    margin-top: 5px;
  }
}
.newsletter-popup__button--text {
  --button-color-border: #333333;
  --button-color-background: transparent;
  --button-color-text: #333333;
  --button-color-border-hover: #333333;
  --button-color-background-hover: #333333;
  --button-color-text-hover: #ffffff;
}
.newsletter-popup__button--highlighted {
  --button-color-border: #333333;
  --button-color-background: #333333;
  --button-color-text: #ffffff;
  --button-color-border-hover: #3c3c3c;
  --button-color-background-hover: #3c3c3c;
  --button-color-text-hover: #ffffff;
}
.newsletter_section {
  display: none;
  transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  color: #333333;
}
.newsletter_section h2 {
  margin-top: 0;
  color: #333333;
}
.newsletter_section.newsletter-bgr-true {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter_section.newsletter-bgr-true input.contact_email[type="email"] {
  border: 0;
}
@media only screen and (max-width: 480px) {
  .newsletter_section.newsletter-bgr-true {
    text-align: center !important;
  }
}
.section_form {
  padding: 10px 20px;
}
.section_form input[type="email"],
.section_form input[type="text"] {
  border: 0;
}
.section_form .newsletter-text + .newsletter,
.section_form h5 + .newsletter {
  margin-top: 15px;
}
.newsletter_section h5 {
  color: #333333 !important;
  padding-top: 0px;
  margin: 0;
}
.newsletter_section .newsletter-text p {
  margin-bottom: 0;
}
.newsletter_section .newsletter,
.password-page-row form {
  display: inline-block;
  padding-top: 0 !important;
  width: 450px;
}
@media only screen and (max-width: 480px) {
  .newsletter_section .newsletter,
  .password-page-row form {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter_section .newsletter,
  .password-page-row form {
    width: 100%;
  }
}
.g-recaptcha {
  margin-bottom: 1rem;
}
.shopify-challenge__container {
  padding: 150px 0;
}
.shopify-challenge__container .shopify-challenge__button {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 13px 20px;
  text-align: center;
  line-height: 1.2;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1px;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.2s linear;
  border-color: var(--button-color-border, #000000);
  background: var(--button-color-background, #000000);
  color: var(--button-color-text, #ffffff);
}
.shopify-challenge__container .shopify-challenge__button {
  border-radius: 0;
}
.shopify-challenge__container .shopify-challenge__button:visited {
  color: var(--button-color-text, #ffffff);
}
.shopify-challenge__container .shopify-challenge__button:hover:not([disabled]),
.shopify-challenge__container .shopify-challenge__button:active {
  background: var(
    --button-color-background-hover,
    var(--button-color-background, #9f5104)
  );
  border-color: var(
    --button-color-border-hover,
    var(--button-color-border, #9f5104)
  );
  color: var(--button-color-text-hover, var(--button-color-text, #ffffff));
}
.shopify-challenge__container .shopify-challenge__button:active {
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
}
.shopify-challenge__container .shopify-challenge__button[disabled] {
  cursor: not-allowed;
}
.shopify-section--footer .newsletter_section {
  padding: 0;
  background-color: transparent;
  color: #ae3333;
}
.shopify-section--footer .newsletter_section .newsletter {
  width: 100%;
}
.shopify-section--footer .newsletter_section .newsletter input {
  width: 100%;
  margin: 0 !important;
}
.shopify-section--footer
  .newsletter_section
  .newsletter
  .newsletter-form__sign-up {
  margin-left: 0;
}
.shopify-section--footer .newsletter_section h6,
.shopify-section--footer .newsletter_section .newsletterhead {
  color: #000;
  font-size: 18px;
}
.shopify-section--footer .newsletter_section .newsletterhead {
  text-align: center;
  letter-spacing: 1px;
}
.shopify-section--footer .newsletter_section p {
  padding: 15px 0;
}
.collapsible-table {
  width: 100%;
  margin-bottom: 20px;
}
.collapsible-table th {
  font-weight: 700;
  text-align: left;
}
.collapsible-table th,
.collapsible-table td {
  padding: 10px;
}
@media only screen and (max-width: 798px) {
  .collapsible-table th,
  .collapsible-table td {
    border-left: none;
  }
}
.collapsible-table tr .order_summary td.label {
  text-align: right;
}
.collapsible-table .order-details__discount-block {
  display: block;
}
@media only screen and (max-width: 798px) {
  .collapsible-table thead {
    display: none;
  }
  .collapsible-table tr {
    display: block;
    margin-bottom: 20px;
  }
  .collapsible-table tr:last-child {
    margin-bottom: 0;
  }
  .collapsible-table tr td {
    position: relative;
  }
  .collapsible-table td {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 0;
  }
  .collapsible-table td:before {
    content: attr(data-label);
    z-index: 1;
    padding: 6px;
    font-weight: bold;
    width: calc(50% - 6px);
    word-break: break-word;
  }
  .collapsible-table td:after {
    content: "";
    z-index: 0;
    width: 50%;
    min-height: 100%;
    position: absolute;
  }
  .collapsible-table td:last-child {
    border-bottom: none;
  }
  .collapsible-table tfoot {
    display: block;
    margin-top: 20px;
  }
  .collapsible-table tfoot tr {
    margin-bottom: 0;
    border-bottom: none;
  }
  .collapsible-table tfoot tr:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
  .collapsible-table .order-details__total,
  .collapsible-table .order-details__product,
  .collapsible-table .order-details__discount {
    text-align: right;
    padding-left: 10px;
    width: calc(50% - 10px);
    word-break: break-word;
  }
}
#customer-orders th,
#order-details th {
  background-color: #f9f9f9;
}
#customer-orders th,
#customer-orders td,
#order-details th,
#order-details td {
  border-right: 1px solid #dcdcdc;
}
#customer-orders th:first-child,
#customer-orders td:first-child,
#order-details th:first-child,
#order-details td:first-child {
  border-left: 1px solid #dcdcdc;
}
@media only screen and (max-width: 798px) {
  #customer-orders th:first-child,
  #customer-orders td:first-child,
  #order-details th:first-child,
  #order-details td:first-child {
    border-left: none;
  }
}
#customer-orders tr,
#order-details tr {
  border-bottom: 1px solid #dcdcdc;
}
#customer-orders tr:first-child,
#order-details tr:first-child {
  border-top: 1px solid #dcdcdc;
}
@media only screen and (max-width: 798px) {
  #customer-orders tr,
  #order-details tr {
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  #customer-orders td,
  #order-details td {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }
  #customer-orders td:after,
  #order-details td:after {
    border-right: 1px solid #dcdcdc;
    background-color: #f9f9f9;
  }
  #customer-orders tfoot td,
  #order-details tfoot td {
    border-bottom: none;
  }
  #customer-orders tfoot:last-child,
  #order-details tfoot:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
}
.allow-clickthrough {
  pointer-events: none !important;
}
.hidden {
  display: none;
}
@media only screen and (max-width: 480px) {
  .hidden--mobile {
    display: none !important;
  }
}
.remove {
  color: #333333;
}
.relative {
  position: relative;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
.right {
  float: right;
  position: relative;
}
.left {
  float: left;
}
.inline {
  display: inline;
}
.center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.align_left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--left {
  text-align: left;
}
.text-align--right {
  text-align: right;
}
p.warning {
  text-align: center;
  font-weight: bold;
}
.warning--quantity {
  clear: both;
  display: inline-block;
  margin-top: 15px;
  width: auto;
  text-align: left;
}
@media only screen and (min-width: 799px) {
  .large--right {
    float: right;
    position: relative;
  }
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.mini-cart__item p.warning {
  margin-top: 5px;
  text-align: left;
}
.mobile_only,
span.mobile_only,
.container div.mobile_only {
  display: none;
}
.no_border {
  border: none !important;
}
.extra_padding {
  padding-top: 4px;
}
div.hidden {
  display: none;
}
div.is-absolute {
  position: absolute !important;
  top: 0;
  margin-top: 0;
}
.full-width-image {
  width: 100%;
}
#instantclick-bar {
  background: #333333;
  z-index: 100000;
  height: 4px;
}
#grid .column,
#grid .columns {
  background: #ddd;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
}
#grid .column:hover,
#grid .columns:hover {
  background: #bbb;
  color: #333;
}
#grid .example-grid {
  overflow: hidden;
}
.items_left {
  margin: 0 0 15px;
  line-height: 1.6em;
  font-size: normal;
  font-style: italic;
  color: #ae3333;
}
.cart .paypal-button + .paypal-button {
  display: none;
}
.darken-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 480px) {
  .caption-background-darken_bg.caption--below-true .darken-bg {
    display: none;
  }
}
.shopify-section--testimonials {
  position: relative;
}
.shopify-section--testimonials .set-static {
  display: flex;
}
.shopify-section--testimonials .set-static .caption {
  position: static;
  transform: translateY(0);
  padding: 40px;
  margin: auto;
}
.shopify-section--testimonials .set-testimonial-height {
  height: 95%;
}
.shopify-section--testimonials .feature_divider {
  margin: 25px auto;
  width: 10%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .shopify-section--testimonials .feature_divider {
    margin: 5px auto;
  }
}
.shopify-section--testimonials .testimonial-block--no-image .animated {
  animation-delay: 0.25s;
}
.testimonial-block.gallery-cell.testimonial-block--no-image {
  background-color: #666666;
}
@media only screen and (max-width: 480px) {
  .mobile-banner--crop-left {
    object-fit: cover;
    object-position: left;
    min-height: 60vh;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-banner--crop-right {
    object-fit: cover;
    object-position: right;
    min-height: 60vh;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-banner--crop-center {
    object-fit: cover;
    object-position: center;
    min-height: 60vh;
  }
}
.caption-content.testimonial-text {
  max-width: 80%;
}
.caption-content.testimonial-text .subtitle {
  text-transform: none;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .caption-content.testimonial-text .subtitle {
    font-weight: normal;
    font-size: 14px;
  }
}
.caption-content.testimonial-text h2,
.caption-content.testimonial-text .headline {
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .caption-content.testimonial-text h2,
  .caption-content.testimonial-text .headline {
    text-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-block.caption--below-true:not(.testimonial-block--no-image)
    .pretext,
  .testimonial-block.caption--below-true:not(.testimonial-block--no-image)
    .headline,
  .testimonial-block.caption--below-true:not(.testimonial-block--no-image)
    .subtitle {
    color: #333333;
  }
  .testimonial-block.caption--below-true:not(.testimonial-block--no-image)
    .feature_divider {
    border-color: #333333;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-block .caption {
    margin: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.testimonial-slideshow,
.testimonial-block.gallery-cell {
  background-color: transparent;
}
.page-faq .faq--heading {
  padding-top: 30px;
}
.faq-section h2.title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.faq-section h2.faq--heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 40px;
}
.faq-section .has-gutter-enabled {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .faq-section .faq--image {
    margin-top: 40px;
  }
}
.team-page__content--left {
  display: flex;
}
@media only screen and (max-width: 798px) {
  .team-page__content--left {
    flex-direction: column;
  }
}
.team-page__content--right {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 798px) {
  .team-page__content--right {
    flex-direction: column;
  }
}
.team-page__text,
.team-page__image,
.team-page__image img {
  width: 100%;
}
.team-page__content--multiple .team-page__text,
.team-page__content--multiple .team-page__image {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .team-page__content--multiple .team-page__text,
  .team-page__content--multiple .team-page__image {
    max-width: 100%;
  }
}
.team-page__content--multiple .team-page__text:first-child,
.team-page__content--multiple .team-page__image:first-child {
  margin-right: 20px;
}
.team-page__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-page__container {
  max-width: 70%;
}
@media only screen and (max-width: 480px) {
  .team-page__container {
    max-width: 90%;
  }
}
.team-member__profile.columns,
.team-member__profile.column {
  margin-bottom: 30px;
}
.team-member__name {
  padding-top: 10px;
}
.team-member__wrap {
  position: relative;
}
.team-member__wrap:hover .team-member__overlay {
  opacity: 1;
}
.team-member__overlay {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.team-member__details {
  transform: translateY(-50.1%);
  top: 50%;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  padding: 20px;
}
.team-member__details img {
  display: block;
}
.team-member__details p {
  margin-top: 10px;
  line-height: 1.3;
}
.team-member__details .icon-twitter {
  display: inline-block;
  vertical-align: middle;
}
.team-member__title {
  padding-bottom: 0;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}
.team-member__title:after {
  width: 30%;
  display: block;
  margin: 0 auto;
  content: "";
  height: 3px;
  margin-top: 20px;
}
.logo-bar {
  text-align: center;
  margin-bottom: 20px;
}
.logo-bar a {
  transition: ease all 0.6s;
}
.logo-bar a:hover {
  opacity: 0.6;
}
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 160px;
  margin-top: 20px;
}
@media only screen and (min-width: 799px) {
  .logo-bar__item {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.gallery-section {
  text-align: center;
}
.gallery-section .gallery-image-wrapper,
.gallery-section .gallery-empty-wrapper {
  margin-bottom: 5px;
  position: relative;
}
.gallery-section .gallery-empty-wrapper {
  min-height: 150px;
}
.gallery-section .gallery-empty-wrapper:nth-child(even) .placeholder-svg {
  background-color: rgba(51, 51, 51, 0.3);
}
.gallery-section a {
  display: block;
}
.gallery-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.gallery-overlay .icon-zoom {
  color: white;
  font-size: 1.5em;
}
.gallery-image-wrapper:hover .gallery-overlay {
  opacity: 1;
}
.two-per-row .overlay .icon-zoom {
  font-size: 2.5em;
}
.three-per-row .overlay .icon-zoom {
  font-size: 2em;
}
.gallery-section.gallery-horizontal i {
  display: block;
}
.gallery-section.gallery-horizontal img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
.gallery-section.gallery-horizontal .gallery-image-wrapper,
.gallery-section.gallery-horizontal .gallery-empty-wrapper {
  margin: 10px;
}
.gallery-section.gallery-horizontal.adjust-columns .gallery-image-wrapper,
.gallery-section.gallery-horizontal.adjust-columns .gallery-empty-wrapper {
  margin: 0px;
}
@media only screen and (min-width: 2000px) {
  .gallery-section.gallery-horizontal .gallery-image-wrapper:last-child {
    width: 15%;
    flex-basis: initial !important;
    flex-grow: initial !important;
  }
}
.gallery-section.gallery-horizontal .gallery-empty-wrapper {
  width: 190px;
}
.gallery-section.gallery-classic .gallery-image-wrapper,
.gallery-section.gallery-classic .gallery-empty-wrapper {
  display: block;
}
.gallery-section.gallery-classic .gallery-image-wrapper img,
.gallery-section.gallery-classic .gallery-image-wrapper svg,
.gallery-section.gallery-classic .gallery-empty-wrapper img,
.gallery-section.gallery-classic .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}
.gallery-section.gallery-classic .add-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}
.adjust-columns {
  column-gap: 0px !important;
  -moz-column-gap: 0px !important;
  -webkit-column-gap: 0px !important;
  overflow: hidden;
}
.adjust-columns .gallery-image-wrapper,
.adjust-columns .gallery-empty-wrapper {
  margin: 0;
  margin-bottom: 0 !important;
}
.gallery-section.gallery-masonry {
  display: block;
}
.gallery-section.gallery-masonry .masonry {
  font-size: 0.85em;
  line-height: 0px;
  margin: 10px 0;
  column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  min-height: 100px;
  overflow: hidden;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
  min-width: 800px;
}
.gallery-section.gallery-masonry .gallery-empty-wrapper svg path {
  display: none;
}
.gallery-section.gallery-masonry .gallery-image-wrapper,
.gallery-section.gallery-masonry .gallery-empty-wrapper {
  display: block;
  box-sizing: border-box;
  margin-bottom: 5px;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden;
}
.gallery-section.gallery-masonry .gallery-image-wrapper img,
.gallery-section.gallery-masonry .gallery-image-wrapper svg,
.gallery-section.gallery-masonry .gallery-empty-wrapper img,
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
  width: 100%;
  display: block;
}
.gallery-section.gallery-masonry .two-per-row {
  column-count: 2;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .two-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .two-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .three-per-row {
  column-count: 3;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .three-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .three-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .four-per-row {
  column-count: 4;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .four-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .four-per-row {
    column-count: 1;
  }
}
.gallery-section.gallery-masonry .five-per-row {
  column-count: 5;
  transform: translateX(0);
}
@media only screen and (max-width: 798px) {
  .gallery-section.gallery-masonry .five-per-row {
    column-count: 3;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-section.gallery-masonry .five-per-row {
    column-count: 1;
  }
}
.product-rating {
  display: flex;
  margin: 0.5rem 0;
  align-items: center;
}
.rating__star-wrapper {
  display: flex;
}
.icon-star-background {
  transform: scaleX(var(--rating-scale, 0));
}
.icon-star-reference {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
}
.rating__star {
  width: 20px;
  height: auto;
}
.rating__star-1 {
  --rating-scale: calc(var(--rating-value));
}
.rating__star-2 {
  --rating-scale: calc(var(--rating-value) - 1);
}
.rating__star-3 {
  --rating-scale: calc(var(--rating-value) - 2);
}
.rating__star-4 {
  --rating-scale: calc(var(--rating-value) - 3);
}
.rating__star-5 {
  --rating-scale: calc(var(--rating-value) - 4);
}
.rating__text {
  display: none;
}
.rating__count {
  margin: 0 0 0 5px;
}
@media (forced-colors: active) {
  .rating__star-wrapper {
    display: none;
  }
  .rating__text {
    display: block;
  }
}
.product-details .product-rating {
  justify-content: center;
  color: #333333;
}
.product-details .rating__count span {
  color: #333333;
}
.thumbnail-overlay .product-details .product-rating,
.thumbnail-overlay .product-details .rating__count span {
  color: #fff;
}
.rv-container {
  display: block;
}
.rv-container .thumbnail:empty {
  margin-bottom: 0;
}
.rv-main .flickity-page-dots {
  bottom: 25px;
}
@media only screen and (max-width: 798px) {
  .rv-main .flickity-page-dots {
    display: none;
  }
}
.sidebar .recently-viewed__title {
  display: none;
}
.product-description-bottom .js-recently-viewed.rv-main {
  clear: both;
}
.rv-box-element .js-recently-viewed-product:nth-child(2),
.rv-sidebar-element .js-recently-viewed-product:nth-child(2) {
  display: none;
}
.recently-viewed__section {
  width: 100%;
}
.search__results-wrapper {
  display: none;
  position: relative;
}
.search__results {
  width: 100%;
  right: 0;
  left: auto;
  z-index: 30;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  background: #888888;
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width: 798px) {
  .search__results {
    position: relative;
    padding: 0 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 799px) {
  .search__results {
    max-height: 500px;
    overflow-y: scroll;
  }
}
.search__results li {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #d3d3d3;
  overflow: hidden;
}
.search__results li:nth-child(-n + 2) {
  border-top: none;
}
.search__results li a,
.search__results li .no-results {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
}
.search__results li a:hover,
.search__results li a:focus,
.search__results li .no-results:hover,
.search__results li .no-results:focus {
  color: #9f5104;
}
.search__results .search-title {
  text-transform: none;
  text-align: left;
  font-size: 13px;
}
.search__results .search-title span {
  color: #333333;
}
.search__results .thumbnail {
  padding: 0;
  max-width: 62px;
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .search__results .thumbnail {
    max-width: 20%;
  }
}
.search__results .thumbnail img {
  display: block;
}
.header .search__results {
  background: #888888;
  width: 350px;
}
.error-404 .search_box {
  margin-bottom: 0;
}
.blog_search {
  margin-bottom: 15px;
}
.blog_search input {
  margin-bottom: 0;
}
.mobile-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 799px) {
  .mobile-search {
    display: none !important;
  }
}
.mobile-search form {
  background-color: #ffffff;
  margin: 0;
  padding: 10px 20px 0;
  position: relative;
  min-height: 70vh;
  width: 100%;
}
.mobile-search input#q {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  padding-left: 40px;
  padding-right: 20px;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
}
.mobile-search input#q:focus,
.mobile-search input#q:active {
  border-bottom: 1px solid #d3d3d3;
}
.mobile-search .icon-search {
  left: 20px;
  top: 22px;
  transform: none;
  width: 30px;
  position: absolute;
  z-index: 1000;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.mobile-search .icon-cross {
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
}
.mobile-search .search__results-wrapper {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-search .search__results {
  background-color: #ffffff;
  margin-top: 0;
  padding: 0;
}
.mobile-search .item-result:last-child {
  padding-bottom: 10px;
}
.mobile-search .search-title {
  color: #333333;
}
.shopify-section--search-template form {
  position: relative;
}
.shopify-section--search-template .search_container {
  position: relative;
}
.shopify-section--search-template .search_container .search-submit {
  z-index: 900;
}
.product-list--search .product_row {
  padding: 20px 0;
  border-bottom: 1px solid #d3d3d3;
}
.product-list--search .product_row:last-child {
  border-bottom: none;
}
div.content,
section.content {
  padding: 30px 0px 15px 0;
}
.featured_text {
  font-size: 18px;
  line-height: 36px;
}
.large_text {
  font-size: 28px;
  line-height: 50px;
}
.rte {
  word-break: break-word;
}
.rte details span {
  padding: 1rem 1.5rem;
  display: block;
}
.rte details summary {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #d3d3d3;
}
.rte details summary:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000000;
}
.rte details[open] summary::before {
  content: "-";
}
@media only screen and (max-width: 798px) {
  .dropdown .header_search_form .search__results {
    margin-top: 30px;
  }
}
.dropdown .header_search_form .search-terms {
  height: 50px;
  min-height: 50px;
  padding-right: 35px;
}
@media (max-width: 1320px) and (min-width: 320px) {
  .dropdown .header_search_form .search-terms {
    margin-bottom: 0;
  }
}
.main-nav div.logo a {
  color: #ffffff !important;
  outline: 0;
}
.menu-position--inline.logo-position--left div.logo {
  text-align: left;
}
.menu-position--inline.logo-position--center .logo {
  text-align: center;
}
.menu-position--inline.logo-position--center .logo img {
  margin: 0 auto;
}
.primary_logo {
  display: block;
}
.secondary_logo {
  display: none;
}
header.feature_image.secondary_logo--true img.primary_logo,
header.feature_image.secondary_logo--true img.secondary_logo {
  display: none;
}
header.secondary_logo--true:not(.feature_image) img.secondary_logo {
  display: none !important;
}
header.secondary_logo--true:not(.feature_image) img.primary_logo {
  display: inline !important;
}
.featured_content,
.featured_content h1,
.featured_content h2,
.featured_content h3,
.featured_content h4,
.featured_content h5,
.featured_content h6 {
  color: #333333;
}
.featured_content {
  background-color: #ffffff;
}
.nav_arrows {
  float: right;
}
.sku {
  margin: 0;
}
#category {
  width: 100%;
}
#header__selector-form .icon-arrow-down {
  font-size: 9px;
}
#header__selector-form .disclosure__toggle {
  background-color: transparent;
  height: 40px;
  border: none;
  position: relative;
  padding: 0 0 0 16px;
  letter-spacing: 1px;
}
#header__selector-form .disclosure__toggle:hover,
#header__selector-form .disclosure__toggle:focus {
  color: #ffffff;
}
#header__selector-form .disclosure__list-wrap {
  border: none;
  bottom: initial;
  position: absolute;
  top: 100%;
}
#header__selector-form .disclosure__list-wrap .disclosure-list {
  list-style: none;
}
#header__selector-form .disclosure-list__item {
  display: block;
}
#header__selector-form .disclosure__button {
  letter-spacing: 1px;
}
#header__selector-form .currency-preview {
  position: relative;
}
#header__selector-form .currency-preview select.currencies {
  background-image: none;
  z-index: 1000;
}
#header__selector-form .currency-preview .icon-down-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #ffffff;
  transform: translateY(-50%);
  z-index: 999;
}
#header__selector-form .currency-preview .icon-down-arrow:hover {
  color: inherit;
}
#header__selector-form .currency-preview:hover .icon-down-arrow,
#header__selector-form .currency-preview:hover select.currencies {
  color: #ffffff;
}
.mobile-menu-container {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  opacity: 0;
  border-top: 1px solid #e7e7e7;
}
.mobile-menu-container[data-animation] {
  transition: opacity 0.2s linear;
}
.mobile-menu-container[data-animation-state="open"] {
  opacity: 1;
  z-index: 9999;
}
.top-bar__login-link {
  display: flex;
  gap: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: none;
}
.top-bar__login-link:visited {
  color: #ffffff;
}
.top-bar__login-link:hover,
.top-bar__login-link:active,
.top-bar__login-link:focus {
  color: #ffffff;
  text-decoration: none;
}
.selectors-form__wrap,
.selectors-form,
.selectors-form__item {
  margin: 0;
}
.selectors-form__wrap {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 798px) {
  .selectors-form__wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.disclosure {
  position: relative;
}
.disclosure-text-style-none button.disclosure__toggle,
.disclosure-text-style-none button.disclosure__button {
  text-transform: capitalize;
}
.disclosure-text-style-uppercase button.disclosure__toggle,
.disclosure-text-style-uppercase button.disclosure__button {
  text-transform: uppercase;
}
.disclosure-text-style-lowercase button.disclosure__toggle,
.disclosure-text-style-lowercase button.disclosure__button {
  text-transform: lowercase;
}
.disclosure__toggle {
  color: #ffffff;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  border: 1px solid #d3d3d3;
  background-color: transparent;
  margin-right: 20px;
  min-height: 0;
  transition: color 0.1s linear;
}
.disclosure__toggle:hover,
.disclosure__toggle:focus {
  opacity: 1;
}
.disclosure__toggle.is-clicked {
  color: #ffffff;
}
.disclosure__toggle.is-clicked:focus {
  color: #9f5104;
}
.disclosure__toggle.is-clicked + .disclosure__list-wrap {
  visibility: visible;
  opacity: 1;
}
.disclosure__toggle.is-clicked + .disclosure__list-wrap .disclosure-list {
  display: block;
}
.disclosure__toggle .icon-down-arrow {
  margin-left: 8px;
}
.disclosure__list-wrap {
  background-color: #000000;
  border: 1px solid #d3d3d3;
  bottom: 100%;
  visibility: hidden;
  position: absolute;
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.disclosure__list-wrap.disclosure--left {
  left: auto;
  right: 0;
}
.disclosure__list-wrap .disclosure-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  display: none;
  max-height: 400px;
  overflow-y: auto;
}
.disclosure-list__item {
  background-color: inherit;
  color: inherit;
  line-height: 1;
}
button.disclosure__button {
  background-color: inherit;
  padding: 13px 20px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  text-align: left;
  transition: color 0.1s linear;
  opacity: 1;
}
button.disclosure__button:hover,
button.disclosure__button[aria-current="true"] {
  color: #ffffff;
}
button.disclosure__button:focus {
  color: #9f5104;
}
.paginate,
.load-more {
  text-align: center;
}
a.tag,
.paginate .page a,
.paginate .current {
  border: solid 1px #d3d3d3;
  margin: 10px 5px;
  padding: 0.5rem 1rem;
  display: inline-block;
}
a.tag:hover,
.paginate .page a:hover,
.paginate .current:hover {
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #000000;
}
.paginate .current {
  color: #ffffff;
  font-weight: bold;
  background-color: #000000;
  border: solid 1px #000000;
}
.paginate .next,
.paginate .prev {
  display: inline-block;
  margin: 10px 0;
  padding: 0.5rem 1rem;
}
.load-more {
  display: none;
  width: 100%;
}
.shopify-section--collection-template .load-more,
.shopify-section--search-template .load-more {
  display: block;
  clear: both;
  margin: 25px 0;
}
.load-more__icon {
  opacity: 0;
  height: 0;
  width: 0;
  transition: all 0.3s linear;
  background: url(/cdn/shop/t/26/assets/loader.gif)
    center center no-repeat;
  background-size: 32px 32px;
  margin: 0 auto;
}
.product-list.loading-in-progress.filter-loading {
  height: 0;
}
.product-list.loading-in-progress + .load-more__icon {
  width: 44px;
  height: 44px;
  opacity: 1;
}
a.tag {
  font-size: smaller;
  padding: 4px 6px;
  margin: 5px 2px 5px 0;
}
.paginate .deco {
  border: none;
}
.product-list {
  width: 100%;
}
.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  display: block;
}
.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in;
}
.product-list .thumbnail .thumbnail-overlay > a,
.slider-gallery .thumbnail .thumbnail-overlay > a,
.list-collections .thumbnail .thumbnail-overlay > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 798px) {
  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    display: none;
  }
}
@media only screen and (min-width: 1401px) {
  .product-list .thumbnail .thumbnail-overlay,
  .slider-gallery .thumbnail .thumbnail-overlay,
  .list-collections .thumbnail .thumbnail-overlay {
    line-height: 1.5;
  }
}
.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.product-list .thumbnail img,
.slider-gallery .thumbnail img,
.list-collections .thumbnail img {
  vertical-align: bottom;
  transition: opacity 0.3s ease-in;
  width: 100%;
  object-fit: contain;
  object-position: top center;
}
.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
  margin-top: 20px;
}
.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
  display: block;
}
@media only screen and (max-width: 798px) {
  .product-list .thumbnail .product-info__caption,
  .slider-gallery .thumbnail .product-info__caption,
  .list-collections .thumbnail .product-info__caption {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .touchevents .product-info__caption {
    display: block;
  }
  .touchevents .thumbnail-overlay {
    display: none;
  }
}
.hidden-product-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured_collections .thumbnail {
  text-align: center;
}
.quick_shop {
  opacity: 0;
  pointer-events: all;
  transform: translate3d(0, 100%, 0);
}
a .price-ui span {
  color: #333333;
}
.price:not(.price--sale):not(.sale) .from {
  color: #333333;
}
.thumbnail-hover-enabled--true .price:not(.price--sale):not(.sale) .from {
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .thumbnail-hover-enabled--true .price:not(.price--sale):not(.sale) .from {
    color: #333333;
  }
}
.thumbnail .price--sale span.money,
.thumbnail .sale span.money {
  color: #ae3333;
}
.thumbnail .was_price span.money,
.thumbnail .compare-at-price span.money {
  color: #ae3333;
}
.thumbnail .compare-at-price {
  -webkit-text-decoration-color: #ae3333;
  text-decoration-color: #ae3333;
}
.thumbnail .free-price-text .money,
.thumbnail .free-price-text {
  color: #ae3333;
}
.thumbnail .sold-out-price.has-margin-right {
  margin-right: 5px;
}
.thumbnail .brand {
  display: block;
}
.thumbnail.quick-shop-style--popup .current_price span.money {
  color: #333333;
}
.thumbnail.quick-shop-style--popup .sale .current_price span.money {
  color: #ae3333;
}
.thumbnail.thumbnail-hover-enabled--true .price--sale > span.money {
  color: #ae3333;
}
.thumbnail.thumbnail-hover-enabled--true .compare-at-price span.money {
  color: #ae3333;
}
.thumbnail.thumbnail-hover-enabled--true .free-price-text {
  color: #ae3333;
}
.thumbnail-hover-enabled--false .current_price span.money {
  color: #333333;
}
.product-wrap {
  position: relative;
}
.product-wrap:hover .quick_shop {
  opacity: 1;
  transform: none;
}
.product-wrap:hover .thumbnail-overlay {
  opacity: 1;
}
.thumbnail-overlay .info {
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.thumbnail-overlay .quick_shop {
  pointer-events: all;
  margin-top: 0;
}
.new {
  position: relative;
  display: inline;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}
.thumbnail .sold_out,
.thumbnail .coming-soon {
  color: #333333;
}
.thumbnail-overlay .sold_out,
.thumbnail-overlay .coming-soon {
  color: #ffffff;
}
.sale,
.sale span,
.free,
.thumbnail .sale {
  color: #ae3333;
}
a.secondary_button,
input.secondary_button {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  margin: 10px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 1px;
  color: #333333;
  -webkit-appearance: none;
  appearance: none;
}
a.secondary_button:hover,
a.secondary_button:active,
a.secondary_button:visited,
input.secondary_button:hover,
input.secondary_button:active,
input.secondary_button:visited {
  color: #000000;
}
.thumbnail .price,
.thumbnail .title {
  margin-bottom: 5px;
  font-size: inherit;
  line-height: 1.2;
}
.thumbnail .title {
  display: block;
}
.thumbnail .price.has-unit-price {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .thumbnail .current_price .money {
    color: #333333;
  }
}
.cart_price {
  float: right;
  text-align: right;
  padding-left: 20px;
  font-weight: bold;
  display: none;
}
.excluding_tax,
#estimated-shipping {
  display: block;
}
.cart_page_image {
  text-align: center;
  margin: 10px 0 20px;
  display: block;
}
.cart_page_image img {
  width: 100%;
  display: block;
}
.cart_content_info {
  padding: 0;
}
.cart_content_info h5 {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
.cart_content_info .price_total {
  clear: both;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
}
.subtotal {
  padding-top: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 798px) {
  .subtotal {
    padding-left: 0;
  }
}
.continue-shopping {
  display: block;
  color: #000000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 1px;
  margin-top: 20px;
}
.continue-shopping:hover,
.continue-shopping:active,
.continue-shopping:focus {
  color: #9f5104;
}
.subtotal_amount {
  font-size: 1.4em;
  font-weight: bold;
}
button.update {
  width: 30%;
  float: right;
}
.price_total_text {
  font-weight: normal;
  display: none;
}
.was_price,
.was_price span {
  text-decoration: line-through;
  color: #ae3333;
  text-shadow: none;
  font-weight: normal;
}
.cart_savings {
  text-align: left;
}
.savings {
  font-size: 15px;
  display: block;
}
.thumbnails a {
  display: block;
  margin-bottom: 1em;
}
.arrow {
  position: relative;
  top: -1px;
  left: 2px;
  opacity: 0.6;
}
.modal {
  margin: 10px 0;
  display: none;
  background-color: #ffffff;
}
.modal_product {
  width: auto;
  line-height: 0px;
  max-width: 940px;
}
.modal_product img {
  cursor: pointer;
}
.modal_image {
  text-align: center;
}
.modal a {
  padding-bottom: 0;
}
.modal .modal_price,
.modal_price {
  font-size: 20px;
  margin-bottom: 10px;
}
.payment-terms-container {
  margin: 0;
  width: 100%;
}
:root {
  --color-body-text: #333333;
  --color-body: #ffffff;
  --color-bg: #ffffff;
}
shopify-payment-terms {
  display: block;
  margin-top: 8px;
  font-size: 15px;
}
.product--description-top shopify-payment-terms {
  margin-bottom: 4px;
}
.product_section .modal_price {
  display: flex;
  flex-wrap: wrap;
}
.product_section .modal_price .price__container,
.product_section .modal_price .sold-out__container {
  display: inline-block;
}
.product_section
  .modal_price
  .price__container--display-price-true.has-margin-right {
  margin-right: 10px;
}
.product_section .modal_price .sold_out__container {
  min-width: 150px;
}
.product_section .modal_price .sold-out-price.has-margin-right {
  margin-right: 5px;
}
.modal form {
  margin-bottom: 10px;
}
.product_image_col {
  margin-top: 15px;
  text-align: center;
}
.meta {
  font-size: 13px;
}
.meta p {
  font-size: 13px;
  margin-bottom: 0px;
}
p.meta {
  margin-bottom: 10px;
}
.comment-body p.meta {
  margin-bottom: 5px;
}
.comment-body h6 {
  padding: 0;
}
.sidebar_title {
  padding-bottom: 0px;
}
.shopify-section--blog-template h2 {
  margin-bottom: 0;
  line-height: 1.2;
}
.shopify-section--blog-template h2 a {
  color: #333333;
}
.blog_meta {
  margin-bottom: 0;
}
.blog_meta span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: smaller;
  color: #ae3333;
}
.blog_meta span:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  margin: -1px 5px 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #ae3333;
}
.blog_meta span:last-child:after {
  background-color: transparent;
}
.tags span a {
  color: #333333;
}
.article-wrap {
  padding-bottom: 25px;
}
@media only screen and (min-width: 799px) {
  .article-wrap .article__title {
    margin-top: 0;
  }
}
.read-more-link {
  margin-top: 10px;
  margin-bottom: 25px;
  display: inline-block;
}
.article h3.sub_title {
  letter-spacing: 0;
  margin: 10px auto 0;
}
.article_content {
  margin-top: 20px;
}
.excerpt {
  line-height: 1.5;
  margin: 1em 0;
}
#contact_form .newsletter-form__sign-up {
  display: inline-block;
  width: 120px;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
body.article {
  padding-bottom: 0;
}
.toggle span {
  color: #ae3333;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: smaller;
  float: right;
  display: none;
}
.sidebar .blog_search {
  margin: 15px 0;
}
.sidebar .blog_search input {
  width: 100%;
}
.label,
.meta .label {
  color: #ae3333;
}
.blog_meta,
.blog_meta a {
  color: #ae3333;
}
.blog_meta a:hover {
  color: #000000;
}
.count {
  font-style: normal;
  font-size: 13px;
}
.checkout {
  display: block;
  float: right;
  margin-top: 0px;
}
.additional-checkout-buttons {
  text-align: center;
  margin-top: 0;
}
.additional-checkout-buttons > *:not(script) {
  padding: 10px 0 0 10px;
  vertical-align: top;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .additional-checkout-buttons > *:not(script) {
    padding: 10px 0 0 5px;
  }
}
.additional-checkout-buttons > *:not(script):first-child,
.additional-checkout-buttons > *:not(script):empty {
  padding-left: 0px;
}
.or {
  line-height: 40px;
  font-style: normal;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .or {
    line-height: initial;
    text-align: left;
  }
}
.comment {
  margin-bottom: 20px;
}
.author_share_wrap {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  min-height: 40px;
  padding: 15px 0;
  margin-top: 15px;
  overflow: auto;
}
.blog_author {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 798px) {
  .blog_author {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
  }
}
.blog_author img {
  width: 80px;
  height: 80px;
  border: 1px solid #d3d3d3;
  float: left;
  margin-right: 15px;
}
.author_bio {
  text-align: left;
}
.author_bio h6 {
  padding-top: 0;
}
.author_bio p {
  font-size: 0.9em;
}
.blog_share {
  width: 38%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 798px) {
  .blog_share {
    width: 100%;
    float: left;
  }
}
.red {
  color: #c33;
}
.address p {
  margin-bottom: 5px;
}
div#disqus_thread ul,
div#disqus_thread li {
  border: none;
}
.search_page {
  padding: 100px 0;
}
@media only screen and (max-width: 798px) {
  .search_page {
    padding: 50px 0;
  }
}
.swatch-element.swatch--active {
  border-color: black;
  box-shadow: 0px 0px 0px 2px white;
}
.selector-wrapper label {
  margin-bottom: 0.5em;
}
.faceted-filter-group-summary__active-count {
  margin: 0 auto 0 0.5rem;
}
.faceted-filter-form {
  margin: 0;
}
.faceted-filter-group-display {
  margin: 0 0 20px;
}
.sidebar-block__heading {
  margin: 0;
  padding: var(--sidebar-block-padding) 0;
}
.sidebar-block--first .sidebar-block__heading {
  padding-top: 0;
}
.faceted-filter-group-display__header,
.sidebar-block__heading {
  display: flex;
  justify-content: space-between;
}
.faceted-filter-group-display__header {
  margin-bottom: 10px;
}
.sidebar-block__heading {
  display: flex;
  align-items: center;
}
.sidebar-block .sidebar-block-toggle-icon {
  margin-left: auto;
  transition: transform 200ms linear;
}
@media only screen and (min-width: 799px) {
  .toggle-all--false .sidebar-block .sidebar-block-toggle-icon {
    display: none;
  }
}
.sidebar-block[open] .sidebar-block-toggle-icon {
  transform: rotateX(180deg);
}
.toggle-all--false .sidebar-block summary {
  pointer-events: none;
}
@media only screen and (max-width: 798px) {
  .toggle-all--false .sidebar-block summary {
    pointer-events: all;
  }
}
.sidebar-block summary {
  cursor: pointer;
}
.sidebar {
  --sidebar-block-padding: 15px;
  --sidebar-left-safe-area: 10px;
}
.sidebar .faceted-active-filters__clear,
.sidebar .faceted-active-filters__remove-filter {
  padding: 8px 15px;
}
.sidebar .faceted-active-filters__clear .x-icon,
.sidebar .faceted-active-filters__remove-filter .x-icon {
  color: inherit;
  margin-right: 5px;
  top: 0;
}
.sidebar .faceted-filter-group-display__header-clear {
  color: #000000;
}
.sidebar .faceted-filter-group-display__header-clear:hover,
.sidebar .faceted-filter-group-display__header-clear:visited,
.sidebar .faceted-filter-group-display__header-clear:active {
  color: #000000;
}
.faceted-filter-group-display__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.faceted-filter-group-display__list-item {
  margin: 0;
}
.faceted-filter-group-display__list-item-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.faceted-filter-group-display__list-item-label {
  margin: 0;
  padding: 4px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.faceted-filter-group-display__list-item-label-text {
  padding-left: 12px;
  font-weight: initial;
  font-size: 15px;
  cursor: pointer;
  color: #333333;
}
.faceted-filter-group-display__list-item-label-text:hover {
  color: #000000;
}
.faceted-filter-group-display__list-item-input:checked
  ~ .faceted-filter-group-display__list-item-label-text {
  font-weight: bold;
}
.faceted-filter-group-display__list-item-input:disabled ~ * {
  opacity: 0.5;
}
.faceted-filter-group-display__checkmark {
  stroke-width: 2;
  min-width: 14px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  transition:
    border-color 100ms,
    background 100ms;
}
.faceted-filter-group-display__list-item-input:focus
  ~ .faceted-filter-group-display__checkmark {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 4px #000000;
}
.faceted-filter-group-display__list-item-input:checked
  ~ .faceted-filter-group-display__checkmark {
  stroke: #ffffff;
  background: #000000;
  border-color: #000000;
}
.faceted-filter-group-display__list-item-input:disabled
  ~ .faceted-filter-group-display__checkmark {
  cursor: not-allowed;
}
.faceted-filter-group-display__price-range {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.faceted-filter-group-display__price-range-from,
.faceted-filter-group-display__price-range-to {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-column-gap: 5px;
}
.faceted-filter-group-display__price-range-from
  .faceted-filter-group-display__price-range-input,
.faceted-filter-group-display__price-range-to
  .faceted-filter-group-display__price-range-input {
  margin: 0;
}
.faceted-filter-group-display__price-range-label {
  grid-column: span 2;
  margin: 0;
}
.faceted-filter-group-display__submit {
  margin-top: 20px;
}
.js .faceted-filter-group-display__list-submit {
  display: none;
}
.faceted-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 15px 0;
  border-bottom: 1px solid #d3d3d3;
}
.sidebar-block--first .faceted-active-filters {
  padding-top: 0;
}
.content-wrapper {
  width: 100%;
}
@media only screen and (max-width: 798px) {
  .sidebar {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .has-sidebar-option {
    width: 100% !important;
  }
}
.fancybox-bg {
  opacity: 1;
  background-color: rgba(43, 46, 56, 0.9);
}
@media only screen and (max-width: 480px) {
  .fancybox-bg {
    background-color: rgba(255, 255, 255, 0.99);
  }
}
@media only screen and (min-width: 481px) {
  .fancybox-toolbar {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-slide {
    padding: 44px 0;
  }
}
@media only screen and (min-width: 481px) {
  .fancybox-slide--image {
    padding: 44px;
  }
}
.fancybox-slide--image .fancybox-image {
  object-fit: contain;
  height: 100%;
}
.fancybox-slide--image .fancybox-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fancybox-slide--image .fancybox-content {
  padding: 0;
  background-color: white;
}
@media only screen and (min-width: 481px) {
  .fancybox-slide--image .fancybox-content {
    box-shadow: 0px 0px 0px 30px white;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-slide--image .fancybox-content {
    position: relative !important;
    width: 100%;
    height: 100%;
  }
}
.fancybox-slide--image .fancybox-close-small {
  top: -30px;
  right: -30px;
}
.fancybox-is-scaling .fancybox-image-wrap,
.fancybox-can-pan .fancybox-image-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
}
.fancybox-is-scaling .fancybox-item,
.fancybox-can-pan .fancybox-item {
  display: none !important;
}
.fancybox-close,
.fancybox-slide--html .fancybox-close-small {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  z-index: 2;
  color: #000000;
  background-color: transparent;
}
.fancybox-close svg,
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.fancybox-close:hover,
.fancybox-slide--html .fancybox-close-small:hover {
  color: #000000;
}
@media only screen and (max-width: 480px) {
  .fancybox-close,
  .fancybox-slide--html .fancybox-close-small {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fancybox-close,
  .fancybox-slide--html .fancybox-close-small {
    display: block !important;
  }
}
.fancybox-close:before,
.fancybox-slide--html .fancybox-close-small:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
.fancybox-button {
  min-height: auto;
}
@media only screen and (max-width: 480px) {
  .fancybox-button {
    background-color: white;
  }
  .fancybox-button svg path {
    fill: #95979c;
  }
}
.fancybox-content:hover .fancybox-nav {
  opacity: 1;
}
.fancybox-nav {
  transition: opacity 0.2s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-nav {
  background-color: rgba(255, 255, 255, 0.25);
}
.fancybox-nav span {
  pointer-events: none;
}
.fancybox-nav svg path {
  fill: #333333;
}
.fancybox-next {
  right: 0;
}
.fancybox-prev {
  left: 0;
}
.fancybox-nav:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fancybox-nav span {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .touchevents .fancybox-nav {
    display: none;
  }
}
.footer {
  padding: 20px 0;
  pointer-events: all;
  font-size: 14px;
  border-top: solid 1px #000000;
  background-color: #fff;
  background-position: center center;
  color: #000;
}
.footer .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.footer .input-row input {
  margin: 5px 0;
}
.footer-text .toggle_content {
  padding-top: 15px;
}
.no-footer-title.footer-text .toggle_content {
  padding-top: 0;
}
@media only screen and (max-width: 798px) {
  .no-footer-title.footer-text .toggle_content {
    display: block;
    padding-top: 20px;
  }
}
.footer .logo {
  color: #ffffff !important;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  width: 100%;
  word-wrap: break-word;
  float: none;
}
@media only screen and (max-width: 798px) {
  .footer .logo {
    text-align: center;
  }
}
img.footer-logo {
  width: 75%;
  max-width: 250px;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 798px) {
  img.footer-logo {
    max-width: 50% !important;
    margin: 0 25% 25px;
  }
}
.footer .empty-column {
  width: 100%;
  height: 1px;
}
.footer .footer-menu-wrap h6,
.footer .footer-menu-wrap .footerhead {
  margin: 0;
  padding: 0 0 5px 0;
  color: #000;
  font-size: 18px;
}
@media only screen and (max-width: 798px) {
  .footer .footer-menu-wrap h6,
  .footer .footer-menu-wrap .footerhead {
    border-top: 1px solid #ffffff;
    margin-bottom: 5px;
    padding: 0px 0 5px;
    font-size: 14px !important;
  }
}
.footer .footer-menu-wrap h6 > span {
  display: none;
}
@media only screen and (max-width: 798px) {
  .footer .footer-menu-wrap h6 > span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000;
  }
}
@media only screen and (min-width: 799px) {
  .footer .toggle_content {
    display: block !important;
  }
}
.footer a,
.footer a:visited {
  color: #ae3333;
  font-size: 14px;
}
.footer a:hover,
.footer a:active {
  color: #ae3333;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
.footer ul li {
  margin-bottom: 1em;
  line-height: 1.1;
}
.footer form {
  margin-bottom: 0;
}
.footer-menu-wrap {
  text-align: left;
  padding-top: 20px;
}
.page-landing .maps {
  position: relative;
  bottom: -7px;
}
.maps iframe {
  pointer-events: none;
  display: block;
}
.map__placeholder img {
  object-fit: cover;
}
.newsletter form {
  margin-bottom: 0;
}
.footer_credits {
  margin-top: 10px;
  border-top: none;
}
.payment_methods {
  margin: 10px 0 6px 0;
  padding-top: 10px;
}
@media only screen and (min-width: 799px) {
  .payment_methods {
    float: right;
    text-align: right;
  }
}
.payment_methods svg {
  padding-right: 4px;
  height: 30px;
  width: 48px;
}
.payment_methods svg:last-of-type {
  padding-right: 0px;
}
.credits {
  text-align: left;
  padding-top: 20px;
}
@media only screen and (min-width: 799px) {
  .credits {
    float: left;
  }
}
@media only screen and (max-width: 798px) {
  .footer-menu__disclosure {
    justify-content: flex-start;
  }
}
.footer-menu__disclosure
  .selectors-form__item:last-of-type
  .disclosure__toggle {
  margin-right: 0;
}
.footer-menu__disclosure .disclosure {
  padding-top: 16px;
  margin-top: -8px;
  min-height: 44px;
}
.footer-menu__disclosure .disclosure__toggle {
  display: flex;
  align-items: center;
  color: #333333;
  padding: 0 10px;
  background-color: white;
  color: #333333;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  padding: 10px;
}
.footer-menu__disclosure .disclosure__toggle.is-clicked {
  color: #333333;
}
.footer-menu__disclosure .disclosure__toggle.is-clicked:focus {
  color: #333333;
}
.footer-menu__disclosure .disclosure-list {
  background-color: white;
  padding-top: 0;
}
.footer-menu__disclosure .disclosure-list__item {
  margin-bottom: 0;
}
.footer-menu__disclosure button.disclosure__button {
  color: #333333;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.footer-menu__disclosure button.disclosure__button:hover,
.footer-menu__disclosure button.disclosure__button[aria-current="true"] {
  opacity: 0.5;
}
h6 span,
h4 span,
.sublink span {
  transition: transform 0.3s linear;
  perspective: 1000;
}
.footer-menu-wrap,
#mobile_menu,
.sidebar {
  transform: translate3d(0, 0, 0);
}
.footer-menu-wrap span.active,
.footer-menu-wrap .active > .icon-down-arrow,
#mobile_menu span.active,
#mobile_menu .active > .icon-down-arrow,
.sidebar span.active,
.sidebar .active > .icon-down-arrow {
  transform: rotateX(180deg);
}
.sidebar span.menu-toggle {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 0 6px 0 6px;
  margin-right: 0;
  transition: transform 0.3s linear;
  perspective: 1000;
  transform: none;
}
.sidebar span.menu-toggle.active {
  transform: rotateX(180deg);
}
@media only screen and (max-width: 798px) {
  .footer-menu-wrap h6,
  .sidebar h6,
  #mobile_menu h6 {
    padding-top: 8px;
    cursor: pointer;
    border-top: 1px solid #ffffff;
    margin-top: 0;
  }
  .footer-menu-wrap h6 span,
  .footer-menu-wrap h4 span,
  .footer-menu-wrap .sublink span,
  .sidebar h6 span,
  .sidebar h4 span,
  .sidebar .sublink span,
  #mobile_menu h6 span,
  #mobile_menu h4 span,
  #mobile_menu .sublink span {
    display: inline-block;
    transition: transform 0.3s linear;
    perspective: 1000;
  }
  .footer-menu-wrap .columns > ul,
  .sidebar .columns > ul,
  #mobile_menu .columns > ul {
    display: none;
    padding-left: 20px;
  }
  .footer-menu-wrap .columns > ul li,
  .sidebar .columns > ul li,
  #mobile_menu .columns > ul li {
    line-height: 1.7;
  }
  .toggle_content {
    display: none;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 799px) {
  h4.toggle {
    pointer-events: none;
  }
  .footer-menu-wrap h6 {
    pointer-events: none;
  }
  .footer-menu-wrap .columns > ul {
    display: block !important;
  }
}
.header .promo-banner a,
.header .promo-banner a:visited a:hover,
#header .promo-banner a,
#header .promo-banner a:visited a:hover {
  color: #333333;
}
.promo-banner {
  background-color: #cccccc;
  text-align: center;
  color: #333333;
  font-size: 12px;
  position: relative;
  width: 100%;
  height: 0;
  line-height: 0;
  z-index: 5000;
  top: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.promo-banner .promo-banner__content {
  margin: 0px auto;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 798px) {
  .promo-banner .promo-banner__content {
    font-size: 10px;
    max-height: 50px;
  }
}
.promo-banner p {
  margin-bottom: 0;
  display: inline;
  line-height: 1;
}
.promo-banner .promo-banner__close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.promo-banner .promo-banner__close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
.promo-banner--show .promo-banner {
  transition: all 0s linear;
  height: auto;
  min-height: 30px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.top-bar {
  padding-top: 0;
  position: relative;
  transition: padding-top 0.3s linear;
}
@media only screen and (max-width: 480px) {
  .top-bar {
    padding-top: 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family:
    Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 50px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  background: #00b3ff;
  color: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #00b3ff;
  color: #fff;
}
.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
  display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition:
    height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role="menu"] {
  padding: 7px;
}
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::after,
.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: #00b3ff;
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    transparent var(--value, 0)
  );
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.plyr--full-ui input[type="range"]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type="range"]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(255, 255, 255, 0.5);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow:
    0 1px 1px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 14px;
}
.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition:
    transform 0.2s 0.1s ease,
    opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control.plyr__tab-focus
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}
.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}
.plyr__progress input[type="range"],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(35, 41, 47, 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(35, 41, 47, 0.6) 50%,
    rgba(35, 41, 47, 0.6) 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}
.plyr__volume input[type="range"] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}
.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
  display: none !important;
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition:
    transform 0.2s 0.1s ease,
    opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
.shopify-model-viewer-ui {
  position: relative;
  display: block;
  cursor: pointer;
}
.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1;
}
.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen
  .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen
  .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused
  .shopify-model-viewer-ui__controls-area,
.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover
  .shopify-model-viewer-ui__controls-area {
  opacity: 1;
}
.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop)
  .shopify-model-viewer-ui__controls-area {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity 0.1s linear;
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__controls-area:not(
    .shopify-model-viewer-ui__controls-area--playing
  ) {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: 0;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0;
  height: 44px;
  width: 44px;
  background: 0 0;
  position: relative;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55);
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05);
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0;
  right: 8px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(0, 0, 0, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none;
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none;
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .flickity-slider .caption.position-right {
    width: 100%;
    max-width: 100% !important;
  }
  .flickity-slider .caption.position-right .caption-content.align-center {
    width: 50%;
    padding: 0px 5%;
  }
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: #fff;
}
.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-enabled {
  position: relative;
  overflow: hidden;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 798px) {
  .flickity-viewport {
    background-color: white;
  }
  .flickity-slider .gallery-cell .caption {
    transform: none !important;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .flickity-slider .gallery-cell .caption p {
    font-size: 1.6rem !important;
  }
}
.flickity-button.flickity-prev-next-button.next:focus,
.flickity-button.flickity-prev-next-button.previous:focus {
  opacity: 1;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-prev-next-button {
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  border: none;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 0;
  height: auto;
  max-width: 11%;
  transform: none;
}
.flickity-prev-next-button:hover {
  background: white;
  border: none;
}
.flickity-prev-next-button:focus {
  outline: none;
}
.flickity-prev-next-button:hover,
.flickity-prev-next-button:active {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.flickity-prev-next-button.previous {
  left: -1px;
}
.flickity-prev-next-button.next {
  right: -1px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -1px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -1px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=10);
  opacity: 0.1;
  cursor: auto;
}
.flickity-prev-next-button svg {
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333333;
}
.flickity-prev-next-button.no-svg {
  color: #333333;
  font-size: 26px;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}
.flickity-slider > li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}
img[data-flickity-lazyload] {
  width: auto;
}
.slideshow-transition--fade .flickity-slider {
  transform: none !important;
}
.slideshow-transition--fade .gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.slideshow-transition--fade .gallery-cell.is-selected {
  opacity: 1;
  z-index: 0;
}
.lightbox-gallery .gallery-cell {
  width: 100%;
}
.lightbox-gallery .gallery-cell img {
  width: auto;
  max-height: 90vh;
  max-width: 100%;
  display: inline-block;
}
.gallery-arrows--true .product_gallery .flickity-prev-next-button {
  display: block;
}
.gallery-arrows--true .product_gallery .flickity-prev-next-button:hover {
  opacity: 0.5;
}
.image__container .product_gallery .flickity-prev-next-button {
  display: none;
}
.product_gallery {
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 798px) {
  .product_gallery {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .product_gallery .flickity-page-dots {
    bottom: 15px;
  }
}
.product_gallery .gallery-cell {
  width: 100%;
  display: block;
  margin-right: 10px;
  position: relative;
}
.product_gallery.flickity-enabled {
  opacity: 1;
}
.product_gallery img {
  background-color: #ffffff;
}
.product_gallery.show-gallery-arrows--false .flickity-prev-next-button {
  display: none;
}
@media only screen and (max-width: 798px) {
  .product_gallery.show-gallery-arrows--false .flickity-prev-next-button {
    display: block;
  }
}
@media only screen and (max-width: 798px) {
  .thumbnail .product_gallery {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.product_gallery_nav {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.product_gallery_nav.product_gallery_nav--bottom-thumbnails .gallery-cell {
  width: auto;
}
.product_gallery_nav.product_gallery_nav--bottom-thumbnails img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .product_gallery_nav.product_gallery_nav--bottom-slider {
    margin-bottom: 30px;
  }
}
.product_gallery_nav.product_gallery_nav--bottom-slider
  .flickity-prev-next-button {
  opacity: 1;
  background: #ffffff;
}
.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell {
  display: flex;
  width: auto;
  opacity: 0.5;
  margin-bottom: 0;
}
.product_gallery_nav.product_gallery_nav--bottom-slider
  .gallery-cell.is-nav-selected {
  opacity: 1;
}
.product_gallery_nav.product_gallery_nav--bottom-slider .gallery-cell img {
  width: auto;
  height: 80px;
  max-width: none;
  min-width: 50px;
}
.product_gallery_nav .gallery-cell {
  width: 20%;
  margin: 0 10px 10px 0;
  opacity: 0.7;
  display: inline-block;
  position: relative;
}
.product_gallery_nav .gallery-cell.is-nav-selected {
  opacity: 1;
}
.product_gallery_nav .gallery-cell img {
  cursor: pointer;
}
.product_gallery_nav--slider-enabled .gallery-cell {
  opacity: 1;
}
.product_gallery .gallery-cell a {
  cursor: zoom-in;
}
@media only screen and (min-width: 799px) {
  .gallery-thumbnails--right .multi-image {
    width: 83%;
    float: left;
  }
  .gallery-thumbnails--right .product_gallery_nav {
    width: 12%;
    float: left;
    margin-left: 2%;
  }
  .gallery-thumbnails--right .product_gallery_nav .gallery-cell {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 799px) {
  .gallery-thumbnails--left .multi-image {
    width: 83%;
    float: right;
  }
  .gallery-thumbnails--left .product_gallery_nav {
    width: 12%;
    float: right;
    margin-right: 2%;
  }
  .gallery-thumbnails--left .product_gallery_nav .gallery-cell {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.gallery-wrap .flickity-viewport {
  margin-top: 0;
}
.product-section__lightbox .zoom-wrap {
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-section__lightbox .fancybox-content {
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.product-quickshop {
  background-color: rgba(43, 46, 56, 0.9);
}
@media only screen and (max-width: 798px) {
  .product-quickshop {
    margin: 2rem;
  }
}
.product-quickshop .shopify-section--quick-shop {
  margin: 4rem auto;
  max-width: 900px;
  padding: 44px !important;
  background-color: #ffffff;
}
.product-quickshop .shopify-section--quick-shop {
  border: 5px solid #d3d3d3;
}
.product-quickshop .shopify-section:not(.shopify-section--quick-shop) {
  display: none;
}
.js-quick-shop {
  display: none;
  width: 90%;
  max-width: 900px;
  cursor: pointer !important;
  background-color: #ffffff;
}
.js-quick-shop {
  border: 5px solid #d3d3d3;
}
.js-quick-shop .container,
.js-quick-shop .product_name {
  color: #2b2e38;
}
.js-quick-shop .fancybox-close-small svg path {
  fill: #2b2e38;
}
.js-quick-shop .fancybox-close-small svg path:hover {
  fill: #292c36;
}
.quick-shop-style--inline .collection_swatches {
  display: none;
}
.quick-shop-style--inline .inline-quickshop {
  margin-top: 10px;
}
.quick-shop-style--inline .product-quantity-box,
.quick-shop-style--inline .items_left {
  display: none;
}
.quick-shop-style--inline .purchase-details__spb--false {
  margin-left: 0;
}
.quick-shop-style--inline.one-fourth .shopify-payment-button,
.quick-shop-style--inline.one-fifth .shopify-payment-button,
.quick-shop-style--inline.one-sixth .shopify-payment-button,
.quick-shop-style--inline.one-seventh .shopify-payment-button,
.quick-shop-style--inline.visible-5 .shopify-payment-button,
.quick-shop-style--inline.visible-6 .shopify-payment-button,
.quick-shop-style--inline.visible-7 .shopify-payment-button {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
.quick-shop-style--inline.one-fourth .add_to_cart,
.quick-shop-style--inline.one-fifth .add_to_cart,
.quick-shop-style--inline.one-sixth .add_to_cart,
.quick-shop-style--inline.one-seventh .add_to_cart,
.quick-shop-style--inline.visible-5 .add_to_cart,
.quick-shop-style--inline.visible-6 .add_to_cart,
.quick-shop-style--inline.visible-7 .add_to_cart {
  max-width: 100%;
}
.related-products--grid {
  font-size: 0;
  text-align: center;
}
.related-products--grid.container {
  padding-top: 0;
}
.related-products--grid .product-list .thumbnail.column,
.related-products--grid .product-list .thumbnail.columns {
  font-size: initial;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.related-products__title {
  clear: both;
}
.title.slider-gallery {
  padding-top: 40px;
}
@media only screen and (max-width: 480px) {
  .title.slider-gallery {
    padding-top: 0;
    font-size: 1.5em;
  }
}
.slider-gallery {
  margin: 0 auto 40px;
}
.slider-gallery .gallery-cell {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .slider-gallery .gallery-cell {
    padding: 0;
    margin-right: 5px;
  }
}
.slider-gallery .gallery-cell .product-details {
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (max-width: 798px) {
  .slider-gallery .gallery-cell .product-details {
    font-size: 3vw;
  }
}
.slider-gallery .gallery-cell img {
  display: block;
  max-width: 100%;
}
.slider-gallery .gallery-cell-heading {
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: none;
  margin-top: 10px;
}
.slider-gallery .flickity-prev-next-button {
  border-radius: 0;
  opacity: 0;
  width: 5%;
}
.slider-gallery:hover .flickity-prev-next-button {
  opacity: 0.5;
}
.transparentBackground--false .dot {
  background: #333333;
}
.transparentBackground--false .flickity-prev-next-button {
  background: transparent;
}
.transparentBackground--false .flickity-prev-next-button .arrow {
  opacity: 1;
  fill: #333333;
}
.homepage-slideshow.transparentBackground--false:hover
  .flickity-prev-next-button,
.testimonial-slideshow.transparentBackground--false:hover
  .flickity-prev-next-button,
.product-slider.transparentBackground--false:hover .flickity-prev-next-button,
.slider-gallery.transparentBackground--false:hover .flickity-prev-next-button {
  opacity: 1;
}
.homepage-slideshow.transparentBackground--false .flickity-page-dots .dot,
.testimonial-slideshow.transparentBackground--false .flickity-page-dots .dot,
.product-slider.transparentBackground--false .flickity-page-dots .dot,
.slider-gallery.transparentBackground--false .flickity-page-dots .dot {
  opacity: 0.4;
}
.homepage-slideshow.transparentBackground--false
  .flickity-page-dots
  .dot.is-selected,
.testimonial-slideshow.transparentBackground--false
  .flickity-page-dots
  .dot.is-selected,
.product-slider.transparentBackground--false
  .flickity-page-dots
  .dot.is-selected,
.slider-gallery.transparentBackground--false
  .flickity-page-dots
  .dot.is-selected {
  opacity: 1;
}
.lazyframe {
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}
.lazyframe__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 17px;
  z-index: 3;
}
.lazyframe__title:after {
  z-index: -1;
}
.lazyframe:hover {
  cursor: pointer;
}
.lazyframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.lazyframe[data-ratio="16:9"]:before {
  padding-top: 56.25%;
}
.lazyframe[data-ratio="4:3"]:before {
  padding-top: 75%;
}
.lazyframe[data-ratio="1:1"]:before {
  padding-top: 100%;
}
.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.lazyframe[data-vendor="youtube"],
.lazyframe[data-vendor="youtube_nocookie"] {
  background-color: #e52d27;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.lazyframe[data-vendor="youtube"] .lazyframe__title,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title {
  color: #eee;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.lazyframe[data-vendor="youtube"] .lazyframe__title:hover,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover {
  color: #fff;
}
.lazyframe[data-vendor="youtube"] .lazyframe__title:before,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
}
.lazyframe[data-vendor="youtube"]:before,
.lazyframe[data-vendor="youtube_nocookie"]:before {
  padding-top: 56.25%;
}
.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}
.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="4:3"]:before {
  padding-top: 75%;
}
.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="1:1"]:before {
  padding-top: 100%;
}
.lazyframe[data-vendor="youtube"]:after,
.lazyframe[data-vendor="youtube_nocookie"]:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.81;
  border: none;
  z-index: 4;
}
.lazyframe[data-vendor="youtube"]:hover:after,
.lazyframe[data-vendor="youtube_nocookie"]:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
  opacity: 1;
}
.lazyframe[data-vendor="vimeo"] {
  background-color: #00adef;
}
.lazyframe[data-vendor="vimeo"] .lazyframe__title {
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #00adef;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
  user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
}
.lazyframe[data-vendor="vimeo"]:before {
  padding-top: 48.25%;
}
.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}
.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before {
  padding-top: 75%;
}
.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before {
  padding-top: 100%;
}
.lazyframe[data-vendor="vimeo"]:after {
  content: "";
  height: 40px;
  width: 65px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}
.lazyframe[data-vendor="vimeo"]:hover:after {
  background-color: #00adef;
}
.lazyframe[data-vendor="vine"] {
  background-color: #00bf8f;
}
.lazyframe[data-vendor="vine"] .lazyframe__title {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  z-index: 3;
  positon: relative;
}
.lazyframe[data-vendor="vine"] .lazyframe__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 115px;
  padding: 24px 70px 24px 24px;
  background: linear-gradient(
    to top,
    rgba(23, 23, 23, 0) 0,
    rgba(23, 23, 23, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3171717", endColorstr="#00171717", GradientType=0 );
}
.lazyframe[data-vendor="vine"]:before {
  padding-top: 100%;
}
.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before {
  padding-top: 56.25%;
}
.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before {
  padding-top: 75%;
}
.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before {
  padding-top: 100%;
}
.lazyframe[data-vendor="vine"]:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
}
.lazyframe[data-vendor="vine"]:hover:after {
  background-color: rgba(0, 0, 0, 0.75);
}
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.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;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal img {
  max-width: 100%;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .remodal {
    overflow-x: scroll;
  }
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 1000;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (max-width: 959px) {
  #contact_form input.newsletter-form__sign-up[type="submit"] {
    margin-left: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }
  input.contact_email[type="email"] {
    width: 100%;
  }
  .collection_menu {
    display: none;
  }
  h1.collection_title_tags,
  div.collection_title_tags {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .newsletter .input-row input {
    margin: 5px 0px;
  }
  input.newsletter-form__sign-up {
    margin: 0px;
  }
  .newsletter-both-names--true input.firstName {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 799px) and (max-width: 959px) {
  .nav a,
  .nav a:visited,
  .menu a:hover,
  .nav a:active,
  .nav a:focus {
    font-size: 11px;
  }
  .menu a,
  .menu a:visited,
  .menu a:hover,
  .menu a:active,
  .menu a:focus {
    font-size: 11px;
  }
  .menu li,
  #header span.menu_title,
  .menu a span {
    padding-left: 2px;
    padding-right: 2px;
  }
  .menu li.search-container {
    display: none;
  }
  .top-bar .menu li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.main-nav.main-nav-inner.menu-position--block.logo-alignment--center.logo-position--center.search-enabled--true {
  padding: 0 !important;
}
@media only screen and (max-width: 798px) {
  .article_image {
    padding-bottom: 0;
  }
  .sidebar__content {
    border: 0;
    padding: 0;
  }
  .nav_arrows {
    float: none;
    text-align: center;
  }
  .nav_arrows .prev {
    float: left;
  }
  .nav_arrows .next {
    float: right;
  }
  #header .top-bar a.mobile_logo {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 34px;
    z-index: 5;
    width: 50%;
    height: auto;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header a.mobile_logo img {
    width: auto;
    max-width: 150px;
    max-height: 30px;
  }
  .payment_methods {
    text-align: center;
    float: none;
    display: block;
  }
  .credits {
    float: none;
    display: block;
    text-align: center;
  }
  .is-absolute {
    top: 0px !important;
  }
  .blog_filter {
    margin-top: 1em;
    width: 100% !important;
  }
  .section_select {
    text-align: center;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  .featured_links a span {
    font-size: 11px;
  }
  .or {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .mobile_hidden {
    display: none !important;
  }
  table tr.order_summary td.label {
    text-align: left;
  }
  .featured_text {
    font-size: 15px;
    line-height: 1.7em;
  }
  #header {
    display: block;
  }
  .header {
    display: none;
  }
  h4.toggle {
    cursor: pointer;
  }
  .toggle span {
    display: block;
  }
  select {
    width: 100%;
    margin-left: 0;
  }
  .newsletter-form__sign-up,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    margin-left: 0;
    width: 100%;
    outline: 0;
  }
  .credits_right {
    text-align: left;
  }
  .title_column {
    float: left;
  }
  .mobile_only,
  .container div.mobile_only {
    display: block;
  }
  span.mobile_only {
    display: inline;
  }
  .price_total {
    text-align: right;
  }
  .price_total_text {
    display: block;
  }
  .update_subtotal,
  .price_total,
  .remove_column,
  .checkout_table_header {
    display: none;
  }
  .mobile_right {
    text-align: right;
  }
  .quick_shop {
    display: none !important;
  }
  .cart_price {
    display: block;
    margin-bottom: 0;
  }
  table tr th,
  table tr td {
    padding: 2px;
  }
  .multiple_product_images {
    display: none;
  }
  .headline {
    font-size: 1.3em;
    line-height: 1.2;
    position: relative;
  }
  p.subtitle {
    font-size: 1.1em;
    line-height: 1.2;
    position: relative;
  }
}
@media only screen and (max-width: 798px) {
  .mobile_hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .collection_title,
  .empty_cart {
    font-size: 110%;
    line-height: 1.5em;
  }
  h1,
  h1.home,
  .title a,
  h2 {
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}
@font-face {
  font-family: "turbo";
  src: url(/cdn/shop/t/26/assets/turbo.eot?v=48734892740725754481655745724);
  src:
    url(/cdn/shop/t/26/assets/turbo.eot?v=48734892740725754481655745724)
      format("embedded-opentype"),
    url(/cdn/shop/t/26/assets/turbo.woff?v=150966577236684244781655745725)
      format("woff"),
    url(/cdn/shop/t/26/assets/turbo.ttf?v=77481909974496710951655745725)
      format("truetype"),
    url(/cdn/shop/t/26/assets/turbo.svg?v=173366358466109711321655745724)
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "turbo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.15em;
}
.icon-bag:before {
  content: "";
}
.icon-cart:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-cross:before {
  content: "";
}
.icon-up-arrow:before {
  content: "";
}
.icon-down-arrow:before {
  content: "";
}
.icon-left-arrow:before {
  content: "";
}
.icon-right-arrow:before {
  content: "";
  margin-right: 0;
}
.icon-plus:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-email:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-rss:before {
  content: "";
}
.icon-houzz:before {
  content: "";
}
.icon-snapchat:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-vimeo:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-zoom:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-lock:before {
  content: "";
  color: #ffffff;
}
.icon-user:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-tumblr:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-twitter-share:before {
  content: "";
}
.icon-facebook-share:before {
  content: "";
}
.icon-pinterest-share:before {
  content: "";
}
.icon-mail-share:before {
  content: "";
}
span.icon-down-arrow {
  padding: 0 !important;
  font-size: 12px !important;
}
form.search__form,
.search__form input {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.search__form input,
.search__form input:active,
.search__form input:focus {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px !important;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: transparent;
  padding-right: 35px;
  border-color: #ffffff;
}
.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.feature_image .search__form input::-webkit-input-placeholder,
.feature_image .search__form input:active::-webkit-input-placeholder,
.feature_image .search__form input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.feature_image .search__form input::-moz-placeholder,
.feature_image .search__form input:active::-moz-placeholder,
.feature_image .search__form input:focus::-moz-placeholder {
  color: #ffffff;
}
.feature_image .search__form input:-ms-input-placeholder,
.feature_image .search__form input:active:-ms-input-placeholder,
.feature_image .search__form input:focus:-ms-input-placeholder {
  color: #ffffff;
}
.feature_image .search-submit {
  color: #ffffff;
}
.header_search_form {
  width: 60%;
  margin: 0 auto 30px auto !important;
  padding: 30px 0 0 0;
  position: relative;
  border-bottom: solid 1px #ffffff;
}
@media (max-width: 769px) and (min-width: 481px) {
  .header_search_form {
    margin: 30px auto;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .header_search_form {
    width: 90%;
    margin: 30px auto;
    padding: 0;
  }
}
.header_search_form input,
.header_search_form input:focus,
.header_search_form input:active {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  letter-spacing: 1px;
  border: none;
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  .header_search_form input,
  .header_search_form input:focus,
  .header_search_form input:active {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
.header_search_form .search-submit {
  top: 38px;
  font-size: 30px;
}
@media (max-width: 769px) and (min-width: 481px) {
  .header_search_form .search-submit {
    top: 55%;
    position: absolute;
    transform: translateY(-55%);
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .header_search_form .search-submit {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 20px;
  }
}
.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.feature_image .search__form input::-webkit-input-placeholder {
  color: #ffffff;
}
.feature_image .search__form input:-moz-placeholder {
  color: #ffffff;
}
.feature_image .search__form input::-moz-placeholder {
  color: #ffffff;
}
.feature_image .search__form input:-ms-input-placeholder {
  color: #ffffff;
}
.search__form input::-webkit-input-placeholder {
  color: #ffffff;
}
.search__form input:-moz-placeholder {
  color: #ffffff;
}
.search__form input::-moz-placeholder {
  color: #ffffff;
}
.search__form input:-ms-input-placeholder {
  color: #ffffff;
}
.search__form input:focus::-webkit-input-placeholder {
  color: #9f5104;
}
.search__form input:focus:-moz-placeholder {
  color: #9f5104;
}
.search__form input:focus::-moz-placeholder {
  color: #9f5104;
}
.search__form input:focus:-ms-input-placeholder {
  color: #9f5104;
}
.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.feature_image .search__form input::-webkit-input-placeholder {
  color: #ffffff;
}
.feature_image .search__form input:-moz-placeholder {
  color: #ffffff;
}
.feature_image .search__form input::-moz-placeholder {
  color: #ffffff;
}
.feature_image .search__form input:-ms-input-placeholder {
  color: #ffffff;
}
.search-submit {
  position: absolute;
  z-index: 1000;
  color: #000;
  font-size: 20px;
  top: 9px;
  right: 7px;
  cursor: pointer;
}
.search-results li.item-result:hover {
  background: rgba(51, 51, 51, 0.5);
}
.feature_image .search-submit {
  color: #ffffff;
}
.blog_search .search-submit {
  color: #333333;
  top: 10px;
  right: 8px;
  z-index: 1;
}
.social_icons {
  margin-left: 0;
  margin-top: 0;
}
.social_icons li {
  display: inline;
  padding-right: 2px;
}
@media only screen and (max-width: 798px) {
  footer .footer-social-icons {
    display: none;
  }
}
footer .footer-social-icons--mobile.columns {
  display: none;
  padding-left: 0;
}
@media only screen and (max-width: 798px) {
  footer .footer-social-icons--mobile.columns {
    display: block;
  }
  footer .footer-social-icons--mobile.columns > ul {
    display: block;
    padding-left: 0;
  }
}
footer .social_icons {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 798px) {
  footer .social_icons {
    padding-left: 0;
    text-align: center;
  }
}
footer .social_icons a,
footer .social_icons a:visited {
  color: #ae3333;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 1em;
}
@media only screen and (max-width: 480px) {
  footer .social_icons a,
  footer .social_icons a:visited {
    margin-bottom: 0;
  }
}
footer .social_icons a:active,
footer .social_icons a:hover {
  color: #ae3333;
  font-size: 22px;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
.delay-0s {
  animation-delay: 0;
}
.delay-025s {
  animation-delay: 0.25s;
  opacity: 0;
}
.delay-05s {
  animation-delay: 0.5s;
  opacity: 0;
}
.delay-075s {
  animation-delay: 0.75s;
  opacity: 0;
}
.delay-1s {
  animation-delay: 1s;
  opacity: 0;
}
.animate_right,
.animate_left,
.animate_up,
.animate_down {
  opacity: 0;
}
.ie .animated,
.ie .animate_right,
.ie .animate_left,
.ie .hsContent,
.ie #slide-1 .animated {
  opacity: 1 !important;
}
.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
  opacity: 1 !important;
}
.ie select {
  background-image: none !important;
}
@media only screen and (max-width: 798px) {
  .delay-0s,
  .delay-025s,
  .delay-05s,
  .delay-075s,
  .delay-1s,
  .animate_right,
  .animate_left,
  .animate_up,
  .animate_down {
    opacity: 1;
  }
}
#password-container {
  margin: 75px auto 0;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table;
}
@media only screen and (max-width: 798px) {
  #password-container {
    margin-top: 10px;
  }
}
#password-container
  #contact_form
  input.newsletter-form__sign-up[type="submit"] {
  width: calc(35% - 10px);
}
@media only screen and (max-width: 1024px) {
  #password-container
    #contact_form
    input.newsletter-form__sign-up[type="submit"] {
    width: 100%;
  }
}
#password-container #contact_form input.contact_email[type="email"] {
  max-width: 100%;
}
.password-page-message {
  font-size: 3em;
  line-height: 1.2;
  margin: 10px auto;
  padding: 12px 0;
}
.password-page-follow {
  margin: 5px 0;
}
.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active {
  font-size: 25px;
}
.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 30px;
  width: 100%;
}
.password-logo {
  max-width: 200px;
  margin: 0px auto;
}
.password-message {
  max-width: 600px;
  font-size: 1.2em;
  color: #ae3333;
}
.hr-small {
  margin: 20px auto;
  width: 50px;
}
.password-social {
  margin-top: 10px;
  padding-top: 20px;
}
.password-social ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
.password-social .social_icons li {
  display: inline;
  margin-left: 0;
}
.password-social .social_icons a:hover {
  color: #000000;
}
.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: #ae3333;
  text-align: center;
}
.powered {
  display: block;
  margin-top: 15px;
}
.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: #ae3333;
  text-decoration: none;
}
.password-footer a {
  color: #ae3333;
  text-decoration: none;
}
.controls {
  display: block;
  margin: 1em;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}
#open-me {
  text-align: center;
  margin-bottom: 35px;
}
#open-me a:hover {
  color: #000000;
}
.close-me {
  z-index: 8000;
}
.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
}
.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}
.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition:
    opacity 0.5s,
    visibility 0s 0.5s;
}
.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
.inputbox {
  margin: 0px auto;
  max-width: 80%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #000;
}
@media only screen and (max-width: 798px) {
  #password-page-bg .modalbox .inputbox {
    top: 50%;
  }
}
.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
  text-align: center;
}
.storefront-password-form .actions {
  display: inline-block;
}
.storefront-password-form #password {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .storefront-password-form #password {
    width: 100%;
  }
}
#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
}
.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
  position: inherit !important;
}
@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center;
  }
  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important;
  }
}
.is-product-main.content,
.is-product-sidebar.content {
  padding-bottom: 0;
}
.product-block.product-block--first {
  margin-top: 0;
}
.product-popup {
  margin-bottom: 0.5rem;
}
.product-popup.product-popup--left {
  text-align: left;
}
.product-popup.product-popup--center {
  text-align: center;
}
.product-popup.product-popup--right {
  text-align: right;
}
.product-popup__link {
  display: inline-flex;
  word-break: break-word;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.fancybox-content.product-popup__lightbox {
  cursor: default;
}
.product-popup__lightbox-wrapper h5 {
  padding-top: 0;
}
.product-popup__lightbox-wrapper img {
  height: auto;
  max-width: 100%;
}
.product-gallery__model model-viewer,
.product-gallery__video iframe {
  width: 100%;
  min-height: 450px;
}
.product-gallery__model {
  position: relative;
}
.product-gallery__model model-viewer {
  width: 100%;
  min-height: 500px;
}
.view-in-your-space {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  background: #e6e6e6;
  color: #333333;
  font: inherit;
  text-transform: none;
  border-radius: 0px;
  border: 0;
}
.view-in-your-space svg path:first-child {
  stroke: #333333;
}
.view-in-your-space svg path:last-child {
  fill: #333333;
}
.plyr--video .plyr__controls {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}
.plyr--video .plyr__control {
  background: transparent;
  color: #333333;
}
.plyr--video .plyr__control:hover {
  background: #ffffff;
  color: #333333;
}
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type="range"],
.plyr--video .plyr__controls__item {
  color: #333333;
}
.plyr--video .plyr__progress input[type="range"] + .thumb {
  background-color: #333333;
  color: #333333;
}
.plyr--video input[type="range"]::-webkit-slider-thumb {
  background-color: #333333;
}
.plyr--video input[type="range"]::-moz-range-thumb {
  background-color: #333333;
}
.plyr--video input[type="range"]::-ms-thumb {
  background-color: #333333;
}
.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded="true"] {
  background-color: rgba(51, 51, 51, 0.6);
}
.plyr--video .plyr__control.plyr__tab-focus {
  background-color: #333333;
}
.plyr--video .plyr__control--overlaid {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 50px;
  width: 50px;
}
.plyr--video .plyr__control--overlaid svg {
  left: auto;
}
.plyr--video .plyr__control--overlaid:hover {
  background: #ffffff;
}
.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
  opacity: 0.75;
}
.plyr--video .plyr__control .play-icon-button-control {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.plyr--video .plyr__control .play-icon-button-control rect {
  fill: #ffffff;
}
.plyr--video .plyr__control .play-icon-button-control path {
  fill: #333333;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-right: 10px;
  padding-left: 10px;
}
.plyr--full-ui .plyr__volume {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px !important;
  position: absolute;
  transform: rotate(270deg);
  transition:
    visibility 0.4s linear 0.4s,
    opacity 0.4s linear 0.3s;
  width: 140px;
}
.plyr--full-ui .plyr__volume:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.25);
  bottom: 18px;
  content: "";
  left: -6px;
  position: absolute;
  transform: rotate(90deg);
  z-index: 2;
}
.plyr--full-ui .plyr__volume:hover {
  opacity: 1;
  visibility: visible;
}
.plyr--full-ui .plyr__volume.plyr__volume--is-visible {
  opacity: 1;
  transition:
    visibility 0.4s linear,
    opacity 0.4s linear;
}
.plyr--full-ui .plyr__volume input[type="range"] {
  color: #333333;
  margin: 0 auto;
}
.plyr--full-ui .plyr__volume input[type="range"]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type="range"]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type="range"]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type="range"]::-moz-range-thumb {
  box-shadow: none;
}
.plyr--full-ui .plyr__volume input[type="range"]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type="range"]::-ms-thumb,
.plyr--full-ui
  .plyr__volume
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui
  .plyr__volume
  input[type="range"].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.plyr--full-ui
  .plyr__volume
  input[type="range"].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui
  .plyr__volume
  input[type="range"].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type="range"].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type="range"]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type="range"]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type="range"]:active::-ms-thumb {
  box-shadow: none;
}
.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px;
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}
.plyr__control[data-plyr="mute"]:hover + .plyr__volume {
  opacity: 1;
  transition:
    visibility 0.4s linear,
    opacity 0.4s linear;
}
@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type="range"] {
    max-width: 90px;
  }
}
@media (min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type="range"] {
    max-width: 110px;
  }
}
@media only screen and (max-width: 989px) {
  .plyr--is-touch .plyr__volume {
    display: none !important;
  }
}
.show-gallery-arrows--true
  .shopify-model-viewer-ui
  .shopify-model-viewer-ui__controls-area {
  right: 50px;
  bottom: 10px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #333333;
  background: #ffffff;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(51, 51, 51, 0.55);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.05);
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}
.video-on-hover .plyr__controls,
.video-on-hover .plyr__control--overlaid,
.swap-true .plyr--youtube .plyr__controls,
.swap-true .plyr--youtube .plyr__control--overlaid,
.video-controls-enabled--false .plyr__controls,
.video-controls-enabled--false .plyr__control--overlaid {
  opacity: 0;
}
.video-on-hover .plyr__controls > *,
.video-on-hover .plyr__control--overlaid > *,
.swap-true .plyr--youtube .plyr__controls > *,
.swap-true .plyr--youtube .plyr__control--overlaid > *,
.video-controls-enabled--false .plyr__controls > *,
.video-controls-enabled--false .plyr__control--overlaid > * {
  pointer-events: none;
  cursor: auto;
}
.plyr.plyr--stopped .plyr__controls {
  display: none;
}
.product_gallery_nav .media-badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 33%;
  max-height: 33%;
  min-width: 20px;
  width: 25px;
  height: 25px;
}
.product_gallery_nav .media-badge svg {
  width: 100%;
  height: 100%;
}
.product_gallery_nav .media-badge path:first-child {
  fill: #ffffff;
}
.product_gallery_nav .media-badge path:last-child {
  fill: #333333;
}
.product_gallery_nav .media-badge g path:first-child {
  stroke: #333333;
}
.product_gallery_nav .media-badge .media-badge__outline {
  stroke: rgba(51, 51, 51, 0.05);
}
.gallery-wrap.product-height-set model-viewer {
  margin: 0 auto;
}
.gallery-wrap.product-height-set .product_gallery img,
.gallery-wrap.product-height-set .product_gallery .plyr--html5 video {
  width: 100%;
}
.gallery-wrap.product-height-set .product_gallery img {
  object-fit: contain;
}
.gallery-wrap.product-height-set
  .product_gallery
  .plyr--youtube
  .plyr__video-embed {
  height: 100%;
}
.homepage-product-slider {
  margin: 0 10px;
}
@media only screen and (max-width: 798px) {
  .homepage-product-slider {
    margin: 0;
  }
}
.homepage-product-slider object.placeholder-image {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%;
}
.homepage-product-slider .placeholder-svg--product {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-product-slider.even-num-slides {
  padding-left: 10px;
  width: calc(100% - 20px);
}
@media only screen and (max-width: 798px) {
  .homepage-product-slider.even-num-slides {
    padding-left: 0;
    width: 100%;
  }
}
.products-slider.slider-gallery.products-length-6 .gallery-cell {
  width: calc(16.6% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-6 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-5 .gallery-cell {
  width: calc(20% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-5 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-4 .gallery-cell {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery.products-length-4 .gallery-cell {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery.products-length-3 .gallery-cell,
.products-slider.slider-gallery.products-length-2 .gallery-cell,
.products-slider.slider-gallery.products-length-1 .gallery-cell {
  width: calc(33.33% - 10px);
}
.products-slider.slider-gallery .gallery-cell.visible-2 {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-2 {
    width: calc(50% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-3 {
  width: calc(33.33% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-4 {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-4 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-5 {
  width: calc(20% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-5 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-6 {
  width: calc(16.666% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-6 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-7 {
  width: calc(14.2% - 10px);
}
@media only screen and (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-7 {
    width: calc(40% - 10px);
  }
}
.products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
  font-size: 0.7rem;
}
@media only screen and (max-width: 1024px) {
  .products-length-7 .product-info__caption {
    display: block;
  }
  .products-length-7 .thumbnail-overlay {
    display: none;
  }
  .products-length-8 .product-info__caption {
    display: block;
  }
  .products-length-8 .thumbnail-overlay {
    display: none;
  }
  .products-length-9 .product-info__caption {
    display: block;
  }
  .products-length-9 .thumbnail-overlay {
    display: none;
  }
  .products-length-10 .product-info__caption {
    display: block;
  }
  .products-length-10 .thumbnail-overlay {
    display: none;
  }
  .products-length-11 .product-info__caption {
    display: block;
  }
  .products-length-11 .thumbnail-overlay {
    display: none;
  }
  .products-length-12 .product-info__caption {
    display: block;
  }
  .products-length-12 .thumbnail-overlay {
    display: none;
  }
  .products-length-13 .product-info__caption {
    display: block;
  }
  .products-length-13 .thumbnail-overlay {
    display: none;
  }
  .products-length-14 .product-info__caption {
    display: block;
  }
  .products-length-14 .thumbnail-overlay {
    display: none;
  }
  .products-length-15 .product-info__caption {
    display: block;
  }
  .products-length-15 .thumbnail-overlay {
    display: none;
  }
  .products-length-16 .product-info__caption {
    display: block;
  }
  .products-length-16 .thumbnail-overlay {
    display: none;
  }
}
.featured_products.product-slider {
  padding-bottom: 0;
}
.featured_products.product-slider .columns {
  padding-bottom: 0;
}
.banner-full-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin-left: 0px;
  margin-right: 0px;
}
.banner-full-link + .caption {
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .full-width--true .caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 480px) and (max-width: 798px) {
  .homepage-slideshow .caption {
    position: static !important;
  }
  .homepage-slideshow .caption-background-original .caption.position-right {
    background-color: white;
  }
}
@media only screen and (min-width: 1025px) {
  .full-width--true .caption {
    max-width: 960px;
    padding: 0;
  }
}
@media only screen and (min-width: 1401px) {
  .full-width--true .caption {
    max-width: 1200px;
    padding: 0;
  }
}
.caption {
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 5%;
  z-index: 3;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 799px) {
  .caption {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .caption {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 798px) {
  .caption {
    width: 100%;
  }
}
.caption a {
  pointer-events: all;
}
.caption.position-center {
  left: 0;
  right: 0;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 798px) {
  .caption.position-center {
    width: 85%;
  }
}
@media only screen and (max-width: 480px) {
  .caption.position-center {
    width: 100%;
  }
}
.caption.position-left {
  left: 0;
  right: 0;
  text-align: left;
}
.caption.position-right {
  left: 0;
  right: 0;
  text-align: right;
}
.caption .pretext {
  color: #000000;
  font-family: "Helvetica", regular;
  font-weight: 300;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 10px;
  text-decoration: none;
  margin-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .caption .pretext {
    font-size: 16px;
  }
}
@media only screen and (max-width: 798px) {
  .caption .pretext {
    font-size: 16px;
  }
}
@media only screen and (min-width: 799px) {
  .caption .pretext {
    font-size: 16px;
    width: 80%;
  }
}
.caption .headline {
  color: #000;
  font-family: "Helvetica", regular;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  position: relative;
  white-space: nowrap;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .caption .headline {
    font-size: 2.6em;
  }
}
@media only screen and (max-width: 798px) {
  .caption .headline {
    font-size: 36px;
  }
}
@media only screen and (min-width: 799px) {
  .caption .headline {
    font-size: 36px;
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .caption .headline {
    font-size: 36px;
  }
}
.caption .subtitle {
  color: #000;
  font-family: "Helvetica", regular;
  font-weight: 300;
  text-transform: none;
  font-style: none;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .caption .subtitle {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 798px) {
  .caption .subtitle {
    font-size: 13.333333333333334px;
  }
}
@media only screen and (min-width: 799px) {
  .caption .subtitle {
    font-size: 16.666666666666668px;
  }
}
@media only screen and (min-width: 1025px) {
  .caption .subtitle {
    font-size: 20px;
  }
}
.caption .pretext:empty,
.caption .headline:empty,
.caption .subtitle:empty {
  display: none;
}
.caption .pretext:empty:before,
.caption .headline:empty:before,
.caption .subtitle:empty:before {
  height: 0;
}
.caption-background-text_box .caption-content {
  background-color: #000000;
}
@media only screen and (max-width: 480px) {
  .caption--below-true .caption {
    font-size: 3vw;
    position: static;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .pretext {
    color: #333333;
    text-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .headline {
    color: #333333;
    text-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .subtitle {
    color: #333333;
    text-shadow: none;
  }
}
.caption--below-true.caption-background-text_box .caption-content {
  background-color: #000000;
}
@media only screen and (max-width: 480px) {
  .caption--below-true.caption-background-text_box .caption-content {
    background-color: transparent;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true.caption-background-translucent_text_box
    .caption-content {
    background-color: transparent;
  }
}
.subtitle p a {
  pointer-events: all;
}
.caption-content {
  display: inline-block;
  float: none;
  max-width: 60%;
  font-size: 0;
}
@media only screen and (max-width: 798px) {
  .caption-content {
    width: 100%;
    max-width: 100%;
  }
}
.caption-content.align-center {
  text-align: center;
}
@media only screen and (max-width: 798px) {
  .caption-content.align-center {
    width: 100%;
    max-width: 100%;
  }
}
.caption-content.align-left {
  text-align: left;
}
.caption-content.align-left .subtitle:before {
  margin-left: 0;
}
.caption-content.align-right {
  text-align: right;
}
.caption-content.align-right .subtitle:before {
  margin-right: 0;
}
.caption-content {
  padding: 30px;
}
.caption-content h1 {
  padding-top: 0;
}
.caption-content > *:only-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .caption-content {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .caption--below-true .caption-content {
    padding: 0px;
  }
}
.homepage-video .caption-background-text_box {
  background-color: #000000;
}
@media only screen and (max-width: 480px) {
  .homepage-video .caption-background-text_box {
    background-color: transparent;
  }
}
.caption-background-translucent_text_box .caption-content {
  background-color: rgba(0, 0, 0, 0.6);
}
.homepage-slideshow .gallery-cell:not(:first-child) {
  height: 0;
}
.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
  height: auto;
}
.account-header-logout {
  text-align: right;
  text-transform: uppercase;
}
.account-sidebar {
  border-right: 1px solid #aaaaaa;
  box-sizing: border-box;
  padding-right: 10px;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 798px) {
  .account-sidebar {
    border: 0;
    padding-right: 0;
  }
}
.customers-addresses .account-sidebar {
  border-right: 0;
  padding-right: 0;
}
.customers-addresses .account-main {
  box-sizing: border-box;
  border-left: 1px solid #aaaaaa;
  padding-left: 20px;
}
@media only screen and (max-width: 798px) {
  .customers-addresses .account-main {
    border: 0;
    padding-left: 0;
  }
}
.action_bottom .note {
  vertical-align: middle;
  line-height: 40px;
}
.address_title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.address__action a,
.address__action a:hover,
.address__action a:active,
.address__action a:focus {
  color: inherit;
}
@media only screen and (max-width: 798px) {
  .shopify-policy-template .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.container .shopify-policy__container {
  margin: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.shopify-policy__container .shopify-policy__title {
  text-align: left;
}
.shopify-section--featured-product .product__details {
  padding: 40px 2rem;
}
.shopify-section--text-columns-with-images .border-style--box {
  padding: 10%;
  border: 1px solid #aaaaaa;
}
.shopify-section--text-columns-with-images .border-style--quote {
  padding-left: 20px;
  border-left: 1px solid #aaaaaa;
  margin-bottom: 10%;
}
.shopify-section--text-columns-with-images .large_text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 31.2px;
}
.shopify-section--text-columns-with-images .text-column {
  margin-bottom: 25px;
}
.shopify-section--text-columns-with-images .text-columns-with-images__button {
  margin: 10px 0 25px;
}
.shopify-section--text-columns-with-images h2.title + .feature_divider {
  margin-bottom: 40px;
}
.shopify-section--text-columns-with-images img {
  margin: 0 0 15px;
}
.flexslider img {
  display: block;
  margin: 0 auto;
}
.homepage-slideshow:hover .flickity-prev-next-button,
.shopify-section--testimonials:hover .flickity-prev-next-button {
  opacity: 0.5;
}
.homepage-slideshow.text-animation--false .caption {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.homepage-slideshow.text-animation--false.flickity-enabled .caption {
  opacity: 1;
}
.homepage-slideshow .caption .pretext {
  color: #000;
  text-align: left;
  width: 100%;
}
.homepage-slideshow .caption .pretext p {
  font-size: 26px;
  margin-bottom: 0;
}
.homepage-slideshow .caption-content.align-left {
  text-align: left;
}
@media only screen and (max-width: 820px) {
  .homepage-slideshow .caption .pretext p {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 798px) {
  .homepage-slideshow .caption .pretext {
    text-align: center;
  }
  .homepage-slideshow .caption-content.align-left {
    text-align: center;
  }
}
.banner.homepage-slideshow.js-homepage-slideshow .button-grid-container {
  width: 100%;
  left: 0;
  right: 0;
  top: inherit;
  transform: inherit;
  margin-top: 20px;
}
.text-animation--true .caption-content {
  opacity: 0;
}
.homepage-slideshow.single-image .flickity-prev-next-button,
.shopify-section--testimonials.single-image .flickity-prev-next-button {
  display: none;
}
.homepage-slideshow.single-image .flickity-page-dots,
.shopify-section--testimonials.single-image .flickity-page-dots {
  display: none;
}
.homepage-slideshow .gallery-cell,
.shopify-section--testimonials .gallery-cell {
  width: 100%;
}
.homepage-slideshow .gallery-cell,
.shopify-section--testimonials .gallery-cell {
  background-color: #666666;
}
@media only screen and (max-width: 480px) {
  .homepage-slideshow .gallery-cell,
  .shopify-section--testimonials .gallery-cell {
    background-color: transparent;
  }
}
.homepage-slideshow .gallery-cell img,
.shopify-section--testimonials .gallery-cell img {
  width: 100%;
  display: block;
}
.homepage-slideshow .flickity-prev-next-button,
.shopify-section--testimonials .flickity-prev-next-button {
  opacity: 0;
  width: 5%;
  height: 100%;
  border-radius: 0;
}
@media only screen and (min-width: 799px) {
  .homepage-slideshow .flickity-prev-next-button,
  .shopify-section--testimonials .flickity-prev-next-button {
    opacity: 0;
  }
}
.homepage-slideshow .flickity-page-dots,
.shopify-section--testimonials .flickity-page-dots {
  bottom: 2em;
  display: none;
}
@media only screen and (min-width: 799px) {
  .homepage-slideshow .flickity-page-dots,
  .shopify-section--testimonials .flickity-page-dots {
    display: block;
  }
}
.homepage-slideshow .flickity-page-dots .dot,
.shopify-section--testimonials .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
  background: #333333;
}
@media only screen and (max-width: 480px) {
  .homepage-slideshow .flickity-page-dots,
  .shopify-section--testimonials .flickity-page-dots {
    display: block;
    bottom: 5px;
  }
}
.js-product-slider .product_clear {
  display: none;
}
.js-product-slider .flickity-prev-next-button {
  border-radius: 0;
}
.search-bgr-true {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shopify-section--search {
  width: 100%;
  display: inline-block;
}
.shopify-section--search h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.shopify-section--search p,
.shopify-section--search h2 {
  color: #333333;
}
.shopify-section--search .section_form {
  padding: 60px 20px;
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.shopify-section--search .search__section {
  background-color: #cccccc;
}
.text-align--center .search__container {
  justify-content: center;
}
.text-align--left .search__container {
  justify-content: flex-start;
}
.text-align--right .search__container {
  justify-content: flex-end;
}
.search__container {
  position: relative;
  width: 100%;
  display: flex;
}
.search__container .search__wrapper {
  display: inline-block;
  position: relative;
  max-width: 650px;
  width: 100%;
}
.search__container input[type="text"] {
  color: #333333;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #000;
  min-height: 50px;
  height: 50px;
  margin-bottom: 0;
  background-color: #ffffff;
}
.search__container input[type="text"]::-webkit-input-placeholder {
  color: #333333;
}
.search__container input[type="text"]:-moz-placeholder {
  color: #333333;
}
.search__container input[type="text"]::-moz-placeholder {
  color: #333333;
}
.search__container input[type="text"]:-ms-input-placeholder {
  color: #333333;
}
.search__container input[type="text"]:focus,
.search__container input[type="text"]:active {
  border: 1px solid #000;
}
.sup-header-right .search__form {
  width: 100%;
  max-width: 650px;
  position: relative;
  flex: 0 0 auto;
}
.search__button {
  position: absolute;
  margin-top: 0;
  top: 0;
  height: 50px;
  width: 50px;
  right: 0px;
  padding: 0;
  background-color: #000;
  border-color: transparent;
  color: white;
  font-size: 24px;
}
.search__button {
  border-radius: 0px;
}
.search__button:hover {
  color: white;
  background-color: #a0a0a0;
  border: 1px solid #000;
  border-left: 0px;
}
.button-grid-container {
  margin-top: 10px;
  display: inline-grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: column;
  grid-gap: 1rem;
}
@media only screen and (max-width: 798px) {
  .button-grid-container {
    margin-top: 5px;
  }
}
.button-grid-container .first_button {
  font-size: 24px;
}
@media only screen and (max-width: 798px) {
  .button-grid-container--column-mobile {
    grid-auto-flow: row;
  }
}
@media only screen and (max-width: 1024px) {
  .button-grid-container--column-tablet {
    grid-auto-flow: row;
  }
}
.button-grid-container--column {
  grid-auto-flow: row;
}
.block__image_with_text + div:not(.block__image_with_text) {
  padding-top: 20px;
}
.block__image_with_text + section {
  padding-top: 20px;
}
.block__image_with_text + .block__image_with_text {
  margin-bottom: 20px;
}
.image-with-text-container .featured-link--half a[href] img {
  box-shadow: #000 0em 0em 0em;
  transition: opacity 0.2s linear;
}
.image-with-text-container .featured-link--half:hover a[href] img.lazyloaded {
  opacity: 0.8;
}
.standard--width .image-with-text .featured-link--image,
.full-width--false.image-with-text .featured-link--image {
  background-color: transparent;
}
.featured-link--wrap {
  height: 100%;
}
.featured-link--half {
  box-sizing: border-box;
  text-align: center;
  background-color: #ffffff;
}
.featured-link--half img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .featured-link--half img {
    width: 100%;
    max-width: auto;
  }
}
.featured-link--half .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
.featured-link--half .info.text-align--right {
  text-align: right;
}
.featured-link--half .info.text-align--right .description:before {
  margin-right: 0;
}
.featured-link--half .info.text-align--left {
  text-align: left;
}
.featured-link--half .info.text-align--left .description:before {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .featured-link--half .info {
    position: static;
    transform: translateY(0);
    padding: 2em 0;
  }
}
.featured-link--half .collection_title {
  margin-bottom: 15px;
  display: block;
}
.featured-link--half .collection_title {
  color: #333333;
}
.featured-link--half .description {
  position: relative;
  font-size: 15;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 798px) {
  .featured-link--half .description {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1401px) {
  .featured-link--half .description {
    font-size: inherit;
  }
}
.shopify-section--divider .container {
  padding: 0;
}
.divider {
  opacity: 0;
  border-top: 0px;
}
.divider.divider--true {
  opacity: 1;
}
.quote__text {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #aaaaaa;
}
.quote__text p {
  margin: 0;
}
.quote {
  padding: 10px 0px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #aaaaaa;
}
.shopify-section--rich-text-and-image {
  padding: 20px 0;
}
.rich-text__content .regular_text,
.rich-text__content .featured_text {
  margin-top: 15px;
}
.promo-animation--true {
  opacity: 0;
}
.featured-promotions.full-width--false {
  padding: 20px 0;
}
.featured-promotions.full-width--false .feature-section {
  margin-bottom: 20px;
}
.featured-promotions .feature-section {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section {
    opacity: 1;
  }
}
.featured-promotions .feature-section .link-promo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.featured-promotions .feature-section .feature-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.featured-promotions .feature-section .feature-style--circle {
  border-radius: 50%;
}
.featured-promotions .feature-section .feature-style--circle img {
  border-radius: 50%;
}
.featured-promotions .feature-section .feature-style--rounded {
  border-radius: 10px;
}
.featured-promotions .feature-section .feature-style--rounded img {
  border-radius: 10px;
}
.featured-promotions .feature-section .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.25s linear;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section .feature-overlay {
    background: rgba(0, 0, 0, 0.5);
  }
}
.featured-promotions .feature-section .feature-wrap {
  top: 50%;
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
}
.featured-promotions .feature-section .feature-details {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section .feature-details {
    opacity: 1;
    display: block;
  }
}
.featured-promotions .feature-section .feature-details.reveal-details {
  opacity: 1;
}
.featured-promotions
  .feature-section
  .feature-details
  .feature-details__button {
  margin-top: 15px;
}
.featured-promotions .feature-section .description {
  color: #fff;
  transition: all 0.3s linear;
  margin-bottom: 0;
}
.featured-promotions .feature-section .description a {
  pointer-events: auto;
}
.featured-promotions .feature-section.title-overlay-true .title {
  transition: all 0.3s linear;
  color: #fff;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title {
    margin-bottom: 10px;
  }
}
.featured-promotions .feature-section.title-overlay-true .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
  transition:
    width 0.5s ease,
    background-color 0.5s ease;
  margin: 10px auto auto auto;
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title:after {
    display: none;
  }
}
.featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
  display: none;
}
.featured-promotions .feature-section:hover .feature-overlay {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 798px) {
  .featured-promotions .feature-section:hover .feature-overlay {
    background: transparent;
  }
}
.featured-promotions .feature-section.title-overlay-true:hover .title:after {
  width: 50%;
  background: #fff;
}
.featured-promotions .feature-section.title-overlay-true:hover .title {
  color: #fff;
}
.featured-promotions .feature-section.title-overlay-true:hover .description {
  color: #fff;
}
.featured-promotions .feature-section.title-overlay-false:hover .description {
  color: #fff;
}
.featured-promotions .feature-section img {
  width: 100%;
  display: block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
.promo-1 {
  animation-delay: 0s;
}
.promo-2 {
  animation-delay: 0.3s;
}
.promo-3 {
  animation-delay: 0.6s;
}
.promo-4 {
  animation-delay: 0.9s;
}
.promo-5 {
  animation-delay: 1.2s;
}
.promo-6 {
  animation-delay: 1.5s;
}
.promo-7 {
  animation-delay: 1.8s;
}
.promo-8 {
  animation-delay: 2.1s;
}
.promo-9 {
  animation-delay: 2.4s;
}
.promo-10 {
  animation-delay: 2.7s;
}
.promo-11 {
  animation-delay: 3s;
}
.promo-12 {
  animation-delay: 3.3s;
}
.featured-promotions.full-width--true {
  padding-top: 0;
}
.featured-collection__description {
  padding: 0 20px;
  margin: 20px 0;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner {
  background-color: #666666;
}
@media only screen and (max-width: 480px) {
  .banner {
    max-height: inherit;
    background-color: transparent;
  }
}
.banner img {
  width: 100%;
  display: block;
}
.block__featured_video .caption,
.shopify-section--video .caption {
  z-index: 30;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .block__featured_video .caption,
  .shopify-section--video .caption {
    margin: 0;
    height: auto;
  }
}
.block__featured_video .video-text--outside-video,
.shopify-section--video .video-text--outside-video {
  height: auto;
}
.showPosterImage--true[data-ratio="16:9"] {
  padding-top: 56.25%;
}
.showPosterImage--true[data-ratio="4:3"] {
  padding-top: 75%;
}
.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.homepage-video {
  background-color: #666666;
}
@media only screen and (max-width: 480px) {
  .homepage-video {
    background-color: transparent;
  }
}
.homepage-video img {
  width: 100%;
  display: block;
}
.homepage-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.homepage-video video {
  background-color: #ffffff;
}
.homepage-video video[poster] {
  object-fit: cover;
}
.homepage-video video.video-autoplay--true.html-video {
  display: none;
}
.homepage-video .homepage-video--media {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.homepage-video .placeholder-image--true a.video__play-button {
  pointer-events: none;
}
.homepage-video .caption.text-on-video {
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .homepage-video .caption.text-on-video {
    position: absolute;
    height: auto;
    transform: translateY(-50%);
    margin: 0;
  }
}
.homepage-video .mobile-video__buttons {
  display: block;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  position: absolute;
}
.homepage-video .mobile-video__buttons.text-on-video {
  z-index: 20;
}
@media only screen and (min-width: 481px) {
  .homepage-video .mobile-video__buttons {
    display: none;
  }
}
.darken-video {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 20;
}
.newsletter_section {
  padding: 20px 0;
}
.banner.page-banner {
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
}
.price--sale {
  margin-right: 5px;
  color: #ae3333;
}
.compare-at-price {
  text-decoration: line-through;
  color: #ae3333;
}
.unit-pricing {
  display: block;
  font-size: 0.75em;
  margin-top: 2px;
}
.price-ui {
  display: inline-block;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.product__details--product-page .price-ui {
  display: flex;
  flex-wrap: wrap;
}
.product__details--product-page .price-ui .savings {
  order: 5;
  margin-right: 5px;
  width: 100%;
}
.product__details--product-page .price-ui .sold_out {
  order: 3;
}
.product__details--product-page .price-ui .unit-pricing {
  order: 4;
  width: 100%;
}
.product__details--product-page .price-ui .compare-at-price {
  order: 2;
  margin-right: 5px;
}
.price-ui--loading {
  opacity: 0;
}
.price-ui-badges {
  display: flex;
  margin-bottom: 15px;
}
.thumbnail .price-ui-badges {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  flex-direction: column;
}
.price-ui-badge {
  margin-right: 5px;
}
.price-ui-badge:last-child {
  margin-right: 0;
}
.thumbnail .price-ui-badge {
  margin-right: 0;
}
.price-ui-badge__sticker {
  background-color: #ae3333;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 1px;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .price-ui-badge__sticker {
    font-size: smaller;
    padding: 4px 10px;
  }
}
.price-ui-badges--round .price-ui-badge__sticker {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .price-ui-badges--round .price-ui-badge__sticker {
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 798px) {
  .price-ui-badges--round .price-ui-badge__sticker {
    width: 50px;
    height: 50px;
  }
}
.thumbnail .price-ui-badges--round .price-ui-badge__sticker {
  position: relative;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 798px) {
  .thumbnail .price-ui-badges--round .price-ui-badge__sticker {
    top: 5px;
    right: 5px;
  }
}
.price-ui-badge__sticker--sold-out {
  background-color: #363636;
}
.price-ui-badge__sticker--new,
.price-ui-badge__sticker--pre-order {
  background-color: #ae3333;
}
.surface-pick-up {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.surface-pick-up.surface-pick-up--loading {
  visibility: hidden;
  opacity: 0;
}
.surface-pick-up-embed {
  --surface-pick-up-embed-theme-success-color: #099e4d;
  --surface-pick-up-embed-theme-error-color: #de3618;
  --surface-pick-up-embed-theme-paragraph-font-size: 15px;
  --surface-pick-up-embed-theme-paragraph-smaller-font-size: 0.85em;
  --surface-pick-up-embed-theme-body-font-weight-bold: 600;
  --surface-pick-up-embed-theme-body-text-color: #333333;
  --surface-pick-up-embed-theme-link-text-decoration: underline;
  --surface-pick-up-embed-row-gap: 10px;
  --surface-pick-up-embed-column-gap: 10px;
  margin-bottom: 40px;
}
.js-quick-shop .surface-pick-up-embed {
  --surface-pick-up-embed-theme-body-text-color: #2b2e38;
}
.surface-pick-up-item {
  --surface-pick-up-item-theme-success-color: #099e4d;
  --surface-pick-up-item-theme-error-color: #de3618;
  --surface-pick-up-item-theme-paragraph-font-size: 15px;
  --surface-pick-up-item-theme-paragraph-smaller-font-size: 0.85em;
  --surface-pick-up-item-theme-body-font-weight-bold: 600;
  --surface-pick-up-item-theme-body-text-color: #333333;
  --surface-pick-up-item-theme-border-color: rgba(211, 211, 211, 0.5);
  --surface-pick-up-item-theme-link-text-decoration: underline;
  --surface-pick-up-item-row-gap: 0.8em;
  --surface-pick-up-item-column-gap: 5px;
  --surface-pick-up-item-gap: 22px;
}
.surface-pick-up__modal.fancybox-content .fancybox-close-small svg {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.surface-pick-up__modal-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}
.surface-pick-up__modal-title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}
.surface-pick-up__modal-subtitle {
  font-size: 15px;
}
.surface-pick-up-embed__in-stock-icon,
.surface-pick-up-embed__out-of-stock-icon {
  width: 0.85em;
  height: 0.85em;
  margin-top: 0.3em;
}
.surface-pick-up-item__pick-up-location {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
}
.surface-pick-up-item__address-info {
  font-size: 0.85em;
  line-height: 1.5;
}
.surface-pick-up-item__in-stock-icon,
.surface-pick-up-item__out-of-stock-icon {
  margin-top: 0.3em;
  width: 0.8em;
  height: 0.8em;
}
.surface-pick-up-item__pick-up-distance {
  padding-left: 5em;
}
.surface-pick-up-item:last-child {
  padding-bottom: calc(var(--surface-pick-up-item-gap) / 2);
}
.surface-pick-up-embed__location-availability {
  text-transform: none;
  letter-spacing: normal;
}
.nav-desktop summary {
  list-style: none;
}
.nav-desktop__tier-1-item,
.nav-desktop__tier-2-item,
.nav-desktop__tier-3-item {
  margin: 0;
}
.nav-desktop__tier-2-item,
.nav-desktop__tier-3-item {
  padding: 12px 20px;
}
.nav-desktop__tier-2-item {
  position: relative;
}
.feature_image .nav-desktop__tier-1-link {
  color: #ffffff99;
  transition: color 0.2s ease;
}
.feature_image .nav-desktop__tier-1-link:visited {
  color: #000;
}
.feature_image .nav-desktop__tier-1-link:hover,
.feature_image .nav-desktop__tier-1-link:active,
.feature_image .nav-desktop__tier-1-link:focus,
.feature_image .nav-desktop__tier-1-link.nav-desktop__tier-1-link--active {
  color: #9f5104;
}
.nav-desktop__tier-1-link {
  border-bottom: solid 1px transparent;
}
.feature_image .nav-desktop__tier-1-link {
  color: #ffffff99;
}
.nav-desktop__tier-1-link:hover,
.nav-desktop__tier-1-link {
  border-bottom: solid 2px transparent;
}
.nav-desktop__tier-1-link:hover,
.nav-desktop__tier-1-link[aria-expanded="true"] {
  border-bottom: solid 2px #9f5104;
}
.nav-desktop__tier-1-item--dropdown-parent .nav-desktop__tier-1-link:hover,
.nav-desktop__tier-1-item--dropdown-parent
  .nav-desktop__tier-1-link[aria-expanded="true"] {
  border-bottom: solid 1px transparent;
}
.nav-desktop__tier-1-link,
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #000;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 798px) {
  .nav-desktop__tier-1-link,
  .nav-desktop__tier-2-link,
  .nav-desktop__tier-3-link {
    font-size: 12px;
  }
}
.nav-desktop__tier-1-link span,
.nav-desktop__tier-2-link span,
.nav-desktop__tier-3-link span {
  color: inherit;
}
.nav-desktop__tier-1-link:visited,
.nav-desktop__tier-2-link:visited,
.nav-desktop__tier-3-link:visited {
  color: #000;
  text-decoration: none;
}
.nav-desktop__tier-1-link:visited span,
.nav-desktop__tier-2-link:visited span,
.nav-desktop__tier-3-link:visited span {
  color: inherit;
}
.nav-desktop__tier-1-link:hover,
.nav-desktop__tier-1-link:active,
.nav-desktop__tier-1-link:focus,
.nav-desktop__tier-1-link:focus-within,
.nav-desktop__tier-1-link.nav-desktop__tier-1-link--active,
.nav-desktop__tier-2-link:hover,
.nav-desktop__tier-2-link:active,
.nav-desktop__tier-2-link:focus,
.nav-desktop__tier-2-link:focus-within,
.nav-desktop__tier-2-link.nav-desktop__tier-1-link--active,
.nav-desktop__tier-3-link:hover,
.nav-desktop__tier-3-link:active,
.nav-desktop__tier-3-link:focus,
.nav-desktop__tier-3-link:focus-within,
.nav-desktop__tier-3-link.nav-desktop__tier-1-link--active {
  color: #9f5104;
  text-decoration: none;
}
.nav-desktop__tier-1-link:hover span,
.nav-desktop__tier-1-link:active span,
.nav-desktop__tier-1-link:focus span,
.nav-desktop__tier-1-link:focus-within span,
.nav-desktop__tier-1-link.nav-desktop__tier-1-link--active span,
.nav-desktop__tier-2-link:hover span,
.nav-desktop__tier-2-link:active span,
.nav-desktop__tier-2-link:focus span,
.nav-desktop__tier-2-link:focus-within span,
.nav-desktop__tier-2-link.nav-desktop__tier-1-link--active span,
.nav-desktop__tier-3-link:hover span,
.nav-desktop__tier-3-link:active span,
.nav-desktop__tier-3-link:focus span,
.nav-desktop__tier-3-link:focus-within span,
.nav-desktop__tier-3-link.nav-desktop__tier-1-link--active span {
  color: inherit;
}
.nav-desktop__tier-2-link,
.nav-desktop__tier-3-link {
  display: block;
  width: 100%;
  padding: var(--space-4) var(--space-8);
}
.nav-desktop__tier-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.align_right .nav-desktop__tier-1 {
  justify-content: flex-end;
}
.center .nav-desktop__tier-1 {
  justify-content: center;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-item {
  display: inline-block;
}
.nav-desktop__tier-1 .nav-desktop__tier-1-link {
  display: block;
  padding: 12px 0;
  white-space: nowrap;
}
.nav-desktop__tier-1-item--dropdown-parent {
  position: relative;
}
.nav-desktop__tier-2-link--parent {
  display: flex;
  justify-content: space-between;
}
.nav-desktop__tier-2-link-icon {
  transform: rotate(270deg);
}
.nav-desktop__tier-2,
.nav-desktop__tier-3 {
  margin: 0;
  position: absolute;
  z-index: 100;
  text-align: left;
  opacity: 0;
  width: 270px;
}
.nav-desktop__tier-2[data-animation],
.nav-desktop__tier-3[data-animation] {
  transition: opacity 0.2s linear;
}
.nav-desktop__tier-2[data-animation-state="open"],
.nav-desktop__tier-3[data-animation-state="open"] {
  display: block;
  opacity: 1;
}
.nav-desktop__tier-2 {
  top: 100%;
  left: 0;
}
.nav-desktop__tier-2.alternate-drop {
  right: 0;
  left: auto;
}
.nav-desktop__tier-2--dropdown,
.nav-desktop__tier-3 {
  text-align: left;
  padding: 0;
}
.nav-desktop__tier-2--dropdown,
.nav-desktop__tier-3 {
  background: rgba(136, 136, 136, 0.9);
}
.nav-desktop__tier-2--dropdown {
  list-style: none;
  text-transform: uppercase;
}
[data-show-separator="true"] .nav-desktop__tier-2--dropdown {
  top: 100%;
  border-top: 1px transparent;
}
.nav-desktop__tier-2--dropdown li {
  width: 100%;
}
.nav-desktop__tier-3 {
  top: 0;
  left: 100%;
  transition: none;
}
.nav-desktop__tier-3[data-animation] {
  transition: opacity 0.2s linear;
}
.nav-desktop__tier-3[data-animation-state="open"] {
  opacity: 1;
}
.nav-desktop__tier-3.alternate-drop {
  right: 100%;
  left: auto;
}
.nav-desktop__tier-3 li {
  display: block;
  width: 100%;
}
.nav-desktop__tier-2--full-width-menu {
  position: absolute;
  left: 0;
  width: 100vw;
}
.nav-desktop__tier-2--full-width-menu {
  background: transparent;
}
[data-nav-desktop-details][open] .nav-desktop__tier-2--full-width-menu {
  width: 100%;
}
.sticky_nav .nav-desktop__tier-2--full-width-menu {
  max-height: calc(90vh - var(--sticky-header-height, 100px));
}
.no-js [data-nav-desktop-details][open] > .nav-desktop__tier-2,
.no-js [data-nav-desktop-details][open] > .nav-desktop__tier-3,
.no-js [data-nav-desktop-details][open] > .header-mega-nav {
  display: block;
  opacity: 1;
}
.no-js
  [data-nav-desktop-details][open]
  > .header-mega-nav
  + .nav-desktop__tier-2,
.no-js
  [data-nav-desktop-details][open]
  > .header-mega-nav
  + .nav-desktop__tier-3 {
  display: none;
  opacity: 0;
}
[data-nav-desktop-details] > summary::-webkit-details-marker {
  display: none;
}
.widemenu-container {
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  background-color: white;
  margin: auto;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
@media (min-width: 1288px) {
  .widemenu-container {
    padding-top: 10px;
  }
}
@media (max-width: 1288px) {
  .dropdown-menu-title-header {
    display: none;
  }
}
.custom-menu-images {
  width: 85%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.custom-menu-images .main-menu-link-image {
  width: 188px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 20px;
  margin-top: 10px;
}
.custom-menu-images .main-menu-link-image:hover span {
  text-decoration: underline;
}
.custom-menu-images .main-menu-link-image span {
  text-transform: uppercase;
  font-size: 0.75em;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
}
.custom-menu-images .main-menu-link-image .menu-image {
  text-align: center;
}
.custom-menu-images .main-menu-link-image picture {
  width: 188px;
  height: 216px;
}
.custom-menu-images .main-menu-link-image picture img {
  width: 100%;
  height: 188px;
  object-fit: cover;
}
.widemenu {
  list-style: none;
  margin: 0;
  width: 15%;
  text-align: left;
  padding: 15px 20px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.widemenu__submenu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widemenu__link {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  text-decoration: none;
}
@media only screen and (max-width: 798px) {
  .widemenu__link {
    font-size: 12px;
  }
}
.widemenu__link:visited {
  color: #ffffff;
  text-decoration: none;
}
.widemenu__link:hover,
.widemenu__link:active,
.widemenu__link:focus {
  color: #9f5104;
  text-decoration: none;
}
.widemenu__submenu-heading {
  display: block;
  margin-bottom: 6px;
  padding: 12px 0;
  border-bottom: 1px solid #ffffff;
}
.widemenu__submenu-item {
  padding: 6px 0;
  margin: 0;
}
.mega-menu-container {
  display: none;
}
.no-js .mega-menu-container {
  display: flex;
  position: relative;
  width: 100%;
  padding: 10px 20px;
}
.no-js .mega-menu-container {
  background: rgba(136, 136, 136, 0.9);
}
.shopify-section--mega-menu {
  width: auto;
}
.mobile-meganav-source {
  display: none;
}
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
}
.top-bar-menu-inner .brand a {
  width: fit-content !important;
}
.brand.right {
  display: flex;
  justify-content: flex-end;
}
.top-bar {
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  width: 100%;
}
.top-bar .top-bar__menu {
  display: flex;
  width: 100%;
  background-color: white;
  padding-top: 10px;
}
.top-bar-menu-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 10px;
  align-items: center;
}
.top-bar-menu-inner .brand.left {
  width: 33%;
}
.top-bar-menu-inner .brand.center {
  width: 33%;
}
.top-bar-menu-inner .brand.right {
  width: 33%;
}
.top-bar .main-nav__wrapper {
  display: flex;
  flex-direction: row;
}
.header-logo-img {
  width: auto;
  height: 100px;
}
.sup-header-container {
  margin: 0 0 10px 0;
  border-bottom: solid thin #e7e7e7;
  background: #f4efea;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sup-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #f4efea;
  max-width: 1600px;
}
.sup-header a {
  font-family: Montserrat, sans-serif;
  color: #9f5104;
  font-size: 0.85em;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
}
.sup-header .fa {
  display: inline-block;
  color: #000 !important;
  margin: 0 2px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
}
.sup-header-left {
  width: 50%;
  color: #9f5104;
  display: flex;
  flex-direction: row;
}
.sup-header-left a {
  color: #000;
}
.sup-header-left a:hover {
  color: #9f5104;
}
.sup-header-right {
  width: 50%;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.sup-header-right .social {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sup-header .fa {
  display: inline-block;
  color: #000 !important;
  margin: 0 2px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
  padding-right: 5px;
}
.main-nav__wrapper {
  background-color: black;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.main-nav-inner {
  max-width: 1600px;
  width: 100%;
  background-color: transparent;
}
.header__logo.logo--text {
  display: none !important;
}
.nav-desktop__tier-1-link:hover {
  background-color: transparent;
}
.widemenu {
  background-color: white;
}
.navbar-nav {
  font-family: Montserrat, sans-serif !important;
  color: rgba(255, 255, 255, 0.6) !important;
}
.navbar-nav,
.dropdown {
  background: #fff !important;
}
.data-nav-desktop-details [open="open"] {
  background: black !important;
}
.widemenu {
  display: flex;
  min-width: 261px;
  flex-direction: column;
}
.widemenu .dropdown-menu-title-header {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0 !important;
  margin: 0;
  white-space: nowrap;
  line-height: 1.5;
  color: #333;
  display: block;
}
.widemenu__item {
  margin: 0;
}
.widemenu .widemenu__item a {
  color: black;
  letter-spacing: 0.4px;
}
.global-button.global-button--banner-text-highlighted-desktop.global-button--text-highlighted-mobile.first_button {
  background-color: #127749;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 0 1.5rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.2s easing;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.global-button.global-button--banner-text-highlighted-desktop.global-button--text-highlighted-mobile.first_button:hover {
  background-color: #092a1f;
  text-decoration: none;
}
.banner.homepage-slideshow.js-homepage-slideshow .subtitle p {
  font-size: 3rem;
  display: block;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 30px;
  font-weight: 100 !important;
}
@media screen and (min-width: 1200px) {
  .banner.homepage-slideshow.js-homepage-slideshow .button-grid-container {
    width: auto;
  }
}
@media (min-width: 460px) and (max-width: 799px) {
  .banner.homepage-slideshow.js-homepage-slideshow .button-grid-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.homepage-slideshow .flickity-button {
  top: 50% !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  margin-left: 10px;
  margin-right: 10px;
}
.homepage-slideshow .flickity-button svg {
  position: absolute;
  padding: 0;
}
.widemenu__item-heading.widemenu__link {
  text-transform: uppercase;
}
.widemenu__item-heading.widemenu__link:hover {
  text-decoration: underline;
}
.main-nav__wrapper .search-container {
  display: flex;
  align-items: center;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .main-nav__wrapper .search-container {
    max-width: 80%;
  }
}
@media (min-width: 460px) and (max-width: 799px) {
  .gallery-cell.slide-1 {
  }
  .caption-content.align-center .subtitle {
    font-size: 3rem !important;
  }
  .caption-content.align-center .button-grid-container .global-button {
    line-height: 2rem !important;
  }
}
.main-nav__wrapper .search-container input {
  border: solid thin rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 10px;
  color: #fff;
  background-color: transparent;
  float: right;
  width: 100%;
  transition: width 0.3s ease;
  outline: none;
  margin: 0;
}
.main-nav__wrapper .search-container .search-submit {
  top: 5px;
  font-size: 16px;
}
.flickity-page-dots {
  display: none !important;
}
.nav-desktop__tier-1 li .nav-desktop__tier-1-link {
  padding: 0 !important;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1202px) {
  .nav-desktop__tier-1 li .nav-desktop__tier-1-link {
    height: 40px;
  }
}
.nav-desktop__tier-1 li > span {
  margin: 0;
  height: auto;
}
.nav-desktop__tier-1 li .nav-desktop__tier-1-link {
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.75em !important;
  padding-left: 0.75em !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.shopify-section .brands {
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #f4efea;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shopify-section .brands:after {
  clear: both;
  content: "";
  display: table;
}
.shopify-section .brands .brand {
  width: 13%;
  padding-top: 30px;
  margin: 0.25%;
  display: inline-block;
  float: left;
}
.shopify-section .brands .brand .wrap {
  position: relative;
}
.shopify-section .brands .brand img.ratio {
  position: relative;
  width: 100%;
  opacity: 0;
}
.shopify-section .brands .brand .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-section .brands .brand .inner a {
  width: 75%;
  display: block;
  color: #fff;
}
.shopify-section .brands .brand .inner picture {
  opacity: 1;
}
.shopify-section .brands .brand .inner picture,
.shopify-section .brands .brand .inner img {
  width: 100%;
  transition: opacity 0.3s ease;
}
.shopify-section .brands .brand .inner a:hover > picture {
  opacity: 0.5 !important;
}
@media (min-width: 1920px) {
  .brands {
    min-height: 302px !important;
  }
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .brands {
    min-height: 230px !important;
  }
}
@media (width: 360px) {
  .brands .brand .inner img {
    width: 67.5px !important;
    height: auto;
  }
}
.cartier-home-banner .banner {
  position: relative;
}
.cartier-home-banner .caption {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  margin-right: 0;
}
.cartier-home-banner .caption-content .button-grid-container {
  background-color: black;
  color: white;
  width: 200px;
  margin-top: 270px;
}
.home-tudor-banner .banner {
  position: relative;
}
.cartier-home-banner .global-button:hover {
  border: 1px solid black !important;
}
.home-tudor-banner .button-grid-container {
  margin-top: auto !important;
}
.home-tudor-banner .caption {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62%;
  max-width: 100% !important;
  margin-right: 0;
  @media (max-width: 820px) and (min-width: 800px) {
    width: 68%;
  }
  @media (max-width: 781px) {
    width: 55%;
  }
  @media (max-width: 551px) {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .home-tudor-banner .banner .position-right .button-grid-container a {
    color: white;
    font-size: 14px;
  }
  .home-tudor-banner .banner .position-right .button-grid-container {
    width: 80%;
  }
  .cartier-home-banner .banner .position-right .button-grid-container a {
    font-size: 16px;
  }
}
.container.footer-menu-wrap {
  justify-content: flex-end;
}
.mobile-custom-sticky-header {
  display: none;
}
.home-tudor-banner .caption-content .button-grid-container {
  background-color: #eb0000;
  color: white;
  width: 200px;
  margin-top: 150px;
}
.home-tudor-banner .caption-content .button-grid-container a {
  border: none;
}
.banner {
  margin-top: 5px;
  margin-bottom: 5px;
}
.container.image-with-text-container.section-1.featured_collections {
  display: flex;
}
.container.image-with-text-container.section-1.featured_collections
  .image-crop--center {
  order: 2;
  background: transparent;
}
.container.image-with-text-container.section-1.featured_collections
  .block--block-1 {
  order: 1;
  background: transparent;
}
.footer_menu p a {
  color: rgba(255, 255, 255, 0.6);
}
.footer_menu p a:hover {
  color: #9f5104 !important;
  text-decoration: underline;
}
.footer_menu p a:visited {
  color: rgba(255, 255, 255, 0.6);
}
.footer .container .column {
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 15px;
}
.footer .container .column ul {
  padding-top: 5px;
}
.footer .container .column li {
  margin-bottom: 5px;
  margin-top: 5px;
}
.footer .container .column li p {
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
.footer .container .column li a,
.footer .container .column li p a {
  font-family: "Karla", sans-serif;
  letter-spacing: 0.6px;
  font-size: 0.875em;
  color: #000;
  line-height: 1.2rem;
}
.footer .container .column li a:hover,
.footer .container .column li p a:hover {
  color: #9f5104;
  text-decoration: underline;
}
.container.footer-menu-wrap .one-fourth-5,
.container.footer-menu-wrap .one-fourth-7 {
  margin-top: 0;
}
.container.footer-menu-wrap .one-fourth-5 .footer_menu {
  float: right;
  width: 100%;
}
.container.footer-menu-wrap .one-fourth-6 {
  display: none;
}
.shopify-section.shopify-section--image-with-text
  .container.image-with-text-container.section-1.featured_collections.is-flex-row {
  background-color: #f2f2f2;
}
.footer .social a {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 0.85em;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
}
.footer .social a:hover {
  color: #9f5104;
}
.footer .social a span {
  display: none;
}
.footer .social .fa {
  display: inline-block;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 1.6em;
  padding-right: 5px;
}
.footer .newsletter_section {
  display: flex;
  flex-direction: row;
  background-color: #f4efea;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.footer .newsletter_section .newsletter {
  display: flex;
  flex-direction: row;
  margin: unset;
  width: unset;
}
.footer .newsletter_section {
  padding: 10px;
  margin-top: 20px;
}
.footer .newsletter_section h6,
.footer .newsletter_section .footerhead {
  margin: 0 !important;
}
.footer .newsletter_section .newsletter form {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}
.global-button.global-button--primary.newsletter-form__sign-up {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
  border: solid thin #fff;
  text-align: center;
  padding: 0 15px;
  height: 44px;
}
.footer .newsletter_section .newsletter form .contact_email {
  margin: 0 !important;
}
.footer_credits {
  width: 100%;
}
.footer_credits .credits {
  width: 100%;
  background-color: #fff;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_credits .credits {
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  color: #000 !important;
}
.footer_credits .credits a {
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  color: #000;
  margin-left: 5px;
}
.navbar-toggle {
  display: none;
}
.mobile-nav-wrapper-custom {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-container {
  order: 2;
}
.combined-menu-container {
  order: 1;
}
.main-nav__wrapper.sticky_nav.sticky_nav--stick {
  display: none;
}
@media (max-width: 1288px) {
  .main-nav__wrapper .nav-desktop__tier-1 {
    display: flex;
    flex-direction: column;
  }
  .main-nav {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .main-nav__wrapper .nav-desktop__tier-1.dropdown-hidden {
    display: flex;
    flex-direction: column;
    height: 0px;
    opacity: 0;
    overflow: hidden;
  }
  .sr-only {
    display: none;
  }
  .navbar-toggle {
    display: flex;
    background: transparent;
    border: 1px solid #9f5104 !important;
    height: 28px;
    width: 36px;
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-toggle .icon-bar {
    background-color: #9f5104 !important;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
  }
  #shopify-section-header .mobile_nav-fixed--false {
    display: none;
  }
  .search-container {
    align-items: flex-start !important;
    order: 1;
  }
  .navbar-toggle {
    order: 2;
    padding-left: 4px;
    padding-right: 4px;
  }
  .combined-menu-container .nav-desktop {
    display: flex;
    width: 100%;
  }
  .combined-menu-container .nav-desktop .nav-desktop__tier-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .combined-menu-container
    .nav-desktop
    .nav-desktop__tier-1
    .nav-desktop__tier-1-item {
    width: 100%;
  }
  .combined-menu-container
    .nav-desktop
    .nav-desktop__tier-1
    .nav-desktop__tier-1-item
    .widemenu__link {
    color: white;
    letter-spacing: 0.4px;
    padding: 5px 0;
    line-height: 1.2;
  }
  .nav-desktop__tier-1-item .nav-desktop__tier-2 {
    position: relative;
  }
  .nav-desktop__tier-1-item .nav-desktop__tier-2 .widemenu {
    border-bottom: solid 2px #9f5104;
    background-color: #333;
    width: 100%;
  }
  .nav-desktop__tier-1-item .nav-desktop__tier-2 .widemenu .widemenu__item {
    margin-bottom: 0;
  }
  .nav-desktop__tier-1-item .nav-desktop__tier-1-link {
    color: #232323 !important;
    font-family: Montserrat, sans-serif;
  }
  .nav-desktop__tier-1-item .nav-desktop__tier-1-link:hover {
    background-color: #171717;
    border-bottom: solid 2px #9f5104;
    color: #9f5104 !important;
  }
  .nav-desktop__tier-1-item [open="open"] .nav-desktop__tier-1-link {
    background-color: #171717;
    border-bottom: solid 2px #9f5104;
    color: #9f5104 !important;
  }
  .nav-desktop__tier-1-item .nav-desktop__tier-2 .custom-menu-images {
    display: none;
  }
  .mobile-nav-wrapper-custom {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav--combined .search-container {
    display: none !important;
  }
  .mobile-nav-wrapper-custom .search-container {
    display: flex;
    padding-left: 0;
  }
  .section-wrapper.section-wrapper--index {
    margin-top: 80px !important;
  }
  .mobile-brands-menu-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    border-top: 1px solid gray;
    padding-top: 10px;
  }
  .top-bar-menu-inner {
    justify-content: center;
  }
}
@media (max-width: 1288px) {
  .section-wrapper.section-wrapper--index {
    margin-top: 51px !important;
  }
}
@media (max-width: 480px) {
  .hidden-on-mobile {
    display: none !important;
  }
  .brand-mobile {
    display: block !important;
  }
  .sup-header {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .sup-header-left {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .sup-header-right {
    display: none;
  }
  .phone-header-mobile {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .main-nav__wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .combined-menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shopify-section .brands .brand {
    width: 30%;
    margin: 0 1%;
    padding: 10px;
  }
  .shopify-section .brands {
    padding-top: 30px;
  }
  .mobile-custom-sticky-header {
    display: none;
    height: 115px;
    width: 100%;
    background-color: white;
    flex-direction: column;
  }
  .mobile-custom-sticky-header .sup-header {
    border-bottom: solid thin #e7e7e7;
  }
  .mobile-custom-sticky-header .sup-header .sup-header-left {
    justify-content: flex-end;
  }
  .mobile-custom-sticky-header__logo {
    width: 237px;
    padding-left: 10px;
  }
  .mobile-custom-sticky-header__logo img {
    width: 208px;
    height: 63px;
  }
  #nav-header-sticky-id {
    flex-direction: column;
  }
  .mobile-fixed-container {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
  }
  .mobile-fixed-search-nav-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    padding-right: 15px;
  }
  .mobile-fixed-search-nav-container .mobile-search-icon {
    display: flex !important;
    align-items: center;
    height: 34px;
    justify-content: center;
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .mobile-fixed-search-nav-container .mobile-search-icon svg {
    height: 25px;
  }
  .mobile-fixed-search-nav-container .mobile-nav-wrapper-custom {
    width: auto;
  }
  .mobile-fixed-search-nav-container .mobile-nav-wrapper-custom .navbar-toggle {
    border: 1px solid black !important;
  }
  .mobile-fixed-search-nav-container .mobile-nav-wrapper-custom .icon-bar {
    background-color: black !important;
  }
  .search-mobile-visible {
    display: flex !important;
    justify-content: center;
  }
  .search-mobile-visible .navbar-toggle-gold {
    display: none !important;
  }
}
#nav-header-sticky-id {
  position: absolute;
  top: 100%;
}
@media (min-width: 479px) and (max-width: 1200px) {
  .shopify-section .brands .brand {
    width: 20%;
    margin: 0 1%;
    padding: 10px;
    padding-top: 40px;
  }
  .shopify-section .brands {
    padding-top: 30px;
  }
}
.navbar-toggle-gold {
  margin-left: 10px;
  flex-direction: column;
  display: flex;
  justify-content: space-evenly;
  padding-top: 0;
  padding-bottom: 0;
}
.mobile-fixed-search-nav-container .mobile-nav-wrapper-custom {
  padding-left: 5px !important;
}
@media (min-width: 480px) {
  .navbar-toggle-gold {
  }
}
@media (max-width: 798px) {
  .footer-menu-wrap h3 {
    font-size: 1em;
    font-family: "Karla", sans-serif;
  }
  .footer-menu-wrap .one-fourth {
    width: 48%;
  }
  .footer-menu-wrap .toggle_content {
    padding-left: 0;
  }
  .footer-menu-wrap .active {
    pointer-events: none !important;
  }
  .footer-menu-wrap .one-fourth-5 {
    margin-top: 0 !important;
    width: 48% !important;
  }
  .footer-menu-wrap .one-fourth {
    margin: 0 !important;
  }
  .footer-menu-wrap .one-fourth-5 .footer_menu {
    width: auto !important;
    float: none !important;
  }
  .footer .container .column li p a {
    font-size: 0.75em;
  }
  .home-tudor-banner .banner .position-right {
    width: 100%;
    padding: 0;
    justify-content: right;
  }
  .home-tudor-banner .banner .position-right .align-center {
    width: 50%;
  }
  .cartier-home-banner .caption {
    width: 100%;
    align-items: flex-end;
    margin-top: 40px;
  }
  .cartier-home-banner .caption .button-grid-container {
    margin-top: 710px;
  }
  .cartier-home-banner {
    margin-bottom: 50px;
  }
  .cartier-home-banner .banner {
    overflow: visible;
  }
  .slide-1 .image-element__wrap {
    display: block;
    object-fit: cover;
    height: 190px;
  }
  .slide-1 .image-element__wrap img {
    display: block;
    object-fit: cover;
    height: 190px;
  }
}
@media (max-width: 485px) {
  .cartier-home-banner .caption .button-grid-container {
    margin-top: 0px;
  }
  .cartier-home-banner .caption .button-grid-container a {
    color: white;
  }
}
@media (min-width: 638px) and (max-width: 729px) {
  .cartier-home-banner .caption .button-grid-container {
    margin-top: 650px;
  }
}
@media (min-width: 486px) and (max-width: 637px) {
  .cartier-home-banner .caption .button-grid-container {
    margin-top: 570px;
  }
}
@media (max-width: 1610px) {
  .sup-header-container,
  .top-bar,
  .main-nav__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-bar {
    background-color: white;
  }
}
@media (min-width: 1200px) and (max-width: 1610px) {
  .nav-desktop__tier-2--full-width-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 959px) {
  .newsletter_section {
    flex-direction: column !important;
  }
  .newsletter_section h6 {
    text-align: center;
  }
  .newsletter_section .newsletter {
    width: 400px !important;
    max-width: 100%;
  }
  .newsletter_section .newsletter form {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .newsletter_section .newsletter form .newsletter-form__sign-up {
    margin-bottom: 0 !important;
    width: 250px !important;
  }
}
.content-wrapper.is-flex.is-flex-wrap.boost-pfs-filter-wrapper {
  margin-top: 30px;
}
.section-wrapper {
  margin-top: 62px;
}
@media (max-width: 1288px) and (min-width: 800px) {
  .section-wrapper {
    margin-top: 50px;
  }
}
.page-contact .section-wrapper {
  flex-direction: row;
  flex-wrap: unset;
}
.page-contact .shopify-section--newsletter {
  display: none;
}
.page-about .section-wrapper {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  margin-top: 62px;
  margin-bottom: 50px;
}
.page-about .page-title {
  display: none !important;
}
.about-img-banner-container {
  margin-top: 50px;
  max-width: 100%;
  justify-content: center;
}
.about-img-banner-container img {
  max-width: 100%;
}
.section-right-img,
.section-left-img {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  max-width: 100%;
  flex-wrap: wrap;
}
.section-right-img .align-vertial {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-right-img .about-text-section-container .inner {
  padding: 50px;
  padding-left: 0;
}
.about-text-section-container .inner {
  padding: 50px;
}
.section-right-img .align-vertial h3 {
  margin-bottom: 0.2em !important;
  font-size: 3.5em !important;
  font-weight: 600 !important;
}
.section-right-img .align-vertial p {
  margin-top: 0.4em;
  line-height: 1.5em;
}
.section-left-img .align-vertial {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-left-img .align-vertial h3 {
  margin-bottom: 0.2em !important;
  font-size: 3.5em !important;
  font-weight: 600 !important;
}
.section-left-img .align-vertial p {
  margin-top: 0.4em;
  line-height: 1.5em;
}
.section-left-img .about-text-section-container {
  order: 2;
}
.section-left-img .about-img-section-container {
  order: 1;
}
.about-text-section-container {
  width: 50%;
}
.about-img-section-container {
  width: 50%;
  padding: 10px;
}
.about-img-section-container img {
  width: 100%;
}
@media (max-width: 1200px) {
  .section-right-img,
  .section-left-img {
    flex-direction: column;
    max-width: 95%;
    margin: auto;
  }
  .about-img-banner-container img {
    width: 90%;
  }
  .about-img-section-container {
    width: 100%;
  }
  .about-text-section-container {
    width: 100%;
  }
  .about-text-section-container .inner {
    padding: 10px !important;
  }
  .section-left-img .about-text-section-container {
    order: 1;
  }
  .section-left-img .about-img-section-container {
    order: 2;
  }
}
.page .shopify-section h1,
.page-contactform .shopify-section h1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  text-align: center;
  display: block;
  color: #333;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0;
  font-weight: 600 !important;
}
.blog .article .blog-listing-link {
  color: #9f5104;
  margin: 0;
}
.blog-listing-single-element-container .image-element__wrap {
  margin-top: 10px;
}
.blog .article .blog-listing-link:hover {
  text-decoration: underline;
}
.blog .one-half.column.article_image {
  width: 33.33333333%;
}
.blog .one-half.column.article_image .image-element__wrap {
  max-width: 100% !important;
}
.blog-listing-single-element-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.blog-listing-single-element-container:nth-last-of-type(even) {
  background: #eee;
}
.blog-listing-single-element-container:nth-last-of-type(odd) {
  background: #f8f8f8;
}
.blog-listing-single-element-container .article__title {
  color: #9f5104 !important;
  font-weight: 600 !important;
}
.blog-listing-single-element-container .article__title a {
  color: #9f5104 !important;
}
.blog-listing-single-element-container .article__title:hover {
  text-decoration: underline;
}
.graduate-gift-blog-post-products-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.graduate-gift-blog-post-product {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  @media (max-width: 751px) {
    width: 80%;
  }
}
.graduate-gift-product-img {
  margin-bottom: 20px;
  max-height: 300px;
  max-width: 300px;
}
.graduate-gift-header-h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #2f5496;
  font-weight: 500 !important;
}
.graduate-gift-product-header {
  font-weight: 700;
  margin-top: 20px;
}
.graduate-gift-product-link {
  margin-top: 20px;
  color: #2f5496 !important;
  text-decoration: underline;
  font-weight: 600;
}
.graduate-gift-product-link:hover {
  text-decoration: none;
}
.graduate-gift-header-post-text {
  font-size: 18px;
  margin-top: 40px;
}
.graduate-gift-header-post-img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.graduate-gift-blog-post-img {
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
}
.graduate-gift-header-h1 {
  text-align: center;
  color: #2f5496 !important;
}
.graduate-gift-bottom-header {
  margin-top: 40px;
  color: #2f5496;
  font-weight: 500 !important;
  font-size: 22px;
}
.graduate-gift-bottom-text {
  font-size: 18px;
}
.graduate-blog-post-contact-us-link {
  color: #2f5496 !important;
  text-decoration: underline;
}
.graduate-blog-post-contact-us-link:hover {
  text-decoration: none;
}
.father-day-products-container {
  display: flex;
  justify-content: center;
}
.father-day-double-img-product {
}
.father-day-gift-blog-post-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fathers-day-gift-product-img {
  width: 300px;
  height: 300px !important;
}
.father-day-double-img-product {
  display: flex;
}
.father-day-double-img-product .fathers-day-gift-product-img {
  height: 300px !important;
}
.father-gift-header-h2 {
  text-align: center;
  margin-top: 40px;
  color: #2f5496;
  font-weight: 500 !important;
}
.fathers-day-gift-product-text {
  text-align: center;
  margin-top: 20px;
}
.father-day-bottom-spacing {
  margin-top: 80px;
  text-align: center;
}
.father-day-bottom-text {
  text-align: center;
}
.shopify-section--product-template .purchase-details {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.shopify-section--product-template .purchase-details .SPCMP_Add {
  width: 50% !important;
  background-color: transparent !important;
  color: black !important;
  width: auto !important;
  text-decoration: underline;
  order: 2;
  margin: 0;
  padding: 0;
  line-height: 14px;
  height: 14px;
  max-height: 14px;
  font-weight: 600;
}
.shopify-section--product-template .purchase-details .SPCMP_Add:hover {
  background-color: transparent !important;
  color: black !important;
  padding-left: 0;
  margin-left: 0;
  width: auto !important;
  text-decoration: none;
}
.shopify-section--product-template .extending-product-details {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-spec {
  width: 50%;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-img {
  width: 50%;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-img
  .main-image {
  width: 100%;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-spec
  .product-details {
  flex-direction: row;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-spec
  .product-details
  span {
  font-weight: normal;
  line-height: 1.2;
  font-size: 10px;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-spec
  .vendor-title {
  margin-bottom: 30px;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-spec
  .vendor-title
  h3 {
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #1b1b1b;
  font-family: Montserrat, sans-serif;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-spec
  .vendor-title
  p {
  font-size: 12px;
  color: #1b1b1b;
  font-family: Montserrat, sans-serif;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-spec
  .product-details
  p {
  margin: 0 !important;
  padding: 15px 5px;
  font-size: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: bolder;
}
.shopify-section--product-template
  .extending-product-details
  .product-tuder-extended-spec
  .product-details
  p:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  transform: translateY(-50%);
  background-color: #cfd9e0;
  content: "";
}
.product-details__watch-collection,
.product-details__vendor {
  width: 50%;
  border-bottom: 1px solid #e4e4e4;
}
.shopify-payment-button {
  display: block !important;
}
.shopify-payment-button > div {
  display: block !important;
}
.purchase-details .contact-us-product-unavailable {
  padding: 10px 5px;
  width: 100%;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  color: white;
  font-weight: 600;
  background-color: black;
}
.purchase-details .contact-us-product-unavailable:hover {
  color: black;
  background-color: white;
}
.shopify-payment-button.disabled button {
  border: none !important;
}
.shopify-section--product-template .modal_price .sold_out {
  font-weight: 600 !important;
}
.product-main .specs-product-table {
  width: 100%;
  font-size: 12px;
  table-layout: fixed;
  border-spacing: 2px !important;
  border-collapse: separate;
  background-color: #fff;
}
.product-main .specs-product-table tr td:first-child {
  width: 33%;
  font-weight: 600;
}
.product-main .specs-product-table tr td {
  border: solid thin #eee;
  padding: 12px 20px 8px 20px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.8;
}
#quickshop .product-type-collection-Patek .purchase-details__buttons {
  display: none;
}
.product-type-collection-Patek .purchase-details__buttons {
  display: none;
}
#quickshop .specs-product-table {
  display: none !important;
}
.page-rahaminov .section-wrapper.section-wrapper--page {
  width: 80%;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 60px;
}
#cartier-page-container {
  max-width: 1441px !important;
  width: 80% !important;
  margin: auto;
}
.container-cartier {
  max-width: 80%;
  justify-content: center;
  display: flex;
}
.roberto-coin-page .iframe-container iframe {
  min-height: 80vh;
}
.page-contact .five-eighths.columns.medium-down--one-whole.page {
  display: none !important;
}
.contact-text-container {
  display: flex;
  flex-direction: row;
  padding-top: 50px;
}
.contact-text-container span,
.contact-form-text-inner-2 {
  width: 50%;
}
.page-contact .contact-page-custom-header {
  text-align: center;
  border-bottom: 1px solid black;
}
.page-contact .contact-page-custom-header h2 {
  font-weight: 700;
  font-size: 1.5em;
}
.page-contact .contact-text-container span {
  padding-right: 20px;
}
.page-contact .contact-form-text-inner-2 a {
  color: #9f5104;
}
.page-contact .contact-form-text-inner-2 a:hover {
  text-decoration: underline;
}
.page-contact .contact-form-text-inner-2 hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.page-contact .map-section .container {
  height: 100%;
}
.page-contact .map-section .container .one-whole {
  height: 100%;
}
.page-contact .map-section .container .one-whole .js-api-map {
  height: 100% !important;
}
.page-contact .map-section .container .one-whole .map-section__container {
  height: 900px !important;
}
@media (max-width: 798px) {
  .contact-text-container span,
  .contact-form-text-inner-2 {
    width: 100%;
  }
  .shopify-section--product-template .extending-product-details {
    flex-direction: column;
  }
  .shopify-section--product-template
    .extending-product-details
    .product-tuder-extended-spec,
  .product-tuder-extended-img {
    width: 100% !important;
  }
  .shopify-section--product-template
    .extending-product-details
    .product-tuder-extended-spec {
    order: 2;
  }
  .shopify-section--product-template
    .extending-product-details
    .product-tuder-extended-img {
    order: 1;
  }
  .container-cartier .row .col-lg-12 {
    max-width: 100%;
    margin: auto;
  }
  .container-cartier {
    max-width: 100%;
    margin-top: 70px;
    display: block;
  }
  .watch-repair-content .row {
    flex-direction: column !important;
  }
  .page-watch-repair .watch-repair-content .watch-repair-content-video-text,
  .watch-repair-content-video {
    width: 100% !important;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-watch-repair .video-wrapper {
    max-width: 100%;
  }
  .watch-repair-details {
    flex-direction: column !important;
  }
  .page-watch-repair .watch-repair-header {
    margin-top: 70px;
  }
}
.page-watch-repair .watch-repair-container {
  max-width: 1170px;
}
.page-watch-repair .watch-repair-content .video-wrapper {
  width: 640px;
}
.page-watch-repair .watch-repair-content > .row {
  display: flex;
  flex-direction: row;
}
.page-watch-repair .watch-repair-content .watch-repair-content-video-text,
.watch-repair-content-video {
  width: 50%;
}
.page-watch-repair .watch-repair-header {
  text-align: center;
  border-bottom: 1px solid black;
  margin-top: 50px;
}
.page-watch-repair .watch-repair-content {
  padding-top: 50px;
}
.page-watch-repair .watch-repair-content-video-text {
  padding-right: 20px;
}
.page-watch-repair .watch-repair-details {
  display: flex;
  flex-direction: row;
}
.page-watch-repair .page-title {
  font-weight: 700;
}
.page-accessibility .section-wrapper {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 120px;
}
.page-accessibility .section-wrapper > .container {
  width: 100%;
}
.page-accessibility .section-wrapper > .container > .row {
  width: 100%;
}
.page-accessibility .section-wrapper > .container > .row > .col-xs-12 {
  width: 100%;
}
.page-accessibility .section-wrapper header {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: auto;
}
.page-accessibility .section-wrapper header:after {
  border-bottom: 1px solid #b3b3b3;
  border-color: inherit;
  content: "";
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.page-accessibility .section-wrapper header .page-title {
  font-size: 2em;
  text-align: center;
  font-weight: 600 !important;
}
.page-accessibility .section-wrapper a {
  color: #9f5104;
}
.page-accessibility #shopify-section-form .form-wrap .button {
  background-color: #9f5104;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}
.page-accessibility #shopify-section-form label {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.accisibility-list-custom {
  margin: 0 !important;
}
.contact-page-custom-br {
  display: block !important;
  margin: 0;
}
.page-jewelry-repair .section-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  margin-top: 120px;
}
.page-jewelry-repair .section-wrapper > .container {
  width: 100%;
}
.page-jewelry-repair .section-wrapper > .container > .row {
  width: 100%;
}
.page-jewelry-repair .section-wrapper > .container > .row > .col-xs-12 {
  width: 100%;
}
.page-jewelry-repair .section-wrapper header {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: auto;
}
.jewelry-repair-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-jewelry-repair .section-wrapper header:after {
  border-bottom: 1px solid #b3b3b3;
  border-color: inherit;
  content: "";
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.jewelry-repair-vide-text {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.jewelry-repair-details {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.jewelry-repair-details-inner {
  width: 50%;
}
.jewelry-repair-main hr {
  border: 1px solid lightgray;
}
.jewelry-repair-text {
  order: 1;
  width: 50%;
  font-size: 16px;
  padding-right: 20px;
}
.jewelry-repair-video {
  display: flex;
  flex-direction: row;
  order: 2;
  width: 50% !important;
}
.breitling-page .page .one-whole h1 {
  display: none !important;
}
.roberto-coin-page .page .one-whole h1 {
  display: none !important;
}
.roberto-coin-page .page .one-whole .feature_divider {
  display: none !important;
}
.breitling-page .page .one-whole .feature_divider {
  display: none !important;
}
@media (max-width: 767px) {
  .search .boost-pfs-filter-wrapper {
    display: flex;
    flex-direction: column;
  }
  .search .boost-pfs-filter-wrapper .boost-pfs-filter-left-col {
    width: 50%;
    align-self: center;
  }
  .search .boost-pfs-filter-wrapper .boost-pfs-filter-right-col {
    width: 100%;
  }
  .shopify-section--collection-template
    .content-wrapper
    .boost-pfs-filter-right-col {
    width: 100%;
  }
  .shopify-section--collection-template
    .content-wrapper
    .boost-pfs-filter-left-col {
    margin: auto;
    width: 50%;
  }
  .patek-phillipe-colection-iframe {
    max-width: 100% !important;
  }
  .patek-phillipe-colection-iframe iframe {
    max-width: 100% !important;
  }
  .page-accessibility .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .jewelry-repair-video,
  .jewelry-repair-text {
    width: 100% !important;
  }
  .jewelry-repair-vide-text,
  .jewelry-repair-details {
    flex-direction: column;
  }
  .jewelry-repair-details-inner {
    width: 100%;
  }
  .page-jewelry-repair .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-tudor .tudor-image-with-text .image-with-text img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-tudor .tudor-second-image-with-text .image-with-text img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-tudor .tudor__video-text__wrapper p {
    text-align: left !important;
  }
  .page-tudor .tudor-image-with-text .image-with-text p,
  h2 {
    width: 100%;
    text-align: left !important;
  }
  .page-tudor .tudor-gallery-section .last-text {
    text-align: center !important;
  }
  .page-tudor .tudor-third-banner .banner__heading {
    text-align: center !important;
  }
  .page-rolex .container--rolex {
    padding: 20px;
  }
  .page-sitemap table tr td {
    width: 100% !important;
    text-align: center;
  }
  .page-sitemap table h2 {
    width: 100% !important;
    text-align: center !important;
  }
  .magazine-title {
    text-align: center !important;
  }
}
.page-tudor .tudor_logo-nav-container nav ul {
  list-style: none;
}
.page-tudor .tudor-main-banner-section .image-with-text__media img {
  display: block;
  margin: auto;
}
.page-tudor .tudor-second-banner .heading span {
  color: #a90b00 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600 !important;
}
.page-tudor .title {
  color: #a90b00 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600 !important;
}
.page-tudor .tudor-second-banner .heading span {
  color: #a90b00 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600 !important;
}
.page-tudor .sub-title {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.page-tudor .tudor-second-banner .text p {
  color: black !important;
  font-weight: 500;
}
.page-tudor .tudor__text-video__block .text p {
  color: white;
  font-weight: 500;
}
.page-tudor .image-with-text .text p {
  color: black !important;
  font-weight: 500;
}
.page-tudor .image-with-text {
  display: flex;
  flex-direction: row;
}
.page-tudor .tudor-image-with-text .image-with-text img {
  width: 570px;
  height: 570px;
}
.page-tudor .tudor-second-image-with-text .image-with-text img {
  width: 570px;
  height: 570px;
}
.page-tudor .tudor-third-banner .banner__heading span {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  color: white;
}
.page-rolex .container--rolex {
  max-width: 1440px !important;
  width: 100%;
}
.page-rolex .container--rolex .page-title {
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0;
  font-weight: 600 !important;
}
.page-rolex .container--rolex .page-title:after {
  border-bottom: 1px solid #b3b3b3;
  border-color: inherit;
  content: "";
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.page-rolex .container--rolex p {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  margin-top: 0.4em;
}
.page-rolex .container--rolex p a {
  color: #9f5104;
}
.page-sitemap table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-sitemap table tr td {
  width: 33%;
}
.page-sitemap table tr:first-of-type td:first-of-type {
  width: 100%;
}
.page-sitemap table a {
  color: #9f5104;
}
.page-sitemap table a:hover {
  text-decoration: underline;
}
.page-sitemap .feature_divider {
  width: 33%;
  margin: auto;
  margin-bottom: 40px;
}
.page-sitemap table h2 {
  font-weight: 600 !important;
}
.product-type-stud #ZooomyList {
  display: none !important;
}
.product-type-Studs #ZooomyList {
  display: none !important;
}
.product-type-Engagement.Rings #ZooomyList {
  display: none !important;
}
.product-type-collection-Diamond.Studs #ZooomyList {
  display: none !important;
}
.product-type-stud .current_price {
  display: none !important;
}
.product-type-Studs .current_price {
  display: none !important;
}
.product-type-Engagement.Rings .current_price {
  display: none !important;
}
.product-type-Engagement.Rings .modal_price {
  display: none !important;
}
.product-type-stud [value="Add to Compare"] {
  display: none !important;
}
.product-type-Studs [value="Add to Compare"] {
  display: none !important;
}
.product-type-Engagement.Rings [value="Add to Compare"] {
  display: none !important;
}
.product-type-Engagement.Rings [value="Add to Compare"] {
  display: none !important;
}
.product-type-collection-Diamond.Studs .current_price {
  display: none !important;
}
.product-type-Diamond.Studs .modal_price {
  display: none !important;
}
.product-type-Diamond.Studs .current_price {
  display: none !important;
}
.product-type-collection-Diamond.Studs .modal_price {
  display: none !important;
}
.product-type-stud .modal_price {
  display: none !important;
}
.product-type-Studs .modal_price {
  display: none !important;
}
.product-type-collection-Diamond.Studs [value="Add to Compare"] {
  display: none !important;
}
.product-type-Engagement.Rings .purchase-details__buttons {
  display: none !important;
}
.product-type-collection-Diamond.Studs .purchase-details__buttons {
  display: none !important;
}
.product-type-Diamond.Studs .purchase-details__buttons {
  display: none !important;
}
.product-type-stud .purchase-details__buttons {
  display: none !important;
}
.product-type-Studs .purchase-details__buttons {
  display: none !important;
}
.boost-pfs-search-suggestion-group .boost-pfs-search-suggestion-product-price {
  display: none;
}
.product-type-collection-Panerai .purchase-details__buttons {
  display: none !important;
}
.zooomypwishmsg {
  background: transparent !important;
  color: black !important;
  padding: 0 !important;
}
.zooomypwishmsg:hover {
  text-decoration: underline;
  cursor: pointer;
}
.social_buttons {
  margin-bottom: 0 !important;
}
#ZlistWishlist {
  margin-top: 0 !important;
}
#ZoomyWishlistPage .z_w_soldout {
  display: none !important;
}
#ZoomyWishlistPage .addcartbtn {
  height: 27px;
}
#ZoomyWishlistPage .zbodyaction {
  height: 27px !important;
}
.page-rolex .clbkwc_btn_class {
  display: none !important;
}
.page-rolex #wlbkwc_messageButton_left {
  display: none !important;
}
#polacheck-s-official-rolex-jeweler-in-calabasas-california .clbkwc_btn_class {
  display: none !important;
}
#polacheck-s-official-rolex-jeweler-in-calabasas-california
  #wlbkwc_messageButton_left {
  display: none !important;
}
.footer_menu {
  padding-bottom: 35px;
}
a[href*="stud"] .current_price {
  display: none !important;
}
a[href*="engagement-ring"] .current_price {
  display: none !important;
}
.price-hidden-custom-class [value="Add to Compare"] {
  display: none !important;
}
.price-hidden-custom-class #ZlistWishlist {
  display: none !important;
}
.next-prev-product-selection-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 9;
  align-items: center;
  top: 50%;
}
@media (max-width: 1396px) {
  .next-prev-product-selection-container {
    top: 0;
    justify-content: unset;
    position: relative;
    margin-bottom: 50px;
  }
  .next-prev-product-selection-container .prev-icon {
    left: 0 !important;
    display: flex;
    justify-content: flex-start;
  }
  .next-prev-product-selection-container .next-icon {
    right: 0 !important;
    display: flex;
    justify-content: flex-end;
  }
  .next-prev-product-selection-container .next-prev-icon svg {
    width: 20px !important;
  }
  .next-prev-product-selection-container .next-prev-icon {
    width: 50% !important;
    align-items: center;
  }
  .next-prev-product-selection-container span {
    visibility: visible !important;
    height: auto !important;
    width: auto !important;
  }
}
.next-prev-product-selection-container .prev-icon {
  left: -100px;
}
.next-prev-product-selection-container .next-icon {
  right: -100px;
}
.next-prev-product-selection-container .next-prev-icon {
  width: 40px;
}
.next-prev-product-selection-container span {
  visibility: hidden;
  height: 0;
  width: 0;
  display: block;
}
.next-prev-product-selection-container .SPCMP_chk_lbl {
  display: none !important;
}
.osano-cm-dialog__content.osano-cm-content .osano-cm-storage-policy {
  color: white !important;
}
.watch-repair-container .page-title {
}
.watch-repair-container .watch-hero-container {
  max-width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.watch-repair-container .watch-hero-container img {
  max-width: 100%;
  height: auto;
}
.watch-repair-container .watch-repair-content-video-header {
  text-align: center;
}
.watch-repair-container .location-photo {
  width: 100% !important;
  padding-right: 20px;
}
.watch-repair-container .location-photo img {
  max-width: 100%;
  height: auto;
}
.watch-repair-container .rolex-repair-link {
  color: #9f5104;
  font-weight: bold;
  text-decoration: underline;
}
.watch-repair-container .rolex-repair-link:hover {
  text-decoration: none;
}
@media (max-width: 798px) {
  .page-watch-repair-polachecks
    .watch-repair-content
    .watch-repair-content-video-text,
  .watch-repair-content-video {
    width: 100% !important;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-watch-repair-polachecks .video-wrapper {
    max-width: 100%;
  }
  .watch-repair-details {
    flex-direction: column !important;
  }
  .page-watch-repair-polachecks .watch-repair-header {
    margin-top: 70px;
  }
}
.page-watch-repair-polachecks .watch-repair-container {
  max-width: 1170px;
}
.page-watch-repair-polachecks .watch-repair-content .video-wrapper {
  width: 640px;
}
.page-watch-repair-polachecks .watch-repair-content > .row {
  display: flex;
  flex-direction: row;
}
.page-watch-repair-polachecks
  .watch-repair-content
  .watch-repair-content-video-text,
.watch-repair-content-video {
  width: 50%;
}
.page-watch-repair-polachecks .watch-repair-header {
  text-align: center;
  border-bottom: 1px solid black;
  margin-top: 50px;
}
.page-watch-repair-polachecks .watch-repair-content {
  padding-top: 50px;
}
.page-watch-repair-polachecks .watch-repair-content-video-text {
  padding-right: 20px;
}
.page-watch-repair-polachecks .watch-repair-details {
  display: flex;
  flex-direction: row;
}
.page-watch-repair-polachecks .page-title {
  font-weight: 700;
}
.watch-repair-content-certified {
  width: 50%;
}
.watch-repair-img-cert {
  width: 50%;
}
.watch-repair-img-cert .video-wrapper {
  max-width: 100%;
}
.polachecks-repair-watch-repair-content {
  font-size: 1.1em;
}
.polachecks-repair-watch-repair-content p {
  font-size: 1.1em;
  padding-left: 20px;
}
@media (max-width: 1170px) {
  .watch-repair-container {
    max-width: 100% !important;
  }
  .watch-repair-content-video-header {
    text-align: center !important;
  }
  .video-wrapper.location-photo {
    padding: 0;
  }
  .watch-repair-img-cert {
    width: 100%;
    padding: 10px;
  }
  .watch-repair-content-certified.polachecks-repair-watch-repair-content {
    width: 100%;
  }
}
@media (min-width: 1169px) {
  .magazine-page-container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-around;
  }
  .magazine-page-container iframe {
    width: 100% !important;
    padding: 5px;
  }
}
@media (max-width: 1168px) {
  .magazine-page-container {
    max-width: 506px !important;
    margin: 0 auto;
  }
}
.magazine-page-container p {
  padding: 7px 0 6px;
  text-align: center;
  background: #eeeeee;
  color: #0d0d0d;
  font-style: italic;
  margin-top: -7px;
}
.magazine-page-container img {
  width: 100%;
  max-width: 506px !important;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .uwy.uwy.userway_p3 .uai {
    left: calc(100vw - 81px) !important;
  }
}
@media (max-width: 768px) {
  .uwy.uwy.userway_p3 .uai {
    left: calc(100vw - 61px) !important;
  }
}
.osano-cm-window {
  z-index: 9999999999;
}
.osano-cm-dialog__list.osano-cm-list
  .osano-cm-list__list-item.osano-cm-list-item
  .osano-cm-toggle__label.osano-cm-label {
  color: #565656 !important;
  font-size: 12px !important;
  font-family: Montserrat;
  margin-left: 10px;
}
.osano-cm-window
  .osano-cm-window__widget.osano-cm-widget.osano-cm-widget--position_right {
  bottom: 16px !important;
}
.NFS-tag .modal_price {
  display: none !important;
}
.NFS-tag .SPCMP_Add {
  display: none !important;
}
.NFS-tag #ZooomyList {
  display: none !important;
}
.NFS-tag .purchase-details__buttons {
  display: none !important;
}
@media (min-width: 1288px) {
  .hidden-on-desktop {
    display: none !important;
  }
}
@media (max-width: 798px) {
  .polachecks-repair-watch-repair-content p {
    margin-top: 20px;
  }
}
.combined-menu-container
  .nav-desktop__tier-1-item
  .nav-desktop__tier-2:not([data-animation-state="open"]) {
  display: none !important;
}
.combined-menu-container
  .nav-desktop__tier-1-item
  .nav-desktop__tier-2:not([data-animation-state="open"])
  img {
  display: none !important;
}
.osano-cm-dialog {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}
.osano-cm-dialog .osano-cm-dialog__content.osano-cm-content {
  flex: auto !important;
}
.osano-cm-dialog .osano-cm-dialog__buttons.osano-cm-buttons {
  width: 50%;
  display: flex;
  flex-direction: row;
  max-width: 50% !important;
  flex: auto;
  min-width: 600px;
}
.osano-cm-dialog .osano-cm-dialog__buttons.osano-cm-buttons button {
  max-width: 178px;
  background-color: #757575 !important;
  color: white !important;
  font-weight: 600 !important;
  transition: 0.3s;
  border-radius: 0;
  font-family: "Montserrat";
  font-size: 12px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.osano-cm-dialog .osano-cm-dialog__buttons.osano-cm-buttons button:hover {
  background-color: black !important;
  color: white !important;
}
.osano-cm-dialog .osano-cm-dialog__list.osano-cm-list .osano-cm-switch {
  background-color: grey;
}
.osano-cm-dialog .osano-cm-dialog__list.osano-cm-list .osano-cm-switch:hover {
  background-color: #e2ba6f;
}
.osano-cm-dialog .osano-cm-toggle__label.osano-cm-label {
  color: black !important;
}
.osano-cm-dialog .osano-cm-input:focus + .osano-cm-toggle__switch {
  border-color: #ba8f3a !important;
}
.osano-cm-dialog .osano-cm-input:hover + .osano-cm-toggle__switch {
  border-color: #ba8f3a !important;
}
.osano-cm-dialog .osano-cm-storage-policy.osano-cm-content__link.osano-cm-link {
  color: #ba8f3a !important;
  font-size: 14px !important;
}
.osano-cm-dialog
  .osano-cm-storage-policy.osano-cm-content__link.osano-cm-link:hover {
  text-decoration: none !important;
  color: #dd9e22 !important;
}
.osano-cm-dialog .osano-cm-message {
  font-size: 12px !important;
  font-family: "Montserrat";
}
.osano-cm-content__drawer-links.osano-cm-drawer-links a {
  color: #ba8f3a !important;
  font-size: 14px !important;
}
.osano-cm-content__drawer-links.osano-cm-drawer-links a:hover {
  text-decoration: none !important;
}
.osano-cm-dialog .osano-cm-toggle__input:checked + .osano-cm-toggle__switch {
  border-color: gold !important;
}
.osano-cm-dialog
  .osano-cm-toggle__input:focus
  + .osano-cm-toggle__switch::before {
  border-color: gold !important;
}
.osano-cm-dialog
  .osano-cm-toggle__input.osano-cm-input.osano-cm-input--checked
  + .osano-cm-toggle__switch {
  background-color: gold !important;
}
.osano-cm-dialog .osano-cm-dialog__close {
  color: black !important;
}
@media (max-width: 623px) {
  .osano-cm-dialog .osano-cm-dialog__buttons.osano-cm-buttons {
    flex-direction: column !important;
    min-width: 80% !important;
    width: 100%;
  }
  .osano-cm-dialog .osano-cm-dialog__buttons.osano-cm-buttons button {
    width: 100%;
    max-width: 100%;
  }
  .osano-cm-dialog .osano-cm-dialog__list.osano-cm-list {
    flex-wrap: wrap;
  }
}
.osano-cm-content__drawer-links.osano-cm-drawer-links {
  display: none !important;
}
#pref-osano-button {
  max-width: 178px;
  background-color: #757575 !important;
  color: #fff !important;
  font-weight: 600 !important;
  transition: 0.3s;
  border-radius: 0;
  font-family: Montserrat;
  font-size: 12px !important;
  border-style: solid;
  border-width: thin;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid black;
}
#pref-osano-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  #pref-osano-button {
    flex: 1 1 100%;
    margin: 0.25em 0.5em;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #pref-osano-button {
    max-width: 100% !important;
  }
}
.osano-cm-dialog__content.osano-cm-content
  .osano-cm-dialog__list.osano-cm-list {
  display: none !important;
}
.zillion-container,
.zillion-container:before,
.zillion-container:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zillion-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
  font-family: "Nunito Sans", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.zillion-container svg {
  max-width: 250px;
  height: 100%;
}
.zillion-container__header {
  color: #0078bf;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-top: 104px;
  margin-bottom: 40px;
}
.zillion-container__rings-icon {
  visibility: collapse;
  height: 0;
}
.zillion-container__header__row {
  max-width: 600px;
  margin: auto;
}
.zillion-container__body {
  display: flex;
}
.zillion-container__phone img {
  height: 476px;
}
.zillion-container__info-section {
  margin-left: 40px;
}
.zillion-container__intro {
  font-size: 24px;
  line-height: 1.4;
  max-width: 480px;
  text-align: left;
  margin: 40px 0;
}
.zillion-container__link {
  color: #0078bf;
  font-weight: 600;
  text-decoration: none;
}
.zillion-container__list {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}
.zillion-container__list li {
  padding-bottom: 10px;
  max-width: 442px;
  background-repeat: no-repeat;
  background-position: top-left;
  background-size: 25px;
  list-style: none;
  padding-left: 30px;
  background-image: url("https://zillion-public.s3.amazonaws.com/zillion_circle_check.png");
}
.zillion-container__list span {
  position: relative;
  bottom: 2px;
}
.zillion-container__list-outro {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.zillion-container__footer {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
}
.zillion-container__footer__subfooter {
  color: black;
  font-weight: 600;
}
.zillion-container__subfooter__small {
  font-weight: 600;
}
.zillion-container__cta {
  text-align: left;
  margin-top: 20px;
}
.zillion-container__cta a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background-color: #0078bf;
  border-radius: 25px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 198px;
}
.zillion-container__cta-text {
  align-self: center;
}
.zillion-container__cta svg {
  margin-left: 8px;
}
.zillion-container__logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.zillion-container__zillion-logo {
  height: 80px;
}
.zillion-container__logo {
  margin: 0 40px;
  align-items: center;
  display: flex;
}
.zillion-container__logo-left {
  justify-content: flex-end;
}
.zillion-container__logo-right {
  justify-content: flex-start;
}
.zillion-container__logo-section img {
  max-height: 150px;
  max-width: 300px;
}
.zillion-container__hr {
  background-color: #0078bf;
  width: 95px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
a:link.zillion-container__black-link,
a:visited.zillion-container__black-link,
a:active.zillion-container__black-link,
a:hover.zillion-container__black-link {
  color: black;
}
@media screen and (min-device-width: 736px) {
  .zillion-container__logo {
    height: 150px;
    width: 300px;
  }
}
@media screen and (max-device-width: 736px) {
  .zillion-container__header {
    font-size: 28px;
    line-height: 33px;
    margin: 34px 10px 0px 10px;
  }
  .zillion-container__rings-icon {
    height: 130px;
    visibility: visible;
  }
  .zillion-container__intro {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .zillion-container__list {
    font-size: 16px;
  }
  .zillion-container__list li {
    background-size: 18px;
  }
  .zillion-container__footer {
    margin: 20px 20px 30px 20px;
  }
  .zillion-container__cta {
    text-align: center;
    padding: 0 40px;
  }
  .zillion-container__cta a {
    width: 100%;
  }
  .zillion-container__phone img {
    visibility: hidden;
    height: 0;
    width: 0;
  }
  .zillion-container__body {
    margin: 0 20px;
  }
  .zillion-container__info-section {
    max-width: 293px;
    margin: auto;
  }
  .zillion-container__list-outro {
    font-size: 14px;
  }
  .zillion-container__logo-section {
    flex-direction: column;
    margin-top: 0;
  }
  .zillion-container__logo-section img {
    max-height: 120px;
    max-width: 245px;
  }
  .zillion-container__logo {
    margin: 15px 10px;
  }
  .zillion-container__zillion-logo {
    height: 64px;
  }
  .zillion-container__logo-left {
    justify-content: center;
  }
  .zillion-container__logo-right {
    justify-content: center;
  }
}
#shopify-section-template--19061431238969__slideshow-1 h1.headline {
  margin-bottom: 0px !important;
}
@media (min-width: 1200px) {
  .flickity-slider .caption.position-right .caption-content.align-center {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .flickity-slider .caption.position-right .caption-content.align-center {
    position: relative;
    text-align: center;
    transform: inherit;
    background: #fff;
    padding-bottom: 10px;
    text-shadow: none !important;
  }
}
#shopify-section-template--19061431238969__slideshow-1 h1.headline {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0;
  color: #212121 !important;
  font-family: "Helvetica", regular !important;
  letter-spacing: 3px;
  position: relative;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 0px;
  text-shadow: none !important;
}
@media screen and (max-width: 768px) {
  #shopify-section-template--19061431238969__slideshow-1 h1.headline {
    font-size: 30px;
    margin-bottom: 10px;
    text-shadow: none !important;
  }
}
a.global-button.global-button--banner-text-highlighted-desktop.global-button--text-highlighted-mobile.first_button {
  width: auto;
  border: 1px solid #127749;
  display: inline-block;
  box-sizing: border-box;
  background-color: #127749;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: none;
  text-decoration: none;
  border-radius: 25px;
  font-family: "Helvetica", regular !important;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.global-button.global-button--banner-text-highlighted-desktop.global-button--text-highlighted-mobile.first_button:hover {
  text-decoration: none !important;
  color: #127749;
  font-weight: 300;
  border: 1px solid #127749;
  background-color: #fff !important;
  box-shadow: none;
  font-family: "Helvetica", regular !important;
}
@media (min-width: 320px) and (max-width: 799px) {
  a.global-button.global-button--banner-text-highlighted-desktop.global-button--text-highlighted-mobile.first_button {
    height: 2.8rem !important;
    position: static;
    max-width: 225px;
  }
  a.global-button.global-button--banner-text-highlighted-desktop.global-button--text-highlighted-mobile.first_button:hover {
    height: 2.8rem !important;
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .button-grid-container.button-grid-container--column-tablet {
    position: relative;
    top: 2rem;
    left: 59%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .button-grid-container.button-grid-container--column-tablet {
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  .button-grid-container.button-grid-container--column-tablet {
    position: relative;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .button-grid-container {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .button-grid-container {
    position: relative;
    top: 2rem;
    left: 65%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .button-grid-container {
    left: 40%;
  }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .caption.position-right {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .button-grid-container {
    position: relative;
    top: 1rem;
    left: 46.3%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
  }
}
#PPiframe {
  padding: 30px 0;
  position: relative;
}
.uppercase {
  text-transform: uppercase;
}

.main-nav__wrapper {
  background-color: white;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: black;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.feature_image .nav-desktop__tier-1-link {
  color: #000000;
}
.main-nav__wrapper .search-container input {
  border: solid thin rgb(0 0 0);
  border-radius: 15px;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 10px;
  color: #000;
  background-color: transparent;
  float: right;
  width: 100%;
  transition: width 0.3s ease;
  outline: none;
  margin: 0;
}
.feature_image .search-submit,
.feature_image .search-submit:focus {
  color: #000000;
}
.feature_image .search__form input,
.feature_image .search__form input:active,
.feature_image .search__form input:focus {
  color: #000000;
  border: 1px solid #000000;
}

/*================ Layout change ================*/
.top-bar .header__logo a {
  margin: auto;
}
.sup-header-container .search__form input {
  height: 28px;
  min-height: 28px;
  border: 1px solid #000000;
  padding: 0 30px 0 10px;
  color: #4b3832;
  background-color: transparent;
  float: right;
  width: 100%;
  transition: width 0.3s ease;
  outline: none;
  margin: 0;
}
.sup-header-container .search__form input::placeholder,
.sup-header-container .search__form input:focus::placeholder,
.dropdown .header_search_form .search-terms::placeholder,
.dropdown .header_search_form .search-terms:focus::placeholder {
  color: #4b3832;
}
.sup-header-container .search-container {
  padding-left: 0;
  padding-right: 15px;
  order: 0;
}
.sup-header-container .search__form .search-submit {
  font-size: 16px;
  top: 4px;
  right: 4px;
}
.sup-header-container .cart-container {
  float: none;
}
.sup-header-container .cart-container .mini_cart {
  color: #000;
  width: auto;
  max-width: inherit;
  background: transparent;
  padding: 0 5px 0 0;
}
.sup-header-container .cart-container .icon-cart:before {
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07a";
  display: inline-block;
  color: #000;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  padding-right: 5px;
}
.sup-header-container .cart-container span.cart_count {
  color: #fff !important;
  display: inline-block;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: -6px;
  line-height: 18px;
  font-size: 12px;
  background: #000;
  border-radius: 100%;
  text-align: center;
}
.sup-header a.wishlist-link {
  font-family: Montserrat, sans-serif;
  margin: 0;
}

/*================ mobile header design ================*/
@media screen and (max-width: 769px) {
  .mobile_nav-fixed--true .section-wrapper {
    margin-top: 92px;
  }
  .boost-pfs-search-suggestion-mobile-top-panel,
  .boost-pfs-search-suggestion-mobile-overlay,
  .boost-pfs-search-suggestion {
    display: none !important;
  }
  body.boost-pfs-search-suggestion-mobile-open {
    overflow: inherit !important;
  }
}
@media screen and (max-width: 551px) {
  .caption--below-true .headline {
    color: #333;
    text-shadow: none;
    text-align: center;
    margin-top: -14px;
  }
  .caption--below-true .pretext {
    color: #333;
    text-shadow: none;
    text-align: center;
  }

  .button-grid-container {
    position: relative;
    top: 1.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .caption-content.align-left {
    text-align: left !important;
  }
  .button-grid-container {
    display: flex;

    justify-content: center;
    justify-items: center;
  }
}
.read-more-button {
  display: inline-block;
  float: right;
  margin: 10px 0 20px;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
.read-more-button:hover {
  color: #9f5104;
}

/* 24-2-2024 */
/* @media (max-width: 798px) {
   .home-tudor-banner .caption {
     width: 50%;
   }
} */
@media (max-width: 459px) {
  .home-tudor-banner .caption-content .button-grid-container {
    width: 182px !important;
  }
  .home-tudor-banner .caption-content .button-grid-container a {
    font-size: 14px;
  }
}

.page-contactform .contactformpage h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-watch-repair-polachecks .contactformpage h2,
.page-jewelry-repair .contactformpage h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .homepage-slideshow.text-animation--false.flickity-enabled .caption {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

.product-details.NFS-tag.product-type-collection-All .price {
  display: none;
}
/*================ patek design ================*/
.patek-banner {
  /* background: url(/cdn/shop/t/49/assets/patek-philippe-hero-desktop-may23-1-[1].jpg?v=1712000938); */
  background: url(/cdn/shop/files/Patek_Philippe_Desktop_Banner_a4f7d3f6-cef4-4eb1-ae8a-09f91acc8efe.png?v=1776792894);
  height: 500px;
  background-size: cover;
  height: 370px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: row-reverse;
  align-content: flex-end;
}

h1.patek-banner_heading {
  display: none !important;
}
#main-content-patek h1.patek-banner_heading {
  color: #fff;
  /* font-family: AvenirNextLTPro-Light,sans-serif; */
  font-weight: 200;
  text-transform: uppercase;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.78571rem;
  padding-left: 87px;
  padding-right: 20px;
  line-height: 40px;
  max-width: 568px;
  float: left !important;
  margin-left: 10px;
  background: transparent;
}
.patek-brand {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
}

@media (min-width: 801px) {
  .patek-brand_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.patek-brand_media {
  -ms-flex-preferred-size: 30%;
  flex-basis: 49%;
  order: 2;
  margin-left: 20px;
}
.patek-brand_media img {
  margin-left: auto;
  display: block;
  margin-right: auto;
}
.patek-brand_content {
  -ms-flex-preferred-size: 65%;
  flex-basis: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.14286rem;
  margin-top: 0;
  order: 1;
}
img.about-brand-logo {
  max-width: 190px;
  margin-bottom: 19px;
}
.patek-brand_content_heading {
  font-size: 1.42857rem;
  font-weight: normal;
      margin-bottom: 12px;
}
.patek-brand_content p {
  color: #000;
  margin-bottom: 10px;
  font-size: 1rem;
}

.patek-brand_link {
  display: block;
  background: #000;
  color: #fff !important;
  margin: 64px auto auto;
  padding: 10px 5px;
  width: 35%;
  text-align: center;
  text-decoration: none;
  margin-top: 25px;
  font-size: 0.85714rem;
  font-family: OpenSans, sans-serif;
  margin: 64px auto auto;
}
.patek-headline {
  margin: 0 auto;
  margin-top: 25px;
  max-width: 1000px;
}
.patek-headline_content {
  width: 55%;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
  color: #000;
  line-height: 1.5;
  /* font-family: OpenSans,sans-serif; */
  font-size: 1rem;
  color: #000;
  margin-bottom: 10px;
  font-size: 1rem;
}
.patek-appointment {
  padding-bottom: 25px;
}
.patek-appointment_heading {
  font-weight: 400;

  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.42857rem;
  color: #000;
  margin-bottom: 0;
}
.patek-appointment-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.patek-appointment_item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.patek-appointment_img {
  /* width: 50%; */
  margin-bottom: 0;
  max-width: 300px !important;
  /* max-width: 50%!important; */
}
.patek-appointment_item_text {
  width: fit-content;
  text-align: left;
  height: 100%;
  padding-left: 15px;
}
.patek-appointment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.patek-appointment_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  margin-top: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.patek-appointment_item_text p {
  font-size: 1rem;
}
.patek-appointment_book {
  border: 1px solid #000;
  padding: 5px 10px;
  color: #4a4f53;
  text-decoration: none;
  font-size: 0.85714rem;
  font-family: OpenSans, sans-serif;
  margin-top: 12px;
    display: block;
    width: fit-content;
}
@media (max-width: 967px) {
  .patek-banner {
    background-size: contain;
    height: 343px;
  }
}
@media (max-width: 667px) {
  .patek-banner {
    height: 274px;
  }
}
@media (max-width: 551px) {
  .patek-banner {
    /* background:url(/cdn/shop/t/49/assets/patek-philippe-hero-mobile-may23-1-[1].jpg?v=1712005032); */
    background: url(https://polachecks.com/cdn/shop/files/Patek_Philippe_Mobile_Banner_800x.png?v=1776784934);
    background-size: contain;
    height: 338px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    /* background-position: top right; */
    flex-direction: row-reverse;
    align-content: flex-end;
  }
  .patek-brand_media {
    -ms-flex-preferred-size: 30%;
    flex-basis: 100%;
    order: 2;
    margin-left: 0px;
  }
  .patek-brand_content {
    -ms-flex-preferred-size: 65%;
    flex-basis: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.14286rem;
    margin-top: 0;
    order: 1;
  }
  .patek-brand_wrapper.w3_bg {
    display: flex;
    flex-direction: column;
  }
  img.about-brand-logo {
    max-width: 190px;
    margin-bottom: 19px;
    max-width: 287px;
    margin-bottom: 19px;
    margin-left: auto;
    margin-right: auto;
  }
  .patek-brand_content_heading {
    text-align: center;
  }
  .patek-brand_content p {
    color: #000;
    margin-bottom: 10px;
    font-size: 1rem;

    text-align: center;
  }
  .patek-brand_link {
    display: block;
    background: #000;
    color: #fff !important;
    padding: 10px 5px;
    width: 90%;
    text-align: center;
    text-decoration: none;
    font-size: 0.85714rem;
    font-family: OpenSans, sans-serif;
    margin: 34px auto auto;
  }
  .patek-headline_content {
    width: 100%;
    text-align: center;
    margin: auto auto 10px;
    line-height: 1.5;
    color: #000;
    font-size: 1rem;
  }
  .patek-appointment_heading {
    font-weight: 400;
    margin-top: 50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 0;
    text-align: center !important;
  }
  .patek-appointment_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .patek-appointment_item_text {
    width: 100%;
    text-align: center;
    height: 100%;
    padding-left: 0px;
  }
  .patek-appointment_item_text p {
    font-size: 1rem;
    text-align: center;
    margin-top: 30px;
  }
  .patek-appointment_img {
    margin-bottom: 0;
    max-width: 100% !important;
  }
  #main-content-patek h1.patek-banner_heading {
    display: none;
  }
}

/* pages/cartier */
.page-cartier .section-wrapper,
.page-cartier .section-wrapper .container-cartier,
.page-cartier .section-wrapper .container-cartier > .row {
  display: block;
  width: 100%;
  max-width: 100%;
}
#cartier-page-container {
  width: 100% !important;
  padding: 0 25px;
}
@media (max-width: 667px) {
  #cartier-page-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .banner.homepage-slideshow.js-homepage-slideshow .button-grid-container {
    width: 100%;
  }
}
@media (max-width: 798px) {
  .homepage-slideshow .flickity-button {
    top: 35% !important;
    transform: translateY(-35%) !important;
    max-width: 100%;
  }
}

/* home page slide CSS */
@media (min-width: 481px) and (max-width: 769px) {
  .homepage-slideshow .gallery-cell {
    background-color: #fff;
  }
  .homepage-slideshow .gallery-cell .caption .pretext {
    text-align: center !important;
  }
  .caption-content.align-left {
    text-align: center;
  }
}
@media (max-width: 769px) {
  .homepage-slideshow .caption .pretext p {
    color: #333;
  }
}

@font-face {
  font-family: turbo;
  src: url("data:application/font-woff;base64,d09GMgABAAAAAA1kAAsAAAAAF7gAAA0XAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAdBEICqY0nSQLRAABNgIkA4EEBCAFgwYHIBsjElGUjVYP4OeBY+w07ZUq1rVCcr1cnqfTKQd+GyHJ7M/Ttnozfxh6CMVCBRsrEANltLEosQojMXIjtbeS3YuNVK/cKq6idO/aveuZL+9t5rTvTdqbkMoIljyLf69t9xb8ykEFDA7nMvAdJO0PWLiCs4+wtgOAO3vZHBCpuRlHTp3F0sxBeX77TBjTH9deba7MCjjyC9lWqeoK9ZJSUsKkBOz7aytUB8LhuxvlBkhqxrOQcsLJmYy1HY8LpdqPi3iOiCr8fgBA6C1sN7AAcAf+EgDsuihsBeIx7s7jKEwMgy0NsPwCcjJOoFHn+nKBr7IKtR3egNGxCLBoAiq0FMRN4nE35fcey7uXDy5fW36B+Y9hIAF54eIY86U7Idshm5G1ysps2wNoDLDqClHv6+eZCQBpAKR7E3uprUkywaEPKuM1BjjnJqpY6lV4X6af3YjCT6jg+psEArIJFtvrNUKxMpCFCESuIdorpWrFEnGjUkCqFH7SGJWMJOU+iR7GOC9CsHu8WTb/wyBKlHIqIgHjVAAiIQbOsAa3MIi+MSLptASbhSjPsRrGmSoyJhEAOBfuKXJ7qLhikmjC8fUDi4ojRYQBW3dh6DGoVtXuMnp0HWv4CpwAZpeqmu0ZBRuhwmwBrYGOWZfXDzROHRhymD2ZSxbGdUc6GJbSYbG8P9I6tWe30nvdJ8kNuTvcOwIwif73NSazjhnLo0NtPpEFtNuYBcbhV+6nyA2X1/1h3MmwF4dB1BwLwthrTfRY3ass9XZ414oM99U2et6JzvgqsB/HjmdSmbGUuZBJiCxnLevkgrVcJC13TKL5VK/AAhZ7bgRaCgNhNWcVTCSkaMcoiuZp0uJl9k+wy4X4VbT5VrNHsBdI+cFE4R9R7XnhNoAzy+ouOJOxFGNLzLfLF3HnHDSZIsKJRpnOQqSBKNqCWGTkTJT5QnVTkCIPzYNKEJotYHaep87pP7Er0+MD96Fv5bumqMmGaFqmqPt3NDk37w2H66buQuwBIKiciRjTte4q6kOHj5UA3CfyNrLUsKgWFDd0IwofZemWB5/r4jLgOg/NEprPe4DBR/OgED3HPNcKthL0i+sCWeQZZcJGtPSsQHjWcCXfYz1Yueu6RcNkD5Nu5gVHCgevmLFKm29pvNMrv7JohcvluivG4+wWDhoIji1Ja+MelzK2FveCwssKbq+y/CvDak1fjIKno8GDIXpXuuzE6GMW950ShvZVT5CmG5LlNIXJSg/wEfM3EeWuA8jb4EzBluxIvgaIydZLQBYC3+ihBWPEXX3ZimR96nwkdEcaXk7Qft3gyN8B6DNvh3+Pd0dSlBk2QqctcPcZbRz9FdGWsRQxxhMckMz3QUwK6PXprI+2Iqo1fRHZPxxCIBZa7z6i8uBMG4QYwmT0HnGmLAIeauCni1TCZo7Q0qn7cRTMrmc5Xtix2uLDgq0YVnGUtzFlEMNximeIUtmBCpUC+hHDXz6EDgMBYWoe8Xz1CB3wcvh1SzTSSMUuO9JitBXQSx7wBKLvP74PjbEzmOuuuBBl+vfQKDj+iihn3mXyLK0+LT+sPMaJ04CBQkVGiX4fHcaGPLQ4hQl9dxlLaYRoKbdNrtZZf3zUjfhIcV7YNDVnLGXOujtAhAu3MYCkGVJ18qwta4V4KIDEaZy5jCh7lRZCMRywYzlrXJmMArPLom7iJloNdlYaOmHqLj/X2ECL5DNe5YiuWeKG+srx9QYyl69jxwFTTCe0pbOKo73Dx6Fre7yBUy2KKLWI+Gno8Ck3mr+Z7+wvIFmjh+EOh+MhKsOk0ZkJOcezVrJWSNpCGgm2XCFqeL2L+chgwKrpkdy7PcoBF49Dh/cRLd7R1WtNvp2DkIo/nsXYW18X4znhMHtcM/3JuGDPCxoAQsla2iiUZeuEqsI1oluId9v7BgD7Fz41579VM5kV+b55XV1Gj8JizguAz8bcfLNFkeebr/aEvmb91phUyMj4cVPGUwNhtJ6W/9NQ70XfKdDL6UfukX9oub7AUPX1d2Ku+vyEDZ9A2//DIAi5eSPixo66GXHTGZLwk3yl4Bht6OszjM9CHxMo+bo7bG1C9kU2zb6YnaBlByIfdUGBunGh4d+t5E3j+ne9pV5WL5xE6v2uHkRivOjLg+7Esvpd9jovZ6yQcqEMnkOdZM1/7m8Dh7VPzRUVnXtqOqGODFMIxIE2mbc64TLpdfM1l1BHaOhsqIvz5rs3nZvMEsf0124qBIyA6/fj6mP6iS9Inp4PiVIPvSV1SKWHG29HOX83kB6fsLjo4f6SWv38C0CjY8yneyexDJh5hlr98heZeh3QFFBpxnDlW3qDcj7lRMyHz9GSRoQaJbb5w3m4GrF/aSmgcnJSzzOwcvGE3lt9fV8tjYsPNAe7vXFg8b6wCZUqV1hABanDj3FK6Q39mJlVTlQQDmNUcXSRqKF3LJC2SrUb8Epc//HdhuqXXrxn4BQKyTiWNzPGK+RZxRZxqXU8I5ju0Ep+WZYL8aaHRmNrYqqrE6rjR63FSqobHe262GqdosivLfabRuvJoZ6+7kxdc+7SUkREfr6+t6ULudHrN2zdp1JNTcb/uHubzf+nnDEgRiebK8bgg8tRDBPXfeJJnEvoR9HCUUkx5Tgn5G+t6Xe4lf+6Y5YqEV9ziPBq0hxsCdJl0Lr/UwSbyapAjLp+VGwWOc5T5No4e1yP0WQy9rBxLfnaEQdlFp+fF2EH2DNaOdLR2dmhxQr2AQgUBpwzPz6BlacOFhqGvwqSjIxa+OXL7wZ8LfaiZ55V5PySIydMgxxeSAhPsvy9WOotz8n2kos59XW5uW+sPvOrxF0vVSsUlVVC/uCAUPa6P9fznxUv/sFDCp9DU3Kej3hypZ/LqEEbj6pTYoX6xLdQSX59ZvWJsvK0Xo5Y7pVtlXtLxN8vi7nB7gLeIGH0zvk8sPiNJyoBlDTQNLYZaMAfBt6GMID03Yfuv38kC0YNhtih2GxburU13ZbtkudiKBnDskbVjS/Bw3xjQ5+CTd9+OGNckyspg9Fub0xy3hv1aCTC2Ktu4gN40dCXDzTGj86QY0+deRzr75uJqE6oUre3VVQk5KrzNKMWC+3TUTzdO3vDcWzm/vtneI7Ozt2JO5PKMjvOO9ozW8a/s3GjpT0C+Ze18/PatPkj2nDkfJr2/HyJti4jg6brOIqmM9jgLQCiq9K+d/v/Rze3Hzfy05v46X/fmFCpXGUS5eAQ64Uc60KDRiPFXQlSRRAqNpJh0u3csFia8wI5OOgnlsX0qQ030K5KPziT162li8Y8DS6RuapaEWKjUlyTZ1ywWq+zhgbrlKsspM283DbuxxqhxbQRlnR8XGpxHqLCD/tQWww09vbKShhqA5Yud/x3vUAxkCbdxZq6cvfW6rhJc8CzKvaK6kAs74MrH/7990FFCSolkMDgcdLpuyPYJ6U6qdpAGnL8SrI/fZy1E7EvVaN3AB9clnEDLnuFhsnsbqETHMFwwMyVBWkoRXrJ0OzKRxMbhBimkYm7H84OlaQrKE021FcXPb6BCqXG35jOl4JVl2RympxMzswqKHYP2fN4aYuxaNCm3c4aYydLWsX/iyPJy3gfYkYkSSIOhxK/TdTVHjeg7iHDFGuMHCCn2NsxkM9fZ6iKrSapesMZJjcnpaS+vlev7623a1NSQws7Erf2hW7KGfHUTVFTk9oS5KLVuqB25ORUVDvyqU7oL1Qzo7ZsfonjEfUrp8d0D85Lm7cw2GoT1SUlFptWNaqitdLaLKEN6kSoZ445jxlFGzY7N4MTjvF3nA3XPxxo/JObzl/xfy5+numZeMsQEBnea5xZZUUIQuQ07nytJ+nevelnvvZJjKu+b7OwEMOwoobBPOGTSyKe3+60TlM2VjkRXSDc8miQyWh0P3M6Yo9d3Zt4aCG4I7iznS1gf51rAB2zHEkUpZY/y610C9lZcYTae/D0pCLwz3Pn3otW7u1vag5om9vz/kqmSf7c8xI67zSAE2CT7rFqJK5Izso7dTI6b3NfcsI1SayHLS8/qELjdo2mnXLyzqeqUdU4C3BXiRLAp8aZT9D/6BgMMC+jOfQ8AOhRELIDYp5A36NzEA1B6HWkB2CcyBs5X8M6Ta+/+GC9SLvK4RPzJLxXWWGn5zD/MzdZQfZ1cAB/3VoBr7wF5KCCU1y6E3j7EZuF16K71ewvaW3h+QE9wAoCQMENuL49voKuAFdPF0J2PnWF4EB0kZ0FAHkDBGDS2VtpwHwzAEuAtewBOih42P9g+bBLdIPv32Ah/0SL8B/OYgEfZJLM+ReO8MAL5k5GYwS3gwJ2Z+H+bRbyT7MI//VZLHADpSSbv3kWDxLg1Ic3KpFeO3SADXqhRzNZZf9Axzk2KgbKoAUGYBA6FM8YlBALURBjcm+Fkv+N/sFghhZog2HohkYY0M2/1LLjgwCh/1jFbVGQ674cYtUGLb3IV7oRhmzZDN0Ea3aF3mW/4tOHKEAAAAA=")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 10-oct */
body
  #_breitling_content
  #_breitling_content_1
  #_breitling_content_2
  #_breitling_content_3
  ._breitling_main
  ._breitling_model-reference
  p {
  color: #333 !important;
}

@media (max-width: 992px) and (min-width: 768px) {
  .boost-pfs-filter-option-item button {
    font-size: 12px;
  }
  .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar
    .boost-pfs-filter-option-content
    .boost-pfs-filter-option-content-inner
    ul {
    padding-right: 0;
  }
}
@media (min-width: 770px) {
  li.hidden-on-desktop {
    display: none;
  }
}

body
  #_breitling_content
  #_breitling_content_1
  #_breitling_content_2
  #_breitling_content_3
  ._breitling_form-radios
  label {
  color: #333 !important;
}
body
  #_breitling_content
  #_breitling_content_1
  #_breitling_content_2
  #_breitling_content_3
  ._breitling_styled-form
  ._breitling_custom-label
  input
  + label,
body
  #_breitling_content
  #_breitling_content_1
  #_breitling_content_2
  #_breitling_content_3
  ._breitling_styled-form
  ._breitling_custom-label
  textarea
  + label {
  color: #333 !important;
}

body
  #_breitling_content._breitling_theme_light
  #_breitling_content_1
  #_breitling_content_2
  #_breitling_content_3
  ._breitling_nav
  a.active {
  color: #9f5104 !important;
}
body
  #_breitling_content
  #_breitling_content_1
  #_breitling_content_2
  #_breitling_content_3
  ._breitling_model_detail-description
  h1 {
  color: #9f5104 !important;
}

body.page-contact
  .map-section__container
  .gm-bundled-control-on-bottom
  button
  div {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
}

@media (max-width: 768px) {
  body .homepage-slideshow .flickity-button {
    top: 325px !important;
  }
  #form-contact {
    gap: 0 20px;
  }
}
@media (max-width: 551px) {
  body .homepage-slideshow .flickity-button {
    top: 230px !important;
  }
}
@media (max-width: 375px) {
  body .homepage-slideshow .flickity-button {
    top: 200px !important;
  }
}

body .product-type-collection-Diamond.Studs .purchase-details__buttons {
  display: block !important;
}
.custom-todur-video {
  line-height: 0;
}
@media (max-width: 480px) {
  #video-banner-tudor-section .banner .position-right .button-grid-container a {
    color: #fff;
    font-size: 14px !important;
  }
}

/* Magzine design */
.magazine-page-container {
  gap: 20px;
  display: flex !important;
  max-width: 100% !important;
  width: 100% !important;
}
.magazine-page-container a:first-child + div {
  display: none !important;
}
.magazine-page-container a + div a {
  display: inline !important;
  padding-top: 0 !important;
}

.magazine-page-container a + div a img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  position: inherit !important;
  opacity: 1 !important;
}
.magazine-page-container div {
  opacity: 1 !important;
  display: block !important;
}
@media (max-width: 820px) {
  .magazine-page-container {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .magazine-page-container a + div {
    max-width: calc(50% - 10px) !important;
    width: calc(50% - 10px) !important;
  }
}

/* collections filter ddesign start */
.collection-content-with-app.container {
  display: block;
}
.collection-content-with-app .boost-sd-layout {
  display: block;
  border-bottom: 1px solid #ebebeb;
  max-width: 1216px;
  margin: 0px auto 5px;
  padding: 35px 0 35px;
  @media (max-width: 769px) {
    padding: 15px 0 15px;
  }
}
.boost-sd-layout {
  position: relative;
}
.boost-sd__product-list--margin {
  max-width: 1180px !important;
  margin: auto;
}
.boost-sd__sorting-value {
  min-width: 0 !important;
  margin-right: 5px;
  margin-left: 5px;
  line-height: normal;
  @media (max-width: 575px) {
    margin-top: -5px;
  }
}
.boost-sd__sorting-value:empty {
  margin-left: 0px !important;
}
.boost-sd__toolbar-content {
  padding: 0;
}
.boost-sd__product-image-img {
  background: transparent;
}
.boost-sd__product-info--center {
  gap: 0;
}
.boost-sd__product-vendor {
  order: 1;
  font-size: 15px;
  text-transform: inherit;
  color: #333;
}
.boost-sd__product-title {
  font-size: 15px;
  text-transform: inherit;
  color: #333;
  order: 2;
  margin-bottom: 5px;
}
.boost-sd__product-price {
  font-size: 15px;
  text-transform: inherit;
  color: #333;
  order: 3;
}
.boost-sd__product-item {
  gap: 0;
}
.boost-sd__toolbar .boost-sd__toolbar-item--view-as,
.boost-sd__toolbar .boost-sd__toolbar-item--product-count {
  display: none;
}
.boost-sd__sorting-button:after {
  margin-top: -4px !important;
  border-bottom: 2px solid #222 !important;
  border-right: 2px solid #222 !important;
  border-radius: 1px !important;
}
@media (max-width: 575px) {
  .boost-sd__sorting-button:after {
    margin-top: -7px !important;
  }
}
.boost-sd__sorting-label,
.boost-sd__sorting-button {
  line-height: initial !important;
}
.boost-sd__sorting-label {
  margin: 0 !important;
}
.boost-sd__toolbar-item:last-child .boost-sd__sorting-list {
  left: 0 !important;
  right: inherit !important;
}
@media (min-width: 992px) {
  .boost-sd__toolbar .boost-sd__toolbar-item--sorting {
    position: absolute;
    top: 20px;
    left: 190px;
    display: none;
  }
  .boost-sd__filter-tree-horizontal-option-list {
    border-top: 0;
  }
  .boost-sd__filter-tree-horizontal-option-list .boost-sd__sorting {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .boost-sd-layout {
    margin: 0;
  }
  .boost-sd__toolbar-item--sorting {
    padding: 0;
  }
  .boost-sd__toolbar-item--sorting .boost-sd__toolbar-top-mobile {
    border: none;
  }
}
@media only screen and (max-width: 575px) {
  .boost-sd__toolbar-content {
    padding-top: 0 !important;
  }
  .boost-sd__toolbar-top-mobile .boost-sd__sorting {
    max-width: 65% !important;
    flex: 0 0 65% !important;
    padding: 15px 10px !important;
  }
  .boost-sd__filter-tree-toggle-button {
    max-width: 35% !important;
    flex: 0 0 35% !important;
    padding: 15px 10px !important;
  }
  .boost-sd__filter-tree-toggle-button-icon svg {
    margin-left: 10px;
  }
  .boost-sd__sorting-label {
    display: block !important;
    width: fit-content;
    height: 24px;
  }
  .boost-sd__sorting .boost-sd__sorting-button {
    justify-content: inherit;
    align-items: center;
  }
  .boost-sd__sorting-button .boost-sd__sorting-value {
    width: fit-content !important;
    min-width: 0;
  }
  .boost-sd-layout {
    margin: 0 !important;
  }
  .boost-sd__toolbar-item--sorting {
    padding: 0 !important;
  }
}
.boost-sd__pagination .boost-sd__pagination-number--disabled {
  opacity: 1 !important;
}
/* collections filter design End */

/* Sitemap app design start */
#sitemapper {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
#sitemapper h1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  text-align: center;
  display: block;
  color: #333;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0;
  font-weight: 600 !important;
}
#sitemapper h1 + p {
  margin-top: 1em !important;
  font-size: 0;
  width: 33%;
  border-bottom: 1px solid #aaa;
  margin: auto auto 50px;
}
.smp-container .smp-row h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #333;
  display: block;
  letter-spacing: 2px;
  text-rendering: optimizeLegibility;
  font-size: 21px;
  margin-bottom: 0.75em;
}
.smp-container .smp-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smp-container .smp-row ul li {
  margin: 0 0 15px;
  font-style: normal;
  line-height: 1.6em;
}
.smp-container .smp-row ul li a {
  color: #9f5104;
}
.smp-container .smp-row ul li a:hover {
  text-decoration: underline;
}
/* Sitemap app design End */

.collection-title.boost-sd-layout {
  margin: 24px auto !important;
}

.article-rolex-custom-article {
  overflow-x: hidden;
}
@media (max-width: 769px) {
  .index .section-wrapper.section-wrapper--index {
    margin-top: 91px !important;
  }
}

/* tudor product model page */
.product-tudor .breadcrumb_text .SPCMP_chk_lbl {
  display: none;
}
.product-tudor .shopify-section--product-sidebar {
  padding: 0;
}
.product-tudor .breadcrumb-wrapper [class^="icon-"]:before {
  font-weight: 700 !important;
}
@media (max-width: 1024px) {
  .product-tudor .breadcrumb-wrapper .nav_arrows {
    display: none;
  }
}

/* .boost-sd__search-bar-wrapper {
  display: none;
} */
body.boost-sd__search-opening {
  overflow: auto !important;
  touch-action: initial !important;
}
body.search-body-hidden {
  overflow: auto !important;
  touch-action: auto !important;
}
.homepage-slideshow .gallery-cell.slide-1 .caption .pretext p {
  color: #000 !important;
  font-weight: 300 !important;
  @media (max-width: 798px) {
    color: #000 !important;
  }
}
body .homepage-slideshow .gallery-cell.slide-1 .caption .headline {
  color: #fff !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  @media (max-width: 798px) {
    color: #000 !important;
  }
}

/* newslatter design */
.footer .newsletter_section .newsletter {
  flex-direction: column !important;
}
@media (min-width: 960px) {
  .klaviyo-form-Vkqkee {
    margin-left: 20px;
  }
}
.klaviyo-form-Vkqkee form > div.needsclick {
  min-height: auto !important;
}
.needsclick[data-testid="form-row"] {
  align-items: center;
}
.needsclick[data-testid="form-row"] .needsclick[data-testid="form-component"] {
  padding: 0 !important;
}
div.needsclick input {
  border-color: #d3d3d3 !important;
  font:
    13px HelveticaNeue-Light,
    Helvetica Neue Light,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif !important;
  min-width: 193px !important;
}
div.needsclick .go1844801925.go1844801925.go1844801925:hover {
  border-color: #d3d3d3 !important;
}
.go1844801925.go1844801925.go1844801925:focus-visible {
  outline: none !important;
}
div.needsclick input::placeholder {
  outline: none !important;
  background: #fff !important;
  color: #5f6a7d !important;
  font:
    13px HelveticaNeue-Light,
    Helvetica Neue Light,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif !important;
}
.needsclick button,
.needsclick input {
  height: 44px !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
}
.needsclick button {
  height: 42px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 14px !important;
  text-transform: none !important;
  letter-spacing: 1px !important;
  background: #000 !important;
  transition: all 0.3s ease !important;
}
.needsclick button:hover {
  background: #9f5104 !important;
}

/* filter sticky */
#boost-sd-filter-tree-column {
  position: sticky;
  top: 62px;
  z-index: 2;
  background: #fff;
  padding: 0 20px;
  @media (max-width: 1288px) {
    top: 50px;
  }
}
.boost-sd__toolbar-container {
  position: sticky;
  top: 50px;
  z-index: 6;
  background: #fff;
  @media (max-width: 769px) {
    top: 91px;
  }
}
header {
  z-index: 7 !important;
  position: relative;
}

@media (max-width: 360px) {
  .boost-sd__filter-tree-toggle-button-text {
    font-size: 12px !important;
  }
  .boost-sd__sorting-label {
    font-size: 12px !important;
    height: 19px;
  }
  .boost-sd__sorting-button .boost-sd__sorting-value {
    font-size: 12px !important;
  }
  .boost-sd__sorting-value {
    margin-top: -2px;
  }
  .boost-sd__sorting-button:after {
    margin-top: -4px !important;
  }
}

/* smoke design fixed 2025-3-18 */
body
  #_breitling_content
  #_breitling_content_1
  #_breitling_content_2
  #_breitling_content_3
  ._breitling_header {
  z-index: 1 !important;
}
.section-wrapper header {
  z-index: 1 !important;
}
@media (min-width: 801px) {
  .collection-rcpo-default-filter .mobile-facets {
    display: none;
  }
}

.container.footer-menu-wrap .one-fourth-7 .footer-logo {
  max-width: 200px !important;
  margin: 0 !important;
}
.container.footer-menu-wrap .one-fourth-7 .social {
  margin-top: 30px;
}

.footer .section {
  max-width: 1600px;
  width: 100%;
  padding: 0 20px;
}
.container.footer-menu-wrap {
  gap: 0px;
  justify-content: inherit !important;
  @media (max-width: 1023px) {
    gap: 20px;
  }
}
.container.footer-menu-wrap .one-fourth {
  width: calc((90% - 0px) / 6) !important;
  @media (max-width: 1023px) {
    width: calc((100% - 40px) / 3) !important;
  }
  @media (max-width: 551px) {
    width: calc((100% - 20px) / 2) !important;
  }
}

@media (min-width: 1024px) {
  .container.footer-menu-wrap .one-fourth.one-fourth-7 {
    width: 25% !important;
  }
}
@media (max-width: 1023px) {
  .footer_menu {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 800px) {
  .polachecks-jewelers-magazine-fashion-lifestyle .content.page h1,
  .winter-2025 .content.page h1 {
    padding-bottom: 30px;
  }
}
.polachecks-jewelers-magazine-fashion-lifestyle .magazine-page-container,
.winter-2025 .one-whole.column.rte {
  padding: 30px 0;
  line-height: 0;
  @media (max-width: 551px) {
    padding: 15px 0;
  }
}
@media (max-width: 800px) {
  .polachecks-jewelers-magazine-fashion-lifestyle div.content,
  .winter-2025 div.content {
    padding-top: 0;
  }
}
.boost-sd__product-image-wrapper {
  aspect-ratio: 3 / 3 !important;
  .boost-sd__product-image {
    .boost-sd__product-image-img {
      aspect-ratio: 3 / 3 !important;
    }
  }
}
.fullwidth-custom {
  max-width: 100%;
  width: 100%;
}
.iPfhes {
  max-width: 100%;
}

body.boost-sd__g-no-scroll
  .boost-sd-layout.boost-sd-layout--has-filter-horizontal {
  z-index: 9;
}

@media (max-width: 1288px) {
  .nav-desktop__tier-1-item .nav-desktop__tier-1-link:hover,
  .nav-desktop__tier-1-item [open="open"] .nav-desktop__tier-1-link {
    background-color: #fff;
    border-bottom: 0;
    color: #333 !important;
  }
  .nav-desktop__tier-1-item .nav-desktop__tier-2 .widemenu {
    border-bottom: 0;
    background-color: #fff;
    width: 100%;
  }
  .combined-menu-container
    .nav-desktop
    .nav-desktop__tier-1
    .nav-desktop__tier-1-item
    .widemenu__link {
    color: #333 !important;
  }
  .widemenu__submenu-heading {
    border-color: #333 !important;
  }
}

.product-list .thumbnail img {
  aspect-ratio: 3 / 3;
}
#cartier-page-container {
  z-index: 0 !important;
}

/* body.radiant-in-yellow #boost-sd-filter-tree-column{
  display: none;
}

body.radiant-in-yellow .collection-content-with-app .boost-sd-layout{
  border-bottom: none;
} */
img.engagementmobile-banner {
  display: none;
}

@media (max-width: 567px) {
  img.engagementdesktop-banner {
    display: none;
  }
  img.engagementmobile-banner {
    display: block;
  }
}

/*Zillion insurance*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

.zillion-content {
  text-align: left;
  padding: 30px 0 50px 0;
  img {
    @media (max-width: 600px) {
      max-width: 178px;
    }
  }
  h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    color: #000;
    font-weight: normal;
    margin: 40px 0 0 0;
    line-height: 1;
    @media (max-width: 600px) {
      margin: 32px 0 0 0;
      font-size: 40px;
    }
  }
  p {
    font-family: "Inter", sans-serif;
    font-size: 19px;
    color: #000;
    margin-top: 8px;
    line-height: normal;
    @media (max-width: 600px) {
      margin-top: 16px;
    }
  }
  .get-quote {
    margin: 40px 0 48px 0;
    a {
      display: inline-block;
      width: 156px;
      height: 44px;
      background: #0078bf;
      color: #fff;
      text-decoration: none;
      text-align: center;
      line-height: 44px;
      font-size: 16px;
      font-family: "Inter", sans-serif;
      font-weight: bold;
    }
  }

  ul {
    list-style: none;
    padding-left: 0;
    li {
      background: url("https://cdn.shopify.com/s/files/1/0014/5686/5316/files/check.png?v=1752604496")
        no-repeat 0 center;
      padding: 0 0 0 35px;
      font-size: 18px;
      font-weight: bold;
      font-family: "Inter", sans-serif;
      color: #000;
      line-height: 30px;
      margin-bottom: 15px;
      @media (max-width: 600px) {
        background-position: 0 5px;
      }
    }
  }

  .faqs {
    margin: 48px 0 8px 0;
    h3 {
      font-size: 24px;
      color: #000;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      margin-bottom: 24px;
    }
    .faq {
      strong {
        font-size: 18px;
        color: #000;
        font-family: "Inter", sans-serif;
        font-weight: 600;
      }
      p {
        font-size: 16px;
        color: #000;
        font-family: "Inter", sans-serif;
        font-weight: normal;
        margin: 8px 0 24px 0;
      }
      a {
        color: #0078bf;
        display: inline-block;
      }
    }
  }
  .disclaimer {
    font-size: 13px;
    color: #000;
    font-family: "Inter", sans-serif;
    margin: 16px 0 0 0;
  }
}
.zillion-insurance .pagetitlecustom {
  display: none;
}
.boost-sd__refine-by-horizontal-refine-by .boost-sd__button {
  font-weight: 400 !important;
}
#podium-bubble {
  bottom: 25px !important;
}
