/* ==========================================
   Product Gallery Pro Styles Suffix: 52113750
   ========================================== */

.pg-gallery-wrapper-52113750 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

/* Swiper horizontal structural override */
.pg-swiper-52113750 {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pg-swiper-52113750 .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    width: 100%;
    height: auto;
    box-sizing: content-box;
}
.pg-swiper-slide-52113750 {
    flex-shrink: 0;
    height: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 12px; /* Gutter to separate product cards */
}

/* Card General layout */
.pg-card-52113750 {
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 100%;
}

/* Images Aspect Ratios */
.pg-image-container-52113750 {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pg-image-container-52113750.ratio_1_1 { aspect-ratio: 1 / 1; }
.pg-image-container-52113750.ratio_3_4 { aspect-ratio: 3 / 4; }
.pg-image-container-52113750.ratio_16_9 { aspect-ratio: 16 / 9; }
.pg-image-container-52113750.ratio_custom img {
    height: auto;
    position: relative;
}

.pg-image-link-52113750 {
    display: block;
    width: 100%;
    height: 100%;
}

.pg-image-link-52113750 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

/* Hover Swap */
.pg-secondary-img-52113750 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.has-hover-swap-52113750:hover .pg-secondary-img-52113750 {
    opacity: 1;
}
.has-hover-swap-52113750:hover .pg-primary-img-52113750 {
    opacity: 0;
}

/* Badges */
.discount-badge-52113750 {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    background: #ff3838;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    pointer-events: none;
}

.quick-action-trigger-52113750 {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.3s ease;
}
.pg-card-52113750:hover .quick-action-trigger-52113750 {
    opacity: 1;
    transform: translateY(0);
}

.pg-content-box-52113750 {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Titles and tags */
.product-title {
    margin: 8px 0;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-title a {
    text-decoration: none;
    color: #222222;
    transition: color 0.3s ease;
}

.pg-excerpt-52113750 {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 4px 0 12px;
}

.product-price {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}
.product-price del {
    font-weight: normal;
    opacity: 0.6;
    margin-right: 6px;
    font-size: 0.9em;
}
.product-price ins {
    text-decoration: none;
}

.cat-meta-52113750 {
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.pg-cta-wrap-52113750 {
    margin-top: auto;
    width: 100%;
}
.pg-action-btn-52113750 {
    display: block;
    width: 100%;
    text-align: center;
    background: #000000;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.pg-whatsapp-btn-52113750 {
    background: #25d366 !important;
    color: #fff !important;
    border: none;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background 0.3s ease;
}
.pg-whatsapp-btn-52113750:hover {
    background: #128c7e !important;
}

/* Grid Layout definitions */
.pg-grid-layout-52113750 {
    display: grid;
    gap: 24px;
}
.pg-grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.pg-grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pg-grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pg-grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pg-grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

/* Visual Presets Engine */
.preset_luxury .pg-card-52113750 {
    font-family: 'Playfair Display', Georgia, serif;
    border: none;
    border-bottom: 1px solid #D4AF37;
    background: #fafaf9;
}
.preset_luxury .product-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 400;
}
.preset_luxury .pg-action-btn-52113750 {
    background: transparent;
    color: #222;
    border-bottom: 1px solid #222;
    padding: 6px 0;
    text-transform: capitalize;
}
.preset_luxury .pg-action-btn-52113750:hover {
    color: #D4AF37;
    border-bottom-color: #D4AF37;
    background: transparent;
}
.preset_luxury .pg-card-52113750:hover img {
    transform: scale(1.05);
}

.preset_editorial .pg-card-52113750 {
    border: none;
    background: transparent;
}
.preset_editorial .pg-content-box-52113750 {
    padding: 12px 0;
    align-items: center;
    text-align: center;
}

.preset_minimalist .pg-card-52113750 {
    background: #f4f4f4;
    border: none;
}

.preset_tech .pg-card-52113750 {
    border-radius: 0px !important;
    border: 1px solid #222;
}

.preset_curved .pg-card-52113750 {
    border-radius: 16px;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.05);
}
.preset_curved .pg-image-container-52113750 {
    border-radius: 16px 16px 0 0;
}

.preset_glass .pg-card-52113750 {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.preset_arch .pg-card-52113750 {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%);
    border: 1px solid #e2e8f0;
}
