.sc-wooslider-wrap { position:relative; }
.sc-wooslider-wrap > .max-width, .sc-wooslider-wrap .splide { position:unset !important; }
.sc-wooslider-wrap .splide__track { overflow:visible !important; }
.sc-wooslider-wrap .splide__slide > div { background-color:#AB6364; }
a.sc-wooslider-slot {  display: block; width:100%; border-radius: 4px; border-radius: 20px; overflow: hidden; border: 1px solid var(--primary_color); text-decoration: none !important; background-color:#fff; }
a.sc-wooslider-slot .thumb { position:relative; width:100%; padding-bottom:100%; overflow:hidden; }
a.sc-wooslider-slot .thumb > div { position:absolute; top:0; left:0; right:0; bottom:0; }
a.sc-wooslider-slot .thumb img { width: 100%; height: 100%; object-position: center; object-fit: cover; transition: all .3s ease-out; }
a.sc-wooslider-slot .title { height:74px; padding:10px 20px 10px 20px; }
a.sc-wooslider-slot .title > div { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 20px; font-weight:normal; letter-spacing: .5px; color:#2e2e2e; transition: color 0.2s ease-out; }
a.sc-wooslider-slot .title .subtitle { font-size:16px; color:#666; text-align: center; line-height:18px; letter-spacing: .2px; margin-top: 4px; }
a.sc-wooslider-slot:hover img { transform:scale(1.1); }
a.sc-wooslider-slot:hover .title > div { color:var(--primary_color); }
.sc-wooslider-wrap .splide button.splide__arrow { width: 60px; height: 60px; background: var(--primary_color); }
.sc-wooslider-wrap .splide__arrow:hover:not(:disabled) { opacity: 1; }
.sc-wooslider-wrap .price { font-size: 22px; line-height: normal; font-weight: 500; color: #f9bf3b; padding: 0 0 18px 0; margin: -7px 0 0 0; display: flex; justify-content: center; align-items: center; }
.sc-wooslider-wrap .price del { font-size: 22px; color: #cccccc; opacity: 1; display: inline-block; margin: 0 15px 0 0; }

@media all and (max-width:767px) {
	.sc-wooslider-wrap .splide button.splide__arrow { width: 40px; height: 40px; }
	a.sc-wooslider-slot .title { padding: 6px 10px 6px 10px; }
	a.sc-wooslider-slot .title > div { font-size: 16px; letter-spacing: 0; }
	a.sc-wooslider-slot .title .subtitle { font-size: 15px; line-height: normal; letter-spacing: 0; }
}