.WishlistClubContainer{width: 100%;display: block;margin: 0 auto;max-width: 1130px;padding: 0 15px;}
.th_wl_col_btn{display:flex;flex-wrap:wrap; z-index:2; width:100%;}
.th_prd_wl_btn{position:relative;z-index:2; }
.wc_wishlistBlock{display:inline-flex; align-items:center;gap: 5px; font-size:14px;line-height:20px; justify-content:center;    cursor: pointer;}
.wc_wishlistBlock.isActive{cursor:pointer}
.wc_style_4 .wc_wishlistBlock{width:100%;}
.th_prd_wl_btn.wc_style_2{text-align: right;}
.th_prd_wl_btn.wc_style_3{text-align: center;}
.th_prd_wl_btn.wc_style_4 .wc_wishlistBlock{display:flex}

.wc_wishlistTrigger {display: flex;align-items: center;gap: 5px;}
.wc_wishlistTrigger .wc_wishlistIcon{display:inline-block;line-height:0}
.wc_wishlistTrigger .wc_wishlistIcon svg,.wc_wishlistTrigger svg.wcSpinner{display:inline-block;width:20px;height:20px;}
.wc_wishlistText{}
.wc_wishlistDropdown{display:inline-block;line-height:0; cursor:pointer;}
.wc_wishlistDropdown svg{display:inline-block;width:18px;height:18px;}
.wc_wishlistDropdown.isOpen svg{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}

.wc_wishlistBox {width: 100%;position: absolute;left: 0;top: 100%;display:block;background: #fff;border: 1px solid #e2e2e2;border-radius: 4px;}
ul.wc_wishlistView {width: 100%;z-index: 9;padding: 6px;margin: 0;display: flex;flex-direction: column;gap: 2px;}
li.wc_wishlistOption {width: 100%;list-style: none;padding: 0;position:relative;}
.wc_wishlistContent {width: 100%;padding: 5px;display: flex;font-size: 14px;line-height: 20px;align-items: center;gap: 8px;cursor: pointer;border-radius:4px;position:relative;padding-right:5px;background-color:transparent;border:none}
.wc_wishlistRemonve{display:flex; position:absolute;width:30px;height:100%;top:0;right:0;align-items: center;justify-content:center;border-radius: 0 4px 4px 0;background-color:transparent;border:none}
.wc_wishlistContent:hover{background-color:#f1f1f1;}
.wc_wishlistContent svg{display:inline-block;width:20px;height:20px;fill: #4a4a4a;}
.wc_wishlistRemonve:hover{background-color:#d4d4d4;}
input.wc_wishlistCheckbox {margin: 0;width: 14px;height: 14px;}

.wcWishlistModal {position: fixed;top: 0;left: 0;bottom: 0; right: 0; z-index: 99999; display: flex; align-items: center; justify-content: center;}
.wcWishlistModal_content{background-color: #fff;padding: 0;width: 100%;max-width: 400px;border-radius: 6px;border: 1px solid #e6e6e6;overflow: auto;max-height: 90vh;}
.wcWishlistModalOverlay {display: block !important;position: fixed;top: 0;left: 0;background-color: #000;width: 100vw;height: 100vh;opacity: .45;z-index: 99998;}
.wcWishlistModal_header{display:flex; flex-wrap:wrap; align-items:center;padding:10px 16px; justify-content: space-between; border-bottom:1px solid #e6e6e6; gap:6px;}
.wcWishlistModal_header h3{font-size:20px;color:#000;font-weight:500;margin:0;}
.wcWishlistModal_header p {font-size: 14px;color: #000;font-weight: 400;margin: 0;line-height: 20px;flex: 0 0 100%;width: 100%;}
button.wcWishlistModal_close {border: none;background: transparent;width: 26px;height: 26px;display: flex;justify-content: center;align-items: center;cursor: pointer;margin: 0;padding: 0;outline: none;}
button.wcWishlistModal_close svg{display:inline-block;width:20px;height:20px;}

.wcWishlistModal_body{display:block;padding:12px 16px;}
.wcWishlistModal_footer {display: flex;padding: 10px 16px;border-top: 1px solid #e6e6e6;justify-content: flex-end;gap: 10px;align-items: center;}
.wcWishlistModal_footer button {font-size: 14px;line-height: 20px;padding: 6px 14px;border: 1px solid #000;border-radius: 0;margin: 0;cursor: pointer;box-shadow: none;position:relative; overflow:hidden;}
.wcWishlistModal_footer button span {position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: flex;background: #9e9e9e;align-items: center;justify-content: center;}
.wcWishlistModal_footer button span svg{width:18px;height:18px;}
.wcWishlistModal_footer button.wc_cancel{background-color: #fff; border-color: #000;}
.wcWishlistModal_footer button.wc_delete{background-color: #000; border-color: #000; color: #fff}
.wcWishlistModal_footer button.wc_edit{background-color: #000; border-color: #000; color: #fff}
.wcWishlistModal_footer button.isDisabled {cursor: no-drop;opacity: 0.7;pointer-events: none;filter: grayscale(1);}
.wcWishlistCreate{display:block}
.wcWishlistCreate input {width: 100%;height: auto; min-height: auto;outline: none;border: 1px solid #ced4da;padding: 6px 12px;line-height: 22px;display: block;box-shadow: none;border-radius: 0;margin-bottom:12px;}
.wcWishlistCreate label {font-size: 14px;line-height: normal;margin-bottom: 6px;display: block;}
.wcWishlistCreate small {font-size: 14px;line-height: 19px;margin: 0;display: block;}
.wcWishlistModal_body .wcBisInfo {display: flex;flex-direction: column;gap: 6px; margin-bottom: 12px;}
.wcWishlistModal_body .wcBisContain {display: flex;flex-direction: column;gap: 12px;}

.wcWishlistModal_body .wcBisInfo h4{font-size:16px; margin: 0; font-weight: 500;}
.wcWishlistModal_body .wcBisInfo select {width: 100%;height: auto; min-height: auto; border: 1px solid #ced4da;padding: 8px 12px;line-height: 20px;display: block;box-shadow: none;border-radius: 0;margin: 0;box-sizing: border-box;}

button.wcBisBtn {width: 100%; display: block; font-size: 14px;line-height: 20px;margin: 0;cursor: pointer;box-shadow: none;position:relative; overflow:hidden;}
button.wcBisBtn span {position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: flex;background: #9e9e9e;align-items: center;justify-content: center;}
button.wcBisBtn span svg{width:18px;height:18px;}
button.wcBisBtn.isDisabled {cursor: no-drop;opacity: 0.7;pointer-events: none;filter: grayscale(1);}
@keyframes spinnerAnimation {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
svg.wcSpinner {animation: spinnerAnimation 500ms linear infinite 500ms;}
.th_wlc_position_relative,.wc_wishlistIcon {position: relative;display: flex;justify-content: center;align-items: center;}
.th_wlc_position_relative svg,.wc_wishlistIcon svg{width:26px;height:26px;}
.th_wlc_product_count {position: absolute;background-color: #000000;color: #ffffff;height: 17px;width: 17px;border-radius: 100%;display: none;justify-content: center;align-items: center;font-size: 10px;top: 2px;right: -4px;}

.wcAlertBox{position: fixed;display: flex;top: 5px;right: 5px;z-index: 999;flex-direction: column;gap: 4px;}
.wcAlertContain {display: flex;padding: 6px 10px;border-radius: 4px;}
.wcAlertMsg {font-size: 12px;font-weight: 400;}

.wc_wl_bis_btn {position: relative;z-index: 1;}
.wc_wl_bis_btn button {width: 100%;cursor: pointer;display: flex;align-items: center;justify-content: center; gap:6px}
.wcBsiNotifyIcon{line-height: 0}
.wcBsiNotifyIcon svg{width: 20px; height: 20px}
.wcBsiNotifyText{font-size: 14px;line-height: 20px}

.wcBisAlert {width: 100%;display: block;padding: 10px 12px;border: 1px solid #000;border-radius: 4px;font-size: 14px;line-height: 20px;}
.wcBisAlert.wcBisSuccess{background: #d1e7dd;border-color: #a3cfbb;color: #0a3622;}
.wcBisAlert.wcBisInfo{background: #cff4fc;border-color: #9eeaf9;color: #055160;}
.wcBisAlert.wcBisError{background: #f8d7da;border-color: #f1aeb5;color: #58151c;}


.WishlistClubHeading{display: flex; flex-direction: column;gap:12px;justify-content: center;align-items: center;}
.WishlistClubHeading h2{font-size: 28px;font-weight: 700;margin: 0;}
.WishlistClubHeading p{margin: 0}
.WishlistClubContain {display: block;margin-top: 30px;}

.WishlistClubTopbar{display: flex; flex-wrap: wrap;gap:8px; position: relative; z-index: 2}
ul.WishlistClubTabs{display: flex; flex-wrap: wrap;gap:8px;margin: 0;padding: 0; list-style: none}
ul.WishlistClubTabs li{position: relative}

.wcCategoryNav {display: flex;border: 1px solid #e9e9e9;border-radius: 4px;gap: 5px;cursor: pointer;align-items: center;}
.wcCategoryNav .wcCategoryNavText{font-size: 14px;line-height: 20px;display: inline-block;font-weight: 500;padding-left: 10px}
.wcCategoryNav .wcCategoryNavBadge{font-size: 12px;}
.wcCategoryNav .wcCategoryNavIcon{display: inline-flex;align-items: center;justify-content: center;padding: 6px 6px;}
.wcCategoryNav .wcCategoryNavIcon svg{width: 16px;height: 16px}
.wcCategoryNav:hover {background-color: #eeeeee;}
.wcCategoryNav .wcCategoryNavIcon:hover {background-color: #d4d4d4;}
.wcCategoryNav.IsActive{background-color: #eeeeee;}

.WishlistClubTopbar .wc_wishlistBox{min-width: 155px;}
ul.wcCategoryNavAction {width: 100%;z-index: 9;padding: 6px;margin: 0;display: flex;flex-direction: column;gap: 2px;}
ul.wcCategoryNavAction li{width: 100%;padding: 0;display: block;margin:0}
ul.wcCategoryNavAction li button{width: 100%;padding: 5px;display: flex;font-size: 14px;line-height: 20px;align-items: center;gap: 8px;cursor: pointer;border-radius: 4px;position: relative;border: none;background: transparent;}
ul.wcCategoryNavAction li button:hover{background-color: #f1f1f1;}
.wcActionIcon {line-height: 0}
.wcActionIcon svg{width: 20px;height: 20px;fill: #4a4a4a;}

.wcProduct_gridView{width: 100%; display: grid; row-gap: 20px; column-gap: 20px;grid-auto-flow: dense; padding-bottom: 12px;margin-top: 20px ; line-height: 0;}
.wcProduct_gridView.wcGrid_2{grid-template-columns: repeat(2, 1fr);}
.wcProduct_gridView.wcGrid_3{grid-template-columns: repeat(3, 1fr);}
.wcProduct_gridView.wcGrid_4{grid-template-columns: repeat(4, 1fr);}
.wcProduct_gridView.wcGrid_5{grid-template-columns: repeat(5, 1fr);}
.wcProduct_gridView .wcButton{border-radius:0 0 6px 6px}

.wcQuantity{display:flex; align-items:center; justify-content:space-between;padding:0 12px 10px 12px}
.wcQuantityBox {display: inline-flex;align-items: center;justify-content: space-between;border-radius: 0;border: 1px solid #e5e5e5;gap: 2px;padding: 0 2px;width: 100%;}
.wcQuantityButton {width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;cursor: pointer;border:none; background-color:transparent}
.wcQuantityButton svg {width: 20px;height: 20px;}
.wcQuantityButton.isDisabled {cursor: no-drop;}
span.wcQuantityText {font-size: 14px;line-height: 18px;min-width: 20px;text-align: center;display: inline-block;}
.variantName {font-size: 12px;color: #737373;line-height: normal;}

.wcProductList{position:relative}
.wcProductCard{width: 100%;display: flex;border: 1px solid #e5e5e5;border-radius: 6px;flex-direction: column;height: 100%; position: relative;box-sizing: border-box;}
.wcProductCard .wcPcMedia{width: 100%; display: inline-block;border-bottom: 1px solid #e5e5e5; position: relative; box-sizing: border-box;}
.wcProductCard .wcPcMedia a{width: 100%; display: inline-block; position: relative; text-align:center;}
.wcProductCard .wcPcMedia a::before{content: ''; width: 100%; display: inline-block; padding-bottom: 100%; position: relative;}
.wcProductCard .wcPcMedia span.wcPcMediaLoad {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;color: #e5e5e5;}
.wcProductCard .wcPcMedia span.wcPcMediaLoad svg{width:75px}
.wcProductCard .wcPcMedia img{width: 100%; display: inline-block; height: 100%; position: absolute; left: 0; top: 0; object-fit: contain; object-position: center; border-radius: 6px 6px 0 0; border:none;margin:0}
.wcProductCard .wcPcContent{width: 100%; display: flex; flex-direction: column; padding: 12px 12px; box-sizing: border-box; gap: 10px;    flex: 1 1 0%;}
.wcProductCard .wcPcContent h4{display: block;line-height: normal; font-weight: 500;margin: 0; flex: 1 1 auto;}
.wcProductCard .wcPcContent h4 a{font-size: 14px; color: #0C0C0C; line-height: normal; text-decoration: none; font-weight: 500;}
.wcProductCard .wcPcPrice{display: flex; column-gap: 8px; flex-wrap:wrap;}
.wcProductCard .wcPcPrice span{font-weight: 400;line-height: normal;color: #0C0C0C; font-size: 14px;}
.wcProductCard .wcPcPrice span.wcPcComparePrice{text-decoration: line-through ;}
.wcProductCard .wcProductTrigger{width: 30px;height: 30px;background: #ffff;border: 1px solid #e5e5e5;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: absolute;right: 5px;top: 5px;cursor: pointer}
.wcProductCard .wcProductTrigger svg{width: 16px; height: 16px}
.wcProductCard .wcPcFooter{width: 100%; display: block;  }

.wcPcVariantBox {display: flex;flex-wrap: wrap;gap: 10px;flex-direction: column;}
.wcPcVariants{width: 100%; display: block; padding: 0; border: none; margin: 0;}
.wcPcVariantsLegend {display: flex;flex-flow: row nowrap;align-items: flex-start;margin: 0;padding: 0 0 6px;width: 100%;font-size: 14px;opacity: 0.7;line-height: normal;}
.wcPcVariantsLegend span{padding-left: 5px;border-left: 1px solid rgba(66, 66, 66, 0.2);margin-left: 6px;}
.wcPcVariants .wcPcSwatch{display: flex; flex-wrap: wrap; gap: 5px;}
.wcPcSwatch .wcPcSwatchField{display: block; position: relative;}
.wcPcSwatch .wcPcSwatchField input {opacity: 0;width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;}
.wcPcSwatch .wcPcSwatchField label {font-size: 14px;line-height: 20px;position: relative;padding: 4px 8px;min-width: 30px; display: flex;justify-content: center;border: 1px solid rgba(66, 66, 66, 0.2);color: #0C0C0C;transition: all .5s cubic-bezier(.215,.61,.355,1);margin: 0; cursor: pointer;}
.wcPcSwatch .wcPcSwatchField input:checked~label {color: #fff;background-color: #0C0C0C;border: 1px solid #0C0C0C;}

.wcPcSwatch.wcColorSwatch .wcPcSwatchField label:before{content:'';display:inline-block;position:absolute;border:2px solid #fff; top:0px;right:0px;bottom:0px;left:0px;box-sizing:border-box}
.wcPcSwatch.wcColorSwatch .wcPcSwatchField label {font-size: 0;padding: 2px;height: 30px;width: 30px;border-color:#e8e8e1;background-repeat: no-repeat;background-size: cover;}
.wcPcSwatch.wcColorSwatch .wcPcSwatchField input:checked~label{box-shadow: 0 0 0 1px #0C0C0C;border-color:#e8e8e1}
.wcPcSwatch .wcPcSwatchField input:focus ~  label{outline: 1px solid #000 !important;outline-offset: 1px !important;transition: all 0s cubic-bezier(.215, .61, .355, 1);}
select.wcPcSelector {padding: 5px 25px 5px 10px;min-height: inherit;margin: 0;width: 100%;background-position: right center;background-repeat: no-repeat;background-position: right 10px center;background-color: #ffffff;cursor: pointer;background-size: 15px;border: 1px solid rgba(66, 66, 66, 0.2);border-radius: 0;-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;font-size: 14px;font-family: inherit;height: auto;line-height: 20px;}
select.wcPcSelector:focus{box-shadow: none;}

.wcProduct_listView {width: 100%; display: grid; row-gap: 20px; column-gap: 20px;grid-auto-flow: dense; padding-bottom: 12px;margin-top: 20px ; line-height: 0;}
.wcProduct_listView .wcProductCard {padding: 12px;flex-direction: row;align-items: center;box-sizing: border-box;flex-wrap:wrap}
.wcProduct_listView .wcProductCard .wcPcMedia {width: 110px;flex: 0 0 110px;border: 1px solid #e5e5e5;border-radius: 6px;}
.wcProduct_listView .wcProductCard .wcPcMedia img{border-radius: 6px;}
.wcProduct_listView .wcProductCard .wcPcContent {flex: 1 0 0%;width: 100%;padding: 0 0 0 12px;}
.wcProduct_listView .wcProductCard .wcPcFooter{flex: 0 0 175px;max-width: 175px;padding-left: 12px;display: flex;flex-direction: column;gap: 12px;}
.wcProduct_listView .wcQuantity{padding:0;}
.wcProduct_listView select.wcPcSelector{width:auto}
.wcProduct_listView .wcProductCard .wcProductTrigger{width:24px; height:24px}

.wcLoader {position:relative;display:inline-block;width:110px;}
.wcLoader img{border:none; max-height:100px}
.wcLoader .wcLoaderDot {height:6px;width:6px;border-radius:50%;background: black;float:left;margin:0 3px;background:#292929;transform:scale(0);}
.wcLoaderDot:nth-child(1) {z-index:1;-moz-animation: grow 4.4s infinite ease-in-out;-webkit-animation: grow 4.4s infinite ease-in-out;}
.wcLoaderDot:nth-child(2) {-moz-animation: grow 4.4s infinite ease-in-out;-webkit-animation: grow 4.4s infinite ease-in-out;-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}
.wcLoaderDot:nth-child(3){-moz-animation: grow 4.4s infinite ease-in-out;-webkit-animation: grow 4.4s infinite ease-in-out;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.wcLoaderDot:nth-child(4){-moz-animation: grow 4.4s infinite ease-in-out;-webkit-animation: grow 4.4s infinite ease-in-out;-webkit-animation-delay: 0.9s;animation-delay: 0.9s;}

@-moz-keyframes grow {
    0% {-moz-transform: scale(0);}
    25% {-moz-transform: scale(1);}
    50% {-moz-transform: scale(0);}
    75% {-moz-transform: scale(1);background:#292929;}
    100% {-moz-transform: scale(0);background:#292929;}
}
@-webkit-keyframes grow {
    0% {-webkit-transform: scale(0);}
    25% {-webkit-transform: scale(1);}
    50% {-webkit-transform: scale(0);}
    75% {-webkit-transform: scale(1);background:#292929;}
    100% {-webkit-transform: scale(0);background:#292929;}
}

.wcButton{font-size: 14px;display: inline-block;color: #fff;line-height: 20px;padding: 6px 12px;width: auto;text-align: center;background-color: #1a1a1a;margin: 0;border: none;box-shadow: none;box-sizing: border-box;cursor: pointer;position:relative}
.wcButton.isLoading{cursor:no-drop;filter: grayscale(100%);}
.wcButton.isDisabled {filter: contrast(.5);cursor: no-drop;}
.wcButton.isLoading .wcCartButtonText{opacity:0}
.wcButton.wcFull{width:100%}
span.wcLoadingSpinner {position: absolute;width: 20px;height: 20px;top: calc(50% - 10px);left: calc(50% - 10px);border: 2px solid transparent;border-left-color: #fff;border-right-color: #fff;opacity: 0.8;border-radius: 50%;animation: wcLoadingSpinner 0.7s infinite linear;-webkit-animation: wcLoadingSpinner 0.7s infinite linear;}

@keyframes wcLoadingSpinner {
    from { transform: rotate(0deg) }
    to   { transform: rotate(360deg) }
}

@-webkit-keyframes Rb_LoadingSpinner {
    from { -webkit-transform: rotate(0deg)}
    to   { -webkit-transform: rotate(360deg)}
}
.wc_allAddtocartBtn{display: block;width: 100%; text-align: center}
.wishlistClubShare{display: inline-flex;align-items: center;justify-content: center;gap: 10px;flex-wrap: wrap;}
.wcShareTitle{font-size: 20px;line-height: 22px;}
.wcShareView{display: inline-flex;gap:6px; line-height: 0;}
.wcShareView .wcShareBtn{cursor: pointer;border: rebeccapurple;background: transparent;line-height: 0;padding: 0;margin: 0;}
.wcShareView .wcShareBtn svg{width: 30px;height: 30px}
.wcClearCartMsg{display: block; margin-bottom: 15px;}
.wcCheckBox{text-align: left;position: relative;}
.wcCheckBox .wcCheckBoxInput{position:absolute;top:0;left:0;opacity:0;}
.wcCheckBoxLabel {cursor: pointer;display: inline-block;line-height: 24px;padding-left: 36px;position: relative;-webkit-user-select: no-select;-moz-user-select: no-select;-ms-user-select: no-select;user-select: no-select;transition: color 0.3s;}
.wcCheckBoxIcon {border: solid 2px #888;display: block;height: 24px;position: absolute;left: 0;top: 0;width: 24px;transition: border-color .3s;border-radius: 4px;}
.wcCheckBoxIcon svg{opacity: 0;width: 100%;}

input.wcCheckBoxInput:checked + .wcCheckBoxLabel .wcCheckBoxIcon svg{opacity: 1}
.wcCheckBoxInput:focus-visible + .wcCheckBoxLabel .wcCheckBoxIcon:before{content: "";display: inline-block;position: absolute;border: 2px solid #000;top: -6px;left: -6px;right: -6px;bottom: -6px;border-radius: 4px;}
.wcPcSwatch .wcPcSwatchField input:focus ~  label{outline: 1px solid #000 !important;outline-offset: 1px !important;transition: all 0s cubic-bezier(.215, .61, .355, 1);}

.wishlistConfirmation .wcProduct_listView{padding:0;margin:0}
.wishlistConfirmation .wcProduct_listView .wcProductCard{padding:0;border:none}
.wishlistConfirmation .wcProduct_listView .wcProductCard .wcPcMedia {width: 60px;flex: 0 0 60px;border-radius: 4px;}
.wishlistConfirmation .wcProduct_listView .wcProductCard .wcPcMedia img{border-radius: 4px;}
.wishlistConfirmation .wcProductCard .wcPcContent{gap:4px}
@media screen and (max-width: 1199px) {
    .wcProduct_gridView.wcGrid_5 { grid-template-columns: repeat(4, 1fr); }
}

@media screen and (max-width: 1023px) {
    .wcProduct_gridView.wcGrid_4,
    .wcProduct_gridView.wcGrid_5 {grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width: 767px) {
    .wcProduct_gridView.wcGrid_3,
    .wcProduct_gridView.wcGrid_4,
    .wcProduct_gridView.wcGrid_5 {grid-template-columns: repeat(2, 1fr);}
    .wcProduct_listView .wcProductCard .wcPcFooter{flex: 0 0 155px;max-width: 155px;}
}

@media screen and (max-width: 575px) {
    .wcProduct_listView .wcProductCard .wcPcFooter{flex: 0 0 100%;max-width: 100%; padding: 10px 0 0 0;flex-direction: row;}
    .wcProduct_listView .wcQuantity{width:110px; flex:0 0 110px;}
    .wcProduct_listView select.wcPcSelector{width:100%;}
    .wcProduct_gridView{row-gap: 10px;column-gap: 10px;}
}

@media screen and (max-width: 374px) {
    .wcProduct_gridView.wcGrid_2,
    .wcProduct_gridView.wcGrid_3,
    .wcProduct_gridView.wcGrid_4,
    .wcProduct_gridView.wcGrid_5 {grid-template-columns: repeat(1, 1fr);}
}