/* Mini Bundle Oil Styles */
.mini-bundle-oil-container {
    margin: 20px 0;
    padding: 20px 0;
    /*border: 1px solid #ddd;*/
    /*border-radius: 8px;*/
}

.bundle-section {
    margin-bottom: 25px;
}

.bundle-section h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Container Selection Styles */
.container-options {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.container-option input[type="radio"] {
    position: relative;
    left: 35px;
}

.container-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    /*border: 2px solid #e0e0e0;*/
    /*border-radius: 8px;*/
    /*background: white;*/
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.container-option:hover {
    border-color: #007cba;
}

.container-option input[type="radio"] {
    margin-bottom: 10px;
}

.container-option label {
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
}

.container-image {
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    border-radius: 4px;
}

.container-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Oil Selection Styles */
.oil-selection {
    position: relative;
}

.oil-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 10px;
    padding-bottom: 10px;	    display: flex;    flex-direction: row;    gap: 0;	flex-wrap: wrap;
}
.oil-radio-price-wrap {
display: block;    align-items: center;    justify-content: center;    gap: 8px;    margin-top: 0;
}
.oil-radio-price-wrap input[type="radio"] {
    accent-color: #000000;    /* width: 14px; */    /* height: 22px; */    margin: 0;    display: inline-block;    position: static;    opacity: 1;
}
.oil-radio-price-wrap .oil-price {
    font-weight: 600;
    color: #007cba;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}
.oil-options::-webkit-scrollbar {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
}
.oil-options::-webkit-scrollbar-thumb {
    background: #007cba;
    border-radius: 4px;
}
.oil-options::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 4px;
}
.oil-options::-webkit-scrollbar-button {
    display: none;
}

.oil-option {
	/*min-width: 100%;*/    max-width: none;    flex: 0 0 auto;    position: relative;    /* border: 2px solid #e0e0e0; */    /* border-radius: 8px; */    ;    transition: all 0.3s ease;    cursor: pointer;    display: flex;    padding: 10px;    flex-direction: row-reverse;    justify-content: flex-end;    gap: 8px;    padding-right: 15px;
}

.oil-option:hover {
    /*border-color: #007cba;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
}

.oil-option.selected {
border-color: #000000;    background-color: #F6F6F6;
}

.oil-option input[type="radio"] {
    position: relative;    /* opacity: 0; */    cursor: pointer;    right: 0;    top: 3px;
}

.oil-option label {
display: block;    flex-direction: column;    align-items: center;    padding: 0px;    cursor: pointer;    text-align: center;    padding-top: 0;    padding-right: 0;
}

.oil-thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}

.oil-name {
font-weight: 500;    color: #000;    margin-bottom: 0;    font-size: 16px;    line-height: normal;
}

.oil-price {
    font-weight: 600;
    color: #007cba;
    font-size: 16px;
}

/* Container selection clickable */
.liter-clickable {cursor: pointer;    transition: border-color 0.2s, background 0.2s;    padding: 10px 18px;    display: flex;    align-items: center;    min-width: 100px;    flex-direction: row;    justify-content: center;    gap: 8px;    padding: 10px 0;
}
.liter-clickable:hover {
    border-color: #000000;
}
.liter-clickable.selected,
.liter-clickable input[type="radio"]:checked + label {
    /*border-color: #007cba;
    background: #f0f8ff;*/	    border-color: #000000;
}
.liter-clickable input[type="radio"] {
    margin-right: 0;	margin-bottom: 0;	left: 0;
}

/* Remove old oil select styles */
.oil-select {
    display: none;
}

.selected-oil-image {
    display: none;
}

.oil-selected-image {
    display: none;
}

/* Serving Pot Styles */
.serving-pot-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    /*border-radius: 8px;*/
    /*border: 1px solid #e0e0e0;*/
}

.serving-pot-name {
    font-weight: 500;
    color: #333;
    flex: 1;
}

.serving-pot-image {
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
    border-radius: 4px;	display: none;
}

.serving-pot-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design
@media (max-width: 768px) {
    .container-options {
        flex-direction: row;
        gap: 15px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        scrollbar-width: thin;
        scrollbar-color: #007cba #e0e0e0;
    }
    
    .container-option {
        min-width: 120px;
        max-width: 180px;
        flex: 0 0 auto;
    }
    
    .serving-pot-info {
        flex-direction: column;
        text-align: center;
    }
    
    .oil-options {
        display: flex;
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
        scrollbar-width: thin;
        scrollbar-color: #007cba #e0e0e0;
    }
    
    .oil-option {
        min-width: 140px;
        max-width: 180px;
        flex: 0 0 auto;
    }
    
    .oil-option label {
        padding: 12px;
    }
    
    .oil-thumbnail {
        width: 50px;
        height: 50px;
    }
    
    .oil-name {
        font-size: 13px;
    }
    
    .oil-price {
        font-size: 14px;
    }
}*/

/* RTL Support */
.rtl .bundle-section h4 {
    text-align: right;
}

.rtl .container-option {
    text-align: center;
}

.rtl .serving-pot-info {
    flex-direction: row-reverse;
}

/* Focus and Active States */
.container-option input[type="radio"]:checked + label {
    color: #000000;
    /*font-weight: 600;*/
}

.container-option input[type="radio"]:checked {
    accent-color: #000000;
}

/* Loading States */
.mini-bundle-oil-container.loading {
    opacity: 0.7;
    pointer-events: none;
}

.mini-bundle-oil-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007cba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#product-17192 > div.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images.mobile-use-dots{
    margin-bottom:0px;
}
#product-17192 > div.summary.entry-summary > div.product-icons{
    display:none;
}

#product-17192 > div.summary.entry-summary > p:nth-child(3){
    display:none;
}
@media (max-width: 768px) {

    /*#product-17192 > div.summary.entry-summary > h1 {
    margin-top:-45px;
    }
    .liter-clickable{
        padding:0;
    }
    .oil-option input[type="radio"]{
        right:3px;
    }
    .mini-bundle-oil-container{
        padding:0;
    }*/	.oil-option{		width: 50%;	}
}