/* ========== GLOBAL WRAPPER ========== */
.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 740px;
}

/* ========== HERO SECTION ========== */
.hero-section {
    background-size: cover;
    background-position: center;
    color: inherit;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    min-height: 950px;
    aspect-ratio: 2;
    margin: 0px;
    padding: 0px;
    max-height: 950px;
}

.hero-section .video-overlay {
  	z-index: 100 !important;
}

.hero-section .swiper {
   height: 100%;
}

.hero-media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-media-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 450px;
    bottom: 0;
    z-index: 1;
    background: rgb(12, 16, 19);
    background: linear-gradient(0deg, rgba(12, 16, 19, 1) 0%, rgba(12, 16, 19, 0) 100%);
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Hero content positioned within 1200px container and vertically centered */
.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    color: inherit;
    text-align: left;
}

.hero-inner h1 {
    color: #ece5dd;
    font-family: 'EB Garamond', serif;
    font-size: 3em;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
}

.hero-inner p {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 0 1.5em 0;
    line-height: 1.6;
    color: #d6cec4;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    font-style: italic;
}

/* ========== BUTTON ========== */
.hero-section .button {
    box-shadow: 0 0 0;
    letter-spacing: 0px;
    border-color: #888;
    border-radius: 0;
    padding: 0.5rem 0rem;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    color: #d9d5ca !important;
    text-align: center;
    height: 59px;
    width: 298px;
    float: left;
    left: -15px;
    display: block !important;
    position: relative;
    line-height: 46px !important;
    text-decoration: none;
    transition: all .2s;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: 'EB Garamond', serif;
    font-size: 22px !important;
    font-weight: 300;
    font-style: italic;
    z-index: 10;
    pointer-events: all;
    border: none !important;
    margin-bottom: 40px;
}

.hero-section .button:hover {
    color: #ffffff !important;
    filter: invert(1);
    background: transparent !important;
}

.hero-section .button::before {
    content: "";
    background-image: url(img/link-btn-wide.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 59px;
    width: 298px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: opacity .2s;
    filter: hue-rotate(180deg) brightness(.2) saturate(6);
}

.hero-section .button:hover::before {
    opacity: 1;
    filter: hue-rotate(0deg) brightness(.2) saturate(0);
}

/* ========== TABS LIST ========== */

.woocommerce-custom-shop .page-tabs {
    z-index: 100;
}

.woocommerce-custom-shop .page-tabs ul {
    margin: -20px 25px 0px 25px;
    padding: 0;
    position: relative;
    top: 22px;
    display: block;
}

.woocommerce-custom-shop .page-tabs.scrolled ul {
    top: 40px;
}

.woocommerce-custom-shop .tab {
    background: none !important;
    padding: 9px !important;
}

.woocommerce-custom-shop .page-tabs ul li:after {
  	display: none;
}

.woocommerce-custom-shop .page-tabs .sort-controls {
    right: 25px;
    height: 80px;
    top: 22px;
    position: absolute;
    line-height: 75px;
    margin: 0px;
}

.woocommerce-custom-shop .page-tabs .sort-controls span.label {
    font-family: 'EB Garamond', serif;
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    margin-right: 10px;
    pointer-events: none;
}

.woocommerce-custom-shop .page-tabs .sort-controls button.sort-button {
    background: none;
    border: none;
    font-size: 1em;
    font-family: 'EB Garamond', serif;
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    cursor: pointer;
    padding: 10px 10px 10px 15px;
    margin-left: 5px;
}

.woocommerce-custom-shop .page-tabs .sort-controls button.sort-button.active {
    background: #c0b89d5c !important;
    border-radius: 8px;
    box-shadow: inset 0px 0px 10px rgb(200 195 177 / 41%);
    border: 1px solid #c7c1b2 !important;
}

.woocommerce-custom-shop .page-tabs .sort-controls button.sort-button.by-rec i {
    display: none;
}


.woocommerce-custom-shop .page-tabs .sort-controls button.sort-button.by-rec.active {
  	pointer-events: none;
}
  
.woocommerce-custom-shop .page-tabs .sort-controls button.sort-button.by-rec {
    padding: 10px 15px !important;
}

.woocommerce-custom-shop .page-tabs .sort-controls button.sort-button i.gi.arrow.desc {
    transform: rotate(180deg);
}

/* ========== MAIN CONTENT LIST ========== */
.main-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(575px, 1fr));
  gap: 50px;
  margin: 3rem 0;
  transition: opacity .3s;
}

/* COLUMN ITEM */
.column-entry {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.column-entry img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}

.column-entry h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.column-entry p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: inherit;
}

.column-entry .button {
  align-self: flex-start;
}

/* ========== PRODUCT LIST ========== */

.product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
    margin-top: 0px;
}

.product-list .product-entry {
    padding: 30px !important;
    background: #262f3636 !important;
    border-radius: 6px !important;
    border: 0px solid !important;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.product-list .product-entry .product-image a {
    width: 100%;
}

.product-list .product-entry .product-image a {
    width: calc(100% + 60px) !important;
    position: relative;
    display: block;
    left: -30px;
    top: -40px;
}

.product-list .product-entry .product-image a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 120px;
    background: #eae1ca;
    top: 153px;
    background: #EAE1CA;
    background: linear-gradient(0deg, rgba(234, 225, 202, 1) 0%, rgba(234, 225, 202, 0) 100%);
}

.product-list .product-entry a img {
    width: 100%;
    top: -42px;
    position: relative;
}

.product-list .product-entry .product-price {
    display: block;
    position: absolute;
    top: 200px;
    width: 100%;
    text-align: right;
    color: #1b1816;
    font-family: 'EB Garamond', serif;
    font-size: 2.8em;
    font-weight: 600;
    font-style: italic;
    z-index: 1;
}

.product-list .product-entry .product-price .decimal {
    font-size: .5em !important;
}

.product-list .product-entry .product-price span.woocommerce-Price-amount.amount {
    text-align: right;
    width: 100%;
    display: block;
    height: 100%;
    right: 25px;
    position: relative;
}

.product-list .product-entry h1 {
    position: absolute;
    top: 173px;
    width: 100%;
    text-align: left;
    color: #1b1816;
    font-family: 'EB Garamond', serif;
    font-size: 2.5em;
    font-weight: 600;
    font-style: italic;
    z-index: 1;
    padding-left: 25px;
    box-sizing: border-box;
}

.product-list .product-entry .product-desc {
    width: calc(100% + 60px);
    position: relative;
    top: -86px;
    left: -30px;
    right: -30px;
    margin: 0px;
    box-sizing: border-box;
    margin-bottom: -30px;
    pointer-events: none;
}

.product-list .product-entry .product-desc p {
    color: #c9c1aa;
    font-family: 'EB Garamond', serif;
    font-size: 1.1em;
    font-weight: 500;
    background: none !important;
    display: block;
    padding: 6px 25px;
    letter-spacing: .3px;
}

.product-list .product-entry .product-desc h3 {
    color: #1b1816;
    font-family: 'EB Garamond', serif;
    font-size: 1em;
    font-weight: 600;
    background: none !important;
    display: block;
    padding: 6px 12px;
    border-bottom: 1px solid #1d272c;
    margin: 0px;
    background: #e9dfc7 !important;
    text-align: center;
    pointer-events: none;
}

.product-list .product-entry .product-desc ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product-list .product-entry .product-desc ul li {
    color: #c9c1aa;
    font-family: 'EB Garamond', serif;
    font-size: 1em;
    font-weight: 500;
    background: none !important;
    display: block;
    padding: 6px 12px;
    border-bottom: 1px solid #1d272c;
    letter-spacing: .3px;
}

.product-list .product-entry .product-desc ul li:nth-of-type(2n-1) {
    background: #1d272c26 !important;
}

.product-list .product-entry .product-actions {
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 80px;
}

.product-list .product-entry .product-actions a {
    width: 100%;
    line-height: 76px;
    padding: 0px;
    background: #1d272c;
    color: #d9d5ca !important;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    margin-bottom: 20px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: 'EB Garamond', serif;
    font-size: 1.5em;
    font-weight: 500;
    font-style: italic;
    z-index: 10;
    pointer-events: all;
    height: 100%;
    border-radius: 0px 0px 0px 10px;
}

.product-list .product-entry .product-actions a:hover {
    background: #2a363d;
}

.product-list .product-entry .product-actions a.add-to-cart {
    background: #ada58e;
    color: #1b1816 !important;
    font-weight: 600;
    border-radius: 0px 0px 10px 0px;
    transition: all .2s;
    background: #E8DFC7;
  	overflow: hidden;
}

.product-list .product-entry .product-actions a.add-to-cart::after {
    /* background: #ADA58E; */
    background: linear-gradient(135deg, rgba(173, 165, 142, 1) 0%, rgba(232, 223, 199, 1) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
		opacity: 1;
  	transition: all .2s;
}

.product-actions a i.gi {
    top: 9px;
    font-size: 1.4em;
    margin-right: 5px;
    margin-left: -15px;
    color: #445964;
  	transition: color .2s;
}

.product-actions a:hover i.gi {
    color: #d9d5ca;
}

.product-actions a.add-to-cart i.gi {
    color: #1b181666;
}

.product-actions a.add-to-cart:hover i.gi {
    color: #1b1816ff;
}

.product-list .product-entry .product-actions a.add-to-cart:hover:after {
		opacity: 0;
}


#merchandise .product-image {
    height: 230px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    left: -30px;
    top: -30px;
    width: calc(100% + 60px);
    margin-bottom: 75px;
    border-radius: 10px 10px 0px 0px;
}

#merchandise .product-entry .product-image img {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 115px;
}

#merchandise .product-entry {
    grid-column: span 2;
    margin: 5px;
}

#merchandise .product-image a {
    left: 0px;
    right: 0px;
    width: 100% !important;
}

#merchandise .product-image a::after {
    background: linear-gradient(0deg, rgb(7 4 4) 0%, rgb(9 5 4 / 0%) 100%);
}

#merchandise .product-list .product-entry h1 {
    color: #ece5dd;
    font-family: 'EB Garamond', serif;
    font-size: 2.5em;
    font-weight: 500;
}

#merchandise .product-list .product-entry .product-price {
    color: #ece5dd;
    font-weight: 500;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 1200px) {
  .main-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-section h1 {
    font-size: 2.25rem;
  }

  .hero-section p {
    font-size: 1.1rem;
  }
}
