/* Quantity selector container */
.quantity input {
    width: 100px;
    border: 0;
    padding: 5px;
    box-sizing: border-box;
}

/* Do Košíku button */
.p-detail-inner .p-to-cart-block .add-to-cart-button {
    flex-grow: 0 !important;
    width: 300px !important;
}

/* Center price in product detail */
.price-final-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Helvetica Neue' !important;
    font-weight: 400;
    font-size: 22px;
}

/* Breadcrumbs styling */
.breadcrumbs,.copyright{
    font-weight: 300;
}

.custom-signature {
    font-weight: 300;
    font-family: "Helvetica Neue", sans-serif; /* Optional for consistent font */
}

/* Style for the Delucasso link */
.custom-signature .custom-link {
    text-decoration: none; /* No underline by default */
    color: inherit; /* Match the surrounding text color */
}

/* Add underline on hover */
.custom-signature .custom-link:hover {
    text-decoration: underline;
}

/* Quantity selector container */
.quantity {
    border-radius: 0px;
}

.p-code, .detail-parameters{
font-size: 14px;
text-Align: center;
}


/* Centruju ikony v detailu zbozi a 50% smaller */

/* Parent container: Center and distribute icons */
.buttons-wrapper .link-icons {
    display: flex; /* Use flexbox for layout */
    justify-content: center; /* Center the icons horizontally */
    gap: 30px; /* Add spacing between each icon */
    align-items: center; /* Center items vertically */
    padding: 10px 0; /* Optional: Add padding for spacing */
    margin: 0 auto; /* Center the whole block if necessary */
}

/* Ensure the icons and text are vertically aligned */
.link-icons a {
    display: flex; /* Enable flexbox inside each link */
    flex-direction: column; /* Stack icon and text vertically */
    align-items: center; /* Center align icon and text */
    justify-content: center; /* Center contents */
    text-decoration: none; /* Remove underline from links */
    color: inherit; /* Match text color to parent styles */
    font-size: 14px; /* Adjust text size if needed */
}

/* Resize the icons */
.link-icons i {
    font-size: 1.5rem; /* Adjust size to desired proportions */
    margin-bottom: 5px; /* Add spacing between icon and text */
}

/* Optional: Add hover effect for links */
.link-icons a:hover {
    color: #000; /* Change text color on hover */
    transform: scale(1.1); /* Slightly enlarge on hover */
    transition: all 0.3s ease; /* Smooth transition */
}
