:root{--color-bg:#000;--color-text:#8f8f8f;--color-white:#fff;--color-black:#000;--color-green:#17443e}.shop-page{background-color:var(--color-bg);min-height:60vh;padding:0}.shop-page__hero{align-items:center;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;flex-wrap:"nowrap";gap:0;justify-content:center;margin-bottom:2.5rem;min-height:18.75rem;overflow:hidden;position:relative;width:100%}.shop-page__hero:before{background-color:rgba(0,0,0,.5);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.shop-page__hero-content{align-items:center;display:flex;flex-direction:column;flex-wrap:"nowrap";gap:0;justify-content:center;z-index:1}.shop-page__hero-logo{height:auto;max-width:12.5rem;width:100%}.shop-page__hero-title{color:#f0f0f0;font-family:Oswald,sans-serif;font-size:2.3125rem;font-weight:300;letter-spacing:-.28px;line-height:3.75rem;margin:0;padding:0;text-transform:uppercase}@media (max-width:767px){.shop-page__hero-title{font-size:1.75rem;line-height:2.8125rem}}@media (max-width:575px){.shop-page__hero-title{font-size:1.5rem;line-height:2.25rem}}.shop-page__hero-image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.shop-page__hero-placeholder{align-items:center;background-color:rgba(0,0,0,.3);display:flex;height:100%;justify-content:center;width:100%}.shop-page__hero-placeholder-text{color:var(--color-white);font-size:1rem;margin:0;text-align:center}.shop-page__container{align-items:start;display:grid;gap:2.5rem;grid-template-columns:17.5rem 1fr;margin:0 auto;max-width:75rem;padding:0 1.25rem 2.5rem}.shop-page__container>.content-area{display:contents;grid-column:1/-1}@media (max-width:991px){.shop-page__container{gap:1.875rem;grid-template-columns:1fr}}.shop-page__sidebar{flex-shrink:0;grid-column:1;max-width:17.5rem;width:100%}@media (max-width:991px){.shop-page__sidebar{grid-column:1;max-width:100%;order:2}}.shop-page__content{grid-column:2;min-width:0;overflow:visible;width:100%}@media (max-width:991px){.shop-page__content{grid-column:1;order:1}}.shop-page__header{margin-bottom:2.5rem;text-align:center}@media (max-width:767px){.shop-page__header{margin-bottom:1.875rem}}.shop-page__title{color:var(--color-white);font-family:Oswald,sans-serif;font-size:2rem;font-weight:300;line-height:1.2;margin:0 0 1.25rem;text-transform:uppercase}@media (max-width:767px){.shop-page__title{font-size:1.5rem}}.shop-page__products-wrapper{width:100%}.shop-page__load-more-wrapper{margin-top:3.75rem;padding:2.5rem 0;text-align:center}@media (max-width:767px){.shop-page__load-more-wrapper{margin-top:2.5rem;padding:1.875rem 0}}.shop-page__load-more-btn{background-color:transparent;border:1px solid var(--color-white);color:var(--color-white);cursor:pointer;font-size:1rem;font-weight:400;min-width:12.5rem;padding:.9375rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.shop-page__load-more-btn:hover:not(:disabled){background-color:var(--color-white);color:var(--color-bg)}.shop-page__load-more-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:767px){.shop-page__load-more-btn{font-size:.875rem;min-width:11.25rem;padding:.75rem 1.875rem}}.shop-page__load-more-spinner{display:inline-block}.shop-toolbar{color:#5e5e5e;font-size:.8125rem;padding:1.25rem 0;width:100%}.shop-toolbar__content{gap:1.25rem;justify-content:flex-end}.shop-toolbar__content,.shop-toolbar__list{align-items:center;display:flex;flex-direction:row;flex-wrap:"nowrap"}.shop-toolbar__list{gap:0;justify-content:center;list-style:none}.shop-toolbar__list li:after{content:"/";opacity:.8;padding:0 .5rem}.shop-toolbar__list li:last-child:after{content:none}.shop-toolbar__ordering{font-family:Chivo,sans-serif;margin-left:auto;position:relative}.shop-toolbar__ordering,.shop-toolbar__ordering-toggle{background-color:var(--color-black);display:inline-flex}.shop-toolbar__ordering-toggle{align-items:center;border:none;color:#7f7f7f;cursor:pointer;font-size:.8125rem;font-weight:400;gap:.5rem;padding:.625rem 1rem}.shop-toolbar__ordering-icon{color:var(--color-green);font-size:.625rem}.shop-toolbar__ordering-menu{background-color:var(--color-white);border-radius:.1875rem;color:#5e5e5e;display:flex;flex-direction:column;list-style:none;max-width:9.4375rem;position:absolute;right:0;top:calc(100% + .5rem);width:100%;z-index:1}.shop-toolbar__ordering-option{cursor:pointer;font-size:.8125rem;padding:.625rem 1.5625rem;transition:all .3s ease}.shop-toolbar__ordering-option:focus-visible,.shop-toolbar__ordering-option:hover{background-color:var(--color-black);color:var(--color-white)}.shop-toolbar__ordering-option[aria-selected=true]{background-color:var(--color-black);color:var(--color-white);font-weight:400}.shop-toolbar__ordering-option[aria-selected=true]:not(:hover):not(:focus-visible){background-color:var(--color-white);color:var(--color-black)}.products{-moz-column-gap:1.25rem;column-gap:1.25rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:0;row-gap:2.5rem;width:100%}@media (max-width:991px){.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products{grid-template-columns:1fr;row-gap:1.875rem}}.products li.product{list-style:none;margin:0;padding:0}.product-card{position:relative}.product-card:focus-within .product-card__inner,.product-card:hover .product-card__inner{box-shadow:0 1rem 2.5rem rgba(0,0,0,.35);transform:translateY(-size(4))}.product-card:focus-within .product-card__image,.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__inner{display:flex;flex-direction:column;height:100%}.product-card__media{aspect-ratio:1/1;margin:0;position:relative;width:100%}.product-card__image-link{display:block;height:100%;width:100%}.product-card__image{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.23,1,.32,1);width:100%;will-change:transform}.product-card__image--placeholder{-o-object-fit:contain;object-fit:contain;opacity:.6}.product-card__badge{backdrop-filter:blur(6px);background-color:hsla(0,0%,100%,.1);border-radius:.25rem;color:var(--color-white);font-size:.75rem;font-weight:600;left:.75rem;letter-spacing:.08em;padding:.375rem .75rem;position:absolute;text-transform:uppercase;top:.75rem}.product-card__content{align-items:center;display:flex;flex:1;flex-direction:column;gap:.75rem;padding:1.5rem 0;text-align:center}.product-card__title{font-family:Oswald,sans-serif;font-size:.875rem;font-weight:300;line-height:1.3}.product-card__title-link{color:var(--color-white);text-decoration:none;transition:color .3s ease}.product-card__title-link:focus,.product-card__title-link:hover{color:hsla(0,0%,100%,.75)}.product-card__price{color:#5e5e5e;font-size:.875rem;font-weight:300}.product-card__price .woocommerce-Price-amount{color:inherit}.product-card__price del{margin-right:.5rem;opacity:.6}.product-card__price ins{text-decoration:none}.product-card__cta .button{align-items:center;color:#5e5e5e;display:inline-flex;font-size:.875rem;font-weight:300;justify-content:center;padding:.75rem 1.125rem;text-decoration:none;width:100%}.product--deferred{opacity:0;transform:translateY(.75rem);transition:opacity .4s ease,transform .4s ease}.product--deferred.is-visible{opacity:1;transform:none}
/*# sourceMappingURL=gentleman-shop.min.css.map */
