/*
Theme Name: godfather
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme with logo, menu, search, and cart.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: godfather-theme
*/
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
    margin: auto;
}
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    color: #d4af37;
}
.site-logo img {
    width: 100%;
    height: auto;
}
body {
    background-color: #000;
}
.main-navigation .nav-menu a {
    color: #d4af37;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 500;
	border: 1px solid transparent;
    padding: 10px;
}
.main-navigation .nav-menu a:focus {
    color: #d4af37;
}
div#n2-ss-1 .n2-ss-button-container a div {
    text-transform: uppercase;
}
.n2-ss-item-content {
    text-transform: uppercase !important;
	margin-bottom: 20px;
}
.site-logo {
    width: 20%;
}
.search-form-wrap.active {
    display: block;
}
.header-login {
    color: #d4af37;
}

.main-navigation .nav-menu {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
}
.header-login a {
    color: #d4af37 !important;
}

.main-navigation .nav-menu a {
  color: #d4af37;
  text-decoration: none;
  font-weight: bold;
}
.search-form-wrap input {
    background: transparent;
    box-shadow: unset;
    border: 0px solid #d4af37;
    height: 40px;
	color: rgba(255, 255, 255, 1) !important;
	padding: 0;
}
.search-form-wrap input#searchsubmit {
    padding-left: 20px;
    padding-right: 20px;
	cursor: pointer;
	margin-left: 10px;
	background: #171612;
    height: 45px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
form.search-form {
    border: 1px solid rgba(255, 255, 255, 1);
    height: 45px;
    border-radius: 9px;
}
form#searchform div {
    display: flex;
    gap: 10px;
}
.search-form-wrap input#s::placeholder {
    padding-left: 10px;
}
input:focus-visible {
    outline: unset;
}
.search-form-wrap input::placeholder {
    color: rgba(255, 255, 255, 1) !important;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-search .search-toggle img {
    width: 41px;
}
.header-cart img {
    width: 20px;
}

.header-search {
  position: relative;
}
.search main p {
    color: #d4af37;
    text-align: center;
    font-size: 23px;
}
footer p {
    color: #d4af37;
}

.search-form-wrap {
  right: 0;
  top: 100%;
  background: #000;
  padding: 10px;
}

.search-toggle {
  background: none;
  border: none;
  color: #d4af37;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.search-form-wrap input#s {
    width: 300px;
}
.header-cart .cart-link {
  color: #d4af37;
  text-decoration: none;
  font-size: 20px;
  position: relative;
}

.header-cart .cart-count {
  background: #d4af37;
  color: #000;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.shop-three-box {
    max-width: 1140px;
    margin: auto;
}
.shop-three-box .wp-block-column {
    border: 1px solid #D1C47A;
	border-radius: var(--gfa-radius);
	padding-top: 20px;
	border-radius: var(--gfa-radius);
    overflow: hidden;
    box-shadow: var(--gfa-shadow);
    transition: transform 0.5s 
cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s, border-color 0.5s;
}
.shop-three-box .wp-block-column:hover {
    transform: scale(1.1);
}
.shop-three-box .wp-block-column:hover {
    transform: translateY(-6px);
    box-shadow: var(--gfa-shadow-hover);
    border-color: rgba(212, 175, 55, 0.6);
}
.shop-three-box .wp-block-column img {
    height: 60px;
    width: 60px;
    margin-top: 20px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
ul#menu-mobile-menu {
    display: none;
}
.shop-three-box .wp-block-column h2.wp-block-heading {
    color: #d4af37;
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
}
.shop-three-box .wp-block-column p {
    color: #d4af37;
    font-size: 18px;
    max-width: 200px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 25px;
}
.product-collections-section h2.section-title {
    text-align: center;
    color: #d4af37;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: normal;
	margin: 0;
    position: relative;
    max-width: 1140px;
    margin: auto;
}
.product-collections-section h2.section-title span {
	position: relative;
    background: #000;
    padding-left: 10px;
    padding-right: 10px;
}
.product-collections-section h2.section-title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 20px;
}
.product-collections-section h2.section-title span:after {
    content: "";
    background: #d4af37;
    width: 113px;
    height: 2px;
    margin: auto;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}

a:-webkit-any-link:active {
    color: transparent;
}
a:-webkit-any-link {
    color: transparent;
}
.product-collections-section a h3 {
    color: #d4af37;
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.product-collections-section .swiper-button-prev:after {
    background: #d4af37;
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 20px;
    color: #000;
}
.product-collections-section .swiper-button-next:after {
    background: #d4af37;
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 20px;
    color: #000;
}
.product-collections-section .swiper-pagination {
    display: none;
}
.product-collections-section .swiper.product-collections-slider {
    height: 474px;
    min-height: 474px;
    max-height: 474px;
	margin-top: -100px !important;
    max-width: 1140px;
    margin: auto;
}
.product-collections-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	margin-top: 37px;
}
.product-collections-slider .collection-item {
    padding-left: 20px;
    padding-right: 20px;
	border: 1px solid #D1C47A;
}
.product-collections-section {
    max-width: 1140px;
    margin: auto;
	padding-bottom: 0px;
}
.product-collections-slider .collection-item a {
    float: left;
    width: 100%;
}
.product-collections-slider .collection-item a img {
    width: 100%;
	transition: all 0.4s 
ease;
}
.product-collections-slider .collection-item a:hover img {
    transform: scale(1.1);
}
.main-navigation .nav-menu a:hover {
    border: 1px solid #d4af37 !important;
    background: #d4af37;
    color: #000;
}
.uwp-login-class {
    max-width: 500px;
    margin: auto;
	margin-top: 31px;
    margin-bottom: 31px;
}
footer.site-footer {
    max-width: 1140px;
    margin: auto;
	border-top: 1px solid #c6a13c;
    padding-top: 58px;
}
.wp-block-code {
    margin-bottom: 0;
}
input.mailpoet_submit {
    cursor: pointer;
}
.site-footer .footer-container {
    display: flex;
    justify-content: space-between;
}
.site-footer .footer-container img.footer-logo {
    width: 372px;
}
.footer-right {
    width: 41%;
}
.footer-right h4.footer-heading {
    color: #c6a13c;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 0;
}
.social-icons i::before {
    color: #c6a13c;
    font-size: 33px;
}
.social-icons a {
    padding-right: 21px;
}
.social-icons {
    margin-left: 20px;
}
.footer-bottom {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p {
    font-size: 20px;
}

#uwp-login-popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.uwp-popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
  overflow-y: auto;
  max-height: 90vh;
  position: relative;
}
.uwp-popup-content button#uwp-close-popup {
    background: transparent;
    border: 0;
    font-size: 37px;
    position: absolute;
    top: 16px;
    right: 0;
	cursor: pointer;
}
button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit {
    background: #d4af37;
    border-color: #d4af37;
}
.uwp-popup-content a.uwp-register-link {
    color: #d4af37;
    font-size: 18px !important;
    margin-bottom: 10px;
}
.uwp-footer-link.float-end .uwp-register-link {
    color: #d4af37;
    font-size: 18px !important;
}
.uwp-popup-content a.small.uwp-forgot-password-link {
    color: #d4af37;
    font-size: 18px !important;
    margin-bottom: 10px;
}
.uwp_forgot_submit {
    background: #d4af37 !important;
    border-color: #d4af37 !important;
}
.uwp_forgot_submit:hover {
    box-shadow: unset !important;
}
.bsui hr {
    margin-bottom: 10px !important;
}
button.uwp_register_submit {
    background: #d4af37 !important;
    border-color: #d4af37 !important;
}
.uwp-footer-links a.uwp-login-link {
    color: #d4af37;
    margin-bottom: 10px;
    font-size: 18px;
}
.header-login a#uwpLoginBtn {
    cursor: pointer;
}
.uwp-footer-links a.uwp-login-link:hover {
    color: #d4af37;
}
button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit:hover {
    box-shadow: unset !important;
}
.bsui a:hover {
    color: #d4af37 !important;
}
button.uwp_register_submit:hover {
    box-shadow: unset !important;
}

/* =========================
   Featured Categories — Luxury Glow + Attached Caption
   ========================= */

:root {
  --gfa-black: #000000;
  --gfa-gold: #D4AF37;
  --gfa-surface: #0b0b0b;
  --gfa-gap: clamp(16px, 2.2vw, 28px);
  --gfa-radius: 14px;
  --gfa-border: 1px solid rgba(212, 175, 55, 0.4);
  --gfa-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
  --gfa-shadow-hover: 0 10px 30px rgba(0, 0, 0, 0.55),
    0 0 18px rgba(212, 175, 55, 0.25); /* subtle outer glow */
}

/* Section header */
.product-collections-section {
  background: var(--gfa-black);
  padding-block: clamp(18px, 4vw, 48px);
}
.product-collections-section .section-title {
  font-family: "Cinzel", serif;
  color: var(--gfa-gold);
  text-align: center;
  letter-spacing: 0.5px;
  font-size: clamp(22px, 3vw, 36px);
  margin: 0 0 10px 0;
  font-weight: 600;
}
.product-collections-section .section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 10px auto 0;
  background: var(--gfa-gold);
  opacity: 0.9;
  border-radius: 999px;
}

/* Grid layout */
.product-collections-slider {
  display: grid;
  gap: var(--gfa-gap);
  grid-template-columns: 1fr;
}
.footer-center .footer-links a {
    color: #c6a13c;
    font-size: 18px;
    line-height: 32px;
}
ul.footer-links {
    padding-top: 0;
    padding-left: 7px;
	margin-top: 5px;
}
.footer-left {
    margin-top: 20px;
}
@media (min-width: 641px) {
  .product-collections-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .product-collections-slider {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card base */
.collection-item {
  position: relative;
  border: var(--gfa-border);
  border-radius: var(--gfa-radius);
  overflow: hidden;
  box-shadow: var(--gfa-shadow);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.5s, border-color 0.5s;
}
.collection-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Image: perfectly square, fills frame */
.collection-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.6s ease;
  filter: saturate(1.05) contrast(1.05);
}

/* Subtle vignette */
.collection-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: 0.75;
}

/* Caption attached directly on image */
.collection-item h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 12px 10px;
  background: rgba(0, 0, 0, 0.55); /* translucent black overlay */
  backdrop-filter: blur(4px);
  color: var(--gfa-gold);
  font-family: "Cinzel", serif;
  font-size: clamp(15px, 1.6vw, 19px);
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: capitalize;
  transition: background 0.4s ease, color 0.4s ease;
}
.collection-item:hover h3 {
  background: rgba(212, 175, 55, 0.85); /* gold bar hover */
  color: #000; /* white-on-gold variant: use color:#fff if you prefer gold-on-black */
}

/* Hover behavior: lift + glow */
.collection-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--gfa-shadow-hover);
  border-color: rgba(212, 175, 55, 0.6);
}
.collection-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.12) contrast(1.08);
}

/* Accessibility focus + reduced motion */
.product-collections-slider a:focus-visible {
  outline: 2px solid rgba(212, 175, 55, 0.6);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .collection-item,
  .collection-item img {
    transition: none !important;
  }
}
nav.main-navigation {
    max-width: 1140px;
    margin: auto;
}
.footer-center h4.footer-heading {
    color: #c6a13c;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 0;
}
  @media only screen and (max-width:767px) {
	  ul#menu-mobile-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.main-navigation .nav-menu.desktop {
    display: none;
}
	  .header-inner {
		  display: unset !important;
	  }
	  .site-logo {
    width: 100% !important;
}
.search-form div {
        justify-content: space-between;
    }
.site-logo img.custom-logo {
    width: 80%;
    margin: auto;
    display: flex;
}
.search-form div {
    display: flex;
}
.header-icons {
    justify-content: center;
}
.main-navigation .nav-menu {
    padding: 0;
    text-align: center;
    justify-content: center;
}
.main-navigation .nav-menu a {
	font-size: 14px !important;
	padding: 0px !important;
}
.n2-ss-section-main-content {
	display: unset !important;
}
.product-collections-section h2.section-title {
	font-size:26px !important;
}
section.product-collections-section {
	padding-top:0;
}
.site-footer .footer-container {
	display: unset !important;
}
.footer-right {
    width: 100% !important;
}
div#n2-ss-1item7 {
	font-size: 31px !important;
}
div#n2-ss-1item1 {
	font-size: 31px !important;
}
div#n2-ss-1item4 {
	font-size: 31px !important;
}
  }
  @media only screen and (min-width:768px) and (max-width:1023px) {
	  .search-form div {
        justify-content: space-between;
		display:flex;
    }
	  header.site-header {
    padding-left: 15px;
    padding-right: 15px;
}
div#n2-ss-1item7 {
	font-size: 31px !important;
}
div#n2-ss-1item1 {
	font-size: 31px !important;
}
div#n2-ss-1item4 {
	font-size: 31px !important;
}
.product-collections-section h2.section-title {
	font-size: 37px;
}
  }
  @media only screen 
 and (min-device-width: 834px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	   header.site-header {
    padding-left: 15px;
    padding-right: 15px;
}
div#n2-ss-1item7 {
	font-size: 31px !important;
}
div#n2-ss-1item1 {
	font-size: 31px !important;
}
div#n2-ss-1item4 {
	font-size: 31px !important;
}
.product-collections-section h2.section-title {
	font-size: 37px;
}
}
