/** Shopify CDN: Minification failed

Line 275:3 Unexpected "/"

**/
/* @font-face {
  font-family: 'Columbia Titling';
  src: url('/cdn/shop/files/fonnts.com-Columbia-Titling-Light.otf?v=1768798888') format('otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Columbia Titling';
  src: url('/cdn/shop/files/fonnts.com-Columbia-Titling-Bold.otf?v=1768798888') format('otf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Columbia Titling';
  src: url('/cdn/shop/files/fonnts.com-Columbia-Titling-Medium.otf?v=1768798888') format('otf');
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Columbia Titling';
  src: url('h/cdn/shop/files/fonnts.com-Columbia-Titling-Standard.otf?v=1768798888') format('otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6,
.banner__heading, .rich-text__heading, .card__heading {
  font-family: 'Columbia Titling' !important;
  font-weight: bold !important;
} */

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

.header__menu-item,
.header__menu-item:hover span,
.header__menu-item:hover {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6,
.banner__heading, .rich-text__heading, .card__heading {
  color: rgb(var(--custom-title-color)) !important;
}

.template-index .scrolled-past-header .header-wrapper {
    background: #ffffff;
    transition: 0.4s ease;
}


.template-index .header-wrapper {
    background: rgb(233 231 230);
    position: absolute;
    width: 100%;
    transition: 0.4s ease;
    border:0px;
}

.header-wrapper {
    border:0px;
}

.template-index .header .header__heading-logo-wrapper, .header .header__heading-logo-wrapper {
    width: 105px;
    max-width: 100%;
}

.template-index .header .header__heading-logo, .header .header__heading-logo {
    height: 80px;
    max-width: 100%;
    object-fit: cover;
}

.header__menu-item span {
  position: relative;
  display: inline-block;
}

.header__menu-item span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color:#c8a45e;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.header__menu-item:hover span::after {
  transform: scaleX(1);
}
.header__active-menu-item:after {
    transform: scaleX(1) !important;
}
.header .header__menu-item span {
    font-weight: 600;
}

.header__active-menu-item, .header__menu-item:hover {
    color: #c8a45e;
}
.scrolled-past-header .header .header__menu-item span:hover {
    color: #c8a45e;
}

.slider-mobile-gutter {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.banner {
    /* max-width: 1600px; */
    margin: auto;
    width: 100%;
}

.template-index .slideshow__text {
    max-width: 700px !important;
}
.template-index .slideshow  .banner__heading {
    font-size: 38px;
    text-transform: uppercase;
}
.template-index .banner__text strong {
    font-weight: 500;
}

.button {
  text-decoration: none;
  font-size: 14px;
  padding: 12px 26px;
  position: relative;
  overflow: hidden;
  /* border: 2px solid; */
  border-radius: 30px;
  font-weight: 600;
  text-transform:uppercase;
}
.button:after {
    border-radius: 30px;
}
.button:hover {
    color: #c8a45e;
    background: transparent;
    transition: 0.3s ease;
}

/* header */
.mega-menu__link--media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mega-menu__title {
  flex: 1;
}

.mega-menu__image {
  flex: 0 0 auto;
}

.mega-menu__image img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    height: 270px;
    max-width: 270px;
    padding-bottom: 5px;
}

.mega-menu__list {
    display: flex !important;
    text-align: center;
}
.mega-menu__title {
    font-size: 18px;
    font-weight: 600;
}

@keyframes hueRotate {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}

.template-index .slideshow .slider-button {
    display: none !important;
}
.template-index .slideshow {
    position: relative;
}

.template-index .slideshow__controls {
    justify-content: right;
    position: absolute;
    bottom: 35%;
    width: 100%;
    border: 0px;
    transform: translateY(-50%);
    right: 70px;
    overflow: hidden;
}

.template-index .slideshow__control-wrapper {
    display: grid;
}

.header {
    column-gap: 5rem;
}


.slider-counter__link--numbers {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    /* color: #!important; */
    text-decoration: none!important;
    position: relative;
    width: 20px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
    box-sizing: content-box;
    transition: .3s ease;
}

.slider-counter__link--numbers:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.9);
    top: 50%;
    right: calc(100% + 0px);
    transform: translate(0%, -50%);
    width: 0px;
    transition: 0.4s ease;
}

.slider-counter__link--numbers:hover:after {
    width: 32px;
}
.slider-counter__link--active:after {
    width: 32px;
}

.scrolled-past-header .header .header__menu-item span {
    color: #000;
} */

/* .media{
  position: relative;
  display: inline-block;
  overflow: visible;
  padding-bottom: 35%;     
}  */

.collection .product-card-wrapper .quick-add__submit:hover:after {
    box-shadow: unset !important;
}

.collection .product-card-wrapper .card__heading {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s;
}


.collection .collection__title .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
}
/* .collection-list-wrapper .card__inner, .collection-list-wrapper .card__media, .collection-list .card__inner, .collection-list .card__media {
    border-radius: 15px !important;
    background: #00000000;
}
.collection-list-wrapper .title-wrapper-with-link, .collection-list .title-wrapper-with-link {
    justify-content: center;
    text-transform: uppercase;
    font-size: 36px;
}
.collection-list-wrapper .card__inner.color-scheme-2.gradient.ratio, .collection-list .card__inner.color-scheme-2.gradient.ratio {
    position: relative;
}
.collection-list-wrapper .card__inner.color-scheme-2.gradient.ratio:after, .collection-list .card__inner.color-scheme-2.gradient.ratio:after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    to top, rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0));
    top: 0px;
    border-radius: 0px 0px 15px 15px;
}

.collection-list-wrapper .card__content, .collection-list .card__content {
    position: absolute;
    bottom: 15px;
}
.collection-list-wrapper .full-unstyled-link, .collection-list .full-unstyled-link {
    width: fit-content;
    /* background: #f2b607;  */
    /* text-align: center;
    padding: 14px 11px;
    border-radius: 10px;
    font-size: 20px;
    color:#fff;
}
.collection-list-wrapper .card__heading, .collection-list .card__heading {
    text-align: -webkit-center;
} 

.scrolled-past-header .svg-wrapper path {
    color: #000;
}
.collection .product-card-wrapper .quick-add__submit:after {
    box-shadow: unset !important;
} */
/* .collection-list-wrapper .icon-wrap, .collection-list .icon-wrap {
    position: absolute;
    top: -130%;
    transform: translateY(-50%);
    background: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 46px;
    opacity:0;
}
.collection-list-wrapper .card-wrapper:hover .icon-wrap, .collection-list .card-wrapper:hover .icon-wrap {
    opacity: 1;
    transition: 0.4s ease;
}
.collection-list-wrapper .icon-wrap .icon-arrow, .collection-list .icon-wrap .icon-arrow {
    color: #000;
}
.collection-list-wrapper .icon-wrap:hover .icon-arrow, .collection-list .icon-wrap:hover .icon-arrow {
    color: #fff;
}
.collection-list-wrapper .icon-wrap:hover, .collection-list .icon-wrap:hover {
    background: #000;
} */

.collection-list .card__inner.color-scheme-2.gradient.ratio:after {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0;
    will-change: opacity;
    background: rgb(0, 0, 0);
    transition: opacity 0.3s;
}
.collection-list .card-wrapper:hover .card__inner.color-scheme-2.gradient.ratio:after {
    z-index: 1;
    opacity: 0.7;
}
.collection-list .card__inner.color-scheme-2.gradient.ratio {
    position: relative;
}
.collection-list .card-wrapper .card__content {
    position: absolute;
    bottom: 0px;
    z-index:2;
}
.collection-list .card-wrapper .full-unstyled-link {
    font-size: 24px;
    color: #ffffff;
}
.collection-list-wrapper .title-wrapper-with-link {
    justify-content: center;
}
.template-index .collection-list {
    column-gap: 0px;
}
.collection-list .card-wrapper .icon-wrap .icon-arrow {
    width: 20px;
    transform: rotate(
311deg) !important;
}
.collection-list .card-wrapper:hover .card__content .icon-wrap {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.3s ease;
}
.collection-list .card-wrapper .card__content .icon-wrap {
    transform: translateY(40px);
    will-change: transform;
    transition: transform 0.3s ease-out;
    opacity: 0;
}
.collection-list  .card-wrapper:hover .card__information {
    transform: translateY(-20px);
    transition: 0.6s ease;
    opacity:1;
}
.collection-list  .card__information {
    transition: 0.4s ease;
    opacity:0;
    text-align: center;
}
/* .collection-list .card-wrapper:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.6;
    will-change: opacity;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
    transition: opacity 0.3s;
} */
.collection-list-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}




.footer .footer-block{
    width:unset !important;
}

.footer .footer__blocks-wrapper {
    column-gap: 70px !important;
    position: relative;
}
.footer .footer-block {
    width: 20% !important;
}
.footer .footer__blocks-wrapper:after {
    position: absolute;
    content: "";
    width: 51%;
    height: 100%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    left: 280px;
}
.footer .footer__blocks-wrapper:before {
    content: "";
    position: absolute;
    width: 1%;
    height: 100%;
    border-left: 1px solid #ebebeb;
    left: 46%;
}
.footer__content-top {
    padding-bottom: 2rem !important;
}
.footer__content-bottom {
    padding-top: 0px !important;
    padding-bottom:1rem;
}
.footer-block p {
    font-size: 14px;
}

.hero-banner,
.hero,
.home-banner {
  padding-top: 80px; /* desktop */
}

.footer .list-menu__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c8a45e;
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.footer .list-menu__item {
    position: relative;
}
.footer .list-menu__item:hover {
    color: #c8a45e !important;
}
.footer .list-menu__item:hover:after {
    transform: scaleX(1);
}

.slideshow-number {
    display: none;
}

.footer a {
  position: relative;
  z-index: 2;
}

.footer .footer-block__heading {
    font-size: 20px;
}
.quantity__button:focus-visible, .quantity__input:focus-visible {
    background-color: rgb(255 255 255 / 0%);
    outline: unset;
    outline-offset: unset;
    box-shadow: unset;
}
cart-note.cart__note.field textarea {
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(220, 220, 220);
    border-image: initial;
}
/* ===============================
   XO Gallery — Premium White + Square tiles
   (No ID selector)
================================ */

/* Section background + spacing */
.xo-gallery{
  --bg:#fbfbfa;
  --surface:#ffffff;
  --text:#121212;
  --muted:rgba(18,18,18,.65);
  --line:rgba(18,18,18,.12);
  --shadow: 0 16px 40px rgba(0,0,0,.08);
  --radius:18px;

  background: var(--bg);
  padding: 28px 0 60px;
}

/* Clean masonry container */
.xo-gallery .xo-masonry{
  background: transparent !important;
}


.xo-gallery .grid-item__wrapper, .xo-gallery .imagebox {
    border-radius: var(--radius) !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* .xo-gallery .imagebox__media{
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;   
  overflow: hidden !important;
} */

/* Image fit */
.xo-gallery .imagebox__media img{
  /* width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; */
  display: block !important;
  transform: scale(1.01);
  transition: transform .35s ease;
}



.xo-gallery .xo-grid-item:hover .imagebox__media img{
  transform: scale(1.06);
}

/* Remove any heavy hover overlays */
.xo-gallery .imagebox__hover{
  background: transparent !important;
}

/* Load more button — premium */
.xo-gallery .xo-loadmore-wrapper{
  margin-top: 18px;
}

.xo-gallery .xo-loadmore {
    text-decoration: none;
    font-size: 14px;
    padding: 12px 26px;
    position: relative;
    overflow: hidden;
    border: 2px solid;
    border-radius: 30px;
    font-weight: 600;
    color: #ffffff;
    background: #c8a45e;
    text-transform: uppercase;
}
/* .template-page .banner {
    max-height: 270px;
    min-height: 270px !important;
} */
.xo-gallery .xo-loadmore:hover {
    color: #c8a45e;
    background: #c8a45e00;
    transition: 0.3s ease;
}

.xo-pswp .pswp__button--arrow--left:before, .xo-pswp .pswp__button--arrow--right:before {
    border-radius: 30px;
}
.xo-pswp .pswp__container .pswp__img {
    border-radius: 15px;
}
.banner .banner__heading {
    text-transform: uppercase;
}



.template-page .multicolumn__title .title {
  text-align: center;
  letter-spacing: -0.02em;
}

.template-page .multicolumn-card.content-container {
  border-radius: 15px !important;
  padding: 1.8rem;
  height: 100%;
}
.multicolumn-list__item:nth-child(1) {
    max-width: 30%;
}
.multicolumn-list__item:nth-child(2) {
    max-width: 70% !important;
}
.collection-hero__description.rte {
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.gfbVolumeDiscountLabelPillsUISelected .gfbPillText {
    color: white !important;
}
.card__inner.color-scheme-1 {
    border: 1px solid #00000017 !important;
}
.multicolumn-list__item:first-child
.multicolumn-card {
  background:white;
  border: 1px solid rgba(18,18,18,.10);
  border-radius:15px;
}

.multicolumn-list__item:first-child h3 {
    font-weight: 500;
    margin-bottom: 0.6rem;
    font-size: 22px;
}
.multicolumn__title {
    justify-content: center;
}
.multicolumn-list__item:first-child .rte p {
  line-height: 1.75;
}
.multicolumn-list__item:last-child
.multicolumn-card {
  color: #f7f7f8;
  background: #000;
  border: none;
}
.multicolumn-list__item:last-child h3 {
    font-size: 22px;
    margin-bottom: 0.6rem;
    letter-spacing: -0.01em;
    color: #fff !important;
}
.multicolumn-list__item:last-child .rte p {
  color: rgba(247,247,248,.82);
  line-height: 1.75;
}

.multicolumn-list__item:last-child ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.6rem;
}

.multicolumn-list__item:last-child ul li {
  position: relative;
  padding-left: 1.2rem;
  font-size:14px;
  line-height: 1.6;
  color: rgba(247,247,248,.85);
}

.multicolumn-list__item:last-child ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(247,247,248,.9);
}
.contact {
    border-radius: 25px;
    border: 1px solid #dcdcdc;
    max-width: 750px;
    padding: 20px;
    margin: 60px auto;
}
.contact .title {
    font-size: 36px;
    text-transform: capitalize;
    text-align: center;
}
.field:after {
    border-radius: 30px;
    box-shadow: unset;
    /* border: 1px solid #e0e0e0; */
}
.field:hover:after {
    border-radius: 30px !important;
    box-shadow: unset !important;
    /* border: 1px solid; */
}

.contact .contact__button {
    margin-top: 2rem;
}
.field__input:focus {
    box-shadow: unset;
}
.contact__field-error {
    display: none;
}
:focus-visible {
    outline: unset;
    outline-offset: unset;
    box-shadow: unset;
}
.contact .field__input {
    background: #e9e9e9;
    border-radius: 30px;
}


/* Grid layout */
.collection .product-grid{
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}


/* Card base (ctc-card mapping) */
.collection .product-grid .product-card-wrapper{
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255,255,255,.10);
  background: rgb(255 255 255 / 8%);
  transition: transform .18s ease,
              border-color .18s ease,
              background .18s ease,
              box-shadow .18s ease;
}

.collection .product-grid .product-card-wrapper:hover{
  transform: translateY(-4px);
  border-color: rgba(201,163,91,.35);
  background: rgba(255,255,255,.05);
  box-shadow: 0 0 19px rgb(18 18 18 / 9%);
}

/* Image area (ctc-card__image) */
.collection .product-grid .media{
  aspect-ratio: 4 / 4;
  overflow: hidden;
  background: rgba(18,18,18,.06);
}
.card__information {
    padding-bottom: 6px;
}
.field__input {
    height: 50px;
}
.collection .product-grid .media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.collection .product-grid .product-card-wrapper:hover .media img{
  transform: scale(1.03);
}

/* Content padding (ctc-card__info) */
.collection .product-grid .card__content{
  padding: 14px 14px 16px;
}

.collection .product-grid .card__heading a {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.collection .product-grid .card__heading a:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Price row */
.collection .product-grid .price,
.collection .product-grid .price *{
  font-size: 13px;
  font-weight: 500;
  color: rgba(244,246,245,.70);
}
.template-collection .collection .grid__item {
    max-width: 100% !important;
    width: 100% !important;
}

/* .template-collection .collection .card__inner {
    height: 226px;
} */
.template-collection .collection .card__badge {
    align-self: self-start;
    grid-row-start: 1;
    justify-self: flex-start;
}
.template-collection .facet-filters__sort:focus-visible {
    outline: unset;
    outline-offset: unset;
    box-shadow: unset;
}

.template-collection .facets-container .facet-filters__sort {
    background-color: #121212;
    width: 100px;
}
.template-collection .collection-hero__title {
    text-align: center;
}


.template-collection .quick-add--iconbar{
  display:flex;
  gap:10px;
  align-items:center;
}

.template-collection .quick-add--iconbar .quick-add__submit.button--icon-only{
  width:48px;
  height:48px;
  border-radius:50px !important;
  border:1px solid rgba(18,18,18,.12) !important;
  background: rgba(255,255,255,.92) !important;
  color: rgba(18,18,18,.92) !important;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 10px 22px rgba(18,18,18,.10) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  padding:0 !important;
  min-height:48px !important;
}

.template-collection .quick-add--iconbar .quick-add__submit.button--icon-only:hover{
  transform: translateY(-2px);
  border-color: rgba(201,163,91,.35) !important;
}

.template-collection .quick-add--iconbar .quick-add__submit.button--icon-only:disabled{
  opacity:.55;
  cursor:not-allowed;
  transform:none;
}

.template-collection .quick-add--iconbar .quick-add__submit .icon-wrap,
.template-collection .quick-add--iconbar .quick-add__submit svg{
  width:20px;
  height:20px;
  display:inline-flex;
}

.template-collection .quick-add--iconbar .quick-add__submit .button_circle{
  display:none !important;
}

.template-collection .quick-add--iconbar .quick-add__tooltip.ctc-iconbtn__label{
  position:absolute;
  left:50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  background:#000;
  color:#fff;
  font-weight:700;
  font-size:12px;
  line-height:1;
  padding:8px 10px;
  border-radius:50px;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  z-index:5;
}

.template-collection .quick-add--iconbar .quick-add__submit:hover .quick-add__tooltip.ctc-iconbtn__label{
  opacity:1;
  transform: translateX(-50%) translateY(0);
}

.template-collection .quick-add--iconbar .quick-add__tooltip.ctc-iconbtn__label::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  transform: translateX(-50%);
  width:10px;
  height:10px;
  background: rgba(18,18,18,.88);
  rotate:45deg;
}

.template-collection .quick-add--iconbar .quick-add__submit .loading__spinner{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  border-radius:50px;
}
.template-collection .product-card-wrapper:hover .quick-add {
    opacity: 1;
    transform: translateY(0);
    align-items: baseline;
    justify-content: center;
}

.template-collection .product-card-wrapper .quick-add {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 170px;
    z-index: 2;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease;
}
.template-collection .product-card-wrapper .card .icon-wrap {
    margin-left: 0rem; 
}

.quick-add--iconbar .quick-add__submit{
  position: relative;          
  overflow: visible !important;
  z-index: 2;
}

.quick-add--iconbar .quick-add__tooltip{
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.quick-add--iconbar .quick-add__submit:hover .quick-add__tooltip{
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

  .sp-logo-slider:after {
    content: 'dddd';
    position: absolute;
    color: transparent;
    right: 0px;
    background: linear-gradient(to right, #ffffff00 0%, #ffffff00 0%, #ffffff 56%);
    height: 100%;
    width: 19%;
}
.sp-logo-slider:before {
    content: 'dddd';
    position: absolute;
    color: transparent;
    left: 0px;
    background: linear-gradient(to right, #ffffff 28%, #ffffff00 100%);
    height: 100px;
    width: 26%;
    z-index: 99;
}
.collection-list__item {
    border-radius: 0px;
    overflow: hidden;
}
.cart__contents .cart-item__image-container {
    border-radius: 15px;
}
.cart__contents  .cart-item__image {
    border-radius: 14px;
}
.cart__contents .cart-item__name {
    font-size: 24px;
}
.cart__contents .cart-item__final-price {
    color: #000;
    font-size: 15px;
}
.cart__contents .cart-item__old-price {
    font-size: 12px !important;
}
.cart__contents .discounts__discount {
    color: #c8a45e;
    background: #877d6829;
    width: fit-content;
    padding: 4px;
    border-radius: 6px;
    font-size:10px;
}
.cart__contents .product-option dt {
    color: #000;
}
.cart__contents .quantity:after {
    border-radius: 30px !important;
}
.template-cart .underlined-link {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: #c8a45e;
    border-radius: 40px;
    padding: 10px 12px;
    border: 2px solid;
}
.template-cart .underlined-link:hover {
    background: transparent;
    color: #c8a45e;
    transition: 0.3s ease;
}
.template-cart .title {
    text-transform:uppercase;
}
.drawer .drawer__heading {
    text-transform: uppercase;
}
.cart__contents  .cart-item__price-wrapper .price {
    font-size: 20px;
}
.cart__footer .totals__total {
    font-size: 22px !important;
    text-transform: capitalize;
}
.cart__footer .totals__total-value {
    color: #000;
}
.template-cart .title-wrapper-with-link {
    align-items: center;
}
.cart__checkout-button:hover {
    color: #fff;
    background: #c8a45e;
}
.banner__text {
    color: rgba(var(--color-foreground), 1);
    max-width: 700px;
}
.template-collection .quick-add__submit:hover:after {
    box-shadow: unset !important;
}
.template-collection .quick-add__submit:after {
    box-shadow: unset;
}
.template-list-collections .title {
    text-align: center;
}
.template-list-collections .collection-list {
    padding-bottom: 60px;
}

.product__media img {
    border-radius: 15px;
}
.template-product .product .product__media img {
    border-radius: 15px;
}
.template-product .product .product-media-container {
    border-radius: 15px;
}
.template-product .product .thumbnail {
    border-radius: 10px;
}
.template-product .product  .thumbnail[aria-current] {
    box-shadow: unset !important;
    border-color: #c8a45ec7 !important;
}
.template-product .product  .product__title h1 {
    text-transform: uppercase;
}
.template-product .product  .product__text {
    font-size: 15px;
}
.template-product .product .product-form__input .form__label {
    color: #000;
    font-size: 14px;
}
.template-product .product label {
    border: 1px solid #333333 !important;
}
.template-product  .product-form__input--pill input[type=radio]:checked+label {
    background: #c8a45e;
    border-color: #c8a45e !important;
}
.template-product .product .quantity__label {
    display: none;
}
.template-product .product .gfbVolumeDiscountTiersWrapper {
    border: 1px solid #c8a45ebf;
    border-radius: 15px;
    overflow: hidden;
}
.template-product .product .template-product .product .gfbVolumeDiscountWidgetOfferDiscountTierContainer {
    background: #ff000000 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-radius: 0px !important;
}
.template-product .product .gfbVolumeDiscountWidgetOfferDiscountTierRadio {
    border-color: #c8a45e !important;
}
.template-product .product .gfbVolumeDiscountLabelPillsUISelected {
    background: #c8a45e !important;
    border-color: #c8a45e !important;
    border-radius: 30px !important;
}
.template-product .product .gfbVolumeDiscountLabelPillsUI {
    border-color: #c8a45e !important;
    border-radius: 30px !important;
}
.template-product .product .gfbVolumeDiscountLabelPillsUI .gfbPillText {
    color: #c8a45e;
}
.template-product .product .gfbVolumeDiscountWidgetOfferDiscountTierContainer {
    border: 0px !important;
    border-bottom: 1px solid #d7d7d7 !important;
}
.template-product .product .gfbVolumeDiscountWidgetOfferAddToCartButton {
    border-radius: 30px !important;
    background: #c8a45e;
    border-color: #c8a45e !important;
    text-transform: uppercase;
}
.template-product .product .pickup-availability-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}
.template-product .product .pickup-availability-button {
    text-decoration: none;
    border-bottom: 1px solid #c8a45e;
    width: fit-content;
    color: #000;
}
.template-product .product .product-form {
    margin-bottom: 0px !important;
}
.template-product .product .product__accordion {
    margin: 0px;
}
.template-product .product .product-form__input {
    flex: 0 0;
}
.template-product .product  .cstm-cart-quantity {
    display: flex;
    gap: 10px;
}
.template-product .product .quantity:after {
    border-radius: 30px;
    box-shadow: unset;
    border-color: #c8a45e;
}
.template-product .product .quantity__button {
    color: #c8a45e;
}
.template-product .product .gfbTierSelected {
    background: transparent !important;
}
.template-product .product .gfbVolumeDiscountSwatchColorUI {
    width: 20px;
    height: 20px;
}
.slideshow__controls .slider-button {
    display: none;
}
.multicolumn .title {
    text-transform: uppercase;
    font-size: 36px;
}
.quick-add-modal__content {
    border-radius: 15px;
}
.quick-add-modal__content .product-media-container {
    border-radius: 15px;
}










@media only screen and (min-width: 900px) {

  /* THUMBNAIL CONTAINER (rotated) */
  .grid__item.product__media-wrapper slider-component.thumbnail-slider {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    transform-origin: left top;
    height: 100px;
    overflow: hidden;
    width: 520px;
  }

  .grid__item.product__media-wrapper {
    position: relative;
    padding-left: 100px;
  }

  /* THUMBNAILS — 4 VISIBLE */
  .product--small .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide,
  .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    transform: rotate(-90deg);
    width: calc(25% - .8rem) !important; /* 4 items */
  }
}





@media screen and (max-width: 1200px) {

.footer .footer__blocks-wrapper:before{
    display:none;
}
.footer .footer__blocks-wrapper:after{
        display:none;
    }

}

@media screen and (max-width: 989px) {

.template-list-collections .collection-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.template-list-collections .collection-list__item {
    width: 100%;
    max-width: 100%;
}
.collection .product-grid {
    grid-template-columns: repeat(3, 1fr);
}

}
@media screen and (min-width: 990px) {

  .template-index .slideshow__media img {
    object-position: center 22% !important;
}
}



@media screen and (max-width: 768px) {
.template-index .slideshow .slideshow__text {
    padding-bottom: 0px;
    bottom: -7px;
}
.template-index .slideshow  .banner__heading {
    font-size: 24px;
}
.template-index .slideshow .banner__box .banner__text {
    margin-top: 0px;
}
.template-index .header .header__heading-logo, .header .header__heading-logo {
    height: 65px;
    object-fit: contain;
}
.template-index .slideshow__controls {
    bottom: 0px;
    transform: translateY(0%);
    right: 8px;
}
.slider-counter__link--numbers {
    font-size: 16px;
    height: 25px;
}
.header {
    padding: 0px 15px !important;
}
.pcc-text {
    font-size: 14px;
   
}
.pcc-title {
    font-size: 20px !important;
}
.ctc__heading {
    font-size: 22px !important;
}

.ctc__tab {
    font-size: 12px !important;
}
.ctc-card:hover .ctc-card__actions {
    justify-content: flex-start !important;
}
.ctc-card__actions {
    align-items: baseline !important;
}
.footer .footer-block {
    /* width: unset !important; */
}
.footer .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 0rem !important;
    width: fit-content;
}
.footer .footer-block__heading {
    margin-bottom: 1rem;
}

.pcc-section {
    padding: 40px 0 !important;
}
.template-product .product__media-list {
    column-gap: 25px;
}
.ctc {
    padding: 40px 0 30px !important;
}
.golf-hero-p {
    padding: 40px 0 !important;
}
.golf-hero-p__text {
    font-size: 14px !important;
}
/* .collection-list-wrapper .card-wrapper:hover .icon-wrap, .collection-list .card-wrapper:hover .icon-wrap {
    opacity: 0; 
} */
  .xo-gallery{ padding: 18px 0; }
  .xo-gallery .xo-grid-item{ padding: 5px !important; }
  .xo-gallery .grid-item__wrapper,
  .xo-gallery .imagebox{ border-radius: 16px !important; }

    .usp-pills__row {
    display: grid !important;
}
.usp-pills {
    padding: 0px 0 40px !important;
}
.sp-premium-banner {
    padding: 40px 0 !important;
}
.pq-split {
    padding: 40px 0 !important;
}
.collection-list-wrapper {
    padding: 40px 0px !important;
}
.footer .footer__blocks-wrapper {
    column-gap: 30px !important;
}
.collection .product-grid {
    grid-template-columns: repeat(2, 1fr);
}
.template-collection .product-card-wrapper .quick-add {
    opacity: 1;
    bottom: 105px;
    top:unset;
}
/* .template-collection .collection .card__inner {
    height: 180px;
} */
.template-collection .product-card-wrapper:hover .quick-add {
    transform:translatey(10px); 
    justify-content: left;
}
.template-collection .collection .card__inner {
    height: 100%;
}
.template-list-collections .collection-list {
    grid-template-columns: repeat(2, 1fr);
}
.template-list-collections .collection-list {
    padding-bottom: 40px;
}
.contact {
    margin: 40px 15px;
}
.template-page .multicolumn-list {
    gap: 15px;
}
.template-page .multicolumn__title .title {
    font-size: 24px;
}
.template-product .product .thumbnail-list__item {
    width: 115px !important;
}
.search__input.field__input {
    padding-right: 9.8rem;
    border-bottom: 1px solid #c6c6c6;
}
.template-search__results .grid--4-col-desktop .grid__item {
    width: 100% !important;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.template-search__results .price, .template-search__results .price * {
    color: black !important;
}
}
@media screen and (max-width: 750px) {
.footer .footer-block {
    width:unset !important;
}
.multicolumn-list__item:nth-child(1), .multicolumn-list__item:nth-child(2) {
    max-width: 100% !important;
}
}
