.prd-Card{--Border_Radius: 1px;position:relative;flex-direction:column;display:flex;height:100%;background-color:var(--Color_Card);border-radius:1px;border-top-left-radius:var(--Border_Radius);overflow:hidden;transition:border-radius .3s ease}.prd-Card .prd-DetailPrice_DiscountText{display:none}.prd-Card_Tag{position:absolute;top:0;right:0;z-index:3;padding:3px 3px 3px 5px;background-color:var(--Background);color:#fff}.prd-Card_Tag-dark{color:var(--Color_PerformanceBlack)}@media only screen and (min-width: 901px){.prd-Card_Tag{top:20px;padding:3px 10px 3px 8px;border-radius:2px 0 0 2px}}.prd-Card_Wishlist{position:absolute;top:15px;right:15px;z-index:2;align-items:center;justify-content:center;display:flex;width:22px;height:22px;background-color:#fff;border-radius:50%;color:var(--Color_CarbonGrey)}.prd-Card_Wishlist svg{width:14px;height:14px}.prd-Card_Colours{display:flex;padding-block-end:12px;padding-inline-start:17px;padding-inline-end:17px;pointer-events:none}@media only screen and (min-width: 768px){.prd-Card_Colours{position:absolute;top:0;left:0;z-index:2;padding-block-start:15px;padding-block-end:0}}.prd-Card_Colour{--Button_Size: 24px;--Circle_Size: 18px;--Dot_Size: 13px;position:relative;z-index:2;align-items:center;justify-items:center;display:flex;width:var(--Button_Size);height:var(--Button_Size);pointer-events:auto}.prd-Card_Colour:before{content:"";position:absolute;top:50%;left:50%;z-index:1;display:block;width:var(--Dot_Size);height:var(--Dot_Size);background-image:linear-gradient(to right,var(--Dot_Colour-primary) 50%,var(--Dot_Colour-secondary) 50%);border-radius:50%;transform:translate(-50%,-50%)}.prd-Card_Colour:after{content:"";position:absolute;top:50%;left:50%;z-index:1;display:block;width:var(--Circle_Size);height:var(--Circle_Size);border:1px solid var(--Color_CarbonGrey);border-radius:50%;opacity:0;transform:translate(-50%,-50%);transition:opacity .3s ease}.prd-Card_Colour[aria-current=true]:after{opacity:1}@media only screen and (min-width: 901px){.prd-Card_Colour{--Button_Size: 30px;--Circle_Size: 22px;--Dot_Size: 16px}.prd-Card_Colour:not([aria-current=true]):is(:focus,:hover):after{opacity:.5}}.prd-Card_Actions{position:absolute;top:0;left:0;display:block;width:100%;opacity:0;transition:opacity .3s ease}.prd-Card:hover .prd-Card_Actions{z-index:4;opacity:1;transition:opacity .3s ease}.prd-Listing_Wishlist{position:absolute;top:16px;left:16px;z-index:1;align-items:center;justify-content:center;display:flex;width:30px;height:30px;color:var(--Color_CarbonGrey);transition:color .3s ease}.prd-Listing_Wishlist .ico-Wishlist_Middle{transition:fill .3s ease}.prd-Listing_Wishlist svg{width:18px;height:18px}.prd-Listing_Wishlist:hover{color:var(--Color_PetronasTeal)}.prd-Listing_Wishlist[data-wishlist-status=added] .ico-Wishlist_Middle{fill:currentColor}.prd-Listing_WishlistText{display:none}.prd-Listing_Wishlist[data-wishlist-status=added] .prd-Listing_WishlistText-remove,.prd-Detail_Wishlist[data-wishlist-status=not-added] .prd-Listing_WishlistText-add{display:block}@media (hover: none){.prd-Card_Actions{display:none}}.prd-Card_MediaContainer{position:relative;z-index:0;display:flex;width:100%;border-top-left-radius:var(--Border_Radius);overflow:hidden;transition:border-radius .3s ease}.prd-Card_MediaContainer .prd-Card_Image:before{content:"";position:absolute;bottom:0;left:0;z-index:3;display:block;width:100%;height:50px;background-image:linear-gradient(0deg,var(--Color_Card) 0%,rgba(var(--Color_Card-rgb),0) 100%)}@media only screen and (max-width: 1200px){.clc-ProductGrid-threeTablet .prd-Card_MediaContainer .prd-Card_Image:before{display:none}}.prd-Card_MediaContainer:after{content:"";display:block;width:0;padding-block-start:125%}.prd-Card_Image{position:absolute;top:0;left:0;z-index:1;display:flex;width:100%;height:100%;transition:opacity .3s ease}.prd-Card_Image-model{z-index:2;opacity:0}.clc-ProductGrid-modelCard .prd-Card_Image-model,.prd-Card-touchActive .prd-Card_Image-model{opacity:1}@media only screen and (max-width: 768px){.prd-Card_MediaContainer-scroll{z-index:2;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;pointer-events:auto}.prd-Card_MediaContainer-scroll::-webkit-scrollbar{display:none}.prd-Card_MediaContainer-scroll .prd-Card_Image{scroll-snap-align:start;position:relative;min-width:100%;opacity:1}.prd-Card_MediaContainer-scroll .prd-Card_Image-peek{opacity:1;animation:peekAnimation 1s ease-in-out;animation-delay:2s}}@keyframes peekAnimation{0%{transform:translateZ(0)}50%{transform:translate3d(-25%,0,0)}to{transform:translateZ(0)}}@media only screen and (min-width: 901px){.prd-Card:hover .prd-Card_Image-model{opacity:1}.clc-ProductGrid-modelCard .prd-Card:hover .prd-Card_Image-model{opacity:0}}.prd-Card_Content{position:relative;z-index:2;align-items:flex-start;flex-grow:1;grid-template-areas:"title title title" "reviews reviews reviews" "price price quickBuy";grid-template-rows:max-content max-content auto;display:grid;width:100%;padding:20px}.prd-Card_Content:after{content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:100%;background:#eceef0}@media only screen and (max-width: 1200px){.clc-ProductGrid-threeTablet .prd-Card_Content{display:none}}.prd-Card_Content-promo{grid-template-areas:"promo promo promo" "title title title" "price price price" "quickBuy reviews reviews";grid-template-rows:40px auto max-content max-content}.prd-Card-touchActive .prd-Card_Content{opacity:0;transform:translateY(10px)}@media only screen and (min-width: 901px){.prd-Card_Content{grid-template-areas:"title title" "price reviews";grid-template-rows:auto max-content;transition:transform .5s ease,opacity .5s ease}.prd-Card_Content-promo{grid-template-areas:"promo promo" "title title" "price reviews";grid-template-rows:40px auto max-content}.prd-Card-outOfStock:hover .prd-Card_Content{opacity:1;transform:translateY(0)}}.klevuQuickSearchResults .prd-Card:hover .prd-Card_Content,.klevuQuickSearchNoResultsPopular .prd-Card:hover .prd-Card_Content{opacity:1;transform:none}.prd-Card_Title{grid-area:title;color:var(--Color_CarbonGrey)}@media only screen and (min-width: 901px){.prd-Card_Title{min-height:32px}}@media only screen and (max-width: 900px){.prd-Card_Title{margin-block-end:10px}}.prd-Card_PriceContainer{align-self:flex-end;grid-area:price;line-height:20px}@media only screen and (max-width: 900px){.prd-Card_PriceContainer .prd-DetailPrice{margin-top:10px}}@media only screen and (min-width: 768px){.prd-Card_PriceContainer{align-items:center;flex-direction:row;display:flex}.prd-Card_PriceContainer .prd-Card_Yotpo{margin-inline-start:auto}}.prd-Card_Price{display:flex;margin-block-start:15px;font-size:12px;color:var(--Color_Grey);gap:5px;white-space:nowrap}@media only screen and (min-width: 900px){.prd-Card_Price{font-size:13px}}.prd-Card_RegularPrice{color:#9c9c9c}.prd-Card_SalePrice{color:var(--Color_Red)}.prd-Card_Yotpo{align-items:center;align-self:flex-start;justify-content:flex-start;grid-area:reviews;display:flex}@media only screen and (min-width: 900px){.prd-Card_Yotpo{align-items:center;align-self:flex-end;justify-content:flex-end}}.prd-Card_Yotpo .yotpo-reviews-star-ratings-widget,.prd-Card_Yotpo .yotpo-widget-clear{margin:0!important}.prd-Card_Yotpo .star-container{width:11px;height:11px;margin:0!important}@media only screen and (min-width: 900px){.prd-Card_Yotpo .star-container{width:13px;height:13px}}.prd-Card_Yotpo .yotpo-sr-bottom-line-summary{align-items:center!important;flex-direction:row-reverse!important;gap:2px}@media only screen and (min-width: 900px){.prd-Card_Yotpo .yotpo-sr-bottom-line-summary{gap:8px}}.prd-Card_Yotpo .yotpo-sr-bottom-line-summary>div{align-items:flex-end!important;height:auto;margin:0!important;gap:3px}.prd-Card_Yotpo .yotpo-sr-bottom-line-summary span{align-items:flex-end!important;gap:4px;height:auto!important}.prd-Card_Yotpo .yotpo-sr-bottom-line-text{padding:0!important;font-size:9px!important;font-weight:300!important;letter-spacing:1px!important;line-height:1!important;color:var(--Color_CarbonGrey)!important;white-space:nowrap!important}@media only screen and (min-width: 900px){.prd-Card_Yotpo .yotpo-sr-bottom-line-text{font-size:13px!important}}[data-initialised=true] .prd-Card_FauxLink{cursor:grab}.prd-Card_QuickBuy{z-index:3;align-self:self-end;justify-content:flex-end;grid-area:quickBuy;display:flex;margin-top:10px;background-color:transparent;color:var(--Color_CarbonGrey)}.prd-Card_QuickBuy-hidden{opacity:0}.prd-Card_QuickBuy svg{width:20px;height:20px}@media only screen and (min-width: 901px){.prd-Card_QuickBuy{display:none}}.prd-Card_PreOrder,.prd-Card_OptionsContainer{display:none}@media only screen and (min-width: 901px){.prd-Card_OptionsContainer{--Options_Inset: 10px;position:absolute;top:0;left:var(--Options_Inset);z-index:-1;flex-wrap:wrap;display:flex;width:calc(100% - (var(--Options_Inset) * 2));padding-block-end:var(--Options_Inset);transform:translateY(0);transition:transform .5s ease;gap:1px}.prd-Card:hover .prd-Card_OptionsContainer{transform:translateY(-100%)}}.prd-Card_Options{flex-wrap:wrap;gap:1px;display:flex;width:100%;background-color:var(--Color_Grey)}.prd-Card_Option{flex-grow:1}.prd-Card_Button{position:relative;display:block;width:100%;padding:15px 5px 14px;text-align:center;background-color:var(--Color_CarbonGrey);color:#fff;overflow:hidden;white-space:nowrap}.prd-Card_Options-moreOptions .prd-Card_Button{padding-inline-start:15px;padding-inline-end:15px}.prd-Card_Button-soldOut{color:var(--Color_SilverGrey);overflow:visible}.prd-Card_Button-soldOut:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='none'%3E%3Cpath fill='%230B0B0B' stroke='%230B0B0B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.043 10.576h9.913c.991 0 1.794-.803 1.794-1.793v-5.74c0-.99-.803-1.793-1.793-1.793H3.043c-.99 0-1.793.803-1.793 1.793v5.74c0 .99.803 1.793 1.793 1.793Z'/%3E%3Cpath fill='%230B0B0B' fill-rule='evenodd' stroke='%239C9C9C' stroke-linecap='round' stroke-linejoin='round' stroke-width='.5' d='M12.957 9.826H3.043A1.043 1.043 0 0 1 2 8.783v-5.74C2 2.467 2.467 2 3.043 2h9.913C13.534 2 14 2.467 14 3.043v5.74c0 .576-.467 1.043-1.043 1.043Z' clip-rule='evenodd'/%3E%3Cpath stroke='%239C9C9C' stroke-linecap='round' stroke-linejoin='round' stroke-width='.5' d='M3.043 3.044 7.322 5.97a1.2 1.2 0 0 0 1.355 0l4.279-2.927M3.043 8.783l3.13-2.609M12.956 8.783l-3.13-2.609'/%3E%3C/svg%3E");position:absolute;bottom:-10px;left:0;z-index:2;display:block;width:100%;pointer-events:none}@media only screen and (min-width: 901px){.prd-Card_Button:after{content:"";position:absolute;bottom:0;left:0;z-index:1;display:block;width:100%;height:2px;background-color:var(--Color_VoltGreen);transform:scaleX(0);transition:transform .5s ease}.prd-Card_Button:is(:focus,:hover):after{transform:none}}.prd-Card_Async{height:100%}@media only screen and (min-width: 901px){.klevuQuickSearchResults .prd-Card_Async .prd-Card_Options,.klevuQuickSearchNoResultsPopular .prd-Card_Async .prd-Card_Options{display:none}}.prd-Card_Loading{align-items:center;justify-content:center;display:flex;height:100%;background-color:var(--Color_Card);border-radius:1px}.prd-Card_Loading:after{content:"";display:block;width:0;padding-block-start:160%}@media only screen and (min-width: 768px){.prd-Card_Loading:after{padding-block-start:140%}}@media only screen and (min-width: 1201px){.prd-Card_Loading:after{padding-block-start:140%}}.prd-Card_Promo{grid-area:promo;margin-block-end:10px;font-size:14px;color:var(--Color_Red)}@media only screen and (min-width: 901px){.prd-Card_Promo{font-size:16px}}.klevuLanding .prd-Card_MiniQuickAdd{display:none}.prd-Card_MiniQuickAdd{position:absolute;bottom:-1px;z-index:5;display:block;width:100%;background-color:var(--Color_CarbonGrey);color:var(--Color_GlocknerWhite);transform:translateY(100%);transition:transform .5s ease}@media only screen and (min-width: 901px){.prd-Card:hover .prd-Card_MiniQuickAdd{transform:none}}.prd-Card-touchActive .prd-Card_MiniQuickAdd{transform:none}.prd-Card-desktopQuickAdd .prd-Card_Content{transition:opacity .25s ease}.prd-Card_MiniQuickAddForm{display:flex}.prd-Card_MiniQuickAdd .frm-Form_Select{height:35px;padding:0 15px;font-size:14px;text-transform:capitalize;background-color:var(--Color_PerformanceBlack);border:0}.prd-Card_MiniQuickAdd .frm-Form_SelectField{align-items:center;flex:50%;display:flex;border-right:1px solid var(--Color_Grey);color:var(--Color_GlocknerWhite)}.prd-Card_MiniQuickAddATC{flex:50%;height:35px;font-size:13px;letter-spacing:1.3px;text-transform:uppercase}.prd-Card_MiniQuickAdd-vibrant .frm-Form_Select,.prd-Card_MiniQuickAdd-vibrant .frm-Form_SelectField,.prd-Card_MiniQuickAdd-vibrant .prd-Card_MiniQuickAddATC{background-color:var(--Color_VoltGreen);color:var(--Color_CarbonGrey)}
/*# sourceMappingURL=/cdn/shop/t/400/assets/product-card.css.map */
