/* Mixins */
/* Reset */
/**
* base.css A reset stylesheet plus common classes
*
* Copyright (c) 2009, Alejandro Fernández Gómez
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of the <organization> nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY Alejandro Fernández Gómez ''AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL Alejandro Fernández Gómez BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
html {
  font: 62.5% Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  font-size: 100%;
}
* html body {
  font-size: 101%;
}
*:first-child + html body {
  font-size: 101%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote {
  margin: 0;
  font-size: 1em;
}
ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
ul,
ol {
  list-style: none;
}
address,
cite {
  font-style: normal;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
  padding: 0;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
td,
th {
  vertical-align: top;
}
caption,
th {
  text-align: left;
}
form {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
legend {
  margin: 0;
  padding: 0;
  color: #000;
}
input,
textarea,
select {
  font: 1em Arial, Helvetica, sans-serif;
}
textarea {
  overflow: auto;
}
input[type="text"] {
  margin: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/*\*/
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1px;
}
.izq,
.col-i {
  float: left;
  display: inline;
}
.drcha,
.col-d {
  float: right;
  display: inline;
}
.table {
  display: table;
  height: 1%;
}
.debug_dump {
  padding: 10px !important;
  font: 13px Envy Code R, Inconsolata, Consolas, Courier new, courier !important;
  background: #ffe !important;
  border: 1px solid #fc0 !important;
}
/*  
 * Vars for LESS - Per blog - Xataka eSports
 * -----------------------------------------------
 */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/* Styles */
/* Color styles */
body {
  background: #141110 url("images/bg-body-panoramic.jpg?v=5") no-repeat 87% -20px;
  background-size: 470% auto;
  color: #fff;
}
@media only screen and (min-width: 640px) {
  body {
    background-position: 90% -20px;
    background-size: 270% auto;
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    background-position: 90% -80px;
    background-size: 180% auto;
  }
}
@media only screen and (min-width: 1360px) {
  body {
    background-size: cover;
  }
}
.btn-ico-facebook,
.btn-ico-twitter,
.btn-ico-gplus,
.btn-ico-email {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-ico-facebook:hover {
  background: #4472AD;
  opacity: 1;
}
.btn-ico-twitter:hover {
  background: #00ACEE;
  opacity: 1;
}
.btn-ico-gplus:hover {
  background: #DB4D25;
  opacity: 1;
}
.btn-ico-email:hover {
  background: #729e54;
  opacity: 1;
}
/* Header */
.context-container {
  background: rgba(0, 0, 0, 0.6);
}
.filter-box a {
  background: #444;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 640px) {
  .filter-box a {
    background: rgba(0, 0, 0, 0.7);
  }
}
.filter-box a:hover,
.filter-box a.active {
  background: #F01F08;
}
.filter-box h2 a {
  color: #fff;
  background: #215f4f;
}
.filter-box h2 a:hover {
  color: #fff;
  background: #215f4f;
  cursor: default;
}
@media only screen and (min-width: 640px) {
  .header .filter-box h2 a {
    opacity: 0.7;
  }
  .header .filter-box h2 a:hover {
    cursor: default;
  }
}
/* Catalog */
.gift-guide-list-item {
  background: rgba(255, 255, 255, 0.2);
}
.gift-item {
  background: #fff;
  color: #333;
}
.gift-item p {
  color: #888;
}
.gift-action a {
  background: #157D62;
  color: #fff;
}
/* Footer */
.footer-container {
  background: #111;
  color: #888;
}
.footer h2 a,
.footer h3 a {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #157D62;
}
.footer h2 a:hover,
.footer h3 a:hover {
  opacity: 1;
}
/* Scroll nav */
.scroll-nav {
  background: rgba(0, 0, 0, 0.85);
  color: #aaa;
}
.scroll-nav h2 {
  color: #fff;
}
/* Mobile */
/* Tablet */
/* Desktop */
body,
.font-body {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
}
/* Mixins - Classes */
.type1 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 33px;
  line-height: 48px;
}
@media only screen and (min-width: 640px) {
  .type1 {
    font-size: 47px;
  }
}
@media only screen and (min-width: 1360px) {
  .type1 {
    font-size: 59px;
  }
}
.type2 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 25px;
  line-height: 48px;
}
@media only screen and (min-width: 640px) {
  .type2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1360px) {
  .type2 {
    font-size: 37px;
  }
}
.type3 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .type3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1360px) {
  .type3 {
    font-size: 23px;
  }
}
.type4 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .type4 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .type4 {
    font-size: 14px;
  }
}
.font-mini {
  font-size: 13px;
  line-height: 18px;
}
a {
  text-decoration: none;
}
h1 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 33px;
  line-height: 48px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 24px;
  margin-left: 32px;
}
@media only screen and (min-width: 640px) {
  h1 {
    font-size: 47px;
  }
}
@media only screen and (min-width: 1360px) {
  h1 {
    font-size: 59px;
  }
}
h1 strong {
  font-size: 59px;
  line-height: 20px;
  float: left;
  margin-left: -35.2px;
  letter-spacing: -3px;
  margin-right: 6px;
}
@media only screen and (min-width: 640px) {
  h1 {
    font-size: 47px;
    line-height: 48px;
  }
  h1 strong {
    font-size: 96px;
    line-height: 48px;
    margin-bottom: 72px;
    letter-spacing: -5px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 59px;
    line-height: 64.8px;
  }
  h1 strong {
    font-size: 132px;
    line-height: 64.8px;
    margin-bottom: 72px;
    letter-spacing: -9px;
    margin-right: 24px;
  }
}
h2,
h3,
h4 {
  font-weight: 300;
}
.context h2 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
  .context h2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .context h2 {
    font-size: 14px;
  }
}
.filter-box h2,
.filter-box a {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
  .filter-box h2,
  .filter-box a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .filter-box h2,
  .filter-box a {
    font-size: 14px;
  }
}
.gift-item h2 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .gift-item h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1360px) {
  .gift-item h2 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1360px) {
  .gift-item h2 {
    line-height: 28px;
  }
}
.gift-item h3 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 25px;
  line-height: 48px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .gift-item h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1360px) {
  .gift-item h3 {
    font-size: 37px;
  }
}
.gift-item p {
  font-size: 13px;
  line-height: 18px;
}
.footer h2 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .footer h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1360px) {
  .footer h2 {
    font-size: 23px;
  }
}
.footer h3 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer h3 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1360px) {
  .footer h3 {
    font-size: 23px;
  }
}
.scroll-nav h2 {
  font-family: Roboto, Open Sans, Lucida Grande, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 19px;
  line-height: 24px;
  text-indent: 16px;
}
@media only screen and (min-width: 640px) {
  .scroll-nav h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1360px) {
  .scroll-nav h2 {
    font-size: 23px;
  }
}
.scroll-nav span {
  text-transform: uppercase;
  font-weight: 300;
}
@font-face {
  font-family: "wsl-icons";
  src: url("https://img.weblogssl.com/g/xataka4/common/icons.eot");
  src: url("https://img.weblogssl.com/g/xataka4/common/icons.eot#iefix") format("embedded-opentype"), url("https://img.weblogssl.com/g/xataka4/common/icons.woff") format("woff"), url("https://img.weblogssl.com/g/xataka4/common/icons.ttf") format("truetype"), url("https://img.weblogssl.com/g/xataka4/common/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Basic method */
/* Layouts */
.icon-remove:before,
.icon-remove:after {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
.icon-nomargin:before,
.icon-nomargin:after {
  margin: 0;
}
.icon-faded:before,
.icon-faded:after {
  opacity: 0.4;
}
.icon-spin {
  -webkit-animation: i-spin 2s infinite linear;
  animation: i-spin 2s infinite linear;
}
@-webkit-keyframes i-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes i-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Instances */
.btn-ico-facebook {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
}
.btn-ico-facebook:before {
  font-size: 18px;
  font-family: wsl-icons;
  content: "\f09a";
  vertical-align: top;
  margin-right: 0.4em;
}
.btn-ico-facebook:hover {
  text-decoration: none !important;
}
.btn-ico-facebook:before,
.btn-ico-facebook:after {
  font-size: 24px;
  line-height: 1;
  vertical-align: text-bottom;
}
.btn-ico-facebook:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: sub;
  margin: 0 auto;
}
.btn-ico-facebook:hover {
  text-decoration: none !important;
}
.btn-ico-twitter {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
}
.btn-ico-twitter:before {
  font-size: 18px;
  font-family: wsl-icons;
  content: "\f099";
  vertical-align: top;
  margin-right: 0.4em;
}
.btn-ico-twitter:hover {
  text-decoration: none !important;
}
.btn-ico-twitter:before,
.btn-ico-twitter:after {
  font-size: 24px;
  line-height: 1;
  vertical-align: text-bottom;
}
.btn-ico-twitter:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: sub;
  margin: 0 auto;
}
.btn-ico-twitter:hover {
  text-decoration: none !important;
}
.btn-ico-gplus {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-align: center;
}
.btn-ico-gplus:before {
  font-size: 18px;
  font-family: wsl-icons;
  content: "\f0d5";
  vertical-align: top;
  margin-right: 0.4em;
}
.btn-ico-gplus:hover {
  text-decoration: none !important;
}
.btn-ico-gplus:before,
.btn-ico-gplus:after {
  font-size: 24px;
  line-height: 1;
  vertical-align: text-bottom;
}
.btn-ico-gplus:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: sub;
  margin: 0 auto;
}
.btn-ico-gplus:hover {
  text-decoration: none !important;
}
.btn-ico-email {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.btn-ico-email:before {
  font-size: 18px;
  font-family: wsl-icons;
  content: "\f0e0";
  vertical-align: top;
  margin-right: 0.4em;
}
.btn-ico-email:hover {
  text-decoration: none !important;
}
.btn-ico-email:before,
.btn-ico-email:after {
  font-size: 20px;
  line-height: 1;
  vertical-align: text-bottom;
}
.btn-ico-email:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: sub;
  margin: 0 auto;
}
.btn-ico-email:hover {
  text-decoration: none !important;
}
.btn-ico-email:before {
  vertical-align: baseline;
}
.ico-favorite .btn-ico-favorite,
.btn-ico-facebook,
.btn-ico-twitter,
.btn-ico-gplus,
.btn-ico-email {
  width: 40px;
  height: 36px;
  overflow: hidden;
  line-height: 46.8px;
}
.ico-favorite .btn-ico-favorite:before,
.btn-ico-facebook:before,
.btn-ico-twitter:before,
.btn-ico-gplus:before,
.btn-ico-email:before {
  margin-left: 8px;
  margin-right: 8px;
}
.go-to-filters a {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  width: 20px;
  height: 36px;
  overflow: hidden;
  line-height: 46.8px;
}
.go-to-filters a:before {
  font-size: 18px;
  font-family: wsl-icons;
  content: "\f062";
  vertical-align: top;
  margin-right: 0.4em;
}
.go-to-filters a:hover {
  text-decoration: none !important;
}
.go-to-filters a:before,
.go-to-filters a:after {
  font-size: 16px;
  line-height: 1;
  vertical-align: text-bottom;
}
.go-to-filters a:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  vertical-align: sub;
  margin: 0 auto;
}
.go-to-filters a:hover {
  text-decoration: none !important;
}
.go-to-filters a:before {
  margin-left: -2px;
  margin-right: -2px;
}
.go-to-filters a:before {
  margin-left: 0;
  margin-right: 0;
}
/* Buttons styles */
.ico-favorite .btn-ico-favorite,
.btn-ico-facebook,
.btn-ico-twitter,
.btn-ico-gplus,
.btn-ico-email {
  width: 40px;
  height: 36px;
  overflow: hidden;
  line-height: 46.8px;
  border-radius: 4px;
}
.ico-favorite .btn-ico-favorite:before,
.btn-ico-facebook:before,
.btn-ico-twitter:before,
.btn-ico-gplus:before,
.btn-ico-email:before {
  margin-left: 8px;
  margin-right: 8px;
}
.gift-action a {
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  vertical-align: baseline;
  display: block;
  text-align: center;
}
.gift-action a:link,
.gift-action a:visited {
  color: #fff;
  background-color: #157D62;
}
.gift-action a:hover {
  background-color: #2c8a72;
  color: #fff;
}
.gift-action a:active,
.gift-action a:focus {
  padding-top: 1px;
}
.go-to-filters a {
  padding: 0 8px;
  border-radius: 4px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  vertical-align: baseline;
}
.go-to-filters a:link,
.go-to-filters a:visited {
  color: #fff;
  background-color: #157D62;
}
.go-to-filters a:hover {
  background-color: #2c8a72;
  color: #fff;
}
.go-to-filters a:active,
.go-to-filters a:focus {
  padding-top: 1px;
}
/* Layout styles */
.nav {
  width: 100%;
  overflow: hidden;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .nav {
    height: 1px;
    overflow: visible;
  }
}
.logo {
  width: 96px;
  height: 96px;
  margin: 0;
  line-height: 1;
  text-indent: -10000px;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.logo a,
.logo span {
  display: block;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  color: #4B8A20;
}
.logo span {
  background-image: url("images/logo.png?v=5");
  background-size: 100% 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .logo span {
    background-image: url("images/2x-logo.png?v=5");
    background-size: 96px auto;
  }
}
.logo:hover {
  width: 94px;
  height: 94px;
}
.logo:hover a,
.logo:hover span {
  width: 94px;
  height: 94px;
}
/* Social share */
.social-sharing {
  margin: 0;
  width: 130px;
  text-align: right;
  position: absolute;
  top: 24px;
  right: 24px;
}
.social-sharing li {
  display: inline;
}
/* General layout */
/* Header - Context */
.header {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1680px) {
  .header {
    max-width: 1680px;
  }
}
.context-container {
  padding-top: 120px;
  padding-bottom: 48px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1360px) {
  .context-container {
    width: 50%;
    padding-top: 96px;
  }
}
.context {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 640px) {
  .context {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1360px) {
  .context {
    min-height: 190px;
  }
}
@media only screen and (min-width: 640px) {
  .context h1 {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1024px) {
  .context h1 {
    max-width: 960px;
  }
}
.context h2 {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.context p {
  margin-top: 12px;
}
@media only screen and (min-width: 640px) {
  .context p {
    max-width: 730px;
  }
}
.context h2,
.context p {
  margin-left: 16px;
  margin-right: 16px;
}
@media only screen and (min-width: 640px) {
}
@media only screen and (min-width: 1024px) {
  .context h2,
  .context p {
    margin-left: 218px;
  }
}
@media only screen and (min-width: 1680px) {
  .context-wrapper {
    position: absolute;
    top: -120px;
    left: 0;
    width: 50%;
    height: 110%;
    z-index: 0;
  }
}
/* Header - Filters */
.filters {
  width: 90%;
  margin: 12px auto;
}
@media only screen and (min-width: 640px) {
  .filters {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
}
@media only screen and (min-width: 1360px) {
  .filters {
    width: 49%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.filter-box {
  display: inline-block;
  margin-left: 4px;
}
.filter-box h2 {
  display: inline-block;
}
.filter-box ul {
  display: inline-block;
  margin: 0;
}
.filter-box li {
  display: inline;
}
.filter-box a {
  border-radius: 4px;
  display: inline-block;
  margin: 4px 4px 0 0;
  padding: 0 9.6px;
  height: 48px;
  line-height: 48px;
  white-space: nowrap;
}
@media only screen and (min-width: 640px) {
  .filter-box a {
    padding: 0 18px;
  }
}
/* Filters in header */
.header .filter-box {
  margin-left: 0;
}
@media only screen and (min-width: 640px) {
  .header .filter-box {
    display: block;
    width: 47%;
    overflow: hidden;
    float: left;
    margin: 0 1% 0 2%;
  }
}
@media only screen and (min-width: 1024px) {
  .header .filter-box {
    width: 43%;
    margin: 0;
  }
}
@media only screen and (min-width: 1360px) {
  .header .filter-box {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    width: 48%;
  }
}
@media only screen and (min-width: 640px) {
  .header .filter-box h2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header .filter-box h2 {
    margin-left: 24px;
  }
}
.header .filter-box ul {
  clear: left;
}
@media only screen and (min-width: 640px) {
  .header .filter-box ul {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .header .filter-box ul {
    margin-left: 24px;
  }
}
.filter-list-hidden {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  .filter-list-hidden {
    display: block !important;
  }
}
/* Catalog */
.gift-guide-list {
  width: 90%;
  list-style-type: none;
  margin: 24px auto;
  padding: 0;
  font-size: 0;
}
@media only screen and (min-width: 640px) {
  .gift-guide-list {
    width: 99%;
  }
}
@media only screen and (min-width: 1680px) {
  .gift-guide-list {
    max-width: 1680px;
  }
}
.gift-guide-list p {
  display: inline;
}
.gift-guide-list-item {
  width: 100%;
  vertical-align: top;
  margin: 0 auto 24px;
  padding: 1px 0;
  font-size: 14px;
  border-radius: 4px;
}
@media only screen and (min-width: 640px) {
  .gift-guide-list-item {
    /*
	display: inline-block;
	margin: 0;
	width: 49.5%;
	.border-radius(0);
	padding: 0;
	*/
    display: inline-block;
    font-size: 0;
    width: 32%;
    margin: 0 0 24px 1%;
  }
}
@media only screen and (min-width: 1024px) {
  .gift-guide-list-item {
    width: 23.6%;
    margin: 0 0 24px 1%;
  }
}
@media only screen and (min-width: 1680px) {
  .gift-guide-list-item {
    width: 18.5%;
    margin: 0 0 24px 1%;
  }
}
.gift-guide-list-item p {
  display: block;
}
.gift-item {
  margin: 4px 5px;
  font-size: 14px;
  padding-bottom: 18px;
  border-radius: 2px;
}
@media only screen and (min-width: 1360px) {
  .gift-item {
    padding-bottom: 24px;
  }
}
.gift-item h2,
.gift-item h3,
.gift-item p,
.gift-item .gift-action {
  margin-left: 18px;
  margin-right: 18px;
}
@media only screen and (min-width: 1360px) {
  .gift-item h2,
  .gift-item h3,
  .gift-item p,
  .gift-item .gift-action {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.gift-item h3 {
  float: right;
  margin-left: 3px;
  margin-bottom: 24px;
  white-space: nowrap;
}
.gift-image {
  width: 100%;
  padding: 36px 0;
  text-align: center;
}
.gift-image a {
  display: block;
  padding: 0 18px;
}
@media only screen and (min-width: 1360px) {
  .gift-image a {
    padding: 0 24px;
  }
}
.gift-image img {
  margin: auto;
  display: block;
  width: 90%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
}
@media only screen and (min-width: 640px) {
  .gift-image {
    padding: 24px 0;
    min-height: 150px;
    line-height: 150px;
  }
  .gift-image a {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1024px) {
  .gift-image {
    min-height: 180px;
    line-height: 180px;
  }
}
@media only screen and (min-width: 1360px) {
  .gift-image {
    min-height: 240px;
    line-height: 240px;
  }
}
/* Handle image special cases */
.gift-image-portrait {
  padding: 24px 0;
}
.gift-image-portrait img {
  width: 55%;
}
.gift-image-portrait-edge {
  padding: 24px 0;
}
.gift-image-portrait-edge img {
  width: 40%;
}
.gift-image-padded {
  padding: 0 0 24px;
}
.gift-image-padded a {
  padding: 0;
}
.gift-image-padded img {
  width: 70%;
}
/* Footer */
.footer-container {
  text-align: center;
  padding: 1px 0;
}
.footer {
  width: 90%;
  margin: 24px auto;
  padding: 24px 0 24px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 1680px) {
  .footer {
    max-width: 1680px;
  }
}
.footer h2 {
  margin-left: 70px;
  margin-bottom: 96px;
}
.footer h2 .site-logo {
  display: block;
  margin-left: -70px;
  margin-top: 4px;
}
.footer .social-sharing {
  position: static;
  text-align: center;
  margin: 24px auto;
}
@media only screen and (min-width: 640px) {
  .footer .social-sharing {
    position: absolute;
    margin: 0;
  }
}
.site-logo img {
  display: block;
  max-width: 300px;
  height: auto;
  max-height: 60px;
}
/* Filters menu */
.filters-menu {
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #000;
  padding: 8px 0 12px;
  position: fixed;
  top: 0;
  left: 0;
  transition: top 0.4s ease-in-out;
  width: 100%;
  z-index: 999999;
}
.filter-menu-hidden {
  display: none !important;
}
/* Scroll nav menu */
.scroll-nav {
  border-bottom: 1px solid #000;
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: top 0.4s ease-in-out;
  width: 100%;
  z-index: 999999;
}
.scroll-nav h2 {
  display: none;
}
@media only screen and (min-width: 640px) {
  .scroll-nav h2 {
    display: inline-block;
    vertical-align: text-top;
  }
}
.go-to-filters {
  float: right;
  margin: 0 12px;
}
.go-to-filters a {
  vertical-align: middle;
  margin-left: 8px;
}
/* On Scroll */
.nav-up {
  top: -72px;
}
.nav-up ul {
  display: none;
}
/*Class added to adjust footer logo */
.logo-adjust {
  margin-top: -16px;
}
/* Extra code - dopped theme! */
