/** Shopify CDN: Minification failed

Line 327:8 Unexpected "{"
Line 327:17 Expected ":"
Line 377:8 Unexpected "{"
Line 377:17 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --main-color: #c4a743;
  --secondary-color: #c4a743;

  /*Header*/
  --header-main-link-color: white;
  --header-hover-link-color: #c4a743;

  /*Radius*/
  --radius: 5px;

  /*Buttons*/
  --button-text-color: #000000;
  --button-bg-color: linear-gradient(90deg, #c7ab4b 0%, #e1d585 25%, #c3a541 50%, #e1d585 75%, #c7ab4b 100%);
  --button-text-hov-color: #ffffff;
  --button-bg-hov-color: white;

  /*Card*/
  --card-bg: #000000;
}

/*************************************************************************************************************************************/
/***************************************************Typography************************************************************************/
/*************************************************************************************************************************************/
h1,h2,h3,h4, .price * {
  font-family: "Bebas Neue", sans-serif !important;
}

body {
  font-family: "Poppins", sans-serif !important;
}

header .list-menu * {
  font-family: "Helvetica", sans-serif !important;
}

.c-main {
  color: var(--main-color) !important;
}

.bold {
  font-weight: 700;
}

.fa-quote-left {
  background: linear-gradient(90deg, #c7ab4b 0%, #e1d585 25%, #c3a541 50%, #e1d585 75%, #c7ab4b 100%);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}

/*******************************************************************************************************************************/
/***************************************************Base************************************************************************/
/*******************************************************************************************************************************/

input,
textarea {
  background-color: white !important;
  color: black !important;
}

label {
  color: black !important;
}

.page-width,
slider-component {
  margin-left: auto !important;
  margin-right: auto !important;
}

.title {
  font-size: 20px;
  color: black !important;
  font-weight: 700;
  text-align: center;
}

.disclosure button {
  color: white !important;
}

#HeaderCountryList li * {
  color: black !important;
}

/**********************************************************************************************************************************/
/***************************************************Helpers************************************************************************/
/**********************************************************************************************************************************/
.d-flex {
  display: flex !important;
}

.flex-justify-center {
  justify-content: center;
}

.flex-align-center {
  align-items: center;
}

.flex-reverse-column {
  flex-direction: column-reverse !important;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-decoration: uppercase !important;
}

.left-position .page-width {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.img__object-contain .media {
  padding-bottom: 0 !important;
  min-height: 52px !important;
}

.img__object-contain img {
  object-fit: contain !important;
}

.mini-card {
  background-image: var(--button-bg-color) !important;
}

.mini-card i {
  margin-right: 15px;
  font-size: 25px !important;
  color: #000000 !important;
}

.section-70-30 .multicolumn-list__item:first-of-type{
  width: calc(70% - var(--grid-desktop-horizontal-spacing));
  max-width: calc(70% - var(--grid-desktop-horizontal-spacing));
}

.section-70-30 .multicolumn-list__item:last-of-type{
  width: calc(30% - var(--grid-desktop-horizontal-spacing));
  max-width: calc(30% - var(--grid-desktop-horizontal-spacing));
}

/*********************************************************************************************************************************/
/***************************************************Header************************************************************************/
/*********************************************************************************************************************************/
sticky-header {
  background: transparent !important;
}

sticky-header a,
.header__menu-item {
  color: var(--header-main-link-color) !important;
  font-size: 17px;
}

.header__active-menu-item,
sticky-header a:hover,
.header__menu-item:hover {
  color: var(--header-hover-link-color) !important;
}

.header__submenu {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.header__submenu a {
  text-align: left !important;
}

.scrolled-past-header sticky-header {
  background-color: rgba(0, 0, 0, 1) !important;
}

.predictive-search__results-list,
.menu-drawer__inner-submenu {
  background-color: white !important;
}

.predictive-search__item-heading,
.menu-drawer__menu-item,
.menu-drawer__close-button {
  color: black !important;
}

.header__icon {
  color: var(--secondary-color) !important;
}

.header-localization:not(.menu-drawer__localization) {
  align-items: flex-start;
}

/* ------------------------------------------------------------ *\
    Policy
\* ------------------------------------------------------------ */
.policy .page-placeholder-wrapper {
  flex-direction: column;
  align-content: center;

  padding: 100px 50px;
}

@media screen and (min-width: 990px) {
  .policy .page-width--narrow {
    max-width: 980px !important;
  }
}

.headings,
.paragraph {
  margin-bottom: 40px;
}

/***********************************************************************************************************************************/
/***************************************************Product Grid / List*************************************************************/
/***********************************************************************************************************************************/

.product-grid img {
  object-fit: contain !important;
}

.product-grid .card:not(.ratio),
.product-grid .card-information {
  text-align: left;
}

.product-grid .card__media {
  background-color: var(--card-bg) !important;
  border-radius: 0;
}

.product-grid .card__heading {
  font-size: 13px;
  font-weight: 700;
  color: #939391;
}

.product-grid .caption-with-letter-spacing {
  color: #cf3126 !important;
  opacity: 1;
  font-size: 23px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.global-media-settings {
  background-color: transparent !important;
}

.facets__display,
.facets__header,
.facet-checkbox > svg,
.mobile-facets__inner,
.mobile-facets__label > svg,
.product__media-icon.motion-reduce,
.product-media-modal__toggle,
.template-search .card,
.badge {
  background-color: white !important;
}

.facet-filters__sort:focus-visible {
  outline: none !important;
  outline-offset: 0rem !important;
  box-shadow: none !important;
}

.facets__header, .facets__price {
  color: #000000;
}

.facets__price input {
  border: 1px solid #000000;
}

.product__description * {
  word-break: break-word !important;
}

.product-media-modal__content img {
  max-height: 600px !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.product__description table:not([class]) td,
.product__description table:not([class]) th {
  width: 30% !important;
}

.rte table {
  width: 100%;
}

.card__heading.h5 {
  color: #ffffff !important;
  font-size: 23px;
}

.card-information .caption-with-letter-spacing.light {
  color: currentColor !important;
  font-size: 12px;
}

/**********************************************************************************************************************************/
/***************************************************Buttons************************************************************************/
/**********************************************************************************************************************************/

.link--{{ section.id }}.animate-arrow,
.button,
.shopify-challenge__button,
.customer button,
.shopify-payment-button__button--unbranded,
.multicolumn-card__info .link {
  display: inline-flex !important;
  justify-content: center;
  padding: 12px 30px 12px 30px;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--button-text-color) !important;
  border: 1px solid transparent !important;
  --border-offset: none;
  border-radius: var(--radius);
  outline: none;
  background: var(--button-bg-color) !important;
  filter: drop-shadow(0px 2px 5px rgba(0,1,1,0.25));
  transition: all 0.5s;
}

.quick-add__submit {
  display: flex !important;
  justify-content: start;
  outline: none;
  font-weight: bold;
  padding: 15px 0px 15px 0px;
  --border-offset: none;
  transition: all 0.5s;
  border-radius: var(--radius);
  text-transform: uppercase;
  color: #c4a743 !important;
  border: 1px solid transparent !important;
  background: none !important;
  font-size: 16px !important;
  font-family: Bebas Neue, cursive !important;
  font-weight: 400;
}

.quick-add__submit > span:first-of-type {
  display: flex;
}

.quick-add__submit > span:first-of-type:before {
  content: ">";
  display: flex;
}

.quick-add__submit:hover,
.link--{{ section.id }}.animate-arrow:hover,
.button:hover,
.shopify-challenge__button:hover,
.customer button:hover,
.shopify-payment-button__button--unbranded:hover {
  color: var(--button-text-hov-color) !important;
  border: 1px solid var(--button-text-hov-color) !important;
  background-color: var(--button-bg-hov-color) !important;
  transform: translateY(-5px);
}

button:not(.product__media-toggle):before,
button:not(.product__media-toggle):after {
  display: none !important;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  background-color: white;
  color: black !important;
}

.button.button--primary:hover {
  --color-button: none;
  background-color: var(--main-color) !important;
}

.quick-add__submit {
  --color-background: auto;
}

.btn-black .link {
  color: white !important;
  border: black !important;
  background-color: black !important;
}

.quick-add__submit:hover {
  color: #000000 !important;
}

/**********************************************************************************************************************************/
/***************************************************Footer*************************************************************************/
/**********************************************************************************************************************************/
footer {
  background: url(/cdn/shop/files/footer-bg.png?v=1733750798) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 125px !important;
}

footer * {
  color: white;
}

.footer-block__heading {
  color: white !important;
}

footer .list-menu__item {
  color: white !important;
}

.footer-block__details-content .list-menu__item--active {
  color: var(--main-color) !important;
}

.footer-block {
  vertical-align: top !important;
}

.footer__copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-block__brand-info .rte > *:last-child {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}

.footer-block--menu {
  margin-top: 22px !important;
}

.footer-block--menu .link--text {
  font-size: 15px !important;
  color: #c3c3c3 !important;
}

.footer-block:nth-of-type(5) {
  position: relative;
  opacity: 0.502 !important;
  font-size: 12px !important;
  line-height: 35px !important;
  color: #ffffff !important;
  font-weight: 300 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

.footer-block:nth-of-type(5)::before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: calc(100vw - 20px);
  background: #fff;
  height: 1px;
  opacity: 0.1;
  transform: translateX(-50%);
}

.footer-block:nth-of-type(6) {
  opacity: 0.502 !important;
  font-size: 14px !important;
  line-height: 35px !important;
  color: #ffffff;
  font-weight: 250 !important;
}

/***************************************************************************************************************************************/
/***************************************************Multicolumn*************************************************************************/
/***************************************************************************************************************************************/
.multicolumn-list__item--empty {
  display: block !important;
  width: 100%;
}

.multicolumn-list__item:only-child {
  max-width: 100% !important;
}

#Slide-template--16848198893720__10_multicolumn_custom_NtDx33-1
  .multicolumn-card:first-of-type
  .media {
  padding: 0 !important;
}

#Slide-template--16848198893720__10_multicolumn_custom_NtDx33-1
  .multicolumn-card:first-of-type
  .multicolumn-card__info {
  padding-top: 10px !important;
}

.small-icon .media.media--transparent.media--adapt {
  padding-bottom: 0 !important;
}

.small-icon .multicolumn-card__image {
  width: unset !important;
  height: 52px !important;
  position: relative !important;
}

/***************************************************************************************************************************************/
/***************************************************Testimonial*************************************************************************/
/***************************************************************************************************************************************/

.testimonial i {
  font-size: 41px !important;
}

.footer__content-bottom {
  display: none !important;
}

footer {
  padding-bottom: 0 !important;
}

.small-icon .qsk-popup-trigger-button {
  padding: 20px 30px !important;
  margin-top: 40px;
  border: 1px solid var(--main-color);
  transition: all 0.5s;
}

.small-icon .qsk-popup-trigger-button:hover {
  background: #fff !important;
  color: var(--main-color) !important;
  transform: translateY(-10%);
}

.qsk-popup__close {
  cursor: pointer !important;
}

/*REMOVES BUTTON FROM PRODUCT PAGE*/

.product:not(.featured-product) .product__view-details {
  display: none !important;
}

.golden-sign-container .multicolumn-card__info {
  width: fit-content;
  margin: auto;
  padding: 6rem 5rem;
  background: url("/cdn/shop/files/Sign.png?v=1733743621");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.golden-sign-container .multicolumn-card__info h3 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 989px){
  .man-with-dumbbell-container {
  margin: 0 !important;
}

.man-with-dumbbell {
  margin: 0 !important;
}
}

.disclosure__item .link {
  color: #000000 !important;
}

.select__select option {
  color: #000000;
}