<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.company table {
 border:none;
 width: 100%;
}

.company table th, .company table td {
 padding: 1rem 0.4rem;
}

.company table th {
 font-weight: bold;
 width: 30%;
}

.company table td {
 width: 70%;
}

.ripstecker {
 border: 1px solid #CCC;
 padding: 1.6rem;
 color: #EA3323;
 margin-bottom: 1.4rem;
}

.features_desc .features_component .item {
 width:86px!important;
 height:86px!important;
}

.features_desc .features_component .item span {
 font-size:10px!important;
}

.features_desc {
 width:600px;
}

.fs-c-variationMatrix__row__variationPanels {
  grid-template-columns: unset;
}
 

@media only screen and (max-width: 480px){
.features_desc {
 width:100%;
}
}

.features_desc .features_component {
  gap: 8px!important;
}

@media(min-width:751px){
    .sp-item{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc-item{
        display: none !important;
    }
}

button.fs-c-button--subscribeToArrivalNotice--detail{
 background:#DE9DAC !important;
 border:none !important;
}

.category_container {
	grid-template-columns: repeat(5, 1fr) !important;
}

@media (max-width: 768px) {
.category_container {
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 50px 22px;
}
}</pre></body></html>