/*
 Theme Name:   WTGS
 Theme URI:    https://xivdigital.com
 Description:  Websites theme
 Author:       Bricks
 Author URI:   https://xivdigital.com
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.woocommerce-account h1 {
	margin-top:var(--space-2xl);
    font-size: 3em;
    background: var(--primary-10);
    padding: var(--space-xl);
    margin-bottom: var(--space-l);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: transparent!important;
    border-right: 1px solid #eee!important;
}

header.woocommerce-Address-title h2 {
    font-size: 1.5em!important;
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper{
	max-width:100%!important;
}


.wtgs-art-locker {
    margin: 20px 0;
}

.wtgs-art-locker-item {
    transition: transform 0.3s ease;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wtgs-art-locker-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.wtgs-art-locker-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 15px;
}

.wtgs-art-locker-image {
    margin-bottom: 10px;
    text-align: center;
}

.wtgs-art-locker-image img {
    max-width: 100%;
    height: auto;
}

.wtgs-art-locker-title {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
}

.wtgs-art-locker-price {
    font-weight: bold;
    color: #049252;
}

.wtgs-art-locker-add-to-cart {
    margin-top: 10px;
    text-align: center;
}

.wtgs-art-locker-add-to-cart .button {
    padding: 8px 15px;
    background-color: #049252;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
}

.wtgs-art-locker-add-to-cart .button:hover {
    background-color: #037a45;
}

/* General Art Locker Styles */
.wtgs-art-locker {
    margin: 20px 0;
}

.wtgs-art-locker-item {
    transition: transform 0.3s ease;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wtgs-art-locker-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.wtgs-art-locker-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 15px;
}

.wtgs-art-locker-image {
    margin-bottom: 10px;
    text-align: center;
}

.wtgs-art-locker-image img {
    max-width: 100%;
    height: auto;
}

.wtgs-art-locker-title {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
}

.wtgs-art-locker-price {
    font-weight: bold;
    color: #049252;
}

/* Product Detail Styles */
/* Removed obsolete styles */

/* .wtgs-art-product-detail {
    margin: 20px 0;
}

.wtgs-art-product-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.wtgs-art-product-image {
    flex: 1;
    min-width: 300px;
    position: relative;
} */

.wtgs-art-product-image-container {
    position: relative;
    display: block;
    width: 100%;
}

.wtgs-art-product-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wtgs-printing-area-highlight {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.9;
    filter: blur(0.5px);
}

/* Removed obsolete styles */

/* .wtgs-art-product-variations-column {
    flex: 1;
    min-width: 300px;
}

.wtgs-art-product-info {
    flex: 1;
    min-width: 300px;
}

.wtgs-art-product-price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #049252;
}

.wtgs-art-product-desc {
    margin-bottom: 20px;
}

.wtgs-art-product-variations {
    margin-top: 20px;
} */

.wtgs-art-variation-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Removed obsolete styles */

/* .wtgs-art-variation-image {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.wtgs-art-variation-image img {
    max-width: 100%;
    height: auto;
}

.wtgs-art-variation-price {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
} */

/* Removed obsolete styles */

/* .wtgs-art-product-detail a.button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #049252;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 15px;
}

.wtgs-art-product-detail a.button:hover {
    background-color: #049252;
} */

/* Add these styles for the group logo overlay */

.wtgs-art-product-image-container,
.wtgs-art-variation-image-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.wtgs-art-variation-image-container img,
.wtgs-art-product-image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.wtgs-group-logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wtgs-group-logo-overlay img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    opacity: 0.85;
}