.size-variation-container {
margin: 20px 0;
position: relative;
}
.size-variation-container h3 {
margin-top: 0;
margin-bottom: 20px;
font-size: 16px;
color: #000;
font-weight: 500;
}
.select-notice {
margin: 0 0 15px 0;
padding: 10px;
background-color: #f7f7f7;
border-left: 4px solid #777;
color: #666;
font-size: 14px;
}
#size-variations-list {
display: flex;
gap: 10px;
padding: 0;
overflow-x: auto;
scroll-behavior: smooth;
scrollbar-width: none; -ms-overflow-style: none; }
#size-variations-list::-webkit-scrollbar {
display: none; }
.size-option {
text-align: center;
transition: all 0.2s;
width: 64px;
min-width: 64px;
}
.variations{
border-bottom: none !important;
}
.size-option.out-of-stock {
opacity: 0.6;
pointer-events: none !important;
}
.size-info {
margin-bottom: 5px;
}
.size-label {
display: block;
font-weight: bold;
font-size: 14px;
color: #333;
margin-bottom: 5px;
text-transform: uppercase;
}
.quantity-controls {
display: flex;
flex-direction: column;
align-items: center;
gap: 3px;
}
.qty-btn {
padding: 0 !important;
border: none !important;
outline: none !important;
cursor: pointer;
background: transparent !important;
color: #333 !important;
font-size: 24px;
font-weight: 300;
margin: 0 !important;
}
.qty-input {
width: 40px !important;
height: 36px !important;
text-align: center;
border: 1px solid #cacaca !important;
border-radius: 8px !important;
font-size: 14px !important;
padding: 0 !important;
}
.qty-input:focus {
background: #f9f9f9;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.qty-input[type=number] {
-moz-appearance: textfield;
}
.sizes-nav {
position: absolute;
top: 50%;
background: transparent !important;
transform: translateY(-50%);
padding: 0 !important;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 38px;
color: #000000 !important;
z-index: 2;
transition: all 0.2s;
box-shadow: none !important;
}
.sizes-nav:hover {
background: #f8f8f8;
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.sizes-nav.prev {
left: -20px;
}
.sizes-nav.next {
right: -20px;
}
.out-of-stock-label {
font-size: 11px;
color: #ff0000;
font-style: italic;
padding: 7px;
display: inline-block;
width: 40px;
height: 36px;
border: 1px solid #ff0000;
border-radius: 8px;
}
.size-option.not-matching {
opacity: 0.3;
pointer-events: none;
}
#add-selected-sizes {
width: 100%;
margin-top: 20px;
padding: 12px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s;
}
#add-selected-sizes:hover {
transform: translateY(-1px);
box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
#add-selected-sizes:disabled {
opacity: 0.6;
cursor: not-allowed;
transform: none;
box-shadow: none;
}
.woocommerce-variation-add-to-cart .quantity, .big-store-quantity, .single_add_to_cart_button{
display: none !important;
}
.quantity-controls input.qty-input.has-value {
border-color: #2196F3 !important;
outline: 1px solid #2196F3 !important;
}
@media (max-width: 768px) {
.size-option {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}
.quantity-input-wrapper {
align-self: stretch;
justify-content: center;
}
.size-variation-container {
padding: 15px;
}
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
-moz-appearance: none;
appearance: none;
background: #fff;
border: 1px solid rgba(25, 23, 17, .48) !important;
border-radius: 50% !important;
cursor: pointer;
display: inline-block;
left: 0 !important;
margin: inherit !important;
min-height: 24px !important;
width: 24px !important;
min-width: 24px !important;
height: 24px !important;
position: absolute;
top: 50%;
transform: translateY(-45%);
padding: 0 !important;
background: transparent !important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
-moz-appearance: textfield;
appearance: textfield;
background: transparent;
border: 0;
box-shadow: none;
color: currentColor !important;
flex: 1 1 auto;
font-size: 1em !important;
font-weight: 600 !important;
line-height: 1 !important;
margin: 0;
min-width: 40px;
order: 2;
padding: 0.4em 0 !important;
text-align: center;
vertical-align: middle;
background: transparent !important;
}
.woocommerce-error::before {
content: '\e016';
color: #b81c23 !important;
}
.woocommerce-error {
border-top-color: #b81c23 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1em 2em 1em 3.5em !important;
margin: 0 0 2em !important;
position: relative !important;
background-color: #f6f5f8 !important;
color: #515151 !important;
border-top: 3px solid #720eec !important;
list-style: none outside !IMPORTANT;
width: auto !important;
word-wrap: break-word !important;
}