/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

body, html {
    max-width: 100vw;
    overflow-x: hidden;
}

.iworks-omnibus, 
.iworks-omnibus * {
    font-size: 14px;
    color: rgba(88, 88, 88, 1);
}

.product-entry-wrapper {
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
    background-color: #fff;
    padding: 15px;
}

.product_info img {
    min-width: 25px !important;
}

.single-product .product-entry-wrapper .sale-price ins {
    color: var(--theme-palette-color-5);
}

.ct-product-additional-actions[data-type=link] {
    position: absolute;
    right: 25px;
    top: 20px;
}

.accordion-wrapper {
    margin-top: 0px;
    margin-bottom: 50px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	padding-left:15px;
	padding-right:15px;
	background-color:#fff;
}

.woocommerce-tabs {
    border: none !important;
}

.uku-accordion-title {
    background: #fff;
    padding: 20px 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    transition: color 0.2s;
}

.uku-accordion-title:hover {
    color: #ffce00;
}

.uku-accordion-title.active {
    border-bottom-color: transparent;
}

.uku-icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.uku-icon:before, 
.uku-icon:after {
    content: "";
    position: absolute;
    background-color: #222222;
    transition: all 0.3s ease;
}

.uku-icon:before { 
    top: 7px; 
    left: 0; 
    width: 100%; 
    height: 2px; 
}

.uku-icon:after { 
    left: 7px; 
    top: 0; 
    width: 2px; 
    height: 100%; 
}

.uku-accordion-title.active .uku-icon:after {
    transform: rotate(90deg);
    opacity: 0;
}

.woocommerce-tabs .wc-tab {
    display: none;
    padding: 10px 0 40px 0;
    border-bottom: 1px solid #eee;
    line-height: 1.8;
    font-size: 16px;
    color: #444;
}

.woocommerce-tabs .wc-tab h2 {
    display: none !important;
}

@media (max-width: 768px) {
    .uku-accordion-title { 
        font-size: 18px; 
        padding: 15px 0; 
    }
}
table.woocommerce-product-attributes.shop_attributes {
    background-color: #ffffff !important;
    border: none !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

table.woocommerce-product-attributes.shop_attributes th,
table.woocommerce-product-attributes.shop_attributes td {
    border: none !important;
    background-color: transparent !important;
    padding: 15px 0 !important; /* Odstęp dla czytelności */
}

table.woocommerce-product-attributes.shop_attributes tr {
    border-bottom: 1px solid #E5E5E5 !important;
    background-color: #ffffff !important;
}

table.woocommerce-product-attributes.shop_attributes tr:last-child {
    border-bottom: none !important;
}
.tax-product_cat main > .ct-container{
	gap:20px!important;
}
.tax-product_cat main > .ct-container > aside,
.tax-product_cat main > .ct-container > section{
	padding:50px;
	background-color:white;
	border-radius:24px;
}
.sale-price ins{
	color:var(--theme-palette-color-5);
}