<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#location-redirect-message {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  padding: 20px;
  background-color: var(--button-background);
  color: var(--button-text-color);
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  z-index: 1000;
}
#location-redirect-message a {
  color: var(--link-color);
}
#location-redirect-message a:hover {
  color: var(--text-color);
}*/

#location-redirect-popup { text-align: center; padding: 5px 20px; font-size:12px; line-height:1.5;}
#location-redirect-popup img { /*max-width: 40%;*/max-width:50px;margin-top:0; margin-bottom:20px;}
#location-redirect-popup .buttons-container { text-align: center }
#location-redirect-popup a.button-yes { font-family:Montserrat;text-decoration:none;display: block; margin-bottom: 15px; margin-top: 15px;padding: 0.5rem 1.75rem; font-size: 12px; font-weight: 400; border-radius: 0; background: var(--button-background); color: var(--button-text-color); }
#location-redirect-popup a.button-yes:hover{background: rgba(65, 61, 56,0.8);}
#location-redirect-popup a.button-no { font-weight:500; padding: 7px 30px; border-radius: 0; background: #f2f2f2; color: var(--button-background); font-size: 12px; }
#location-redirect-popup a.button-no:hover{text-decoration:underline;}
div#location-redirect-popup span{font-weight:500;}


#location-redirect-message-product {
/*  position: absolute;
  top: 0;
  left: 0;*/
  padding: 30px 0 0;
/*  background-color: var(--button-background);*/
  color: var(--text-color);
  text-align: left;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  width: 100%;
  z-index: 1000;
}
#location-redirect-message-product a {
  color: var(--link-color);
  text-decoration: underline;
  font-weight:500;
}
/* .featherlight .featherlight-content {border: #aa6629 8px solid !important; }
 */
/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noel Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;

    /* dimensions: spanning the background from edge to edge */
    position:fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 2147483647; /* z-index needs to be &gt;= elements on the site. */

    /* position: centering content */
    text-align: center;

    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;

    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0.2);
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.2);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;

    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;

    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px;

    /* dimensions: handling small or empty content */
    min-width:  350px;

    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;


    /* styling */
    background: #f2f2f2;
    cursor: auto;

    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    display: none;

    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;

    /* styling */
    cursor: pointer;
    text-align: center;
    background: transparent; /* Set the background in case it overlaps the content */
    color: var(--button-background);
  }


  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }


  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 25px 10px;
  }
}</pre></body></html>