/* Galería de Single Product */
.ph-container-product .ph-custom-gallery {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.ph-container-product .ph-custom-gallery .ph-main-image {
    text-align: center;
    margin-bottom: 15px;
}
.ph-container-product .ph-custom-gallery .ph-main-image img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}
.ph-container-product .ph-custom-gallery .ph-thumbnail-wrapper {
    margin-top: 12px;
    position: relative;
    width: 100%;
}
.ph-container-product .ph-custom-gallery .ph-thumbnail-wrapper .swiper-wrapper {
  display: flex;
}
.ph-container-product .ph-custom-gallery .ph-thumbnail-wrapper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}
.ph-container-product .swiper-button-prev,
.ph-container-product .swiper-button-next {
  color: #000;
  width: 28px;
  height: 28px;
}
.ph-container-product .ph-custom-gallery .ph-thumbnail-wrapper .swiper-slide {
  width: auto;
}
.ph-container-product .ph-custom-gallery .ph-thumbnail-wrapper .ph-product-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.9;
    transition: border-color 0.3s ease, transform 0.2s ease;
}
.ph-container-product .ph-custom-gallery .ph-thumbnail-wrapper .ph-product-thumbnail:hover {
    transform: scale(1.05);
    opacity: 1;
}
.ph-container-product .ph-custom-gallery .ph-thumbnail-wrapper .ph-product-thumbnail.active {
    border-color: #000;
    opacity: 1;
}
.ph-main-image {
  height: 500px;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: zoom-in;
}
.ph-main-image img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  transform-origin: center center;
}


/* Single Product */
.single-product {
    background-image: url("/wp-content/uploads/2025/10/background-store-v2.jpg");
    background-position: center;
    background-size: cover;
}
.ph-container-product{
    margin: 50px auto 0;
    max-width: 1600px;
    padding: 0 40px;
    width: 100%;
}
.ph-container-product .ph-container-product-header {
    display: flex;
    gap:30px;
    margin-bottom: 50px;
    width: 100%;
}
.ph-container-product .ph-container-product-header .col1{
    flex: 0 0 60%;
    min-width: 0;
}
.ph-container-product .ph-container-product-header .col2{
    display: flex;
    flex-direction: column;
    flex: 0 0 40%;
    justify-content: flex-start;
    min-width: 0;
}
.ph-container-product h1{
    font-size: 2.225em;
    line-height: 1.2;
    margin-bottom: 15px;
}
.ph-container-product .fu-short-description p{
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ph-container-product .price span{
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}
.ph-container-product .in-stock {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000000!important;
  display: block;
  font-size: 0.875em;
  margin-bottom: 15px;
  padding: 5px 10px;
  width: max-content;
}
.woocommerce .ph-container-product div.product form.cart {
    display: flex;
    flex-direction: column;
}
.woocommerce .ph-container-product div.product form.cart .variations{
    margin-bottom: 10px;
    max-width: 200px;
}
.ph-container-product .variations .label{
  margin-bottom: 5px;
}
.ph-container-product .variations .label label{
    color: #000000;;
    font-size: 15px;
    font-weight: 300;
    margin-right: 10px;
}
.ph-container-product .variations .value select{
  background: transparent;
    border: 1px solid #000000;
    color: #000000;;
    font-size: 16px;
    height: 40px;
    max-width: 200px;
    padding: 0 7px;
    width: 100%;
}
.ph-container-product .quantity:not(.quantity .quantity) {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.ph-container-product .quantity:not(.quantity .quantity) p{
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 5px;
}
.ph-container-product .quantity:not(.quantity .quantity) .qty{
  background: transparent;
    border: 1px solid #000000;
    color: #000000;
    font-size: 18px;
    height: 40px;
    max-width: 200px;
    width: 100%;
}
.woocommerce .ph-container-product div.product form.cart div.quantity{
    margin-bottom: 10px;
    width: 100%;
}
.ph-container-product .quantity .fu-product-qty-col{
    display: flex;
    gap: 10px;
}
.ph-container-product .col2 .single_add_to_cart_button.uv-btn-third{
    align-items: center;
    background: #000000;
    border: 1px solid  #000000;
    border-radius: 32px;
    color: #ffffff;
    display: flex;
    font-size: 1em;
    font-weight: 600;
    height: 55px;
    justify-content: center;
    line-height: normal;
    max-width: 300px;
    width: 100%;
}
.ph-container-product .col2 .single_add_to_cart_button.uv-btn-third:hover{
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
}
.woocommerce .ph-container-product div.product form.cart .button.disabled{
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #000;
} 
.ph-container-product .ph-socialnetworks ul{
    display: flex;
    gap: 10px;
    list-style-type: none;
    padding-left: 0;
}
.ph-container-product .ph-socialnetworks ul li{
    align-items: center;
    display: flex;
}
.ph-container-product .ph-socialnetworks ul li p{
    color: var(--fifth-black-color);
    font-size: 13px;
    margin-bottom: 0;
}
.ph-container-product .ph-socialnetworks ul a{
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
}
.ph-container-product .ph-socialnetworks ul a:before{
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
   content: '';
   display: block;
   height: 25px;
   transition: all .3s ease-in-out;
   width: 25px!important;
}
.ph-container-product .ph-socialnetworks ul a:hover:before{
    opacity: 0.6;
}
.ph-container-product .ph-socialnetworks ul a.twitter:before{
    background-image: url("../assets/icons/x.png");
}
.ph-container-product .ph-socialnetworks ul a.facebook:before{
    background-image: url("../assets/icons/facebook.png");
}
.ph-container-product .ph-socialnetworks ul a.pinterest:before{
    background-image: url("../assets/icons/pinterest.png");
}
.ph-container-product .ph-socialnetworks ul a.mailing:before{
    background-image: url("../assets/icons/gmail.png");
}
.ph-container-product .fu-product-information-block {
    margin-top: 35px;
}
.ph-container-product .fu-product-information-block p{
    font-size: 1em;
    line-height: 1.1;
}                             
.ph-container-product .ph-container-product-content {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}
.ph-container-product .ph-container-product-content h3{
    font-size: 1.625em;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 16px;
}
.ph-container-product .ph-container-product-content h4{
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.ph-container-product .woocommerce-notices-wrapper .woocommerce-message{
    align-items: center;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #000;
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
}
.ph-container-product .woocommerce-notices-wrapper .woocommerce-message a{
    background: #000000;
    border: 1px solid #000000;
    border-radius: 32px;
    color: #ffffff;
}
.ph-container-product .woocommerce-notices-wrapper .woocommerce-message::before{
    display: none;
}

/* Cart */
.fu-contenedor-carrito {

}
.fu-contenedor-carrito .wc-block-components-product-name{
    color: #000000;
}
.fu-contenedor-carrito .fu-btn-imgcarrito{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.fu-contenedor-carrito .fu-btn-imgcarrito img{
    max-width: 150px;
    width: 100%;
}
.fu-contenedor-carrito .fu-btn-carrito a{
    align-items: center;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 32px;
    color: #ffffff;
    display: flex;
    font-size: 1em;
    font-weight: 600;
    height: 55px;
    justify-content: center;
    line-height: normal;
    max-width: 500px;
    width: 100%;
}
.fu-contenedor-carrito .fu-btn-carrito a:hover{
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
}
.fu-contenedor-carrito .fu-btn-paragraphcarrito{
    font-size: 18px;
}