.ms-showcase {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
gap: 30px;
margin: 24px 0 40px;
}
@media (min-width: 992px) {
.ms-showcase {
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
}
.ms-kit-card {
border: 1px solid #e2e2e2;
border-radius: 8px;
background: #fff;
overflow: hidden;
display: flex;
flex-direction: column;
}
.ms-kit-image {
text-align: center;
padding: 0;
background: #fafafa;
max-width: 700px;
margin: 0 auto;
width: 100%;
aspect-ratio: 7 / 5;
overflow: hidden;
}
.ms-kit-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.ms-kit-body {
padding: 16px 20px 20px;
display: flex;
flex-direction: column;
flex: 1;
}
.ms-kit-title {
font-size: 18px;
line-height: 1.35;
margin: 0 0 4px;
}
.ms-kit-title a {
color: #1e73be;
text-decoration: none;
}
.ms-kit-title a:hover {
text-decoration: underline;
}
.ms-kit-internal {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}
.ms-kit-price {
font-size: 22px;
font-weight: 700;
color: #c0392b;
margin-bottom: 2px;
}
.ms-kit-price .woocommerce-Price-amount {
color: #c0392b;
}
.ms-kit-price-note {
font-size: 12px;
color: #888;
margin-bottom: 10px;
}
.ms-kit-desc {
font-size: 14px;
color: #555;
margin-bottom: 14px;
}
.ms-toggle {
display: inline-block;
padding: 10px 18px;
border: 0;
border-radius: 4px;
background: #1e73be;
color: #fff;
font-size: 14px;
cursor: pointer;
transition: background 0.2s;
align-self: flex-start;
}
.ms-toggle:hover {
background: #1661a3;
}
.ms-calc {
margin-top: 18px;
border-top: 1px dashed #ddd;
padding-top: 14px;
}
.ms-calc-note {
font-size: 13px;
color: #777;
margin: 0 0 12px;
}
.ms-rooms-list {
display: flex;
flex-direction: column;
gap: 8px;
}
.ms-room {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.ms-room-label {
min-width: 88px;
font-size: 13px;
color: #444;
}
.ms-room-input {
width: 90px;
padding: 6px 8px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
}
.ms-room-input:focus {
border-color: #1e73be;
outline: none;
}
.ms-room-unit {
font-size: 13px;
color: #666;
}
.ms-room-del {
width: 26px;
height: 26px;
border: 1px solid #ddd;
border-radius: 50%;
background: #f5f5f5;
color: #999;
font-size: 15px;
line-height: 1;
cursor: pointer;
}
.ms-room-del:hover {
background: #fdecea;
color: #c0392b;
border-color: #f0b9b4;
}
.ms-rooms-actions {
margin-top: 10px;
}
.ms-room-add {
border: 1px dashed #1e73be;
background: #fff;
color: #1e73be;
padding: 6px 12px;
border-radius: 4px;
font-size: 13px;
cursor: pointer;
}
.ms-room-add:hover {
background: #eef5fc;
}
.ms-result {
margin-top: 14px;
}
.ms-result-table {
width: 100%;
border-collapse: collapse;
font-size: 13px;
}
.ms-result-table th,
.ms-result-table td {
text-align: left;
padding: 6px 8px;
border-bottom: 1px solid #eee;
vertical-align: top;
}
.ms-result-table thead th {
background: #f7f9fb;
font-size: 12px;
text-transform: uppercase;
color: #777;
}
.ms-result-table a {
color: #1e73be;
}
.ms-row-external td {
background: #f2f7fd;
}
.ms-loading {
color: #888;
font-style: italic;
margin: 0;
}
.ms-total {
margin-top: 10px;
font-size: 15px;
}
.ms-total strong {
color: #c0392b;
}
.ms-add-cart {
display: inline-block;
margin-top: 12px;
padding: 11px 20px;
border: 0;
border-radius: 4px;
background: #27ae60;
color: #fff;
font-size: 14px;
cursor: pointer;
transition: background 0.2s;
}
.ms-add-cart:hover:not(:disabled) {
background: #229954;
}
.ms-add-cart:disabled {
background: #ccc;
cursor: not-allowed;
}
.ms-msg {
margin-top: 10px;
padding: 8px 12px;
border-radius: 4px;
font-size: 13px;
}
.ms-msg-ok {
background: #eafaf1;
color: #1e8449;
border: 1px solid #a9dfbf;
}
.ms-msg-error {
background: #fdecea;
color: #c0392b;
border: 1px solid #f0b9b4;
}
.ms-none {
color: #888;
font-style: italic;
} @media (max-width: 600px) {
.ms-showcase {
grid-template-columns: 1fr;
gap: 20px;
margin: 16px 0 24px;
}
.ms-kit-body {
padding: 12px 14px 16px;
}
.ms-kit-title {
font-size: 16px;
}
.ms-kit-internal {
font-size: 13px;
}
.ms-kit-price {
font-size: 18px;
}
.ms-kit-price-note {
font-size: 11px;
}
.ms-kit-desc {
font-size: 13px;
}
.ms-kit-image {
max-width: 100%;
aspect-ratio: 7 / 5;
} .ms-toggle,
.ms-add-cart {
width: 100%;
text-align: center;
box-sizing: border-box;
} .ms-room {
flex-wrap: wrap;
gap: 4px 6px;
}
.ms-room-label {
min-width: 60px;
font-size: 12px;
}
.ms-room-input {
width: 72px;
font-size: 13px;
}
.ms-room-unit {
font-size: 12px;
} .ms-result {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.ms-result-table {
font-size: 12px;
min-width: 420px;
}
.ms-result-table th,
.ms-result-table td {
padding: 5px 6px;
}
.ms-calc-note {
font-size: 12px;
}
.ms-total {
font-size: 14px;
}
}.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}.model-series-switcher {
margin: 20px 0;
padding: 15px;
background: #f8f8f8;
border-radius: 5px;
}
.model-series-switcher h4 {
margin: 0 0 10px 0;
font-size: 16px;
}
.series-plates {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.series-plate {
display: inline-block;
padding: 8px 16px;
background: #fff;
border: 2px solid #ddd;
border-radius: 4px;
text-decoration: none;
color: #333;
font-size: 14px;
transition: all 0.2s ease;
}
.series-plate:hover {
border-color: #007cba;
color: #007cba;
}
.series-plate.active {
background: #007cba;
color: #fff;
border-color: #007cba;
} .product-series-switcher {
margin-top: 10px;
padding: 5px;
}
.series-plates-inline {
display: flex;
flex-wrap: wrap;
gap: 4px;
justify-content: center;
}
.series-plate-mini {
display: inline-block;
padding: 4px 8px;
background: #f0f0f0;
border: 1px solid #007cba;
border-radius: 3px;
cursor: pointer;
font-size: 12px;
transition: all 0.2s ease;
white-space: nowrap;
}
.series-plate-mini:hover {
background: #e0e0e0;
}
.series-plate-mini.active {
background: #007cba;
color: #fff;
border-color: #007cba;
}
@media (max-width: 768px) {
.series-plates {
flex-direction: column;
}
.series-plates-inline {
gap: 3px;
}
.series-plate-mini {
padding: 3px 6px;
font-size: 11px;
}
} .series-plates-inline {
display: flex !important;
flex-wrap: wrap !important;
gap: 4px;
justify-content: flex-start;
max-width: 100% !important;
overflow: visible !important;
}
.series-plate-mini {
display: inline-flex !important;
align-items: center;
justify-content: center;
padding: 4px 6px;
background: #f0f0f0;
border: 1px solid #007cba;
border-radius: 3px;
cursor: pointer;
font-size: 11px;
line-height: 1.2;
transition: all 0.2s ease;
white-space: nowrap;
flex-shrink: 0;
min-width: auto;
max-width: none;
visibility: visible !important;
opacity: 1 !important;
position: relative;
z-index: 1;
} @media (max-width: 768px) {
.series-plate-mini {
padding: 3px 5px;
font-size: 10px;
}
} .products-entry .item-bottom,
.products-content,
.item-content {
overflow: visible !important;
} .product-action-buttons {
display: flex !important;
flex-wrap: wrap !important;
gap: 8px !important;
margin: 10px 0 !important;
width: 100% !important;
align-items: center !important;
justify-content: center !important;
}
.product-action-buttons .button {
padding: 8px 12px !important;
font-size: 13px !important;
line-height: 1.4 !important;
border-radius: 4px !important;
}
.product-action-buttons .buy-now-button {
background: #ff6600 !important;
color: #ffffff !important;
border: 1px solid #ff6600 !important;
font-weight: bold !important;
}
.product-action-buttons .buy-now-button:hover {
background: #e55d00 !important;
color: #ffffff !important;
}
.product-short-desc {
margin: 10px 0 !important;
padding: 8px 0 !important;
font-size: 13px !important;
color: #555555 !important;
line-height: 1.5 !important;
clear: both !important;
display: block !important;
width: 100% !important;
border-top: 1px solid #eeeeee !important;
} .product-buy-now {
clear: both;
margin: 10px 0;
text-align: right;
}
.buy-now-button {
display: inline-block !important;
padding: 8px 20px !important;
background: #ff6600 !important;
color: #ffffff !important;
border: 1px solid #ff6600 !important;
border-radius: 4px !important;
font-size: 14px !important;
font-weight: bold !important;
text-decoration: none !important;
text-align: center !important;
transition: background 0.2s ease;
width: auto !important;
min-width: 140px !important;
}
.buy-now-button:hover {
background: #e55d00 !important;
color: #ffffff !important;
text-decoration: none !important;
} .desc.std {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
max-height: none !important;
overflow: visible !important;
font-size: 14px !important;
color: #555 !important;
line-height: 1.5 !important;
margin: 10px 0 !important;
padding: 5px 0 !important;
} .desc.std {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
max-height: 80px !important; overflow: hidden !important;
font-size: 13px !important;
color: #555 !important;
line-height: 1.4 !important;
margin: 8px 0 !important;
padding: 5px 0 !important;
position: relative;
} .desc.std::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 30px;
background: linear-gradient(to bottom, transparent, #ffffff);
pointer-events: none;
} .item-content h4 a {
display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
min-height: 44px !important;
} .series-plates-inline {
display: flex !important;
flex-wrap: wrap !important;
gap: 4px !important;
justify-content: flex-start !important;
max-width: 100% !important;
overflow: visible !important;
margin: 5px 0 !important;
}
.series-plate-mini {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0px 4px !important;
height: 36px !important;
background: rgba(0, 0, 0, 0) !important;
color: rgb(153, 153, 153) !important;
border: 1px solid rgb(2, 168, 243) !important;
border-radius: 3px !important;
font-size: 12px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
box-shadow: none !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
white-space: nowrap !important;
flex-shrink: 0 !important;
min-width: auto !important;
max-width: none !important;
visibility: visible !important;
opacity: 1 !important;
line-height: 1 !important;
}
.series-plate-mini:hover {
color: #fff !important;
background: #02a8f3 !important;
border-color: #02a8f3 !important;
}
.series-plate-mini.active {
color: #fff !important;
background: #02a8f3 !important;
border-color: #02a8f3 !important;
} @media (max-width: 768px) {
.series-plate-mini {
padding: 0px 8px !important;
height: 32px !important;
font-size: 12px !important;
}
.series-plates-inline {
gap: 3px !important;
}
} .price-delivery-note {
font-size: 12px;
color: #888;
margin-top: 2px;
line-height: 1.2;
}