if($("html").attr('data-app') === "on") {
let attr = null
- $("a:not([role=tab]),form").each(function(){
+ $("a:not([role=tab]):not(.cube-cookie-notice-learn-more),form").each(function(){
if($(this).prop("tagName").toLowerCase() === 'a') {
attr = "href"
}else if($(this).prop("tagName").toLowerCase() === 'form') {
[data-app=on]//.woocommerce-app
*
font-family: $fontOutfit
- p,h1,h2,h3,h4,h5,h6,span,label,div
+ p,h1,h2,h3,h4,h5,h6,span,label,div:not(.cube-cookie-notice)
color: #1B2943
line-height: normal
+ .cube-cookie-notice,
+ #cube_cookie_notice_info
+ a
+ color: #356DA8
+ text-decoration: underline
+ font-weight: $semibold
+
strong
font-weight: $semibold
.woocommerce-billing-fields h3
display: none
+ .cube-cookie-notice,
+ #cube_cookie_notice_info
+ display: none !important
+
// Container
body .wrap.container
padding-top: 0 !important
*
color: #6CC3EE
- &-product-details__short-description p
- font-size: 18px !important
- font-weight: 400
+ &-product-details__short-description
+ display: none
+ p
+ font-size: 18px !important
+ font-weight: 400
&-tabs
p
font-size: 18px
+ section
+ padding-bottom: 0
.label-quantity
margin-bottom: 9px