The Venum Contender Boxing Gloves are specially designed to hit where it hurts.These 100% premium synthetic leather boxing gloves are top quality ones. There curved anatomical shape offers a great versatility and a lasting comfort.The Venum Contender boxing gloves’ multi-density foam padding absorbs every shock to protect your fist. Whether you are training or fighting, these gloves are sure to direct you towards success.
100% high quality synthetic leather for extended service life.
Multi-density foam for a perfect absorption of shocks.
Large Velcro enclosure for a secure fit.
Full attached thumb to minimize the risk of twisting.
Description
The Venum Contender Boxing Gloves are specially designed to hit where it hurts.These 100% premium synthetic leather boxing gloves are top quality ones. There curved anatomical shape offers a great versatility and a lasting comfort.The Venum Contender boxing gloves’ multi-density foam padding absorbs every shock to protect your fist. Whether you are training or fighting, these gloves are sure to direct you towards success.
Technical characteristics and maintenance
100% high quality synthetic leather for extended service life.
Multi-density foam for a perfect absorption of shocks.
Large Velcro enclosure for a secure fit.
Full attached thumb to minimize the risk of twisting.
You may also like
Opinions
// Show the first tab by default
$(‘.tabs-stage div.tab-content’).hide();
$(‘.tabs-stage div.tab-content:nth-child(3)’).show();
$(‘.tabs-nav li:nth-child(3)’).addClass(‘tab-active’);
// Change tab class and display content
$(‘.tabs-nav li’).on(‘click’, function(event){
event.preventDefault();
$(‘.tabs-nav li’).removeClass(‘tab-active’);
$(this).addClass(‘tab-active’);
$(‘.tabs-stage div.tab-content’).hide();
$($(this).find(‘a’).attr(‘href’)).show();
});
document.addEventListener(“DOMContentLoaded”, function(event) {
var acc = document.getElementsByClassName(“accordion”);
var panel = document.getElementsByClassName(‘panel’);
for (var i = 0; i
@media screen and (min-width:481px) and (max-width:991px){
p.accordion {
/* font-size: 12px !important; */
}
div.panel p{
/* font-size:12px !important; */
}
}
@media screen and (min-width:768px){
.map-faq-disp {
display: flex;
}
}
.faq {
height: auto;
margin-top: 0px;
}
p.accordion {
color: #868686;
cursor: pointer;
padding: 15px 18px 15px 10px;
width: 100%;
font-weight: bold;
text-align: left;
outline: none;
transition: 0.4s;
margin-bottom: 0;
margin-top: 0em;
font-family: alternate-gothic-atf;
font-size: 18px;
font-weight: 500;
}
ar {
padding: 5px 0 ;
}
p.accordion.active,
p.accordion:hover {
background-color: transparent;
color: #000;
text-decoration: none;
}
p.accordion img {
width: 25px;
margin-right: 10px;
}
p.accordion:after {
content: “f078”;
font-family: fontawesome;
font-size: 16px;
color: #000;
float: right;
margin-left: 5px;
}
p.accordion.active:after {
content: “f077”;
font-family: fontawesome;
color:#000;
}
div.panel {
padding:0 10px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: 0.4s ease-in-out;
opacity: 0;
text-align:justify;
margin-bottom: 0;
font-family: alternate-gothic-atf;
}
div.panel p {
color: #0f0f0f;
font-size: 18px;
line-height: 24px;
text-align: left;
letter-spacing: 0;
font-family: alternate-gothic-atf;
}
/* div.panel p:first-child {
margin-top: 5px;
} */
div.panel.show {
opacity: 1;
max-height: max-content;
font-size: 18px;
padding: 10px 15px;
border: 1px solid #cecfd5;
border-radius: 0 0 6px 6px;
font-family: alternate-gothic-atf;
}
.panel.show ul li {
list-style: disc;
text-align: justify;
color: #0f0f0f;
font-size: 18px;
line-height: 24px;
text-align: left;
letter-spacing: 0;
font-family: alternate-gothic-atf;
}
.panel.show ul {
padding-left: 25px;
text-align: justify;
}
@media screen and (max-width:991px){
.tab-mob-block{
display:block !important;
}
.tab-mob-none{
display:none !important;
}
}
@media screen and (max-width: 480px) {
.feature-row__text–left iframe {
height: 350px !important;
}
.faq {
margin-bottom: 1em;
}
.faq-conainer {
padding: 10px !important;
}
.mchn-tool-area .page-width{
padding:0 15px;
}
p.accordion:after {
content: “f078”;
font-size: 15px;
float: right;
margin-left: 5px;
/* padding:5px 0; */
position: absolute;
top: 35%;
right: 10px;
}
p.accordion.active:after {
content: “f077″;
}
p.accordion span{
display:none;
}
p.accordion {
/* font-size:10px !important; */
position:relative;
}
p.accordion img {
width: 25px;
margin-right: 5px;
}
}
/* custom radio */
.customRadio input[type=radio]:checked+label {
font-weight:bold;
}
.customRadio input[type=radio] {
position: absolute;
left: -9999px !important;
}
.customRadio input[type=radio]+label {
position: relative;
padding: 0px 0 0 40px;
cursor: pointer;
}
.customRadio input[type=radio]+label:before {
content: ”;
background: #fff;
border: 2px solid #8d8d8d;
height: 20px;
width: 20px;
border-radius: 50%;
position: absolute;
top: 2px;
left: 0;
}
.customRadio input[type=radio]:checked+label:before {
border: 2px solid #e199ad;
}
.customRadio input[type=radio]+label:after {
content: ”;
background:#e199ad;
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
top: 9px;
left: 7px;
opacity: 0;
transform: scale(2);
transition: transform 0.3s linear, opacity 0.3s linear;
}
.customRadio input[type=radio]:checked+label:after {
opacity: 1;
transform: scale(1);
}
/* custom radio with image */
.customRadioWithImage input[type=radio] {
position: absolute !important;
left: -9999px !important;
}
.customRadioWithImage input[type=radio]+label .image {
position: relative !important;
cursor: pointer;
display: inline-block;
vertical-align: middle;
border: 1px solid #333;
border-radius: 50%;
}
.customRadioWithImage input[type=radio]+label .image img {
position: relative;
border-radius: 50%;
}
.customRadioWithImage input[type=radio]+label .image:after {
content: ”;
border: 4px solid #1cbe9d;
width: 100%;
height: 100%;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transform: scale(1.2);
transition: transform 0.3s linear, opacity 0.3s linear;
}
.customRadioWithImage input[type=radio]:checked+label .image:after {
opacity: 1;
transform: scale(1);
}
#shopify-section-template–22294065414463__4687f13e-3f2e-4d11-9e8d-f34f86400aab .less-cont.ellipsis-read-more p span {font-size: 22px !important;} #shopify-section-template–22294065414463__4687f13e-3f2e-4d11-9e8d-f34f86400aab .details-tab-block span {font-size: 22px !important;} #shopify-section-template–22294065414463__4687f13e-3f2e-4d11-9e8d-f34f86400aab .less-cont.ellipsis-read-more div span {font-size: 22px !important;}
$(document).ready(function ($) {
$(“#form_calc”).change(function () {
var totalPrice = 0;
$(‘input[type=checkbox], input[type=radio]’).each(function () {
if ($(this).is(‘:checked’)) {
console.log(‘product-value’, $(this).closest(‘li’).find(“.addto-checkbox”).val());
var product_price = $(this).closest(‘li’).find(“.addto-checkbox”).val();
if (product_price !== undefined) {
totalPrice += Number($(this).closest(‘li’).find(“.addto-checkbox”).val());
}
}
});
$(“#price”).text((totalPrice / 100).toFixed(2) + `€`);
});
});
function calculate_pricebycheck() {
$(‘.addto-checkbox:checked’).each(function () {
var totalPrice = 0;
if ($(‘.addto-checkbox:checked’).length == 0) {
$(‘#total_price’).html(totalPrice);
}
totalPrice += $(“#addToCart select:selected”).data(‘price’);
var to_prss = totalPrices;
var output = (totalPrices / 100).toFixed(2);
$(‘#total_price’).html(output);
});
}
function formatToCurrency(amount) {
return (amount).toFixed(2).replace(/d(?=(d{3})+.)/g, ‘$&,’);
}
var totalPrices = 0;
$(“.prod-item-1 .product-form__variants”).change(function () {
totalPrices = $(this).find(“:selected”).data(‘price’);
var to_prs = totalPrices;
var outputs = (totalPrices / 100).toFixed(2) + “€”;
// alert(outputs);
$(‘.prod-item-1 .price span’).html(outputs);
$(‘#product-1’).attr(“value”, to_prs);
});
$(“.prod-item-2 .product-form__variants”).change(function () {
totalPrices = $(this).find(“:selected”).data(‘price’);
var to_prs = totalPrices;
var outputs = (totalPrices / 100).toFixed(2) + “€”;
// alert(outputs);
$(‘.prod-item-2 .price span’).html(outputs);
$(‘#product-2’).attr(“value”, to_prs);
});
$(“.prod-item-3 .product-form__variants”).change(function () {
totalPrices = $(this).find(“:selected”).data(‘price’);
var to_prs = totalPrices;
var outputs = (totalPrices / 100).toFixed(2) + “€”;
// alert(outputs);
$(‘.prod-item-3 .price span’).html(outputs);
$(‘#product-3’).attr(“value”, to_prs);
});
$(“#product-1”).change(function () {
if (this.checked) {
$(‘.product-1’).prop(‘disabled’, false);
calculate_pricebycheck();
} else {
$(‘.product-1’).prop(‘disabled’, true);
calculate_pricebycheck();
}
});
$(“#product-2”).change(function () {
if (this.checked) {
$(‘.product-2’).prop(‘disabled’, false);
calculate_pricebycheck();
} else {
$(‘.product-2’).prop(‘disabled’, true);
calculate_pricebycheck();
}
});
$(“#product-3”).change(function () {
if (this.checked) {
$(‘.product-3’).prop(‘disabled’, false);
calculate_pricebycheck();
} else {
$(‘.product-3’).prop(‘disabled’, true);
calculate_pricebycheck();
}
});
$(“.addto-checkbox”).change(function () {
calculate_pricebycheck();
});
async function comboProductSubmit() {
const button = document.querySelector(“#form_calc .add-to-selection-btn”);
if (button.dataset[“wasclicked”] == ‘true’) {
return;
}
button.dataset[“wasclicked”] = ‘true’;
const productsData = { items: [] };
const combo = document.getElementById(“form_calc”);
const mainHandle = window.location.href.split(“/”).pop().split(“?”)[0];
let mainProductDuplicated = false;
combo.querySelectorAll(“li.item”).forEach(elem => {
if (elem.dataset.handle == mainHandle) {
mainProductDuplicated = true;
}
if (elem.querySelector(“.addto-checkbox”).checked) {
let addId;
if (elem.querySelector(“select”)) {
addId = elem.querySelector(“select”).value;
} else {
addId = elem.dataset.productid;
}
productsData.items.push({
id: addId,
quantity: 1,
properties: { ‘combo_product’: true }
});
}
});
if (!mainProductDuplicated) {
productsData.items.push({
id: document.querySelector(“.product__info-wrapper product-form input[name=’id’]”).value,
quantity: 1,
properties: { ‘combo_product’: true }
});
}
if (productsData.items.length > 0) {
fetch(“/cart/add.js”, {
method: “POST”,
headers: { ‘Content-Type’: ‘application/json’ },
body: JSON.stringify(productsData)
}).then(() => refreshCart()).finally(() => { button.dataset[“wasclicked”] = ” });
} else {
button.dataset[“wasclicked”] = ”;
}
}
document.querySelector(“#form_calc .add-to-selection-btn”).addEventListener(‘click’, (event) => {
event.preventDefault();
event.stopPropagation();
comboProductSubmit();
});
function moveComboProduct() {
const addToCart = document.querySelector(“.product__info-container > div:has(product-form)”);
if (!addToCart) {
console.error(“[moveComboProduct] addToCart button not found”);
return;
}
const comboProduct = document.querySelector(“.complete-your-look-section”);
addToCart.parentNode.insertBefore(comboProduct, addToCart.nextSibling);
}
moveComboProduct();
.choose-size option[disabled=”disabled”] {
display: none;
}
.complete-your-look-section {
display: inline-block;
width: 100%;
padding-top: 90px;
padding-bottom: 160px;
}
.complete-your-look-section img {
max-width: 100%;
height: auto;
}
.complete-your-look-section h2 {
margin-bottom: 20px;
color: #0F0F0F;
font-size: 30px;
line-height: 38px;
font-weight: 500;
font-family: alternate-gothic-atf;
}
.complete-your-look-section .product-content-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.complete-your-look-section .product-content-wrapper .main-image {
width: 30%;
background: #e8e8e8;
}
.complete-your-look-section .product-content-wrapper .main-image img {
width: 100%;
max-width: 100%;
}
.complete-your-look-section .product-content-wrapper .right-part {
width: 100%;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid {
display: inline-block;
width: 100%;
margin-bottom: 30px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0;
margin: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item {
list-style: none;
width: 33.333%;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .image-wrapper {
display: inline-block;
width: 100%;
margin-bottom: 10px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .image-wrapper img {
float: left;
width: 100%;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection {
display: inline-block;
width: 100%;
vertical-align: top;
line-height: normal;
min-height: 55px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection label {
font-size: 20px;
font-family: alternate-gothic-atf;
cursor: pointer;
color: #868686;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection input[type=”checkbox”]:checked+label {
color: #0F0F0F;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection input[type=”checkbox”] {
display: none;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection input[type=”checkbox”]+label:before {
content: “”;
display: inline-block;
width: 18px;
height: 18px;
border: 1px solid #868686;
margin-right: 10px;
vertical-align: top;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection input[type=”checkbox”]:checked+label:before {
border: 2px solid #0F0F0F;
content: “2714”;
line-height: 1;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info {
display: inline-block;
width: 100%;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info h3.title {
margin-top: 20px;
margin-bottom: 5px;
color: #0F0F0F;
font-size: 22px;
font-family: ‘alternate-gothic-atf’;
line-height: 28px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info h3.title a {
color: #0f0f0f;
text-decoration: none;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .price-wrapper {
display: inline-block;
width: 100%;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .price-wrapper .price {
font-size: 26px;
color: #0F0F0F;
font-weight: 500;
font-family: ‘alternate-gothic-atf’;
margin-bottom: 10px;
line-height: normal;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .price-wrapper .price .has-promo {
color: #db5957;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .price-wrapper .price .has-promo:before {
content: attr(data-original-price);
color: #0F0F0FBF;
text-decoration: line-through;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .choose-size {
font-size: 22px;
font-family: ‘alternate-gothic-atf’;
color: #0F0F0F;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .choose-size select {
border: 0;
border-bottom: 1px solid #868686;
width: auto;
color: #868686;
text-align: left;
height: 27px;
vertical-align: top;
font-size: 22px;
outline: 0;
box-shadow: none;
}
.grand-total-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 30px;
color: #0F0F0F;
font-family: ‘alternate-gothic-atf’;
font-weight: 500;
}
.grand-total-wrapper .total-product-price {
margin-right: 30px;
}
.grand-total-wrapper .total-product-price .price {
font-size: 30px;
font-weight: 500;
color: #0F0F0F;
}
.grand-total-wrapper button.add-to-selection-btn {
background: transparent;
border: 1px solid #0F0F0F;
color: #fff;
height: 53px;
font-size: 24px;
line-height: 30px;
letter-spacing: 0;
font-family: alternate-gothic-atf, sans-serif;
font-weight: 400;
position: relative;
text-align: center;
-webkit-transform: skew(-21deg);
transform: skew(-21deg);
padding: 0 48px;
cursor: pointer;
}
.grand-total-wrapper button.add-to-selection-btn:after {
content: “”;
background: url(https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Picto-Panier-Blanc_1.png) no-repeat 0 0;
display: inline-block;
–border-offset: 0;
background-position: center center;
background-size: auto 16px;
width: 16px;
height: 16px;
margin-left: 0;
-webkit-transform: skew(21deg);
transform: skew(21deg);
}
.grand-total-wrapper button.add-to-selection-btn:hover:after {
background: url(https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Picto-Panier.png) no-repeat 0 0;
background-position: center center;
background-size: auto 16px;
}
.grand-total-wrapper button.add-to-selection-btn:before {
content: “”;
top: 0;
bottom: 0;
right: 0;
left: auto;
position: absolute;
height: 100%;
width: 100%;
background-color: #0F0F0F;
-webkit-transition: .3s ease-out;
transition: .3s ease-out;
}
.grand-total-wrapper button.add-to-selection-btn:hover:before {
width: 0%;
}
.grand-total-wrapper button.add-to-selection-btn:hover {
color: #0F0F0F;
background-color: transparent;
}
.grand-total-wrapper button.add-to-selection-btn span {
-webkit-transform: skew(21deg);
transform: skew(21deg);
display: inline-block;
margin-right: 10px;
}
/* @media only screen and (max-width: 1200px) */
@media only screen and (min-width: 0px) {
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection label {
font-size: 16px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info h3.title {
font-size: 18px;
line-height: 20px;
margin-top: 10px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .price-wrapper .price {
font-size: 20px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .choose-size {
font-size: 18px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .choose-size select {
height: 22px;
font-size: 16px;
}
.grand-total-wrapper,
.grand-total-wrapper .total-product-price .price {
font-size: 22px;
}
.grand-total-wrapper button.add-to-selection-btn {
font-size: 20px;
padding: 0 25px;
}
.grand-total-wrapper .total-product-price {
margin-right: 10px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection input[type=”checkbox”]+label:before {
margin-right: 5px;
}
}
/* @media only screen and (max-width:1023px) */
@media only screen and (min-width: 0px) {
.complete-your-look-section .product-content-wrapper .main-image {
display: none;
}
.complete-your-look-section .product-content-wrapper .right-part {
width: 100%;
}
}
/* @media only screen and (max-width: 767px) */
@media only screen and (min-width: 0px) {
.complete-your-look-section {
padding-top: 20px;
padding-bottom: 0;
}
.complete-your-look-section h2 {
margin-bottom: 20px;
color: #070707;
font-size: 25px;
line-height: 31px;
margin-top: 0;
}
.grand-total-wrapper {
display: block;
text-align: center;
}
.grand-total-wrapper .total-product-price {
margin-right: 0;
}
.grand-total-wrapper button.add-to-selection-btn {
font-size: 18px;
padding: 0 54px;
height: 32px;
line-height: 32px;
}
.grand-total-wrapper button.add-to-selection-btn:after {
background-size: auto 11px;
width: 11px;
height: 11px;
}
.grand-total-wrapper button.add-to-selection-btn:hover:after {
background-size: auto 11px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item {
width: 100%;
border-left: 0;
border-right: 0;
margin-bottom: 5px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .image-wrapper {
width: 35%;
margin-bottom: 0;
float: left;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection,
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info {
width: 62%;
float: right;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-selection label {
font-size: 14px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info h3.title,
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .choose-size {
font-size: 16px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info h3.title {
margin-top: 5px;
margin-bottom: 0;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .price-wrapper .price {
font-size: 18px;
margin-bottom: 5px;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid .grid-wrapper .item .product-info .choose-size select {
font-size: 14px;
}
}
.complete-your-look-section .product-content-wrapper .right-part form#form_calc {
display: flex;
}
.complete-your-look-section .product-content-wrapper .right-part .product-grid {
display: inline-block;
width: 65%;
margin-bottom: 30px;
}
.complete-your-look-section .product-content-wrapper .right-part .grand-total-wrapper {
flex-direction: column;
align-items: center;
justify-content: center;
width: 35%;
}
.complete-your-look-section .product-content-wrapper .right-part {
width: 100%;
}
/* @media only screen and (max-width: 1024px) */
@media only screen and (min-width: 0px) {
.complete-your-look-section .product-content-wrapper .right-part .product-grid {
width: 100%;
}
.complete-your-look-section .product-content-wrapper .right-part form#form_calc {
display: block;
}
.complete-your-look-section .product-content-wrapper .right-part .grand-total-wrapper {
width: 100%;
}
}
.section-template–22294065414463__14120768-c4da-4c57-8c60-fa689f7fc2f6-padding {
padding-top: calc(0px * 0.75);
padding-bottom: calc(0px * 0.75);
}
@media screen and (min-width: 750px) {
.section-template–22294065414463__14120768-c4da-4c57-8c60-fa689f7fc2f6-padding {
padding-top: 0px;
padding-bottom: 0px;
}
}
window.addEventListener(‘load’, function() {
var _learnq = window._learnq || [];
function addedToCart() {
fetch(`${window.location.origin}/cart.js`)
.then(res => res.clone().json().then(data => {
var cart = {
total_price: data.total_price/100,
$value: data.total_price/100,
total_discount: data.total_discount,
original_total_price: data.original_total_price/100,
items: data.items
}
if (item !== ‘undefined’) {
cart = Object.assign(cart, item)
}
if (klAjax) {
_learnq.push([‘track’, ‘Added to Cart’, cart]);
klAjax = false;
}
}))
};
(function (ns, fetch) {
ns.fetch = function() {
const response = fetch.apply(this, arguments);
response.then(res => {
if (`${window.location.origin}/cart/add.js`
.includes(res.url)) {
addedToCart()
}
});
return response
}
}(window, window.fetch));
var klAjax = true;
var atcButtons = document.querySelectorAll(“form[action*=’/cart/add’] button[type=’submit’]”);
for (var i = 0; i
.footer {
margin-top: 0px;
}
.section-footer-padding {
padding-top: 0px;
padding-bottom: 0px;
}
@media screen and (min-width: 750px) {
.footer {
margin-top: px;
}
.section-footer-padding {
padding-top: px;
padding-bottom: px;
}
}
Follow Venum news
- SKU: VENUM-1109-443

















