• DELETE FROM KEYWORDS WHERE ID_DOMAINE=36536018
  • DoneDoneDone

    URL:www.tossbryan.ie

    Connection: keep-alive
    Date: Sat, 02 Nov 2024 06:28:25 GMT
    Content-Length: 0
    Content-Type: text/html; charset=utf-8
    Location: https://www.tossbryan.ie/
    Server: cloudflare
    Vary: Accept
    x-sorting-hat-podid: 333
    x-sorting-hat-shopid: 72833630542
    x-storefront-renderer-rendered: 1
    x-redirect-reason: https_required
    x-frame-options: DENY
    content-security-policy: frame-ancestors 'none';
    x-shopid: 72833630542
    x-shardid: 333
    powered-by: Shopify
    server-timing: processing;dur=11, db;dur=4, asn;desc="12322", edge;desc="CDG", country;desc="FR", pageType;desc="index", servedBy;desc="qx6b", requestID;desc="72aa481f-b98e-4a08-9354-7666494cb69f-1730528905"
    x-dc: gcp-europe-west1,gcp-europe-west4,gcp-europe-west4
    x-request-id: 72aa481f-b98e-4a08-9354-7666494cb69f-1730528905
    Alt-Svc: h3=":443"; ma=86400
    CF-Cache-Status: DYNAMIC
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=td9dzmsvMe9KGnGfdxG%2BeRmiTqTsKq4zffQdUyCtc9ThKTQXdH0yZHaPWx7BNR6lHdzArpl7ABSwr%2FVL%2F4QO6NUxy480QS4MS0Cm5yBJuavOdnZDc1XIizGajpjUUOoVlzo%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0.01,"report_to":"cf-nel","max_age":604800}
    Server-Timing: cfRequestDuration;dur=49.000025
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    X-Permitted-Cross-Domain-Policies: none
    X-Download-Options: noopen
    CF-RAY: 8dc210798de59ea8-CDG
    
    
    Location => https://www.tossbryan.ie/
    Status => 301

    (vide) Tentative en https

    https://www.tossbryan.ie/

    <!doctype html>
    <html class="no-js" lang="en">
    <head>
    
    <!-- Triangle Digtial Data Layer -->
    <script>
      (function() {
        class Triangle_Data_Layer {
          constructor() {
            window.dataLayer = window.dataLayer || [];
            
            // use a prefix of events name
            this.eventPrefix = '';
    
            // Keep the value false to get non-formatted product ID
            this.formattedItemId = true;
    
            // data schema
            this.dataSchema = {
              ecommerce: {
                show: true
              },
              dynamicRemarketing: {
                show: false,
                business_vertical: 'retail'
              }
            };
    
            // add to wishlist selectors
            this.addToWishListSelectors = {
              'addWishListIcon': '',
              'gridItemSelector': '',
              'productLinkSelector': 'a[href*="/products/"]'
            };
    
            // quick view selectors
            this.quickViewSelector = {
              'quickViewElement': '',
              'gridItemSelector': '',
              'productLinkSelector': 'a[href*="/products/"]'
            };
    
            // mini cart button selector
            this.miniCartButton = [
              'a[href="/cart"]',
            ];
            this.miniCartAppersOn = 'click';
    
            // begin checkout buttons/links selectors
            this.beginCheckoutButtons = [
              'input[name="checkout"]',
              'button[name="checkout"]',
              'a[href="/checkout"]',
              '.additional-checkout-buttons',
            ];
    
            // direct checkout button selector
            this.shopifyDirectCheckoutButton = [
              '.shopify-payment-button'
            ];
    
            // Keep the value true if Add to Cart redirects to the cart page
            this.isAddToCartRedirect = false;
            
            // keep the value false if cart items increment/decrement/remove refresh page 
            this.isAjaxCartIncrementDecrement = true;
    
            // Caution: Do not modify anything below this line, as it may result in it not functioning correctly.
            this.cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"EUR","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0};
            this.countryCode = "IE";
            this.collectData();
            this.storeURL = "https://www.tossbryan.ie";
            localStorage.setItem('shopCountryCode', this.countryCode);
          }
    
          updateCart() {
            fetch("/cart.js")
            .then((response) => response.json())
            .then((data) => {
              this.cart = data;
            });
          }
    
          debounce(delay) {
            let timeoutId;
            return function(func) {
              const context = this;
              const args = arguments;
              
              clearTimeout(timeoutId);
              
              timeoutId = setTimeout(function() {
                func.apply(context, args);
              }, delay);
            };
          }
    
          eventConsole(eventName, eventData) {
            const css1 = 'background: red; color: #fff; font-size: normal; border-radius: 3px 0 0 3px; padding: 3px 4px;';
            const css2 = 'background-color: blue; color: #fff; font-size: normal; border-radius: 0 3px 3px 0; padding: 3px 4px;';
            console.log('%cGTM DataLayer Event:%c' + eventName, css1, css2, eventData);
          }
    
          collectData() {
            this.customerData();
            this.ajaxRequestData();
            this.searchPageData();
            this.miniCartData();
            this.beginCheckoutData();
    
            
    
            
    
            
            
            this.addToWishListData();
            this.quickViewData();
            this.formData();
            this.phoneClickData();
            this.emailClickData();
          }
    
          // logged-in customer data 
          customerData() {
            const currentUser = {};
            
    
            if (currentUser.email) {
              currentUser.hash_email = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
            }
    
            if (currentUser.phone) {
              currentUser.hash_phone = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
            }
    
            window.dataLayer = window.dataLayer || [];
            dataLayer.push({
              customer: currentUser
            });
          }
    
          // add_to_cart, remove_from_cart, search
          ajaxRequestData() {
            const self = this;
            
            // handle non-ajax add to cart
            if(this.isAddToCartRedirect) {
              document.addEventListener('submit', function(event) {
                const addToCartForm = event.target.closest('form[action="/cart/add"]');
                if(addToCartForm) {
                  event.preventDefault();
                  
                  const formData = new FormData(addToCartForm);
              
                  fetch(window.Shopify.routes.root + 'cart/add.js', {
                    method: 'POST',
                    body: formData
                  })
                  .then(response => {
                      window.location.href = "/cart";
                  })
                  .catch((error) => {
                    console.error('Error:', error);
                  });
                }
              });
            }
            
            // fetch
            let originalFetch = window.fetch;
            let debounce = this.debounce(800);
            
            window.fetch = function () {
              return originalFetch.apply(this, arguments).then((response) => {
                
                if (response.ok) {
                  let cloneResponse = response.clone();
                  let requestURL = arguments[0]['url'] || arguments[0];
                  
                  if (typeof requestURL === 'string' && /.*\/search\/?.*\?.*q=.+/.test(requestURL) && !requestURL.includes('&requestFrom=uldt')) {   
                    const queryString = requestURL.split('?')[1];
                    const urlParams = new URLSearchParams(queryString);
                    const search_term = urlParams.get("q");
    
                    debounce(function() {
                      fetch(`${self.storeURL}/search/suggest.json?q=${search_term}&resources[type]=product&requestFrom=uldt`)
                        .then(res => res.json())
                        .then(function(data) {
                              const products = data.resources.results.products;
                              if(products.length) {
                                const fetchRequests = products.map(product =>
                                  fetch(`${self.storeURL}/${product.url.split('?')[0]}.js`)
                                    .then(response => response.json())
                                    .catch(error => console.error('Error fetching:', error))
                                );
    
                                Promise.all(fetchRequests)
                                  .then(products => {
                                      const items = products.map((product) => {
                                        return {
                                          product_id: product.id,
                                          product_title: product.title,
                                          variant_id: product.variants[0].id,
                                          variant_title: product.variants[0].title,
                                          vendor: product.vendor,
                                          total_discount: 0,
                                          final_price: product.price_min,
                                          product_type: product.type, 
                                          quantity: 1
                                        }
                                      });
    
                                      self.ecommerceDataLayer('search', {search_term, items});
                                  })
                              } else {
                                self.ecommerceDataLayer('search', {search_term, items: []});
                              }
                        });
                    });
                  }
                  else if (typeof requestURL === 'string' && requestURL.includes("/cart/add")) {
    
                    cloneResponse.text().then((text) => {
                      let data = JSON.parse(text);
    
                      if(data.items && Array.isArray(data.items)) {
                        data.items.forEach(function(item) {
                           self.ecommerceDataLayer('add_to_cart', {items: [item]});
                        })
                      } else {
                        self.ecommerceDataLayer('add_to_cart', {items: [data]});
                      }
                      self.updateCart();
                    });
                  } else if (typeof requestURL === 'string' && (requestURL.includes("/cart/change") || requestURL.includes("/cart/update"))) {
                    
                     cloneResponse.text().then((text) => {
                       
                      let newCart = JSON.parse(text);
                      let newCartItems = newCart.items;
                      let oldCartItems = self.cart.items;
    
                      for(let i = 0; i < oldCartItems.length; i++) {
                        let item = oldCartItems[i];
                        let newItem = newCartItems.find(newItems => newItems.id === item.id);
    
                        if(newItem) {
                          if(newItem.quantity > item.quantity) {
                            // cart item increment
                            let quantity = (newItem.quantity - item.quantity);
                            let updatedItem = {...item, quantity}
                            self.ecommerceDataLayer('add_to_cart', {items: [updatedItem]});
                            self.updateCart(); 
    
                          } else if(newItem.quantity < item.quantity) {
                            // cart item decrement
                            let quantity = (item.quantity - newItem.quantity);
                            let updatedItem = {...item, quantity}
                            self.ecommerceDataLayer('remove_from_cart', {items: [updatedItem]});
                            self.updateCart(); 
                          }
                        } else {
                          self.ecommerceDataLayer('remove_from_cart', {items: [item]});
                          self.updateCart(); 
                        }
                      }
                    });
                  }
                }
                return response;
              });
            }
            // end fetch 
    
            // xhr
            var origXMLHttpRequest = XMLHttpRequest;
            XMLHttpRequest = function() {
              var requestURL;
      
              var xhr = new origXMLHttpRequest();
              var origOpen = xhr.open;
              var origSend = xhr.send;
              
              // Override the `open` function.
              xhr.open = function(method, url) {
                  requestURL = url;
                  return origOpen.apply(this, arguments);
              };
      
              xhr.send = function() {
                  // Only proceed if the request URL matches what we're looking for.
                  if (typeof requestURL === 'string' && (requestURL.includes("/cart/add") || requestURL.includes("/cart/change") || /.*\/search\/?.*\?.*q=.+/.test(requestURL))) {
          
                      xhr.addEventListener('load', function() {
                          if (xhr.readyState === 4) {
                              if (xhr.status >= 200 && xhr.status < 400) { 
    
                                if (typeof requestURL === 'string' && /.*\/search\/?.*\?.*q=.+/.test(requestURL) && !requestURL.includes('&requestFrom=uldt')) {
                                  const queryString = requestURL.split('?')[1];
                                  const urlParams = new URLSearchParams(queryString);
                                  const search_term = urlParams.get("q");
    
                                  debounce(function() {
                                      fetch(`${self.storeURL}/search/suggest.json?q=${search_term}&resources[type]=product&requestFrom=uldt`)
                                        .then(res => res.json())
                                        .then(function(data) {
                                              const products = data.resources.results.products;
                                              if(products.length) {
                                                const fetchRequests = products.map(product =>
                                                  fetch(`${self.storeURL}/${product.url.split('?')[0]}.js`)
                                                    .then(response => response.json())
                                                    .catch(error => console.error('Error fetching:', error))
                                                );
                  
                                                Promise.all(fetchRequests)
                                                  .then(products => {
                                                      const items = products.map((product) => {
                                                        return {
                                                          product_id: product.id,
                                                          product_title: product.title,
                                                          variant_id: product.variants[0].id,
                                                          variant_title: product.variants[0].title,
                                                          vendor: product.vendor,
                                                          total_discount: 0,
                                                          final_price: product.price_min,
                                                          product_type: product.type, 
                                                          quantity: 1
                                                        }
                                                      });
                  
                                                      self.ecommerceDataLayer('search', {search_term, items});
                                                  })
                                              } else {
                                                self.ecommerceDataLayer('search', {search_term, items: []});
                                              }
                                        });
                                    });
    
                                } else if (typeof requestURL === 'string' && requestURL.includes("/cart/add")) {
                                    const data = JSON.parse(xhr.responseText);
    
                                    console.log('data', data)
    
                                    if(data.items && Array.isArray(data.items)) {
                                      data.items.forEach(function(item) {
                                          self.ecommerceDataLayer('add_to_cart', {items: [item]});
                                        })
                                    } else {
                                      self.ecommerceDataLayer('add_to_cart', {items: [data]});
                                    }
                                    self.updateCart();
                                   
                                 } else if (typeof requestURL === 'string' && requestURL.includes("/cart/change")) {
                                   
                                    const newCart = JSON.parse(xhr.responseText);
                                    const newCartItems = newCart.items;
                                    let oldCartItems = self.cart.items;
                
                                    for(let i = 0; i < oldCartItems.length; i++) {
                                      let item = oldCartItems[i];
                                      let newItem = newCartItems.find(newItems => newItems.id === item.id);
                
                                      if(newItem) {
                                        if(newItem.quantity > item.quantity) {
                                          // cart item increment
                                          let quantity = (newItem.quantity - item.quantity);
                                          let updatedItem = {...item, quantity}
                                          self.ecommerceDataLayer('add_to_cart', {items: [updatedItem]});
                                          self.updateCart(); 
                
                                        } else if(newItem.quantity < item.quantity) {
                                          // cart item decrement
                                          let quantity = (item.quantity - newItem.quantity);
                                          let updatedItem = {...item, quantity}
                                          self.ecommerceDataLayer('remove_from_cart', {items: [updatedItem]});
                                          self.updateCart(); 
                                        }
                                      } else {
                                        self.ecommerceDataLayer('remove_from_cart', {items: [item]});
                                        self.updateCart(); 
                                      }
                                    }
                                 }          
                              }
                          }
                      });
                  }
      
                  return origSend.apply(this, arguments);
              };
      
              return xhr;
            };
            // end xhr
          }
    
          // search event from search page
          searchPageData() {
            const self = this;
            let pageUrl = window.location.href;
            
            if(/.+\/search\?.*\&?q=.+/.test(pageUrl)) {   
              const queryString = pageUrl.split('?')[1];
              const urlParams = new URLSearchParams(queryString);
              const search_term = urlParams.get("q");
                  
              fetch(`https://www.tossbryan.ie/search/suggest.json?q=${search_term}&resources[type]=product&requestFrom=uldt`)
              .then(res => res.json())
              .then(function(data) {
                    const products = data.resources.results.products;
                    if(products.length) {
                      const fetchRequests = products.map(product =>
                        fetch(`${self.storeURL}/${product.url.split('?')[0]}.js`)
                          .then(response => response.json())
                          .catch(error => console.error('Error fetching:', error))
                      );
                      Promise.all(fetchRequests)
                      .then(products => {
                          const items = products.map((product) => {
                              return {
                              product_id: product.id,
                              product_title: product.title,
                              variant_id: product.variants[0].id,
                              variant_title: product.variants[0].title,
                              vendor: product.vendor,
                              total_discount: 0,
                              final_price: product.price_min,
                              product_type: product.type, 
                              quantity: 1
                              }
                          });
    
                          self.ecommerceDataLayer('search', {search_term, items});
                      });
                    } else {
                      self.ecommerceDataLayer('search', {search_term, items: []});
                    }
              });
            }
          }
    
          // view_cart
          miniCartData() {
            if(this.miniCartButton.length) {
              let self = this;
              if(this.miniCartAppersOn === 'hover') {
                this.miniCartAppersOn = 'mouseenter';
              }
              this.miniCartButton.forEach((selector) => {
                let miniCartButtons = document.querySelectorAll(selector);
                miniCartButtons.forEach((miniCartButton) => {
                    miniCartButton.addEventListener(self.miniCartAppersOn, () => {
                      self.ecommerceDataLayer('view_cart', self.cart);
                    });
                })
              });
            }
          }
    
          // begin_checkout
          beginCheckoutData() {
            let self = this;
            document.addEventListener('pointerdown', (event) => {
              let targetElement = event.target.closest(self.beginCheckoutButtons.join(', '));
              if(targetElement) {
                self.ecommerceDataLayer('begin_checkout', self.cart);
              }
            });
          }
    
          // view_cart, add_to_cart, remove_from_cart
          viewCartPageData() {
            
            this.ecommerceDataLayer('view_cart', this.cart);
    
            // if cart quantity change reload page 
            if(!this.isAjaxCartIncrementDecrement) {
              const self = this;
              document.addEventListener('pointerdown', (event) => {
                const target = event.target.closest('a[href*="/cart/change?"]');
                if(target) {
                  const linkUrl = target.getAttribute('href');
                  const queryString = linkUrl.split("?")[1];
                  const urlParams = new URLSearchParams(queryString);
                  const newQuantity = urlParams.get("quantity");
                  const line = urlParams.get("line");
                  const cart_id = urlParams.get("id");
          
                  if(newQuantity && (line || cart_id)) {
                    let item = line ? {...self.cart.items[line - 1]} : self.cart.items.find(item => item.key === cart_id);
          
                    let event = 'add_to_cart';
                    if(newQuantity < item.quantity) {
                      event = 'remove_from_cart';
                    }
          
                    let quantity = Math.abs(newQuantity - item.quantity);
                    item['quantity'] = quantity;
          
                    self.ecommerceDataLayer(event, {items: [item]});
                  }
                }
              });
            }
          }
    
          productSinglePage() {
            
          }
    
          collectionsPageData() {
            var ecommerce = {
              'items': [
                
                ]
            };
    
            ecommerce['item_list_id'] = null
            ecommerce['item_list_name'] = null
    
            this.ecommerceDataLayer('view_item_list', ecommerce);
          }
          
          // add to wishlist
          addToWishListData() {
            if(this.addToWishListSelectors && this.addToWishListSelectors.addWishListIcon) {
              const self = this;
              document.addEventListener('pointerdown', (event) => {
                let target = event.target;
                
                if(target.closest(self.addToWishListSelectors.addWishListIcon)) {
                  let pageULR = window.location.href.replace(/\?.+/, '');
                  let requestURL = undefined;
            
                  if(/\/products\/[^/]+$/.test(pageULR)) {
                    requestURL = pageULR;
                  } else if(self.addToWishListSelectors.gridItemSelector && self.addToWishListSelectors.productLinkSelector) {
                    let itemElement = target.closest(self.addToWishListSelectors.gridItemSelector);
                    if(itemElement) {
                      let linkElement = itemElement.querySelector(self.addToWishListSelectors.productLinkSelector); 
                      if(linkElement) {
                        let link = linkElement.getAttribute('href').replace(/\?.+/g, '');
                        if(link && /\/products\/[^/]+$/.test(link)) {
                          requestURL = link;
                        }
                      }
                    }
                  }
    
                  if(requestURL) {
                    fetch(requestURL + '.json')
                      .then(res => res.json())
                      .then(result => {
                        let data = result.product;                    
                        if(data) {
                          let dataLayerData = {
                            product_id: data.id,
                              variant_id: data.variants[0].id,
                              product_title: data.title,
                            quantity: 1,
                            final_price: parseFloat(data.variants[0].price) * 100,
                            total_discount: 0,
                            product_type: data.product_type,
                            vendor: data.vendor,
                            variant_title: (data.variants[0].title !== 'Default Title') ? data.variants[0].title : undefined,
                            sku: data.variants[0].sku,
                          }
    
                          self.ecommerceDataLayer('add_to_wishlist', {items: [dataLayerData]});
                        }
                      });
                  }
                }
              });
            }
          }
    
          quickViewData() {
            if(this.quickViewSelector.quickViewElement && this.quickViewSelector.gridItemSelector && this.quickViewSelector.productLinkSelector) {
              const self = this;
              document.addEventListener('pointerdown', (event) => {
                let target = event.target;
                if(target.closest(self.quickViewSelector.quickViewElement)) {
                  let requestURL = undefined;
                  let itemElement = target.closest(this.quickViewSelector.gridItemSelector );
                  
                  if(itemElement) {
                    let linkElement = itemElement.querySelector(self.quickViewSelector.productLinkSelector); 
                    if(linkElement) {
                      let link = linkElement.getAttribute('href').replace(/\?.+/g, '');
                      if(link && /\/products\/[^/]+$/.test(link)) {
                        requestURL = link;
                      }
                    }
                  }   
                  
                  if(requestURL) {
                      fetch(requestURL + '.json')
                        .then(res => res.json())
                        .then(result => {
                          let data = result.product;                    
                          if(data) {
                            let dataLayerData = {
                              product_id: data.id,
                              variant_id: data.variants[0].id,
                              product_title: data.title,
                              quantity: 1,
                              final_price: parseFloat(data.variants[0].price) * 100,
                              total_discount: 0,
                              product_type: data.product_type,
                              vendor: data.vendor,
                              variant_title: (data.variants[0].title !== 'Default Title') ? data.variants[0].title : undefined,
                              sku: data.variants[0].sku,
                            }
    
                            self.ecommerceDataLayer('view_item', {items: [dataLayerData], unique_id: dataLayerData.variant_id});
                            self.quickViewVariants = data.variants;
                            self.quickViewedItem = dataLayerData;
                          }
                        });
                    }
                }
              });
    
              
                if(this.shopifyDirectCheckoutButton.length) {
                  let self = this;
                  document.addEventListener('pointerdown', (event) => {
                    let target = event.target;
                    let checkoutButton = event.target.closest(this.shopifyDirectCheckoutButton.join(', '));
                    
                    if(self.quickViewVariants && self.quickViewedItem && self.quickViewVariants.length && checkoutButton) {
    
                      let checkoutForm = checkoutButton.closest('form[action*="/cart/add"]');
                      if(checkoutForm) {
                          let quantity = 1;
                          let varientInput = checkoutForm.querySelector('input[name="id"]');
                          let quantitySelector = checkoutForm.getAttribute('id');
    
                          if(quantitySelector) {
                            let quentityInput = document.querySelector('input[name="quantity"][form="'+quantitySelector+'"]');
                            if(quentityInput) {
                                quantity = +quentityInput.value;
                            }
                          }
    
                          if(varientInput) {
                              let variant_id = parseInt(varientInput.value);
    
                              if(variant_id) {
                                  const variant = self.quickViewVariants.find(item => item.id === +variant_id);
                                  if(variant && self.quickViewedItem) {
                                      self.quickViewedItem['variant_id'] = variant_id;
                                      self.quickViewedItem['variant_title'] = variant.title;
                                      self.quickViewedItem['final_price'] = parseFloat(variant.price) * 100;
                                      self.quickViewedItem['quantity'] = quantity; 
    
                                      self.ecommerceDataLayer('add_to_cart', {items: [self.quickViewedItem]});
                                      self.ecommerceDataLayer('begin_checkout', {items: [self.quickViewedItem]});
                                  }
                              }
                          }
                      }
    
                    }
                  }); 
              }
              
            }
          }
    
          // all ecommerce events
          ecommerceDataLayer(event, data) {
            const self = this;
            dataLayer.push({ 'ecommerce': null });
            const dataLayerData = {
              "event": this.eventPrefix + event,
              'ecommerce': {
                 'currency': this.cart.currency,
                 'items': data.items.map((item, index) => {
                   const dataLayerItem = {
                      'index': index,
                      'item_id': this.formattedItemId  ? `shopify_${this.countryCode}_${item.product_id}_${item.variant_id}` : item.product_id.toString(),
                      'product_id': item.product_id.toString(),
                      'variant_id': item.variant_id.toString(),
                      'item_name': item.product_title,
                      'quantity': item.quantity,
                      'price': +((item.final_price / 100).toFixed(2)),
                      'discount': item.total_discount ? +((item.total_discount / 100).toFixed(2)) : 0 
                  }
    
                  if(item.product_type) {
                    dataLayerItem['item_category'] = item.product_type;
                  }
                  
                  if(item.vendor) {
                    dataLayerItem['item_brand'] = item.vendor;
                  }
                 
                  if(item.variant_title && item.variant_title !== 'Default Title') {
                    dataLayerItem['item_variant'] = item.variant_title;
                  }
                
                  if(item.sku) {
                    dataLayerItem['sku'] = item.sku;
                  }
    
                  if(item.item_list_name) {
                    dataLayerItem['item_list_name'] = item.item_list_name;
                  }
    
                  if(item.item_list_id) {
                    dataLayerItem['item_list_id'] = item.item_list_id.toString()
                  }
    
                  return dataLayerItem;
                })
              },
              'criteoBasket': data.items.map(item => ({
                  id: item.variant_id.toString(),
                  price: +((item.final_price / 100).toFixed(2)),
                  quantity: item.quantity
              })),
              'pinterestItems': data.items.map(item => ({
                  product_name: item.product_title,
                  product_id: item.variant_id.toString(),
                  product_price: +((item.final_price / 100).toFixed(2)),
                  product_quantity: item.quantity
              })),
              'tiktokItems': data.items.map(item => ({
                  content_id: item.variant_id.toString(),
                  content_name: item.product_title,
                  quantity: item.quantity,
                  price: +((item.final_price / 100).toFixed(2))
              })),
              'contentIds': data.items.map(item => item.variant_id.toString()),
              'id': data.unique_id || 'unique_id',
              'currency': this.cart.currency,
              'value': data.total_price ? +((data.total_price / 100).toFixed(2)) : +(data.items.reduce((total, item) => total + (item.final_price * item.quantity / 100), 0)).toFixed(2),
              'total_item_quantity': data.items.reduce((total, item) => total + item.quantity, 0)
            }
    
            if(data.total_price !== undefined) {
              dataLayerData['ecommerce']['value'] =  +((data.total_price / 100).toFixed(2));
            } else {
              dataLayerData['ecommerce']['value'] = +(dataLayerData['ecommerce']['items'].reduce((total, item) => total + (item.price * item.quantity), 0)).toFixed(2);
            }
            
            if(data.item_list_id) {
              dataLayerData['ecommerce']['item_list_id'] = data.item_list_id;
            }
            
            if(data.item_list_name) {
              dataLayerData['ecommerce']['item_list_name'] = data.item_list_name;
            }
    
            if(data.search_term) {
              dataLayerData['search_term'] = data.search_term;
            }
    
            if(self.dataSchema.dynamicRemarketing && self.dataSchema.dynamicRemarketing.show) {
              dataLayer.push({ 'dynamicRemarketing': null });
              dataLayerData['dynamicRemarketing'] = {
                  value: dataLayerData.ecommerce.value,
                  items: dataLayerData.ecommerce.items.map(item => ({id: item.item_id, google_business_vertical: self.dataSchema.dynamicRemarketing.business_vertical}))
              }
            }
    
            if(!self.dataSchema.ecommerce ||  !self.dataSchema.ecommerce.show) {
              delete dataLayerData['ecommerce'];
            }
    
            dataLayer.push(dataLayerData);
            self.eventConsole(self.eventPrefix + event, dataLayerData);
          }
    
          // contact form submit & newsletters signup
          formData() {
            const self = this;
            document.addEventListener('submit', function(event) {
              let targetForm = event.target.closest('form[action^="/contact"]');
              if(targetForm) {
                const formData = {
                  form_location: window.location.href,
                  form_id: targetForm.getAttribute('id'),
                  form_classes: targetForm.getAttribute('class')
                };
                              
                let formType = targetForm.querySelector('input[name="form_type"]');
                let inputs = targetForm.querySelectorAll("input:not([type=hidden]):not([type=submit]), textarea, select");
                
                inputs.forEach(function(input) {
                  var inputName = input.name;
                  var inputValue = input.value;
                  
                  if (inputName && inputValue) {
                    var matches = inputName.match(/\[(.*?)\]/);
                    if (matches && matches.length > 1) {
                       var fieldName = matches[1];
                       formData[fieldName] = input.value;
                    }
                  }
                });
                
                if(formType && formType.value === 'customer') {
                  dataLayer.push({ event: self.eventPrefix + 'newsletter_signup', ...formData});
                  self.eventConsole(self.eventPrefix + 'newsletter_signup', { event: self.eventPrefix + 'newsletter_signup', ...formData});
    
                } else if(formType && formType.value === 'contact') {
                  dataLayer.push({ event: self.eventPrefix + 'contact_form_submit', ...formData});
                  self.eventConsole(self.eventPrefix + 'contact_form_submit', { event: self.eventPrefix + 'contact_form_submit', ...formData});
                }
              }
            });
          }
    
          // phone_number_click event
          phoneClickData() {
            const self = this; 
            document.addEventListener('click', function(event) {
              let target = event.target.closest('a[href^="tel:"]');
              if(target) {
                let phone_number = target.getAttribute('href').replace('tel:', '');
                let eventData = {
                  event: self.eventPrefix + 'phone_number_click',
                  page_location: window.location.href,
                  link_classes: target.getAttribute('class'),
                  link_id: target.getAttribute('id'),
                  phone_number
                }
    
                dataLayer.push(eventData);
                self.eventConsole(self.eventPrefix + 'phone_number_click', eventData);
              }
            });
          }
    
          // email_click event
          emailClickData() {
            const self = this; 
            document.addEventListener('click', function(event) {
              let target = event.target.closest('a[href^="mailto:"]');
              if(target) {
                let email_address = target.getAttribute('href').replace('mailto:', '');
                let eventData = {
                  event: self.eventPrefix + 'email_click',
                  page_location: window.location.href,
                  link_classes: target.getAttribute('class'),
                  link_id: target.getAttribute('id'),
                  email_address
                }
    
                dataLayer.push(eventData);
                self.eventConsole(self.eventPrefix + 'email_click', eventData);
              }
            });
          }
        } 
        // end Triangle_Data_Layer
    
        document.addEventListener('DOMContentLoaded', function() {
          try {
            window.TriangleDataLayer = new Triangle_Data_Layer();
          } catch(error) {
            console.log(error);
          }
        });
    
        // Handle the Add to Cart button click
        document.addEventListener('DOMContentLoaded', function() {
          document.querySelectorAll('.product-form__add-button.button.button--primary').forEach(function(button) {
            button.addEventListener('click', function(event) {
              event.preventDefault();
    
              let form = button.closest('form');
              if (form) {
                let formData = new FormData(form);
    
                fetch(window.Shopify.routes.root + 'cart/add.js', {
                  method: 'POST',
                  body: formData
                })
                .then(response => response.json())
                .then(data => {
                  if (data.status === 'success' || data.items) {
                    window.TriangleDataLayer.updateCart();
                    window.TriangleDataLayer.ecommerceDataLayer('add_to_cart', {items: data.items || [data]});
                  }
                })
                .catch(error => {
                  console.error('Error:', error);
                });
              }
            });
          });
        });
    
      })();
    </script>
    
    <!-- End Triangle Digtial Data Layer -->
    
    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-M5KXDZBC');</script>
    <!-- End Google Tag Manager -->
    
    <script type="text/javascript" src="https://app.prommt.com/sdk/prommt.min.js"></script> <link rel="stylesheet" type="text/css" href="https://app.prommt.com/sdk/prommt.min.css">
    
    <meta charset="utf-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <meta name="theme-color" content="#fd5b2a">
    
      <link rel="preconnect" href="https://cdn.shopify.com" crossorigin>
      <link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin>
      <link rel="preconnect" href="https://monorail-edge.shopifysvc.com"><link rel="preload" href="//www.tossbryan.ie/cdn/shop/t/9/assets/core.css?v=9479367861339524431722254590" as="style">
      <link rel="preload" as="font" href="//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n7.c08eeb9b390d030db92ffcd29c2e8921f8ed8719.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=794e9d9b652c62e35c478e46b7ad1315bf42ff7bb01e541f4218d7a6208da895" type="font/woff2" crossorigin>
      <link rel="preload" as="font" href="//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n4.520eb21cee3158fb9a058bc588d9a342a8ebfda3.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=8fe1da9d6dbc7910c189331dd12afe8d478ea61e811b212417d82f6d349339c8" type="font/woff2" crossorigin>
      <link rel="preload" as="font" href="//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n7.c08eeb9b390d030db92ffcd29c2e8921f8ed8719.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=794e9d9b652c62e35c478e46b7ad1315bf42ff7bb01e541f4218d7a6208da895" type="font/woff2" crossorigin>
      <link rel="preload" as="font" href="Liquid error (layout/theme line 52): font_url can only be used with a font drop" type="font/woff2" crossorigin>
    
      
      <link rel="preload" href="//www.tossbryan.ie/cdn/shop/t/9/assets/theme.js?v=167287440723168205301722254590" as="script"><link rel="shortcut icon" href="//www.tossbryan.ie/cdn/shop/files/apple-touch-icon_32x32.png?v=1682067140" type="image/png"><!-- /snippets/social-meta-tags.liquid -->
    
    
    
    
    
    
      
    <style data-shopify>
    :root {
    
    	--header_megamenu_bg: #ffffff;
    	--header_nav_2_bg: #ffffff;
    	--header_nav_2_color_text: #232323;
    	--search_bar_bg: #ffffff;
    
    	--header_search_categories_bg: #ffffff;
    	--header_search_categories_color_text: #232323;
    	--alternateHeader_bg_color: #334d97;
    	--alternateHeader_text_color: #fff;
        --logo_text_color: #fff;
        --header_color_text: #ffffff;
    	--header_nav_hover_link: #fd5b2a;
    
        --secondary_nav_color_text: #ffffff;
        --secondary_nav_color_lighter: rgba(255, 255, 255, 0.3);
    
    
    	--white-color: #ffffff;
    
    
        --letter-spacing: 0;
        --font-size: 1;
    	--rating-star-bg: rgba(35, 35, 35, 0.15);
    
        --color-text: #232323;
        --color-text-rgb: 35, 35, 35;
        --color-body-text: #232323;
    	--breadcrumbs_color: #fd5b2a;
    
    	--rte__link_color: #fd5b2a;
    	--rte_hover_link_color: #3a3a3a;
    
    
        --color-sale-text: #EA0606;
        --color-small-button-text-border: #ffffff;
        --color-text-field: #ffffff;
        --color-text-field-text: #232323;
        --color-text-field-text-rgb: 35, 35, 35;
    
        --color-btn-primary: #fd5b2a;
        --color-btn-primary-darker: #f43900;
        --color-btn-primary-text: #ffffff;
    	
    	--color-btn-secondary: #3a3a3a;
    
    	--color--btn-white-darker: #e6e6e6;
    
    
        --color-blankstate: rgba(35, 35, 35, 0.35);
        --color-blankstate-border: rgba(35, 35, 35, 0.2);
        --color-blankstate-background: rgba(35, 35, 35, 0.1); 
    
        --color-text-focus:#494949;
    
    
        --color-btn-primary-focus:#f23a02;
     	--color-btn-secondary-focus:#606060;
    	--color-btn-white-focus:#e6e6e6;
    
    
    
        --color-btn-social-focus:#d2d2d2;
        --color-small-button-text-border-focus:#e6e6e6;
        --predictive-search-focus:#e7e7e7;
    
        --color-body: #f4f4f4;
        --color-bg: #f4f4f4;
        --color-bg-rgb: 244, 244, 244;
        --color-bg-alt: rgba(35, 35, 35, 0.05);
        --color-bg-currency-selector: rgba(35, 35, 35, 0.2);--opacity-image-overlay: 0.4;--hover-overlay-opacity: 0.8;
    
        --color-border: #ebebeb;
        --color-border-form: #cccccc;
        --color-border-form-darker: #b3b3b3;
    
        --svg-select-icon: url(//www.tossbryan.ie/cdn/shop/t/9/assets/ico-select.svg?v=147383828099726678601722254643);
     	--svg-select-white-icon: url(//www.tossbryan.ie/cdn/shop/t/9/assets/ico-white-select.svg?v=145037530105049233381722254590);
        --slick-img-url: url(//www.tossbryan.ie/cdn/shop/t/9/assets/ajax-loader.gif?v=41356863302472015721722254590);
    
        --font-weight-body--bold: 700;
        --font-weight-body--bolder: 700;
    
        --font-stack-header: "Neue Haas Unica", sans-serif;
        --font-style-header: normal;
        --font-weight-header: 700;
    
        --font-stack-navigation: "Neue Haas Unica", sans-serif;
        --font-style-navigation: normal;
        --font-weight-navigation: 600;
    
    
    	
    
        --font-stack-body: "Neue Haas Unica", sans-serif;
        --font-style-body: normal;
        --font-weight-body: 400;
    
        --font-size-header: 40;
    	--font-size-navigation: 16;
    
    
    	
    	--heading1-letter-spacing: -2px;
        --heading2-letter-spacing: -2px;
        --heading3-letter-spacing: -1.0px;
        --heading4-letter-spacing: -1.0px;
        --heading5-letter-spacing: -0.5px;
        --heading6-letter-spacing:  -0.5px;
    
    	--heading-line-height : 1;
    
        --font-size-base: 16;
    
        --font-h1-desktop: 80;
        --font-h1-mobile: 56;
    
        --font-h2-desktop: 52;
        --font-h2-mobile: 40;
    
        --font-h3-desktop: 40;
        --font-h3-mobile: 26;
    
        --font-h4-desktop: 22;
        --font-h4-mobile: 19;
    
        --font-h5-desktop: 18;
        --font-h5-mobile: 18;
    
        --font-h6-desktop: 16;
        --font-h6-mobile: 14;
    
        --font-mega-title-large-desktop: 100;
    
        --font-rich-text-large: 18;
        --font-rich-text-small: 14;
    
        
    --color-video-bg: #e7e7e7;
    
        
        --global-color-image-loader-primary: rgba(35, 35, 35, 0.06);
        --global-color-image-loader-secondary: rgba(35, 35, 35, 0.12);
    
    
    	--product_label_sale_color: #00a500;
    	--product_label_sold_out_color: #EA0606;
    	--product_label_1_color: #0774d7;
     	--product_label_2_color: #000;
    
    	
    	--product-image-height: 200px;
    
      }
    
    
    
    
    </style>
    
    
      <link rel="stylesheet" href="//www.tossbryan.ie/cdn/shop/t/9/assets/flickity.min.css?v=112557130868219244861722254642" type="text/css">
    
      <link rel="stylesheet" href="//www.tossbryan.ie/cdn/shop/t/9/assets/core.css?v=9479367861339524431722254590" type="text/css">
      <link rel="stylesheet" href="//www.tossbryan.ie/cdn/shop/t/9/assets/theme.css?v=115538573302031382391729708736" type="text/css">
    
    
      <style>
        @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 700;
      font-style: normal;
      font-display: swap;
      src: url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n7.c08eeb9b390d030db92ffcd29c2e8921f8ed8719.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=794e9d9b652c62e35c478e46b7ad1315bf42ff7bb01e541f4218d7a6208da895") format("woff2"),
           url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n7.7b38abda67516a590164d0927f901f4dbaff8922.woff?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=75a8aef4060f26054285157c6138e870301df1e5178131fccce11cde3d6361c2") format("woff");
    }
    
        @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 400;
      font-style: normal;
      font-display: swap;
      src: url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n4.520eb21cee3158fb9a058bc588d9a342a8ebfda3.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=8fe1da9d6dbc7910c189331dd12afe8d478ea61e811b212417d82f6d349339c8") format("woff2"),
           url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n4.ee326ff2e5d691eee9f3e495ed05cefcb4c2db78.woff?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=ff6a8fa5e79ff740e30cba256a44cd6e0a4d64dc339e49b0318e1f5f3f341af9") format("woff");
    }
    
          @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 600;
      font-style: normal;
      font-display: swap;
      src: url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n6.811a1650e21f1bac45d3959cf135802431a07f0f.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=3b55e986cb6bbdb0fda3c394999664a4ff4129686c422b39d7e422a8e9f4727f") format("woff2"),
           url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n6.f9e6698fdff14cbabfacf5e20220e55548fa61be.woff?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=2813bd3223de90070faa0694e3987527e1b20f4278c414ea5c4d12699f392bbc") format("woff");
    }
    
        @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 700;
      font-style: normal;
      font-display: swap;
      src: url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n7.c08eeb9b390d030db92ffcd29c2e8921f8ed8719.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=794e9d9b652c62e35c478e46b7ad1315bf42ff7bb01e541f4218d7a6208da895") format("woff2"),
           url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n7.7b38abda67516a590164d0927f901f4dbaff8922.woff?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=75a8aef4060f26054285157c6138e870301df1e5178131fccce11cde3d6361c2") format("woff");
    }
    
        @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 700;
      font-style: normal;
      font-display: swap;
      src: url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n7.c08eeb9b390d030db92ffcd29c2e8921f8ed8719.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=794e9d9b652c62e35c478e46b7ad1315bf42ff7bb01e541f4218d7a6208da895") format("woff2"),
           url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_n7.7b38abda67516a590164d0927f901f4dbaff8922.woff?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=75a8aef4060f26054285157c6138e870301df1e5178131fccce11cde3d6361c2") format("woff");
    }
    
        @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 400;
      font-style: italic;
      font-display: swap;
      src: url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_i4.011c8c6fd0e4092b2f8404c7a5ef6555d61530b8.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=162738b08d8ff851a376831235429bae2b23afb1549e2731aed3d71584f193fd") format("woff2"),
           url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_i4.02fc5650c9b4be4b51d941be363f2c7a553898c6.woff?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=a2ebf0a2d990f36401101df5612ffdbe27a8b605bb6e28294432a7253383e685") format("woff");
    }
    
        @font-face {
      font-family: "Neue Haas Unica";
      font-weight: 700;
      font-style: italic;
      font-display: swap;
      src: url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_i7.d6041e4917ef13cfe13474b43d5de7baabe76bac.woff2?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=9b58ea96ba9d71f13c0a39d8fdae7eda876104c4696fb80c76bf01cb0558306a") format("woff2"),
           url("//www.tossbryan.ie/cdn/fonts/neue_haas_unica/neuehaasunica_i7.e58c965cfb051cd7dd4a8ab9d9ae00ded82ed47f.woff?h1=dG9zcy1icnlhbi5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=dG9zc2JyeWFuLmll&hmac=e43d566f91e5d2395b2410c617eb944f01c89a106fe190e4a68952d4f2fe33e7") format("woff");
    }
    
      </style>
    
      <script>
        
         window.importModule = (mod) => import(window.theme.modules[mod]);
        
        var theme = {
          breakpoints: {
            medium: 750,
            large: 990,
            widescreen: 1400
          },
          strings: { 
            addToCart: "Add to cart",
            preOrder: "Pre Order",
            preOrderText: "This is a pre order item.  We will ship it when it comes in stock.", 
            added_to_cart: "Added!",
            soldOut: "Sold out",
            unavailable: "Unavailable",
            regularPrice: "Regular price",
            salePrice: "Sale price",
            sale: "Sale",
            fromLowestPrice: "from [price]",
            vendor: "Vendor",
            showMore: "Show More",
            showLess: "Show Less",
            searchFor: "Search for",
            addressError: "Error looking up that address",
            addressNoResults: "No results for that address",
            addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.",
            authError: "There was a problem authenticating your Google Maps account.",
            newWindow: "Opens in a new window.",
            external: "Opens external website.",
            newWindowExternal: "Opens external website in a new window.",
            removeLabel: "Remove [product]",
            update: "Update",
            quantity: "Quantity",
            discountedTotal: "Discounted total",
            regularTotal: "Regular total",
            priceColumn: "See Price column for discount details.",
            quantityMinimumMessage: "Quantity must be 1 or more",
            cartError: "There was an error while updating your cart. Please try again.",
            removedItemMessage: "Removed \u003cspan class=\"cart__removed-product-details\"\u003e([quantity]) [link]\u003c\/span\u003e from your cart.",
            unitPrice: "Unit price",
            unitPriceSeparator: "per",
            oneCartCount: "1 item",
            otherCartCount: "[count] items",
            quantityLabel: "Quantity: [count]",
            products: "Popular Products",
            search_title: "Popular Searches",
            loading: "Loading",
            number_of_results: "[result_number] of [results_count]",
            number_of_results_found: "[results_count] results found",
            one_result_found: "1 result found",
            show_less: "Show less",
            shippingEstimatorOneResult: "1 option available:",
            shippingEstimatorMoreResults: "{{count}} options available:",
            shippingEstimatorNoResults: "No shipping could be found",
            shippingTo: "Shipping to",
            pick_an_option: "Pick an Option",
            add_note: "Add Note",
            added_note: "Note added",
            newsletter_confirmation: "Thanks for subscribing!"
          },
          moneyFormat: "€{{amount_with_comma_separator}}",
          moneyFormatWithCurrency: "€{{amount_with_comma_separator}} EUR",
          show_preOrder_btn: false ,
            stylesheet: "//www.tossbryan.ie/cdn/shop/t/9/assets/core.css?v=9479367861339524431722254590",
             pageType: "index",
                modules: {
            Core: `//www.tossbryan.ie/cdn/shop/t/9/assets/core.js?v=173754313342993605631722254590`
          },
          scripts: {
            Popper: 'https://unpkg.com/@popperjs/core@2'
          }
        };
    
           
        window.routes = {
          rootUrl: "\/", 
          cartUrl: "\/cart",
          cartAddUrl: "\/cart\/add",
          cartChangeUrl: "\/cart\/change",
          searchUrl: "\/search",
          productRecommendationsUrl: "\/recommendations\/products"
        };
    
    
       
    
    
    
        document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
      </script><script type="text/javascript">
        if (window.MSInputMethodContext && document.documentMode) {
          var scripts = document.getElementsByTagName('script')[0];
          var polyfill = document.createElement("script");
          polyfill.defer = true;
          polyfill.src = "//www.tossbryan.ie/cdn/shop/t/9/assets/ie11CustomProperties.min.js?v=146208399201472936201722254590";
    
          scripts.parentNode.insertBefore(polyfill, scripts);
        }
      </script>
    
      <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="Rv3m0laVbeQcTyxcOVrDh7uerFuXlz9quQ1MjHSaCdg">
    <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/72833630542/digital_wallets/dialog">
    <meta name="shopify-checkout-api-token" content="8ebdb2f11fdb2508a280e2e4b98ada76">
    <link rel="alternate" hreflang="x-default" href="https://www.tossbryan.ie/">
    <link rel="alternate" hreflang="en-IE" href="https://www.tossbryan.ie/">
    <link rel="alternate" hreflang="pl-IE" href="https://www.tossbryan.ie/pl">
    <link rel="alternate" hreflang="uk-IE" href="https://www.tossbryan.ie/uk">
    <script async="async" src="/checkouts/internal/preloads.js?locale=en-IE"></script>
    <link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
    <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-IE&shop_id=72833630542" crossorigin="anonymous"></script>
    <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":72833630542,"countryCode":"IE","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/72833630542","merchantName":"Toss Bryan","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","maestro","masterCard","amex"],"total":{"type":"pending","label":"Toss Bryan","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":false}</script>
    <script id="shopify-features" type="application/json">{"accessToken":"8ebdb2f11fdb2508a280e2e4b98ada76","betas":["rich-media-storefront-analytics"],"domain":"www.tossbryan.ie","predictiveSearch":true,"shopId":72833630542,"smart_payment_buttons_url":"https:\/\/www.tossbryan.ie\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/www.tossbryan.ie\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script>
    <script>var Shopify = Shopify || {};
    Shopify.shop = "toss-bryan.myshopify.com";
    Shopify.locale = "en";
    Shopify.currency = {"active":"EUR","rate":"1.0"};
    Shopify.country = "IE";
    Shopify.theme = {"name":"Toss Bryan theme updated 29.07.2024","id":166339510606,"schema_name":"Pursuit","schema_version":"1.1","theme_store_id":1654,"role":"main"};
    Shopify.theme.handle = "null";
    Shopify.theme.style = {"id":null,"handle":null};
    Shopify.cdnHost = "www.tossbryan.ie/cdn";
    Shopify.routes = Shopify.routes || {};
    Shopify.routes.root = "/";</script>
    <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
    <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
    <script>window.ShopifyPay = window.ShopifyPay || {};
    window.ShopifyPay.apiHost = "shop.app\/pay";</script>
    <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
    <script>
      window.Shopify = window.Shopify || {};
      if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
      window.Shopify.featureAssets['shop-js'] = {"login-button":["modules/client.login-button_8knyv73M.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_u7RlcaGf.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js","modules/client.login-button_8knyv73M.en.esm.js","modules/chunk.shop-pay_Dgp_3uvF.esm.js"],"payment-terms":["modules/client.payment-terms_BzPahTuF.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js","modules/client.login-button_8knyv73M.en.esm.js"],"pay-button":["modules/client.pay-button_D8dp9wxo.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js"],"discount-app":["modules/client.discount-app_BHUzgLHf.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js"],"avatar":["modules/client.avatar_BTnouDA3.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_mXKTRX4N.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js","modules/client.login-button_8knyv73M.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_ZIyf0vSn.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_XBTSMnuG.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js","modules/client.login-button_8knyv73M.en.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_ONkwF8rK.en.esm.js","modules/chunk.common_DCmY8Zac.esm.js","modules/client.login-button_8knyv73M.en.esm.js"]};
    </script>
    <script>(function() {
      function asyncLoad() {
        var urls = ["https:\/\/cdn1.judge.me\/assets\/installed.js?shop=toss-bryan.myshopify.com","https:\/\/app.carecart.io\/api\/abandoned-cart\/js-script?shop=toss-bryan.myshopify.com","https:\/\/cdn.logbase.io\/lb-upsell-wrapper.js?shop=toss-bryan.myshopify.com","\/\/cdn.shopify.com\/proxy\/9f1cf7edace29b720fd386a7d1f35c774f454395ad2d1b5757e1f08b09e5f4cc\/tabs.tkdigital.dev\/scripts\/ne_smart_tabs_c416e039ba608c2a20a7b8558dad69cf.js?shop=toss-bryan.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/cdn.shopify.com\/s\/files\/1\/0728\/3363\/0542\/t\/9\/assets\/yoast-active-script.js?v=1722254702\u0026shop=toss-bryan.myshopify.com"];
        for (var i = 0; i < urls.length; i++) {
          var s = document.createElement('script');
          s.type = 'text/javascript';
          s.async = true;
          s.src = urls[i];
          var x = document.getElementsByTagName('script')[0];
          x.parentNode.insertBefore(s, x);
        }
      };
      if(window.attachEvent) {
        window.attachEvent('onload', asyncLoad);
      } else {
        window.addEventListener('load', asyncLoad, false);
      }
    })();</script>
    <script id="__st">var __st={"a":72833630542,"offset":0,"reqid":"7dd37853-fa4e-4758-9114-5f280a0e3c44-1730528905","pageurl":"www.tossbryan.ie\/","u":"7a982173b552","p":"home"};</script>
    <script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
    <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');function s(t,e,n=!1){try{const o=window.sessionStorage;for(const[n,c]of Object.entries(JSON.parse(o.getItem(e))))t.elements[n]&&(t.elements[n].value=c);n&&o.removeItem(e)}catch{}}const a='form_key',i=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response','password'],u=()=>{try{return window.sessionStorage}catch{return}},m=t=>t.elements[a],f='form_type',d='cptcha';function p(t){t.dataset[d]=!0}const l=window,h=l.document,_='Shopify',y='ce_forms',E='captcha';let v=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe','https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js',T={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=l[_][y],c=o.bindForm;if(c)return c(t,g,e,T).then(n);o.q.push([[t,g,e,T],n]),v||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:'https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js'})),v=!0)});var g,T;l[_]=l[_]||{},l[_][y]=l[_][y]||{},l[_][y].q=[],l[_][E]=l[_][E]||{},l[_][E].protect=function(t,e){n(t,void 0,e),p(t)},Object.freeze(l[_][E]),function(t,e,n,l,h,_){const[y,E,v,g]=function(t,e,n){const s=e?o:[],a=t?c:[],i=[...s,...a],u=[...o],m=r(i),f=r(s),d=n&&r(i.filter((([t,e])=>n.includes(e)))),p=r(u),l=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];return[l(m),l(f),l(d),l(p)]}(l,h,_),T=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},S=t=>y().includes(t);t.addEventListener('submit',(t=>{const e=T(t);if(!e)return;const n=S(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=m(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!u())return;!function(t){const e=u();if(!e)return;const n=m(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){m(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:a})),t.elements[a].value=e}(t,e),function(t,e){const n=u();if(!n)return;const o=[...t.querySelectorAll('input[type="password"]')].map((({name:t})=>t)),c=[...i,...o],r={};for(const[s,a]of new FormData(t).entries())c.includes(s)||(r[s]=a);n.setItem(e,JSON.stringify(r))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const w=(t,e)=>{t&&!t.dataset[d]&&(n(t,e.some((e=>e===t))),p(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=T(t);S(e)&&w(e,E())}));const A=e.get('form_key'),b=e.get(f),I=A&&b;t.addEventListener('DOMContentLoaded',(()=>{const t=E();if(I)for(const e of t)e.elements[f].value===b&&s(e,A);[...new Set([...v(),...y().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>w(e,t)))}))}(h,new URLSearchParams(l.location.search),n,!0,!0,['guest_login'])})()}();</script>
    <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.tossbryan.ie/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script>
    <script crossorigin="anonymous" defer="defer" src="//www.tossbryan.ie/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script>
    <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://www.tossbryan.ie/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
    </script>
    <script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
      function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
    </script>
    <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("#dynamic-checkout-cart")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
    </script>
    
    
    
    <style id="shopify-accelerated-checkout-cart">
            #dynamic-checkout-cart {
      container-type: inline-size;
      container-name: dcc;
      width: 100%;
    }
    
    .wallet-cart-grid {
      --wallet-button-height-horizontal: clamp(
        25px,
        var(
          --shopify-accelerated-checkout-button-inline-size,
          42px
        ),
        55px
      );
      --wallet-button-height-vertical: clamp(
        25px,
        var(
          --shopify-accelerated-checkout-button-block-size,
          54px
        ),
        55px
      );
      --wallet-button-width-horizontal: 150px;
      --wallet-button-width-vertical: 100%;
      --wallet-button-border-radius: var(
        --shopify-accelerated-checkout-button-border-radius,
        4px
      );
      --wallet-grid-margin-horizontal: 0 -5px -5px -5px;
      --wallet-button-container-margin-horizontal: 0 5px 5px;
      --wallet-button-container-margin-vertical: var(--shopify-accelerated-checkout-row-gap, 8px) 0 0;
    }
    
    @keyframes acceleratedCheckoutLoadingSkeleton {
      50% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1);}
      75% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-end, 0.5);}
      100% {opacity: var(--shopify-accelerated-checkout-skeleton-animation-opacity-start, 1);}
    }
    
    .wallet-cart-button__skeleton {
      animation: acceleratedCheckoutLoadingSkeleton var(--shopify-accelerated-checkout-skeleton-animation-duration, 4s) var(--shopify-accelerated-checkout-skeleton-animation-timing-function, ease) infinite;
      animation-delay: -0.168s;
      background-color: var(--shopify-accelerated-checkout-skeleton-background-color, #dedede);
      box-sizing: border-box;
      text-decoration: none !important;
    }
    
    .wallet-cart-grid {
      margin: var(--wallet-grid-margin-horizontal);
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: var(--shopify-accelerated-checkout-inline-alignment, start);
      gap: 0 !important;
    }
    
    .wallet-cart-grid--skeleton {
      justify-content: var(--shopify-accelerated-checkout-inline-alignment, inherit);
    }
    
    .wallet-cart-button-container {
      position: relative;
      margin: var(--wallet-button-container-margin-horizontal);
    }
    
    .wallet-cart-button-container,
    .wallet-cart-button {
      width: var(--wallet-button-width-horizontal);
      height: var(--wallet-button-height-horizontal);
      border-radius: var(--wallet-button-border-radius);
      list-style-type: none !important;
      text-align: center;
      flex-shrink: 0;
      flex-grow: 0;
    }
    
    .additional-checkout-buttons--vertical .wallet-cart-grid {
      justify-content: start;
      flex-direction: column;
      margin: 0;
    }
    .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container {
      width: var(--wallet-button-width-vertical);
      height: var(--wallet-button-height-vertical);
      margin: var(--wallet-button-container-margin-vertical);
    }
    .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container:first-child {
      margin-top: 0;
    }
    .additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button {
      width: var(--wallet-button-width-vertical);
      height: var(--wallet-button-height-vertical);
    }
    
    .additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button-container,
    .additional-checkout-buttons--horizontal .wallet-cart-grid .wallet-cart-button {
      width: var(--wallet-button-width-horizontal) !important;
      height: var(--wallet-button-height-horizontal) !important;
      border-radius: var(--wallet-button-border-radius) !important;
    }
    
    @container dcc (width >= 150px) and (width <= 500px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) {
        justify-content: start;
        flex-direction: column;
        margin: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
        margin: var(--wallet-button-container-margin-vertical);
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container:first-child {
        margin-top: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
      }
    }
    
    @container dcc (width <= 310px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) {
        justify-content: start;
        flex-direction: column;
        margin: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
        margin: var(--wallet-button-container-margin-vertical);
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container:first-child {
        margin-top: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
      }
    }
    
    @container dcc (width <= 470px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) {
        justify-content: start;
        flex-direction: column;
        margin: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
        margin: var(--wallet-button-container-margin-vertical);
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container:first-child {
        margin-top: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
      }
    }
    
    @container dcc (width <= 630px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) {
        justify-content: start;
        flex-direction: column;
        margin: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
        margin: var(--wallet-button-container-margin-vertical);
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container:first-child {
        margin-top: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
      }
    }
    
    @container dcc (width <= 790px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) {
        justify-content: start;
        flex-direction: column;
        margin: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
        margin: var(--wallet-button-container-margin-vertical);
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container:first-child {
        margin-top: 0;
      }
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
      }
    }
    
    .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) {
      justify-content: start;
      flex-direction: column;
      margin: 0;
    }
    .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container {
      width: var(--wallet-button-width-vertical);
      height: var(--wallet-button-height-vertical);
      margin: var(--wallet-button-container-margin-vertical);
    }
    .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
      margin-top: 0;
    }
    .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button {
      width: var(--wallet-button-width-vertical);
      height: var(--wallet-button-height-vertical);
    }
    
    @media screen and (max-width: 750px) {
      .wallet-cart-grid {
        justify-content: start;
        flex-direction: column;
        max-width: none;
        margin: 0;
      }
      .wallet-cart-grid .wallet-cart-button-container {
        max-width: none;
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
        margin: var(--wallet-button-container-margin-vertical);
      }
      .wallet-cart-grid .wallet-cart-button-container:first-child {
        margin-top: 0;
      }
      .wallet-cart-grid .wallet-cart-button {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
      }
    }
    
    @supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
      .wallet-cart-grid {
        justify-content: start;
        flex-direction: column;
        margin: 0;
      }
      .wallet-cart-button-container {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
        margin: var(--wallet-button-container-margin-vertical);
      }
      .wallet-cart-button-container:first-child {
        margin-top: 0;
      }
      .wallet-cart-grid .wallet-cart-button {
        width: var(--wallet-button-width-vertical);
        height: var(--wallet-button-height-vertical);
      }
    }
    
            #shopify-buyer-consent {
      margin-top: 1em;
      display: inline-block;
      width: 100%;
    }
    
    #shopify-buyer-consent.hidden {
      display: none;
    }
    
    #shopify-subscription-policy-button {
      background: none;
      border: none;
      padding: 0;
      text-decoration: underline;
      font-size: inherit;
      cursor: pointer;
    }
    
    #shopify-subscription-policy-button::before {
      box-shadow: none;
    }
    
          </style>
    
    <style id="shopify-accelerated-checkout-cart-grid-with-margin-top">.additional-checkout-buttons--vertical .wallet-cart-grid .wallet-cart-button-container:first-child {
      margin-top: 8px;
    }
    
    
    @container dcc (width >= 150px) and (width <= 500px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(1)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(2))) .wallet-cart-button-container:first-child {
        margin-top: 8px;
      }
    }
    
    @container dcc (width <= 310px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(2)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(3))) .wallet-cart-button-container:first-child {
        margin-top: 8px;
      }
    }
    
    @container dcc (width <= 470px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(3)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(4))) .wallet-cart-button-container:first-child {
        margin-top: 8px;
      }
    }
    
    @container dcc (width <= 630px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(4)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(5))) .wallet-cart-button-container:first-child {
        margin-top: 8px;
      }
    }
    
    @container dcc (width <= 790px) {
      .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(5)).wallet-cart-grid:not(:has(>.wallet-cart-button-container:nth-of-type(6))) .wallet-cart-button-container:first-child {
        margin-top: 8px;
      }
    }
    
    .wallet-cart-grid:has(>.wallet-cart-button-container:nth-of-type(6)) .wallet-cart-button-container:first-child {
      margin-top: 8px;
    }
    
    @media screen and (max-width: 750px) {
      .wallet-cart-grid .wallet-cart-button-container:first-child {
        margin-top: 8px;
      }
    }
    
    @supports (not (container-type: inline-size)) or (not (selector(:has(*)))) {
      .wallet-cart-button-container:first-child {
        margin-top: 8px;
      }
    }
    </style>
    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
    
      <!--Liquid error (layout/theme line 231): Could not find asset snippets/bss-product-labels-configs.liquid-->
                            
    <!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/small-box/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><style>
      .pt-display-smallbox ul li {
        background-color: #FFFFFF;border: 1px solid #00a5fd;border-radius: 3px;
      }
      .pt-display-smallbox ul li .collection-name {
        font-size: 13px;
      }
      .pt-display-smallbox ul li.selected {
        background-color: #00a5fd;
      }
      .pt-display-smallbox ul li.selected a {
        color: #FFFFFF;
      }
      .pt-display-smallbox ul li:hover {
        background-color: #00a5fd;
      }
      .pt-display-smallbox ul li:hover a {
        color: #FFFFFF;
      }
    </style>
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/accordions/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><script>
      (window.powerToolsSettings = window.powerToolsSettings || {}).groupClasses = (window.powerToolsSettings.groupClasses || []).concat(["pt-accordion-group","pt-group-expanded"]);
      (window.powerToolsSettings = window.powerToolsSettings || {}).selectedClasses = (window.powerToolsSettings.selectedClasses || []).concat("pt-group-expanded");</script>
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/judge-me-product-reviews/blocks/judgeme_core/61ccd3b1-a9f2-4160-9fe9-4fec8413e5d8 --><!-- Start of Judge.me Core -->
    <link rel="dns-prefetch" href="https://cdn.judge.me">
    <script data-cfasync='false' class='jdgm-settings-script'>window.jdgmSettings={"pagination":5,"disable_web_reviews":false,"badge_no_review_text":"No reviews","badge_n_reviews_text":"{{ n }} review/reviews","badge_star_color":"#FD5B2A","hide_badge_preview_if_no_reviews":true,"badge_hide_text":false,"enforce_center_preview_badge":false,"widget_title":"Customer Reviews","widget_open_form_text":"Write a review","widget_close_form_text":"Cancel review","widget_refresh_page_text":"Refresh page","widget_summary_text":"Based on {{ number_of_reviews }} review/reviews","widget_no_review_text":"Be the first to write a review","widget_name_field_text":"Name","widget_verified_name_field_text":"Verified Name (public)","widget_name_placeholder_text":"Enter your name (public)","widget_required_field_error_text":"This field is required.","widget_email_field_text":"Email","widget_verified_email_field_text":"Verified Email (private, can not be edited)","widget_email_placeholder_text":"Enter your email (private)","widget_email_field_error_text":"Please enter a valid email address.","widget_rating_field_text":"Rating","widget_review_title_field_text":"Review Title","widget_review_title_placeholder_text":"Give your review a title","widget_review_body_field_text":"Review","widget_review_body_placeholder_text":"Write your comments here","widget_pictures_field_text":"Picture/Video (optional)","widget_submit_review_text":"Submit Review","widget_submit_verified_review_text":"Submit Verified Review","widget_submit_success_msg_with_auto_publish":"Thank you! Please refresh the page in a few moments to see your review. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_submit_success_msg_no_auto_publish":"Thank you! Your review will be published as soon as it is approved by the shop admin. You can remove or edit your review by logging into \u003ca href='https://judge.me/login' target='_blank' rel='nofollow noopener'\u003eJudge.me\u003c/a\u003e","widget_show_default_reviews_out_of_total_text":"Showing {{ n_reviews_shown }} out of {{ n_reviews }} reviews.","widget_show_all_link_text":"Show all","widget_show_less_link_text":"Show less","widget_author_said_text":"{{ reviewer_name }} said:","widget_days_text":"{{ n }} days ago","widget_weeks_text":"{{ n }} week/weeks ago","widget_months_text":"{{ n }} month/months ago","widget_years_text":"{{ n }} year/years ago","widget_yesterday_text":"Yesterday","widget_today_text":"Today","widget_replied_text":"\u003e\u003e {{ shop_name }} replied:","widget_read_more_text":"Read more","widget_rating_filter_color":"#F54F16","widget_rating_filter_see_all_text":"See all reviews","widget_sorting_most_recent_text":"Most Recent","widget_sorting_highest_rating_text":"Highest Rating","widget_sorting_lowest_rating_text":"Lowest Rating","widget_sorting_with_pictures_text":"Only Pictures","widget_sorting_most_helpful_text":"Most Helpful","widget_open_question_form_text":"Ask a question","widget_reviews_subtab_text":"Reviews","widget_questions_subtab_text":"Questions","widget_question_label_text":"Question","widget_answer_label_text":"Answer","widget_question_placeholder_text":"Write your question here","widget_submit_question_text":"Submit Question","widget_question_submit_success_text":"Thank you for your question! We will notify you once it gets answered.","widget_star_color":"#FD5B2A","verified_badge_text":"Verified","verified_badge_placement":"left-of-reviewer-name","widget_hide_border":false,"widget_social_share":false,"all_reviews_include_out_of_store_products":true,"all_reviews_out_of_store_text":"(out of store)","all_reviews_product_name_prefix_text":"about","enable_review_pictures":true,"review_date_format":"dd/mm/yyyy","widget_product_reviews_subtab_text":"Product Reviews","widget_shop_reviews_subtab_text":"Shop Reviews","widget_sorting_pictures_first_text":"Pictures First","floating_tab_button_name":"★ Judge.me Reviews","floating_tab_title":"Let customers speak for us","floating_tab_url":"","floating_tab_url_enabled":false,"all_reviews_text_badge_text":"Customers rate us {{ shop.metafields.judgeme.all_reviews_rating | round: 1 }}/5 based on {{ shop.metafields.judgeme.all_reviews_count }} reviews.","all_reviews_text_badge_text_branded_style":"{{ shop.metafields.judgeme.all_reviews_rating | round: 1 }} out of 5 stars based on {{ shop.metafields.judgeme.all_reviews_count }} reviews","all_reviews_text_badge_url":"","all_reviews_text_style":"branded","featured_carousel_title":"Let customers speak for us","featured_carousel_count_text":"from {{ n }} reviews","featured_carousel_url":"","verified_count_badge_style":"branded","verified_count_badge_url":"","widget_histogram_use_custom_color":true,"widget_pagination_use_custom_color":true,"picture_reminder_submit_button":"Upload Pictures","widget_sorting_videos_first_text":"Videos First","widget_review_pending_text":"Pending","remove_microdata_snippet":true,"preview_badge_no_question_text":"No questions","preview_badge_n_question_text":"{{ number_of_questions }} question/questions","widget_search_bar_placeholder":"Search reviews","widget_sorting_verified_only_text":"Verified only","featured_carousel_theme":"card","featured_carousel_verified_badge_enable":true,"featured_carousel_more_reviews_button_text":"Read more reviews","featured_carousel_view_product_button_text":"View product","all_reviews_page_load_more_text":"Load More Reviews","widget_advanced_speed_features":5,"widget_public_name_text":"displayed publicly like","default_reviewer_name_has_non_latin":true,"widget_reviewer_anonymous":"Anonymous","medals_widget_title":"Judge.me Review Medals","widget_invalid_yt_video_url_error_text":"Not a YouTube video URL","widget_max_length_field_error_text":"Please enter no more than {0} characters.","widget_verified_by_shop_text":"Verified by Shop","widget_load_with_code_splitting":true,"widget_ugc_title":"Made by us, Shared by you","widget_ugc_subtitle":"Tag us to see your picture featured in our page","widget_ugc_primary_button_text":"Buy Now","widget_ugc_secondary_button_text":"Load More","widget_ugc_reviews_button_text":"View Reviews","widget_primary_color":"#FD5B2A","widget_enable_secondary_color":true,"widget_secondary_color":"#D3DCDA","widget_summary_average_rating_text":"{{ average_rating }} out of 5","widget_media_grid_title":"Customer photos \u0026 videos","widget_media_grid_see_more_text":"See more","widget_verified_by_judgeme_text":"Verified by Judge.me","widget_verified_by_judgeme_text_in_store_medals":"Verified by Judge.me","widget_media_field_exceed_quantity_message":"Sorry, we can only accept {{ max_media }} for one review.","widget_media_field_exceed_limit_message":"{{ file_name }} is too large, please select a {{ media_type }} less than {{ size_limit }}MB.","widget_review_submitted_text":"Review Submitted!","widget_question_submitted_text":"Question Submitted!","widget_close_form_text_question":"Cancel","widget_write_your_answer_here_text":"Write your answer here","widget_show_collected_by_judgeme":true,"widget_collected_by_judgeme_text":"collected by Judge.me","widget_load_more_text":"Load More","widget_load_more_color":"#FD5B2A","widget_full_review_text":"Full Review","widget_read_more_reviews_text":"Read More Reviews","widget_read_questions_text":"Read Questions","widget_questions_and_answers_text":"Questions \u0026 Answers","widget_verified_by_text":"Verified by","widget_number_of_reviews_text":"{{ number_of_reviews }} reviews","widget_back_button_text":"Back","widget_next_button_text":"Next","widget_custom_forms_filter_button":"Filters","how_reviews_are_collected":"How reviews are collected?","widget_gdpr_statement":"How we use your data: We’ll only contact you about the review you left, and only if necessary. By submitting your review, you agree to Judge.me’s \u003ca href='https://judge.me/terms' target='_blank' rel='nofollow noopener'\u003eterms\u003c/a\u003e, \u003ca href='https://judge.me/privacy' target='_blank' rel='nofollow noopener'\u003eprivacy\u003c/a\u003e and \u003ca href='https://judge.me/content-policy' target='_blank' rel='nofollow noopener'\u003econtent\u003c/a\u003e policies.","preview_badge_collection_page_install_preference":true,"preview_badge_product_page_install_preference":true,"review_widget_best_location":true,"platform":"shopify","branding_url":"https://judge.me/reviews/toss-bryan.myshopify.com","branding_text":"Powered by Judge.me","locale":"en","reply_name":"Toss Bryan","widget_version":"3.0","footer":true,"autopublish":true,"review_dates":true,"enable_custom_form":false,"shop_use_review_site":true,"can_be_branded":true};</script> <style class='jdgm-settings-style'>.jdgm-xx{left:0}:root{--jdgm-primary-color:#FD5B2A;--jdgm-secondary-color:#D3DCDA;--jdgm-star-color:#FD5B2A;--jdgm-write-review-text-color:white;--jdgm-write-review-bg-color:#FD5B2A;--jdgm-paginate-color:#FD5B2A;--jdgm-border-radius:0;--jdgm-reviewer-name-color:#FD5B2A}.jdgm-histogram__bar-content{background-color:#F54F16}.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after,.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge{color:white;background-color:#FD5B2A}.jdgm-review-widget--small .jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}@media only screen and (min-width: 768px){.jdgm-gallery.jdgm-gallery .jdgm-gallery__thumbnail-link:nth-child(8) .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before{content:"See more"}}.jdgm-preview-badge .jdgm-star.jdgm-star{color:#FD5B2A}.jdgm-prev-badge[data-average-rating='0.00']{display:none !important}.jdgm-author-all-initials{display:none !important}.jdgm-author-last-initial{display:none !important}.jdgm-rev-widg__title{visibility:hidden}.jdgm-rev-widg__summary-text{visibility:hidden}.jdgm-prev-badge__text{visibility:hidden}.jdgm-rev__replier:before{content:'tossbryan.ie'}.jdgm-rev__prod-link-prefix:before{content:'about'}.jdgm-rev__out-of-store-text:before{content:'(out of store)'}@media only screen and (min-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}@media only screen and (max-width: 768px){.jdgm-rev__pics .jdgm-rev_all-rev-page-picture-separator,.jdgm-rev__pics .jdgm-rev__product-picture{display:none}}.jdgm-preview-badge[data-template="index"]{display:none !important}.jdgm-verified-count-badget[data-from-snippet="true"]{display:none !important}.jdgm-carousel-wrapper[data-from-snippet="true"]{display:none !important}.jdgm-all-reviews-text[data-from-snippet="true"]{display:none !important}.jdgm-medals-section[data-from-snippet="true"]{display:none !important}.jdgm-ugc-media-wrapper[data-from-snippet="true"]{display:none !important}
    </style>
    
      
      
      
      <style class='jdgm-miracle-styles'>
      @-webkit-keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes jdgm-spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:'JudgemeStar';src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");font-weight:normal;font-style:normal}.jdgm-star{font-family:'JudgemeStar';display:inline !important;text-decoration:none !important;padding:0 4px 0 0 !important;margin:0 !important;font-weight:bold;opacity:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.jdgm-star:hover{opacity:1}.jdgm-star:last-of-type{padding:0 !important}.jdgm-star.jdgm--on:before{content:"\e000"}.jdgm-star.jdgm--off:before{content:"\e001"}.jdgm-star.jdgm--half:before{content:"\e002"}.jdgm-widget *{margin:0;line-height:1.4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-overflow-scrolling:touch}.jdgm-hidden{display:none !important;visibility:hidden !important}.jdgm-temp-hidden{display:none}.jdgm-spinner{width:40px;height:40px;margin:auto;border-radius:50%;border-top:2px solid #eee;border-right:2px solid #eee;border-bottom:2px solid #eee;border-left:2px solid #ccc;-webkit-animation:jdgm-spin 0.8s infinite linear;animation:jdgm-spin 0.8s infinite linear}.jdgm-prev-badge{display:block !important}
    
    </style>
    
    
      
      
       
    
    
    <script data-cfasync='false' class='jdgm-script'>
    !function(e){window.jdgm=window.jdgm||{},jdgm.CDN_HOST="https://cdn.judge.me/",
    jdgm.docReady=function(d){(e.attachEvent?"complete"===e.readyState:"loading"!==e.readyState)?
    setTimeout(d,0):e.addEventListener("DOMContentLoaded",d)},jdgm.loadCSS=function(d,t,o,a){
    !o&&jdgm.loadCSS.requestedUrls.indexOf(d)>=0||(jdgm.loadCSS.requestedUrls.push(d),
    (a=e.createElement("link")).rel="stylesheet",a.class="jdgm-stylesheet",a.media="nope!",
    a.href=d,a.onload=function(){this.media="all",t&&setTimeout(t)},e.body.appendChild(a))},
    jdgm.loadCSS.requestedUrls=[],jdgm.loadJS=function(e,d){var t=new XMLHttpRequest;
    t.onreadystatechange=function(){4===t.readyState&&(Function(t.response)(),d&&d(t.response))},
    t.open("GET",e),t.send()},jdgm.docReady((function(){(window.jdgmLoadCSS||e.querySelectorAll(
    ".jdgm-widget, .jdgm-all-reviews-page").length>0)&&(jdgmSettings.widget_load_with_code_splitting?
    parseFloat(jdgmSettings.widget_version)>=3?jdgm.loadCSS(jdgm.CDN_HOST+"widget_v3/base.css"):
    jdgm.loadCSS(jdgm.CDN_HOST+"widget/base.css"):jdgm.loadCSS(jdgm.CDN_HOST+"shopify_v2.css"),
    jdgm.loadJS(jdgm.CDN_HOST+"loader.js"))}))}(document);
    </script>
    <noscript><link rel="stylesheet" type="text/css" media="all" href="https://cdn.judge.me/shopify_v2.css"></noscript>
    
    <!-- BEGIN app snippet: theme_fix_tags --><script>
      (function() {
        var jdgmThemeFixes = null;
        if (!jdgmThemeFixes) return;
        var thisThemeFix = jdgmThemeFixes[Shopify.theme.id];
        if (!thisThemeFix) return;
    
        if (thisThemeFix.html) {
          document.addEventListener("DOMContentLoaded", function() {
            var htmlDiv = document.createElement('div');
            htmlDiv.classList.add('jdgm-theme-fix-html');
            htmlDiv.innerHTML = thisThemeFix.html;
            document.body.append(htmlDiv);
          });
        };
    
        if (thisThemeFix.css) {
          var styleTag = document.createElement('style');
          styleTag.classList.add('jdgm-theme-fix-style');
          styleTag.innerHTML = thisThemeFix.css;
          document.head.append(styleTag);
        };
    
        if (thisThemeFix.js) {
          var scriptTag = document.createElement('script');
          scriptTag.classList.add('jdgm-theme-fix-script');
          scriptTag.innerHTML = thisThemeFix.js;
          document.head.append(scriptTag);
        };
      })();
    </script>
    <!-- END app snippet -->
    <!-- End of Judge.me Core -->
    
    
    
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/bss-product-labels-badges/blocks/bss-pl-config-data/91bfe765-b604-49a1-805e-3599fa600b24 --><script id='bss-pl-config-data'>
    	let TAE_StoreId = "39885";
    	if (typeof BSS_PL == 'undefined' || TAE_StoreId !== "") {
      		var BSS_PL = {};
    		BSS_PL.storeId = 39885;
    		BSS_PL.currentPlan = "ten_usd";
    		BSS_PL.apiServerProduction = "https://product-labels-pro.bsscommerce.com";
    		BSS_PL.customerTags = "null";
    		BSS_PL.customerId = "null";
    		BSS_PL.storeIdCustomOld = 10678;
    		BSS_PL.storeIdOldWIthPriority = 12200;
    		BSS_PL.integration = {"laiReview":{"status":0,"config":[]}};
    		BSS_PL.settingsData  = {};
    		
    		BSS_PL.configData = [].concat({"id":137063,"name":"Untitled label","priority":0,"enable":1,"pages":"1,2,3,4,7","related_product_tag":null,"first_image_tags":null,"img_url":"1728990515350-737608674-Endofseasonsale.png","public_img_url":"https://cdn.shopify.com/s/files/1/0728/3363/0542/files/1728990515350-737608674-Endofseasonsale_70bf5d06-6e5e-4053-b9a6-6ec0f880b283.png?v=1728991006","position":2,"apply":null,"product_type":0,"exclude_products":6,"collection_image_type":0,"product":"8430055457102,8732178645326,8758902620494,8518705905998,9637096227150,8430055129422,8430055194958,8430055424334,8865040073038,8831383372110,8831429968206,8521256829262,8999680934222,8521254928718,8847099658574,8732053143886,8732108259662,8754339152206,8874275176782,8830927012174,8732111470926,8807850410318,8829469557070,8861138452814","variant":"","collection":"","exclude_product_ids":"","collection_image":"","inventory":0,"tags":"","excludeTags":"","from_price":null,"to_price":null,"domain_id":39885,"locations":"","enable_allowed_countries":0,"enable_visibility_date":0,"from_date":null,"to_date":null,"enable_discount_range":0,"discount_type":1,"discount_from":null,"discount_to":null,"label_text":"New arrival","label_text_color":"#ffffff","label_text_background_color":"#ff7f50","label_text_font_size":12,"label_text_no_image":1,"label_text_in_stock":"In Stock","label_text_out_stock":"Sold out","label_shadow":0,"label_opacity":100,"label_border_radius":0,"label_shadow_color":"#808080","label_text_style":0,"label_text_font_family":null,"label_text_font_url":null,"label_preview_image":"/static/adminhtml/images/sample.webp","label_text_enable":0,"customer_tags":"","exclude_customer_tags":"","customer_type":"allcustomers","exclude_customers":"all_customer_tags","label_on_image":"2","label_type":1,"badge_type":0,"custom_selector":null,"margin_top":0,"margin_bottom":0,"mobile_height_label":null,"mobile_width_label":40,"mobile_font_size_label":12,"emoji":null,"emoji_position":null,"transparent_background":null,"custom_page":null,"check_custom_page":null,"margin_left":0,"instock":null,"price_range_from":null,"price_range_to":null,"enable_price_range":0,"enable_product_publish":0,"selected_product":"null","product_publish_from":null,"product_publish_to":null,"enable_countdown_timer":0,"option_format_countdown":0,"countdown_time":null,"option_end_countdown":null,"start_day_countdown":null,"countdown_type":1,"countdown_daily_from_time":null,"countdown_daily_to_time":null,"countdown_interval_start_time":null,"countdown_interval_length":null,"countdown_interval_break_length":null,"public_url_s3":"https://shopify-production-product-labels.s3.us-east-2.amazonaws.com/public/static/base/images/customer/39885/1728990515350-737608674-Endofseasonsale.png","enable_visibility_period":0,"visibility_period":1,"createdAt":"2024-10-15T11:14:46.000Z","customer_ids":"","exclude_customer_ids":"","angle":0,"toolTipText":"","label_shape":"rectangle","mobile_fixed_percent_label":"percentage","desktop_width_label":40,"desktop_height_label":null,"desktop_fixed_percent_label":"percentage","mobile_position":2,"desktop_label_unlimited_top":0,"desktop_label_unlimited_left":0,"mobile_label_unlimited_top":0,"mobile_label_unlimited_left":0,"mobile_margin_top":0,"mobile_margin_left":0,"mobile_config_label_enable":null,"mobile_default_config":1,"mobile_margin_bottom":0,"enable_fixed_time":0,"fixed_time":null,"statusLabelHoverText":0,"labelHoverTextLink":"","labelAltText":"","statusLabelAltText":0,"enable_badge_stock":0,"badge_stock_style":1,"badge_stock_config":null,"enable_multi_badge":0,"animation_type":0,"desktop_show_badges":1,"mobile_show_badges":1,"desktop_show_labels":1,"mobile_show_labels":1,"label_text_unlimited_stock":"Unlimited Stock","img_plan_id":13,"label_badge_type":"image","deletedAt":null,"desktop_lock_aspect_ratio":true,"mobile_lock_aspect_ratio":true,"img_aspect_ratio":1,"preview_board_width":448,"preview_board_height":481,"set_size_on_mobile":false,"set_position_on_mobile":false,"set_margin_on_mobile":false,"updatedAt":"2024-10-15T11:16:48.000Z","multipleBadge":null,"translations":[],"label_id":137063,"label_text_id":137063},{"id":135706,"name":"Untitled label","priority":0,"enable":1,"pages":"1,2,4,7","related_product_tag":null,"first_image_tags":null,"img_url":"1728057292479-31429005-order500.png","public_img_url":"https://cdn.shopify.com/s/files/1/0728/3363/0542/files/1728057292479-31429005-order500_86148f47-9c41-44aa-accc-733a53192894.png?v=1728057759","position":2,"apply":null,"product_type":0,"exclude_products":6,"collection_image_type":0,"product":"8885442085198,8885444641102,8885443559758,8886844358990,8885447295310,8885447229774,8886843212110,8886843638094,8886839181646,8885443232078,8886845276494,8886839935310,8886840557902,8885449163086,8886840754510,8886838821198,8885446017358,8886839968078,8886839509326,8885440872782,8885442314574,8885440938318,8885444444494,8885443854670,8885440577870,8886838657358,8886838231374,8885445951822,8886842589518,8885447360846,8885449195854,8885445132622,8885449425230,8885441331534,8885444411726,8885449326926,8886841803086,8885445853518,8885442838862,8886844850510,8886844883278,8885449457998,8886838067534,8886841246030,8886839017806,8906439983438,8885447491918,8885447328078,8885442150734,8886841639246,8886841704782,8886841540942,8886839771470,8886842097998,8886840688974,8885445525838,8886844195150,8886844162382,8885449359694,8885440807246,8885442281806,8886845473102,8885441823054,8885440774478,8886841737550,8886838362446,8885441528142,8885441397070,8886840492366,8906441261390,8886843048270,8885448933710,8885448868174,8886840262990,8885448769870,8886843015502,8885444968782,8886842392910,8885440610638,8885443625294,8886838985038,8885446115662,8886841311566,8886841966926,8886842196302,8885445067086,8885445656910,8886838460750,8885442183502,8886845145422,8885444837710,8885440905550,8885444608334,8885445624142,8886844031310,8885440708942,8886844424526,8885446377806,8886840787278,8885443887438,8886839279950,8885443789134,8886839574862,8885446050126,8886841672014,8886837772622,8886842163534,8886841868622,8885446639950,8886839705934,8886841180494,8885443494222,8886844096846,8885446508878,8886838001998,8885447065934,8885441134926,8886838690126,8886845604174,8885447426382,8886839214414,8886843474254,8885448606030,8885449064782,8885444247886,8885448409422,8885448180046,8885442937166,8886843507022,8885448343886,8885449097550,8885444903246,8885448245582,8886843310414,8885448278350,8886843408718,8885448704334,8885448081742,8885448016206,8885447917902,8885448540494,8886843441486,8885448212814,8885449032014,8885444280654,8886843343182,8885448638798,8885448573262,8885444116814,8886837805390,8886837870926,8886839312718,8885442806094,8886838919502,8885441659214,8885444673870,8886841835854,8885442019662,8885445722446,8886843801934,8886838329678,8886841999694,8886839673166,8885447557454,8886843965774,8885443690830,8886839378254,8885442740558,8885444706638,8885446410574,8885442117966,8886838526286,8886838788430,8886840820046,8885443952974,8885444215118,8885442707790,8885443002702,8886843179342,8885441102158,8885441200462,8885445755214,8886845440334,8886845374798,8885446574414,8886838296910,8886844293454,8885446082894,8885442675022,8885447622990,8886842523982,8886841114958,8885445099854,8885440643406,8885441364302,8885442773326,8885442445646,8885444313422,8885441265998,8885447688526,8886838624590,8885443428686,8885443756366,8885443068238,8885443166542,8885444477262,8886845014350,8885446181198,8886840885582,8885444346190,8885445886286,8886841442638,8886841377102,8885445820750,8886844948814,8886843572558,8885447098702,8885441233230,8885446312270,8886842261838,8886837936462,8885449720142,8886845669710,8886845702478,8885447033166,8885449818446,8886845768014,8885446738254,8885446705486,8885446836558,8885446869326,8885445034318,8885446934862,8885449621838,8885449589070,8885442543950,8885445263694,8885443101006,8885444182350,8885443133774,8885443363150,8906439721294,8904307245390,8904307212622,8904307474766,8904307441998,8904307376462,8904307310926,8897183613262,9780972945742,9780961902926,9780976320846,9780968554830,9780980318542,9780949352782,9780974453070,9780970750286,9780978385230,8904307769678,8904307802446,8904307867982,8904307900750,8904307933518,8904307966286,8904307999054,8904307605838,8904311275854,8897185972558,8904307638606,8904307671374,8904311341390,8904307704142,8904311439694,8897183383886,8897183154510,8897183285582,8897190756686,8897183646030,8897182990670,8897183449422,8897186267470,8897190134094,8897186660686,8897186922830,8904311800142,8897185284430,8897190396238,8897187610958,8897185251662,8904305639758,8904305705294,8904305738062,8904304230734,8904304165198,8897185612110,8897184923982,8904304263502,8904306295118,8904306360654,9778794725710,9778791842126,9778791252302,9778790400334,8897184661838,8897192755534,8897187971406,8897192821070,8897188036942,8897188331854,8897185579342,8897182400846,8897182925134,8897191248206,8897189577038,8897184825678,8897184301390,8897188856142,8897191575886,8897186496846,8897187840334,8897182597454,8904310554958,8904310587726,8904310620494,8897184006478,8904311767374,8897186234702,8897186201934,8897184039246,8897185120590,8897185153358,8897189609806,8897190986062,8897190887758,8897191805262,8904303935822,8897190920526,8897190822222,8897186169166,8897191608654,8897191084366,8904303608142,8897190789454,8897188790606,8897191706958,8897186693454,8897184563534,8897184629070,8904306458958,9778828804430,9778836341070,9778843844942,9778833654094,9778838569294,9778829885774,9778837193038,9778845647182,9778835390798,9778839454030,8904309997902,8904309899598,8904310030670,8904309932366,8904310063438,8904309965134,8897187479886,8897195639118,8897194721614,8741206131022,8741208392014,8897194819918,8897183088974,8741203312974,8741188698446,8897191117134,8897188200782,8897196491086,8897191149902,8897196523854,8897191215438,8897196556622,8897189019982,8897195508046,8897193247054,8897193214286,8897186988366,8897193148750,8897183318350,8897187447118,8897190592846,8897192886606,8904306524494,9778818482510,9778811666766,9778819825998,9778820907342,9778817597774,9778810814798,9778804195662,9778808422734,9778797838670,9778801017166,9778809569614,8897185022286,8897198162254,9026175697230,9026184937806,9026180940110,9026189328718,9780992016718,9780990181710,9780989100366,8897183777102,8897182859598,8897182892366,8897185382734,8897184989518,8897183580494,8897199243598,8897199407438,8897199309134,8897199341902,8897199210830,8897199145294,8897193279822,8897193705806,8897193312590,8897193345358,8897193443662,8897193607502,8897193476430,8897193541966,8897193574734,8897182531918,8897189183822,8897187053902,8897189052750,8897190658382,8897182728526,8897197834574,9778872582478,9778873532750,8904310817102,8897184203086,8897184137550,8897197932878,8897197998414,8897197965646,8897183678798,8897197769038,8897195475278,8897195409742,8897183023438,9779164315982,9780947190094,9779159499086,8904306753870,8904306786638,8904306917710,8904306983246,8904307114318,8904307016014,8904307147086,8904307179854,8904311210318,8904311177550,8897188692302,8897185808718,8897194950990,8897194918222,8897197736270,8904307573070,8904307507534,8904307540302,8897187774798,8904308523342,8897186005326,8904308785486,8897189445966,8897189216590,8904308719950,8904308490574,8904308588878,8904308752718,8904308457806,8897186726222,8904308654414,9778787090766,9778789318990,9778785976654,8904309834062,8904309670222,8904309571918,8904309637454,8904309735758,8904309539150,8904309801294,8904309702990,8904309604686,8897189151054,8897189347662,8904309440846,8897190461774,8904309473614,8897190527310,8904309408078,8897190429006,9780987134286,9780985626958,9780982448462,8897192952142,8897183940942,8897192984910,8897182433614,9778822086990,9778823070030,9778824020302,9778825298254,9778826412366,9778827493710,8897194688846,8897188430158,8897188462926,8897194459470,8897194590542,8897194033486,8897194262862,8897194099022,8897194361166,8897194164558,8897194426702,8897194066254,8897194295630,8897186070862,8897187184974,8897194000718,8897194230094,8897194525006,8897194656078,8897189282126,8897186103630,8904308883790,8904308982094,8904309014862,8904308818254,8904308916558,8897195999566,8904308851022,8904308949326,8897193771342,8897185743182,8897193935182,8897188397390,8904305148238,8904305049934,8904305410382,8904304918862,8897197605198,8904304787790,8904305213774,8904304722254,9778850267470,9778858656078,9778868158798,9778862424398,9778869338446,9778866782542,9778852036942,9778860032334,9778870354254,9778863636814,9778854232398,9778861015374,9778871435598,9778864750926,8904310849870,8904310882638,8897185546574,8897184792910,8897185218894,8897187578190,8897187545422,8897187512654,8897182630222,8897185415502,8897184530766,8897182957902,8897183220046,8897185186126,8897192853838,8897186365774,8904306065742,8904306164046,8904306229582,8904306262350,8904311144782,8897195049294,9778874646862,9778891293006,9778892243278,8897189773646,8897185349966,8897195180366,8897190297934,8897189511502,8897196687694,8897196753230,8897196785998,8897190003022,8897190068558,8897188659534,8897198293326,8904310522190,8897195606350,9778974196046,9779156943182,9779152126286,9779157762382,9778893422926,9779158581582,8897195934030,8897195802958,8897195868494,8904309178702,8904309047630,8897184334158,8904309080398,8741191713102,8741194858830,9779153043790,9779153895758,9779155730766,8897190232398,8897190166862,8897184235854,9778831032654,9778832015694,8897196261710,8897196065102,8904310260046,8904310423886,8897196327246,8897196196174,8904310358350,8904310489422,8904310096206,8897196130638,8904310292814,8904310456654,8897189839182,8897187217742,8904310391118,8897198227790,8897191510350,8897187086670,8897191543118,8897190330702,8897191477582,8897186431310,8897197637966,8897191444814,8897188888910,8897198129486,8904308326734,8897182794062,8897182826830,8904311472462,8904311505230,8904311603534,8904311636302,8904311669070,8904311734606,8904307736910,9778847809870,9778846662990,9778849087822,8904310751566,8904310784334,8897188561230,8904310686030,8904310718798,8904311832910,8904310653262,8897196622158,9778855510350,9778856722766,9778857673038,8904308031822,8904308097358,8904308162894,8904308195662,8904308228430,8904308261198,8904308293966,8904306590030,8904306622798,8904304329038,8897198424398,8897198457166,8897182564686,8904309866830,8897196032334,9780963705166,9780965474638,8904310980942,8904310915406,8904310948174,8897192132942,8897189970254,8897189675342,8897192198478,8897192329550,8897192558926,8897186562382,8897187709262,8897192591694,8897192657230,8897192165710,8897192427854,8897189708110,8897192231246,8897192395086,8904303411534,8897190723918,8897188528462,8897185939790,8897192689998,8897192722766,8897183744334,8897195671886,8897188987214,8897193017678,8897193050446,8897193083214,8897182302542,8904305475918,8897192034638,8897192100174,8897191969102,8897187676494,8897183842638,8897197670734","variant":"","collection":"","exclude_product_ids":"","collection_image":"","inventory":0,"tags":"","excludeTags":"","from_price":null,"to_price":null,"domain_id":39885,"locations":"","enable_allowed_countries":0,"enable_visibility_date":0,"from_date":null,"to_date":null,"enable_discount_range":0,"discount_type":1,"discount_from":null,"discount_to":null,"label_text":"New arrival","label_text_color":"#ffffff","label_text_background_color":"#ff7f50","label_text_font_size":12,"label_text_no_image":1,"label_text_in_stock":"In Stock","label_text_out_stock":"Sold out","label_shadow":0,"label_opacity":100,"label_border_radius":0,"label_shadow_color":"#808080","label_text_style":0,"label_text_font_family":null,"label_text_font_url":null,"label_preview_image":"/static/adminhtml/images/sample.webp","label_text_enable":0,"customer_tags":"","exclude_customer_tags":"","customer_type":"allcustomers","exclude_customers":"all_customer_tags","label_on_image":"2","label_type":1,"badge_type":0,"custom_selector":null,"margin_top":0,"margin_bottom":0,"mobile_height_label":null,"mobile_width_label":35,"mobile_font_size_label":12,"emoji":null,"emoji_position":null,"transparent_background":null,"custom_page":null,"check_custom_page":null,"margin_left":0,"instock":null,"price_range_from":null,"price_range_to":null,"enable_price_range":0,"enable_product_publish":0,"selected_product":"null","product_publish_from":null,"product_publish_to":null,"enable_countdown_timer":0,"option_format_countdown":0,"countdown_time":null,"option_end_countdown":null,"start_day_countdown":null,"countdown_type":1,"countdown_daily_from_time":null,"countdown_daily_to_time":null,"countdown_interval_start_time":null,"countdown_interval_length":null,"countdown_interval_break_length":null,"public_url_s3":"https://shopify-production-product-labels.s3.us-east-2.amazonaws.com/public/static/base/images/customer/39885/1728057292479-31429005-order500.png","enable_visibility_period":0,"visibility_period":1,"createdAt":"2024-10-04T15:58:38.000Z","customer_ids":"","exclude_customer_ids":"","angle":0,"toolTipText":"","label_shape":"rectangle","mobile_fixed_percent_label":"percentage","desktop_width_label":35,"desktop_height_label":null,"desktop_fixed_percent_label":"percentage","mobile_position":2,"desktop_label_unlimited_top":0,"desktop_label_unlimited_left":0,"mobile_label_unlimited_top":0,"mobile_label_unlimited_left":0,"mobile_margin_top":0,"mobile_margin_left":0,"mobile_config_label_enable":null,"mobile_default_config":1,"mobile_margin_bottom":0,"enable_fixed_time":0,"fixed_time":null,"statusLabelHoverText":0,"labelHoverTextLink":"","labelAltText":"","statusLabelAltText":0,"enable_badge_stock":0,"badge_stock_style":1,"badge_stock_config":null,"enable_multi_badge":0,"animation_type":0,"desktop_show_badges":1,"mobile_show_badges":1,"desktop_show_labels":1,"mobile_show_labels":1,"label_text_unlimited_stock":"Unlimited Stock","img_plan_id":13,"label_badge_type":"image","deletedAt":null,"desktop_lock_aspect_ratio":true,"mobile_lock_aspect_ratio":true,"img_aspect_ratio":1,"preview_board_width":448,"preview_board_height":481,"set_size_on_mobile":false,"set_position_on_mobile":false,"set_margin_on_mobile":false,"updatedAt":"2024-10-04T16:30:31.000Z","multipleBadge":null,"translations":[],"label_id":135706,"label_text_id":135706},{"id":131010,"name":"Untitled label","priority":0,"enable":1,"pages":"1,2,3,4,7","related_product_tag":null,"first_image_tags":null,"img_url":"1725611459315-862687567-Draded.png","public_img_url":"https://cdn.shopify.com/s/files/1/0728/3363/0542/files/1725611459315-862687567-Draded.png?v=1725611477","position":2,"apply":0,"product_type":0,"exclude_products":6,"collection_image_type":0,"product":"9695901843790,9695917867342,9695919210830,9695916360014,9695915966798,9695919767886,9695920750926,9695917015374,9696014893390,9695918489934","variant":"","collection":"","exclude_product_ids":"","collection_image":"","inventory":0,"tags":"","excludeTags":"","from_price":null,"to_price":null,"domain_id":39885,"locations":"","enable_allowed_countries":0,"enable_visibility_date":0,"from_date":null,"to_date":null,"enable_discount_range":0,"discount_type":1,"discount_from":null,"discount_to":null,"label_text":"New arrival","label_text_color":"#ffffff","label_text_background_color":"#ff7f50","label_text_font_size":12,"label_text_no_image":1,"label_text_in_stock":"In Stock","label_text_out_stock":"Sold out","label_shadow":0,"label_opacity":100,"label_border_radius":0,"label_shadow_color":"#808080","label_text_style":0,"label_text_font_family":null,"label_text_font_url":null,"label_preview_image":"/static/adminhtml/images/sample.webp","label_text_enable":0,"customer_tags":"","exclude_customer_tags":"","customer_type":"allcustomers","exclude_customers":"all_customer_tags","label_on_image":"2","label_type":1,"badge_type":0,"custom_selector":null,"margin_top":0,"margin_bottom":0,"mobile_height_label":null,"mobile_width_label":30,"mobile_font_size_label":12,"emoji":null,"emoji_position":null,"transparent_background":null,"custom_page":null,"check_custom_page":null,"margin_left":0,"instock":null,"price_range_from":null,"price_range_to":null,"enable_price_range":0,"enable_product_publish":0,"selected_product":"null","product_publish_from":null,"product_publish_to":null,"enable_countdown_timer":0,"option_format_countdown":0,"countdown_time":null,"option_end_countdown":null,"start_day_countdown":null,"countdown_type":1,"countdown_daily_from_time":null,"countdown_daily_to_time":null,"countdown_interval_start_time":null,"countdown_interval_length":"48:00","countdown_interval_break_length":"24:00","public_url_s3":"https://shopify-production-product-labels.s3.us-east-2.amazonaws.com/public/static/base/images/customer/39885/1725611459315-862687567-Draded.png","enable_visibility_period":0,"visibility_period":1,"createdAt":"2024-08-28T10:36:30.000Z","customer_ids":"","exclude_customer_ids":"","angle":0,"toolTipText":"","label_shape":"rectangle","mobile_fixed_percent_label":"percentage","desktop_width_label":30,"desktop_height_label":null,"desktop_fixed_percent_label":"percentage","mobile_position":2,"desktop_label_unlimited_top":0,"desktop_label_unlimited_left":0,"mobile_label_unlimited_top":0,"mobile_label_unlimited_left":0,"mobile_margin_top":0,"mobile_margin_left":0,"mobile_config_label_enable":null,"mobile_default_config":1,"mobile_margin_bottom":0,"enable_fixed_time":0,"fixed_time":null,"statusLabelHoverText":0,"labelHoverTextLink":"","labelAltText":"","statusLabelAltText":0,"enable_badge_stock":0,"badge_stock_style":1,"badge_stock_config":null,"enable_multi_badge":0,"animation_type":0,"desktop_show_badges":1,"mobile_show_badges":1,"desktop_show_labels":1,"mobile_show_labels":1,"label_text_unlimited_stock":"Unlimited Stock","img_plan_id":13,"label_badge_type":"image","deletedAt":null,"desktop_lock_aspect_ratio":true,"mobile_lock_aspect_ratio":true,"img_aspect_ratio":1,"preview_board_width":448,"preview_board_height":481,"set_size_on_mobile":false,"set_position_on_mobile":false,"set_margin_on_mobile":true,"updatedAt":"2024-09-06T08:31:20.000Z","multipleBadge":null,"translations":[],"label_id":131010,"label_text_id":131010},{"id":126598,"name":"Untitled label","priority":0,"enable":1,"pages":"1,2,3,4,7","related_product_tag":null,"first_image_tags":null,"img_url":"1721899300358-894493635-Rayburnbatch.png","public_img_url":"https://cdn.shopify.com/s/files/1/0728/3363/0542/files/1721899300358-894493635-Rayburnbatch.png?v=1721899416","position":2,"apply":0,"product_type":0,"exclude_products":6,"collection_image_type":0,"product":"9634607268174","variant":"","collection":"","exclude_product_ids":"","collection_image":"","inventory":0,"tags":"","excludeTags":"","from_price":null,"to_price":null,"domain_id":39885,"locations":"","enable_allowed_countries":0,"enable_visibility_date":0,"from_date":null,"to_date":null,"enable_discount_range":0,"discount_type":1,"discount_from":null,"discount_to":null,"label_text":"New arrival","label_text_color":"#ffffff","label_text_background_color":"#ff7f50","label_text_font_size":12,"label_text_no_image":1,"label_text_in_stock":"In Stock","label_text_out_stock":"Sold out","label_shadow":0,"label_opacity":100,"label_border_radius":0,"label_shadow_color":"#808080","label_text_style":0,"label_text_font_family":null,"label_text_font_url":null,"label_preview_image":"/static/adminhtml/images/sample.webp","label_text_enable":0,"customer_tags":"","exclude_customer_tags":"","customer_type":"allcustomers","exclude_customers":"all_customer_tags","label_on_image":"2","label_type":1,"badge_type":0,"custom_selector":null,"margin_top":0,"margin_bottom":0,"mobile_height_label":null,"mobile_width_label":30,"mobile_font_size_label":12,"emoji":null,"emoji_position":null,"transparent_background":null,"custom_page":null,"check_custom_page":null,"margin_left":0,"instock":null,"price_range_from":null,"price_range_to":null,"enable_price_range":0,"enable_product_publish":0,"selected_product":"null","product_publish_from":null,"product_publish_to":null,"enable_countdown_timer":0,"option_format_countdown":0,"countdown_time":null,"option_end_countdown":null,"start_day_countdown":null,"countdown_type":1,"countdown_daily_from_time":null,"countdown_daily_to_time":null,"countdown_interval_start_time":null,"countdown_interval_length":"48:00","countdown_interval_break_length":"24:00","public_url_s3":"https://shopify-production-product-labels.s3.us-east-2.amazonaws.com/public/static/base/images/customer/39885/1721899300358-894493635-Rayburnbatch.png","enable_visibility_period":0,"visibility_period":1,"createdAt":"2024-07-25T09:22:22.000Z","customer_ids":"","exclude_customer_ids":"","angle":0,"toolTipText":"","label_shape":"rectangle","mobile_fixed_percent_label":"percentage","desktop_width_label":30,"desktop_height_label":null,"desktop_fixed_percent_label":"percentage","mobile_position":2,"desktop_label_unlimited_top":0,"desktop_label_unlimited_left":0,"mobile_label_unlimited_top":0,"mobile_label_unlimited_left":0,"mobile_margin_top":0,"mobile_margin_left":0,"mobile_config_label_enable":null,"mobile_default_config":1,"mobile_margin_bottom":0,"enable_fixed_time":0,"fixed_time":null,"statusLabelHoverText":0,"labelHoverTextLink":"","labelAltText":"","statusLabelAltText":0,"enable_badge_stock":0,"badge_stock_style":1,"badge_stock_config":null,"enable_multi_badge":0,"animation_type":0,"desktop_show_badges":1,"mobile_show_badges":1,"desktop_show_labels":1,"mobile_show_labels":1,"label_text_unlimited_stock":"Unlimited Stock","img_plan_id":13,"label_badge_type":"image","deletedAt":null,"desktop_lock_aspect_ratio":true,"mobile_lock_aspect_ratio":true,"img_aspect_ratio":1,"preview_board_width":448,"preview_board_height":481,"set_size_on_mobile":false,"set_position_on_mobile":false,"set_margin_on_mobile":true,"updatedAt":"2024-07-25T09:23:39.000Z","multipleBadge":null,"translations":[],"label_id":126598,"label_text_id":126598},{"id":126460,"name":"Untitled label","priority":0,"enable":1,"pages":"1,2,3,4,7,5","related_product_tag":null,"first_image_tags":null,"img_url":"1721831451746-948115537-Freeladdertrampoline.png","public_img_url":"https://cdn.shopify.com/s/files/1/0728/3363/0542/files/1721831451746-948115537-Freeladdertrampoline.png?v=1721831460","position":2,"apply":0,"product_type":0,"exclude_products":6,"collection_image_type":0,"product":"8982318252366,8982315303246","variant":"","collection":"","exclude_product_ids":"","collection_image":"","inventory":0,"tags":"","excludeTags":"","from_price":null,"to_price":null,"domain_id":39885,"locations":"","enable_allowed_countries":0,"enable_visibility_date":0,"from_date":null,"to_date":null,"enable_discount_range":0,"discount_type":1,"discount_from":null,"discount_to":null,"label_text":"New arrival","label_text_color":"#ffffff","label_text_background_color":"#ff7f50","label_text_font_size":12,"label_text_no_image":1,"label_text_in_stock":"In Stock","label_text_out_stock":"Sold out","label_shadow":0,"label_opacity":100,"label_border_radius":0,"label_shadow_color":"#808080","label_text_style":0,"label_text_font_family":null,"label_text_font_url":null,"label_preview_image":"/static/adminhtml/images/sample.webp","label_text_enable":0,"customer_tags":"","exclude_customer_tags":"","customer_type":"allcustomers","exclude_customers":"all_customer_tags","label_on_image":"2","label_type":1,"badge_type":0,"custom_selector":null,"margin_top":0,"margin_bottom":0,"mobile_height_label":null,"mobile_width_label":27,"mobile_font_size_label":12,"emoji":null,"emoji_position":null,"transparent_background":null,"custom_page":null,"check_custom_page":null,"margin_left":0,"instock":null,"price_range_from":null,"price_range_to":null,"enable_price_range":0,"enable_product_publish":0,"selected_product":"null","product_publish_from":null,"product_publish_to":null,"enable_countdown_timer":0,"option_format_countdown":0,"countdown_time":null,"option_end_countdown":null,"start_day_countdown":null,"countdown_type":1,"countdown_daily_from_time":null,"countdown_daily_to_time":null,"countdown_interval_start_time":null,"countdown_interval_length":"48:00","countdown_interval_break_length":"24:00","public_url_s3":"https://shopify-production-product-labels.s3.us-east-2.amazonaws.com/public/static/base/images/customer/39885/1721831451746-948115537-Freeladdertrampoline.png","enable_visibility_period":0,"visibility_period":1,"createdAt":"2024-07-24T14:30:10.000Z","customer_ids":"","exclude_customer_ids":"","angle":0,"toolTipText":"","label_shape":"rectangle","mobile_fixed_percent_label":"percentage","desktop_width_label":27,"desktop_height_label":null,"desktop_fixed_percent_label":"percentage","mobile_position":2,"desktop_label_unlimited_top":0,"desktop_label_unlimited_left":0,"mobile_label_unlimited_top":0,"mobile_label_unlimited_left":0,"mobile_margin_top":0,"mobile_margin_left":0,"mobile_config_label_enable":null,"mobile_default_config":1,"mobile_margin_bottom":0,"enable_fixed_time":0,"fixed_time":null,"statusLabelHoverText":0,"labelHoverTextLink":"","labelAltText":"","statusLabelAltText":0,"enable_badge_stock":0,"badge_stock_style":1,"badge_stock_config":null,"enable_multi_badge":0,"animation_type":0,"desktop_show_badges":1,"mobile_show_badges":1,"desktop_show_labels":1,"mobile_show_labels":1,"label_text_unlimited_stock":"Unlimited Stock","img_plan_id":13,"label_badge_type":"image","deletedAt":null,"desktop_lock_aspect_ratio":true,"mobile_lock_aspect_ratio":true,"img_aspect_ratio":1,"preview_board_width":448,"preview_board_height":481,"set_size_on_mobile":false,"set_position_on_mobile":false,"set_margin_on_mobile":true,"updatedAt":"2024-07-24T14:31:02.000Z","multipleBadge":null,"translations":[],"label_id":126460,"label_text_id":126460},{"id":108126,"name":"Special Order","priority":0,"enable":1,"pages":"1,2,3,4,7","related_product_tag":null,"first_image_tags":null,"img_url":"1706095161536-745061384-SPECIALORDER.png","public_img_url":"https://cdn.shopify.com/s/files/1/0728/3363/0542/files/1706095161536-745061384-SPECIALORDER.png?v=1706095177","position":2,"apply":0,"product_type":0,"exclude_products":6,"collection_image_type":0,"product":"8510509875534,8510509941070,8510509908302,8510509777230,8510509842766,8510509809998,8510510039374,8510510104910,8510510072142,8510510137678,8510510301518,8510510235982,8510497718606,8510497784142,8510497751374,8510497521998,8510497653070,8510497554766,8510497816910,8510497882446,8510497849678,8510497915214,8510497980750,8510498013518,8510520721742,8510520787278,8510520754510,8510520557902,8510520656206,8510520623438,8510520820046,8510520983886,8510520885582,8510521016654,8510521114958,8510521082190,8510509384014,8510509416782,8510508269902,8510508302670,8510507417934,8510507614542,8510509547854,8510509580622,8510509449550,8510509515086,8510506697038,8510506860878,8510508171598,8510508237134,8510509646158,8510509678926,8510507254094,8510507090254,8510509318478,8510509351246,8510508040526,8510507876686,8510508695886,8510508663118,8510509056334,8510508335438,8510509023566,8510508368206,8510508499278,8510508532046,8510508892494,8510508925262,8510508826958,8510508761422,8510509121870,8510509089102,8510508400974,8510508466510,8510508990798,8510509154638,8510508597582,8510508564814,8510509252942,8510509220174,8510492770638,8510495621454,8510495883598,8510495916366,8510496276814,8510496244046,8510495752526,8510495785294,8510492868942,8510492934478,8510495981902,8510496014670,8510492705102,8510492672334,8510495818062,8510495850830,8510496080206,8510496112974,8510496309582,8510496342350,8510492639566,8510492606798,8510496178510,8510496145742,8510494245198,8510494277966,8510491623758,8510491722062,8510492377422,8510492344654,8510491427150,8510491492686,8510494343502,8510494376270,8510491525454,8510491558222,8510491820366,8510491885902,8510492442958,8510492410190,8510492016974,8510492115278,8510492246350,8510492279118,8510492541262,8510492475726,8510494867790,8510494900558,8510496407886,8510496473422,8510496801102,8510496833870,8510497489230,8510497456462,8510496637262,8510496538958,8510496571726,8510496866638,8510496899406,8510497259854,8510497227086,8510496702798,8510496768334,8510496932174,8510496964942,8510497030478,8510497063246,8510497423694,8510497358158,8510497096014,8510497128782,8510517772622,8510517805390,8510518198606,8510518133070,8510518624590,8510518591822,8510518001998,8510518034766,8510517838158,8510517936462,8510518264142,8510518329678,8510517739854,8510517641550,8510518067534,8510518100302,8510518362446,8510518395214,8510518657358,8510518690126,8510517608782,8510517576014,8510518427982,8510518460750,8510516363598,8510516396366,8510516691278,8510516756814,8510517477710,8510517510478,8510516527438,8510516560206,8510516429134,8510516494670,8510516789582,8510516822350,8510517313870,8510517215566,8510516592974,8510516658510,8510516953422,8510517018958,8510516887886,8510516920654,8510517412174,8510517346638,8510517051726,8510517150030,8510518821198,8510518952270,8510519312718,8510519345486,8510520033614,8510519935310,8510519050574,8510519116110,8510518985038,8510519017806,8510519411022,8510519443790,8510519738702,8510519771470,8510519214414,8510519279950,8510519476558,8510519542094,8510518722894,8510518788430,8510519869774,8510519804238,8510519574862,8510519640398,8510520066382,8510520099150,8510520131918,8510520197454,8510520262990,8510520328526,8510520459598,8510520492366,8510520361294,8510520394062,8510490313038,8510490345806,8510515708238,8510515839310,8510515773774,8510515872078,8510515970382,8510516035918,8510516134222,8510516232526,8510516166990,8510516265294,8510516298062,8510516101454,8510506500430,8510506238286,8510506107214,8510506172750,8510506205518,8510506434894,8510506271054,8510506336590,8510506467662,8510506369358,8510490870094,8510490509646,8510490378574,8510490411342,8510490607950,8510490673486,8510490476878,8510490739022,8510490640718,8510490804558,8510490902862,8510491132238,8510491033934,8510491066702,8510491099470,8510491001166,8510491165006,8510491197774,8510490935630,8510491263310,8510514364750,8510514725198,8510514397518,8510514266446,8510514594126,8510514463054,8510514495822,8510514626894,8510514528590,8510515118414,8510514889038,8510515151182,8510515020110,8510515052878,8510514987342,8510515216718,8510515249486,8510514921806,8510515282254,8510505550158,8510505713998,8510505582926,8510505615694,8510505681230,8510505877838,8510505812302,8510505910606,8510505976142,8510506008910,8510502633806,8510502928718,8510502699342,8510502797646,8510502895950,8510503027022,8510502994254,8510503059790,8510503092558,8510503158094,8510515315022,8510515478862,8510515347790,8510515413326,8510515446094,8510515544398,8510515511630,8510515577166,8510515642702,8510515675470,8510502240590,8510502306126,8510502273358,8510502371662,8510502404430,8510502535502,8510502502734,8510502601038,8510505025870,8510505124174,8510505156942,8510505058638,8510505091406,8510505189710,8510505288014,8510505419086,8510505451854,8510505320782,8510505386318,8510505484622,8510501716302,8510501847374,8510501880142,8510501749070,8510501814606,8510501945678,8510501978446,8510502076750,8510502109518,8510502011214,8510502043982,8510502175054,8510513676622,8510513807694,8510513840462,8510513709390,8510513774926,8510513873230,8510513905998,8510514102606,8510514168142,8510513971534,8510514004302,8510514200910,8510504665422,8510504698190,8510504763726,8510504501582,8510504567118,8510504632654,8510504829262,8510504862030,8510504927566,8510501486926,8510501519694,8510501355854,8510501421390,8510501454158,8510501552462,8510501585230,8510501650766,8510513512782,8510513545550,8510513283406,8510513348942,8510513414478,8510513578318,8510513611086,8510513643854,8510500897102,8510501093710,8510500995406,8510501028174,8510501060942,8510501224782,8510501159246,8510501257550,8510501290318,8510501323086,8510512857422,8510513021262,8510512890190,8510512922958,8510512955726,8510513119566,8510513054030,8510513152334,8510513185102,8510513217870,8510500471118,8510500667726,8510500503886,8510500536654,8510500602190,8510500733262,8510500700494,8510500766030,8510500798798,8510500831566,8510521180494,8510500143438,8510110466382,8510499914062,8510499946830,8510500077902,8510500241742,8510500208974,8510500307278,8510500372814,8510500438350,8510512365902,8510512333134,8510512300366,8510512464206,8510512169294,8510512136526,8510512103758,8510512234830,8510512595278,8510512562510,8510512496974,8510512628046,8510512759118,8510512824654,8510512726350,8510512660814,8510503518542,8510503649614,8510503387470,8510503354702,8510503551310,8510503584078,8510503616846,8510498570574,8510498767182,8510498537806,8510498472270,8510498668878,8510498701646,8510498734414,8510498931022,8510498799950,8510498898254,8510498865486,8510498963790,8510498996558,8510499029326,8510511612238,8510511743310,8510511546702,8510511448398,8510511645006,8510511677774,8510511710542,8510511907150,8510511776078,8510511874382,8510511841614,8510511939918,8510512005454,8510512038222,8510503944526,8510504075598,8510503977294,8510504108366,8510503813454,8510503780686,8510503715150,8510503846222,8510504206670,8510504173902,8510504141134,8510504272206,8510504403278,8510504370510,8510504337742,8510504436046,8510499357006,8510499291470,8510499258702,8510499422542,8510499193166,8510499160398,8510499062094,8510499225934,8510499520846,8510499488078,8510499455310,8510499553614,8510499750222,8510499684686,8510499651918,8510499815758,8510503256398,8510503289166,8510503321934,8510510989646,8510510956878,8510511022414,8510511120718,8510511087950,8510511284558,8510511251790,8510511317326,8510511415630,8510511350094,8510510793038,8510510760270,8510510727502,8510510858574,8510498046286,8510498079054,8510498111822,8510498144590,8510498210126,8510498308430,8510498341198,8510498406734,8510510367054,8510510399822,8510510432590,8510510498126,8510510563662,8510510596430,8510510661966,8510510694734,8518479774030,8518366232910,8518366331214,8518366069070,8518367183182,8518367281486,8518366953806,8518367084878,8518369739086,8518367445326,8518367347022,8518345818446,8518346637646,8518345982286,8518356271438,8518350078286,8518350209358,8518349750606,8518349914446,8518349619534,8518364922190,8518365413710,8518364791118,8518365086030,8518362923342,8518374719822,8518374654286,8518371672398,8518370853198,8518371017038,8518370296142,8518372458830,8518372557134,8518371967310,8518372819278,8518352437582,8518353256782,8518353453390,8518352961870,8518353125710,8518368526670,8518368657742,8518368428366,8518368330062,8518374523214,8518374392142,8518355517774,8518368231758,8518368067918,8518367641934,8518367510862,8518369280334,8518356828494,8518352863566,8518352765262,8518352666958,8518341722446,8518373704014,8518365774158,8518366822734,8518366593358,8518369575246,8518337593678,8518363054414,8518376325454,8518345425230,8518345130318,8518346244430,8518346441038,8518346146126,8518345589070,8518345294158,8518356074830,8518350995790,8518351159630,8518349324622,8518349193550,8518349488462,8518347587918,8518350635342,8518350766414,8518348636494,8518348964174,8518348734798,8518349062478,8518347718990,8518347948366,8518376161614,8518364528974,8518364660046,8518364397902,8518343459150,8518362366286,8518362628430,8518362759502,8518362530126,8518371574094,8518371344718,8518371410254,8518370591054,8518370689358,8518370230606,8518370001230,8518372360526,8518371836238,8518372655438,8518360039758,8518359613774,8518359875918,8518360203598,8518359449934,8518359089486,8518359286094,8518373278030,8518373081422,8518373179726,8518372229454,8518372983118,8518374228302,8518351946062,8518352044366,8518351389006,8518351520078,8518376096078,8518355157326,8518354403662,8518355288398,8518367969614,8518367773006,8518369149262,8518369050958,8518356599118,8518356369742,8518352568654,8518352142670,8518352339278,8518351716686,8518360990030,8518360924494,8518342443342,8518342213966,8518341493070,8518373802318,8518373441870,8518365643086,8518369509710,8518369411406,8518358171982,8518344507726,8518344081742,8518344769870,8518344638798,8518344999246,8518344278350,8518355910990,8518355714382,8518355648846,8518361973070,8518361743694,8518350340430,8518350471502,8518348112206,8518348276046,8518363349326,8518364299598,8518364004686,8518363840846,8518364135758,8518363251022,8518363742542,8518363545934,8518363152718,8518363447630,8518343262542,8518343197006,8518342771022,8518342934862,8518362267982,8518362136910,8518368887118,8518368756046,8518375309646,8518375047502,8518375178574,8518375473486,8518371246414,8518371115342,8518370525518,8518371770702,8518358729038,8518372917582,8518374097230,8518337757518,8518369837390,8518369902926,8518351290702,8518354993486,8518354272590,8518354075982,8518340542798,8518339985742,8518340411726,8518341001550,8518340673870,8518341198158,8518341329230,8518340837710,8518346998094,8518346801486,8518373376334,8518365512014,8518357975374,8518357877070,8518357647694,8518357516622,8518357090638,8518356926798,8518357287246,8518343917902,8518361612622,8518361448782,8518361317710,8518361153870,8518342607182,8518374850894,8518370394446,8518372065614,8518358368590,8518358532430,8518372131150,8518373900622,8518354862414,8518354633038,8518354501966,8518353912142,8518353649998,8518353748302,8518360564046,8518341853518,8518342017358,8518340280654,8518375997774,8518375866702,8518375735630,8518375670094,8518375571790,8518375833934,8810505306446,8810505699662,8810504126798,8810504192334,8810503930190,8810505765198,8810503405902,8810504847694,8810505535822,8845769474382,8810503897422,8810503864654,8810504323406,8810504028494,8810503668046,8810504814926,8810505011534,8810505634126,8810505175374,8810504782158,8810504290638,8810504585550,8810504520014,8810504552782,8810504159566,8810505470286,8810505208142,8810504421710,8810503569742,8810505240910,8810504225102,8810503504206,8810504913230,8810503700814,8810503471438,8810505109838,8810503766350,8810505896270,8810504618318,8810504945998,8810505666894,8810505732430,8810504651086,8810505601358,8810503340366,8810504716622,8518478299470,8518480101710,8518477578574,8518477349198,8518478430542,8518477971790,8518480003406,8518478233934,8518476726606,8518477218126,8518477709646,8518477742414,8518461849934,8518478037326,8518477873486,8518476857678,8518477480270,8518477381966,8518478725454,8518478561614,8518478496078,8518475841870,8518476136782,8518462669134,8518478922062,8518478987598,8518479511886,8518479610190,8789273870670,8518479872334,8518479249742,8518479085902,8518479348046,8518476235086,8518476366158,8518475252046,8518475153742,8518474989902,8518474006862,8518474727758,8518474793294,8518473908558,8518473154894,8518473417038,8518473318734,8518475514190,8518473482574,8518480232782,8518474072398,8518474269006,8518461391182,8518473580878,8518475743566,8518476628302,8518476464462,8518474400078,8518475415886,8518474334542","variant":"","collection":"","exclude_product_ids":"","collection_image":"","inventory":0,"tags":"","excludeTags":"","from_price":null,"to_price":null,"domain_id":39885,"locations":"","enable_allowed_countries":0,"enable_visibility_date":0,"from_date":null,"to_date":null,"enable_discount_range":0,"discount_type":1,"discount_from":null,"discount_to":null,"label_text":"New arrival","label_text_color":"#ffffff","label_text_background_color":"#ff7f50","label_text_font_size":12,"label_text_no_image":1,"label_text_in_stock":"In Stock","label_text_out_stock":"Sold out","label_shadow":0,"label_opacity":100,"label_border_radius":0,"label_shadow_color":"#808080","label_text_style":0,"label_text_font_family":null,"label_text_font_url":null,"label_preview_image":"https://cdn.shopify.com/s/files/1/0728/3363/0542/files/10119355.jpg?v=1697471658","label_text_enable":0,"customer_tags":"","exclude_customer_tags":"","customer_type":"allcustomers","exclude_customers":"all_customer_tags","label_on_image":"2","label_type":1,"badge_type":0,"custom_selector":null,"margin_top":0,"margin_bottom":0,"mobile_height_label":145,"mobile_width_label":145,"mobile_font_size_label":12,"emoji":null,"emoji_position":null,"transparent_background":null,"custom_page":null,"check_custom_page":null,"margin_left":0,"instock":null,"price_range_from":null,"price_range_to":null,"enable_price_range":0,"enable_product_publish":0,"selected_product":"{\"id\":\"8510509875534\",\"title\":\"Rangemaster Classic 100 | Ceramic | Black | Chrome Trim | CLA100ECBL/C\",\"featuredImage\":{\"transformedSrc\":\"https://cdn.shopify.com/s/files/1/0728/3363/0542/files/10119355.jpg?v=1697471658\"},\"productType\":\"WG RANGES FREESTANDING\",\"priceRange\":{\"minVariantPrice\":{\"currencyCode\":\"EUR\",\"amount\":\"338000.0\"},\"maxVariantPrice\":{\"currencyCode\":\"EUR\",\"amount\":\"338000.0\"}},\"gid\":\"gid://shopify/Product/8510509875534\",\"handle\":\"rangemaster-classic-100-ceramic-black-chrome-trim-cla100ecbl-c\",\"inventory\":0}","product_publish_from":null,"product_publish_to":null,"enable_countdown_timer":0,"option_format_countdown":0,"countdown_time":null,"option_end_countdown":null,"start_day_countdown":null,"countdown_type":1,"countdown_daily_from_time":null,"countdown_daily_to_time":null,"countdown_interval_start_time":null,"countdown_interval_length":null,"countdown_interval_break_length":null,"public_url_s3":"https://shopify-production-product-labels.s3.us-east-2.amazonaws.com/public/static/base/images/customer/39885/1706095161536-745061384-SPECIALORDER.png","enable_visibility_period":0,"visibility_period":1,"createdAt":"2024-01-24T09:28:32.000Z","customer_ids":"","exclude_customer_ids":"","angle":0,"toolTipText":"","label_shape":"rectangle","mobile_fixed_percent_label":"fixed","desktop_width_label":145,"desktop_height_label":145,"desktop_fixed_percent_label":"fixed","mobile_position":2,"desktop_label_unlimited_top":33,"desktop_label_unlimited_left":33,"mobile_label_unlimited_top":33,"mobile_label_unlimited_left":33,"mobile_margin_top":0,"mobile_margin_left":0,"mobile_config_label_enable":null,"mobile_default_config":1,"mobile_margin_bottom":0,"enable_fixed_time":0,"fixed_time":null,"statusLabelHoverText":0,"labelHoverTextLink":"","labelAltText":"Special Order","statusLabelAltText":1,"enable_badge_stock":0,"badge_stock_style":1,"badge_stock_config":null,"enable_multi_badge":0,"animation_type":0,"desktop_show_badges":1,"mobile_show_badges":1,"desktop_show_labels":1,"mobile_show_labels":1,"label_text_unlimited_stock":"Unlimited Stock","img_plan_id":13,"label_badge_type":"image","deletedAt":null,"desktop_lock_aspect_ratio":true,"mobile_lock_aspect_ratio":true,"img_aspect_ratio":1,"preview_board_width":448,"preview_board_height":410,"set_size_on_mobile":true,"set_position_on_mobile":true,"set_margin_on_mobile":true,"updatedAt":"2024-07-23T12:07:26.000Z","multipleBadge":null,"translations":[],"label_id":108126,"label_text_id":108126},);
    
    		
    		BSS_PL.configDataBanner = [].concat();
    
    		
    		BSS_PL.configDataPopup = [].concat();
    		
    		
    		BSS_PL.collectionID = ``;
    		BSS_PL.collectionHandle = ``;
    		BSS_PL.collectionTitle = ``;
    	}
    </script>
    
    
    
    
    <style>
        
        
    
    </style>
    
    <script>
    	const BSS_PL_PAGES = {
    		"products": "1",
    		"collections": "2",
    		"search": "4",
    		"search-results": "4",
    		"search-results-page": "4",
    		"cart": "5",
    		"": "7",
    	}
    	function bssLoadScripts(src, callback, isDefer = false) {
    		const scriptTag = document.createElement("script");
    		document.head.appendChild(scriptTag);
    		scriptTag.src = src;
    		if (isDefer) {
    			scriptTag.defer = true;
    		} else {
    			scriptTag.async = true;
    		}
    		if (callback) {
    			scriptTag.addEventListener('load', function() {
    				callback();
    			});
    		}
    	}
    	const scriptUrls = [
    		"https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-helper.js", 
    		"https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-config-run-scripts.js",
    	];
    	Promise.all(scriptUrls.map(script => new Promise(resolve => bssLoadScripts(script, resolve))))
    		.then((res) => {
    			console.log("BSS scripts loaded");
    			window.bssScriptsLoaded = true;
    		})
    
    	function bssInitScripts() {
    		let validConfigs = BSS_PL.configData;
    		let currentPath = typeof Shopify !== "undefined" ? window.location.pathname.replace(Shopify.routes.root, "").split('/') :  window.location.pathname.split('/');
    		const currentPage = currentPath.length > 1 ? currentPath[currentPath.length - 2] : currentPath[0];
    		if (currentPage && typeof BSS_PL_PAGES[currentPage] !== "undefined") {
    			validConfigs = validConfigs.filter(item => item.pages && item.pages.split(",").includes(BSS_PL_PAGES[currentPage]));
    		}
    
    		if (validConfigs.length) {
    			if (BSS_PL.currentPlan == 'ten_usd' || BSS_PL.currentPlan == 'twenty_usd') {
    				const labelWithLangifyLocale = ({ name }) => !(name.includes("[") && Shopify.locale !== name.split("[")[1].split("]")[0]);
    				validConfigs = validConfigs.filter(labelWithLangifyLocale);
    			}
    
    			BSS_PL.configs = {
    				label: validConfigs.filter(item => item.label_type == 1 || item.label_type == null),
    				badgeName: validConfigs.filter(item => item.label_type == 2 && item.badge_type == 0),
    				badgeProductImage: validConfigs.filter(item => item.label_type == 2 && item.badge_type == 1),
    				badgeCustomSelector: validConfigs.filter(item => item.label_type == 2 && item.badge_type == 2),
    				badgePrice: validConfigs.filter(item => item.label_type == 2 && item.badge_type == 3),
    				badgeAddToCart: validConfigs.filter(item => item.label_type == 2 && item.badge_type == 4),
    				badgeQuantityBox: validConfigs.filter(item => item.label_type == 2 && item.badge_type == 5),
    				badgeBuyItNow: validConfigs.filter(item => item.label_type == 2 && item.badge_type == 6)
    			};
    
    			const enabledFeature = [
    				!!BSS_PL.configs.label.length && "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-for-label.js",
    				!!BSS_PL.configs.badgeName.length && "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-for-badge-product-name.js",
    				!!BSS_PL.configs.badgeProductImage.length && "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-for-badge-product-image.js",
    				!!BSS_PL.configs.badgeCustomSelector.length && "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-for-badge-custom-selector.js",
    				!!BSS_PL.configs.badgePrice.length && "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-for-badge-price.js",
    				!!BSS_PL.configs.badgeAddToCart.length && "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-for-badge-add-to-cart-btn.js",
    				!!BSS_PL.configs.badgeQuantityBox.length && "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-for-badge-quantity-box.js",
    				!!BSS_PL.configs.badgeBuyItNow.length && "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-init-for-badge-buy-it-now-btn.js",
    			].filter((src) => !!src);
    
    			enabledFeature.forEach((src) => bssLoadScripts(src));
    
    			if (enabledFeature?.length) {
    				const src = "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-product-label-js.js";
    				bssLoadScripts(src);
    			}
    		}
    
    
    		if (BSS_PL.configDataBanner?.length) {
    			const src = "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-product-label-banner.js";
    			bssLoadScripts(src);
    		}
    
    		if (BSS_PL.configDataPopup?.length) {
    			const src = "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-product-label-popup.js";
    			bssLoadScripts(src);
    		}
    
    		if (window.location.search.includes('bss-pl-custom-selector')) {
    			const src = "https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-product-label-custom-position.js";
    			bssLoadScripts(src, null, true);
    		}
    	}
    	if (document.readyState === 'loading') {
    		document.addEventListener('DOMContentLoaded', function() {
    			bssInitScripts();
    		});
    	} else {
    		bssInitScripts();
    	}
    	
    </script>
    
    
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/sticky/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><script>
      (window.powerToolsSettings = window.powerToolsSettings || {})
      Object.assign(window.powerToolsSettings, { ptStickyModeMinWidth: "767", ptStickyOffset: "25", ptStickySelector: ".pt-filter-menu-section", ptStickyMode: "pt-sticky" });
    </script>
    <style>
    @media screen and (min-width: 767px) {
      .pt-filter-menu-section.pt-sticky {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 25px;
        max-height: calc(90vh - 25px);
        overflow-y: auto;
        overflow-x: hidden;
      }
    }
    </style>
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/colors/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><script>
      (window.powerToolsSettings = window.powerToolsSettings || {}).classes = (window.powerToolsSettings.classes || []).concat(["swatch-type-swatch"]);
    </script>
    <!-- BEGIN app snippet: filter-menu-colors-css --><style>
      .filter-menu {
        background-color: rgba(0,0,0,0);
        border-radius: 3px;
        padding: 0px;
        border: 1px solid rgba(0,0,0,0);
      }
      .filter-group .filter-clear {
        background-color: #EEE;
        color: #222;
      }
      .filter-group .filter-clear:hover {
        background-color: #DDD;
        color: #222;
      }
      .filter-group h4 {
        color: #222;
        border-bottom: 1px solid #DDD;
      }
      .filter-group + .filter-group h4 {
        border-top: 1px solid rgba(0,0,0,0);
      }
      .filter-group li a {
        text-indent: -21px;
        padding-left: 21px;
      }
      .filter-group li a, .filter-group li a:visited, .filter-group .collection-count {
        color: #222;
      }
      .filter-group .collection-count {
        color: #888;
      }
      .filter-group li.selected a {
        color: #333;
      }
      .filter-group li:hover a {
        color: #444;
      }
      i.check-icon,
      .pt-display-dropdown .filter-clear,
      .pt-display-dropdown .menu-trigger:after,
      .filter-group h4:after {
        color: #888;
      }
      .selected i.check-icon {
        color: #444;
      }
      i.check-icon:before,
      .pt-display-dropdown .filter-clear:before {
        content: "\e800";
        vertical-align: middle;
        height: 17px;
        line-height: 17px;
        width: 17px;
        font-size: 15px;
      }
      .is-safari i.check-icon:before {
        vertical-align: bottom;
      }
      a:hover i.check-icon:before {
        content: "\e801";
      }
      .selected i.check-icon:before {
        content: "\e802";
      }
      .selected a:hover i.check-icon:before {
        content: "\e803";
      }
      
      .pt-display-swatch ul li .collection-name {
        min-height: 17px;
      
        width: 27px;
        min-height: 27px;
      
      }
      .pt-display-swatch i.check-icon:before {
        content: "\e812";
      
        height: 27px;
        line-height: 27px;
        width: 27px;
        font-size: 25px;
      
      }
      .pt-display-swatch a:hover i.check-icon:before {
        content: "\e813";
      }
      .pt-display-swatch .selected i.check-icon:before {
        content: "\e814";
      }
      .pt-display-swatch .selected a:hover i.check-icon:before {
        content: "\e815";
      }.pt-display-swatch ul .filter-active-color-royal-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-royal-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-royal-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_royal-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_royal-blue .collection-name .check-icon {
        color: #4169e1;
      }.pt-display-swatch ul .filter-active-color-ivory .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-ivory .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-ivory .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_ivory .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_ivory .collection-name .check-icon {
        color: #FFFFF0;
      }.pt-display-swatch ul .filter-active-color-lavender .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-lavender .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-lavender .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_lavender .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_lavender .collection-name .check-icon {
        color: #E6E6FA;
      }.pt-display-swatch ul .filter-active-color-lilac .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-lilac .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-lilac .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_lilac .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_lilac .collection-name .check-icon {
        color: #c8a2c8;
      }.pt-display-swatch ul .filter-active-color-plum .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-plum .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-plum .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_plum .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_plum .collection-name .check-icon {
        color: #DDA0DD;
      }.pt-display-swatch ul .filter-active-color-fuchsia .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-fuchsia .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-fuchsia .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_fuchsia .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_fuchsia .collection-name .check-icon {
        color: #FF00FF;
      }.pt-display-swatch ul .filter-active-color-magenta .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-magenta .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-magenta .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_magenta .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_magenta .collection-name .check-icon {
        color: #FF00FF;
      }.pt-display-swatch ul .filter-active-color-indigo .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-indigo .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-indigo .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_indigo .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_indigo .collection-name .check-icon {
        color: #4B0082;
      }.pt-display-swatch ul .filter-active-color-peach .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-peach .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-peach .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_peach .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_peach .collection-name .check-icon {
        color: #FFDAB9;
      }.pt-display-swatch ul .filter-active-color-grape .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-grape .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-grape .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_grape .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_grape .collection-name .check-icon {
        color: #8B008B;
      }.pt-display-swatch ul .filter-active-color-teal .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-teal .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-teal .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_teal .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_teal .collection-name .check-icon {
        color: #008080;
      }.pt-display-swatch ul .filter-active-color-cyan .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-cyan .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-cyan .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_cyan .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_cyan .collection-name .check-icon {
        color: #00FFFF;
      }.pt-display-swatch ul .filter-active-color-champagne .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-champagne .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-champagne .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_champagne .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_champagne .collection-name .check-icon {
        color: #fad6a5;
      }.pt-display-swatch ul .filter-active-color-beige .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-beige .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-beige .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_beige .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_beige .collection-name .check-icon {
        color: #e4caab;
      }.pt-display-swatch ul .filter-active-color-black .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-black .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-black .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_black .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_black .collection-name .check-icon {
        color: #222;
      }.pt-display-swatch ul .filter-active-color-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_blue .collection-name .check-icon {
        color: #5566FF;
      }.pt-display-swatch ul .filter-active-color-brown .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-brown .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-brown .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_brown .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_brown .collection-name .check-icon {
        color: #7a4a38;
      }.pt-display-swatch ul .filter-active-color-camel .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-camel .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-camel .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_camel .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_camel .collection-name .check-icon {
        color: #c9802b;
      }.pt-display-swatch ul .filter-active-color-clear .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-clear .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-clear .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_clear .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_clear .collection-name .check-icon {
        color: #e6f5f5;
      }.pt-display-swatch ul .filter-active-color-gold .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-gold .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-gold .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_gold .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_gold .collection-name .check-icon {
        color: gold;
      }.pt-display-swatch ul .filter-active-color-green .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-green .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-green .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_green .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_green .collection-name .check-icon {
        color: #55DD99;
      }.pt-display-swatch ul .filter-active-color-gray .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-gray .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-gray .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_gray .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_gray .collection-name .check-icon {
        color: #999;
      }.pt-display-swatch ul .filter-active-color-grey .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-grey .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-grey .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_grey .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_grey .collection-name .check-icon {
        color: #999;
      }.pt-display-swatch ul .filter-active-color-leopard .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-leopard .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-leopard .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_leopard .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_leopard .collection-name .check-icon {
        color: #eb9e48;
      }.pt-display-swatch ul .filter-active-color-mint .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-mint .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-mint .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_mint .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_mint .collection-name .check-icon {
        color: #7bdea7;
      }.pt-display-swatch ul .filter-active-color-multi .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-multi .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-multi .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_multi .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_multi .collection-name .check-icon {
        color: #eb9e48;
      }.pt-display-swatch ul .filter-active-color-multi-color .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-multi-color .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-multi-color .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_multi-color .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_multi-color .collection-name .check-icon {
        color: #eb9e48;
      }.pt-display-swatch ul .filter-active-color-mustard .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-mustard .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-mustard .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_mustard .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_mustard .collection-name .check-icon {
        color: mustard;
      }.pt-display-swatch ul .filter-active-color-navy-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-navy-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-navy-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_navy-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_navy-blue .collection-name .check-icon {
        color: #000073;
      }.pt-display-swatch ul .filter-active-color-navy .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-navy .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-navy .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_navy .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_navy .collection-name .check-icon {
        color: #000073;
      }.pt-display-swatch ul .filter-active-color-nude .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-nude .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-nude .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_nude .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_nude .collection-name .check-icon {
        color: #f3e0c9;
      }.pt-display-swatch ul .filter-active-color-cream .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-cream .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-cream .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_cream .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_cream .collection-name .check-icon {
        color: #ffe9cf;
      }.pt-display-swatch ul .filter-active-color-orange .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-orange .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-orange .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_orange .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_orange .collection-name .check-icon {
        color: orange;
      }.pt-display-swatch ul .filter-active-color-pink .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-pink .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-pink .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_pink .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_pink .collection-name .check-icon {
        color: #f436a1;
      }.pt-display-swatch ul .filter-active-color-purple .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-purple .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-purple .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_purple .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_purple .collection-name .check-icon {
        color: purple;
      }.pt-display-swatch ul .filter-active-color-red .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-red .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-red .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_red .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_red .collection-name .check-icon {
        color: red;
      }.pt-display-swatch ul .filter-active-color-rose .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-rose .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-rose .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_rose .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_rose .collection-name .check-icon {
        color: #edd0d6;
      }.pt-display-swatch ul .filter-active-color-rust .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-rust .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-rust .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_rust .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_rust .collection-name .check-icon {
        color: #c34c1e;
      }.pt-display-swatch ul .filter-active-color-salmon .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-salmon .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-salmon .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_salmon .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_salmon .collection-name .check-icon {
        color: salmon;
      }.pt-display-swatch ul .filter-active-color-silver .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-silver .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-silver .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_silver .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_silver .collection-name .check-icon {
        color: silver;
      }.pt-display-swatch ul .filter-active-color-tan .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-tan .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-tan .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_tan .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_tan .collection-name .check-icon {
        color: tan;
      }.pt-display-swatch ul .filter-active-color-taupe .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-taupe .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-taupe .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_taupe .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_taupe .collection-name .check-icon {
        color: #b1a79b;
      }.pt-display-swatch ul .filter-active-color-white .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-white .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-white .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_white .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_white .collection-name .check-icon {
        color: #FFFFFF;
      }.pt-display-swatch ul .filter-active-color-wine .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-wine .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-wine .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_wine .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_wine .collection-name .check-icon {
        color: #a61a3b;
      }.pt-display-swatch ul .filter-active-color-yellow .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-yellow .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-yellow .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_yellow .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_yellow .collection-name .check-icon {
        color: yellow;
      }.pt-display-swatch ul .filter-active-color-coral .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-coral .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-coral .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_coral .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_coral .collection-name .check-icon {
        color: #FFD8CA;
      }.pt-display-swatch ul .filter-active-color-ecru .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-ecru .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-ecru .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_ecru .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_ecru .collection-name .check-icon {
        color: #F3EFE0;
      }.pt-display-swatch ul .filter-active-color-oatmeal .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-oatmeal .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-oatmeal .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_oatmeal .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_oatmeal .collection-name .check-icon {
        color: #E0DCC8;
      }.pt-display-swatch ul .filter-active-color-light-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-light-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-light-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_light-blue .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_light-blue .collection-name .check-icon {
        color: #c5e3ed;
      }.pt-display-swatch ul .filter-active-color-cranberry .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-cranberry .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-cranberry .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_cranberry .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_cranberry .collection-name .check-icon {
        color: #9f000f;
      }.pt-display-swatch ul .filter-active-color-turquoise .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-turquoise .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-turquoise .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_turquoise .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_turquoise .collection-name .check-icon {
        color: #00c5cd;
      }.pt-display-swatch ul .filter-active-color-burgundy .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-burgundy .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-burgundy .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_burgundy .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_burgundy .collection-name .check-icon {
        color: #8c001a;
      }.pt-display-swatch ul .filter-active-color-golden .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-golden .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-golden .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_golden .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_golden .collection-name .check-icon {
        color: #ffd700;
      }.pt-display-swatch ul .filter-active-color-khaki .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-khaki .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-khaki .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_khaki .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_khaki .collection-name .check-icon {
        color: #f0e68c;
      }.pt-display-swatch ul .filter-active-color-heather-grey .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-heather-grey .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-heather-grey .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_heather-grey .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_heather-grey .collection-name .check-icon {
        color: #606060;
      }.pt-display-swatch ul .filter-active-color-heather-black .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-heather-black .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-heather-black .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_heather-black .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_heather-black .collection-name .check-icon {
        color: #303030;
      }.pt-display-swatch ul .filter-active-color-violet .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-violet .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-violet .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_violet .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_violet .collection-name .check-icon {
        color: #7F00FF;
      }.pt-display-swatch ul .filter-active-color-white .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-white .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-white .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_white .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_white .collection-name .check-icon {
        /* text-shadow: -1px 0 #888, 0 1px #888, 1px 0 #888, 0 -1px #888; */
        filter: drop-shadow(0 0 1px #333);
      }.pt-display-swatch ul .filter-active-color-ivory .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-ivory .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-ivory .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_ivory .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_ivory .collection-name .check-icon {
        /* text-shadow: -1px 0 #888, 0 1px #888, 1px 0 #888, 0 -1px #888; */
        filter: drop-shadow(0 0 1px #333);
      }.pt-display-swatch ul .filter-active-color-snow .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour-snow .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-snow .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-color_snow .collection-name .check-icon,
      .pt-display-swatch ul .filter-active-colour_snow .collection-name .check-icon {
        /* text-shadow: -1px 0 #888, 0 1px #888, 1px 0 #888, 0 -1px #888; */
        filter: drop-shadow(0 0 1px #333);
      }.filter-menu .pt-display-dropdown .menu-trigger {
        color: #222;
      }
    
      .pt-mobile .filter-menu {
        padding-left: 0px;
        padding-right: 0px;
      }
    </style>
    <!-- END app snippet -->
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/drawer/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><script>
      (window.powerToolsSettings = window.powerToolsSettings || {}).classes = (window.powerToolsSettings.classes || []).concat(['pt-filter-drawer-active']);
      window.powerToolsSettings.drawerEnabled = true;
      window.powerToolsSettings.drawerEnableMobileOnly = false
    </script>
    <!-- BEGIN app snippet: filter-menu-drawer-css --><style>
      .pt-drawer-container .pt-filter-drawer .pt-filter-drawer-header {
        text-transform: uppercase;
        background-color: #000;
        color: #fff;
      }
      .pt-filter-drawer-btn {
        padding: 5px 20px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 3px;
        color: #000;
        font-size: 13px;
        line-height: 17px;
        
        font-weight: 300;
        text-transform: uppercase;
      }
      .pt-filter-drawer-btn:hover {
        background-color: #000;
        color: #fff;
      }
      .pt-drawer-container .pt-filter-drawer .filter-menu {
        padding: 15px;
      }
      .pt-drawer-container .pt-filter-drawer {
        background-color: #fff;
      }
      .pt-drawer-container .pt-filter-drawer .pt-filter-drawer-close-btn:after {
        color: #fff
      }
      .pt-drawer-container .pt-filter-drawer .filter-group-pt-apply-group {
        background-color: #fff;
        padding: 15px;
      }
    </style><!-- END app snippet -->
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/yoast-seo-seo-for-everyone/blocks/metatags/7c777011-bc88-4743-a24e-64336e1e5b46 -->
    <!-- This site is optimized with Yoast SEO for Shopify -->
    <title>Toss Bryan</title>
    <meta name="description" content="Toss Bryan in Cork have a huge range of TVs, Laptops, Lawnmowers, Stoves, Go Karts, Trampolines and more. Available for Home Delivery or Collect In-Store." />
    <link rel="canonical" href="https://www.tossbryan.ie/" />
    <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
    <meta name="msvalidate.01" content="329E0B01141AEBBB3C9DB7FC9F03B7C9" />
    <meta name="google-site-verification" content="tIFz5iYWW8WWlKUoPCVXx7EweU2A1HTF4OQQk_A0mow" />
    <meta property="og:site_name" content="Toss Bryan" />
    <meta property="og:url" content="https://www.tossbryan.ie/" />
    <meta property="og:locale" content="en_US" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Toss Bryan" />
    <meta property="og:description" content="Toss Bryan in Cork have a huge range of TVs, Laptops, Lawnmowers, Stoves, Go Karts, Trampolines and more. Available for Home Delivery or Collect In-Store." />
    <meta property="og:image" content="https://www.tossbryan.ie/cdn/shop/files/toss-bryan-logo-sq_copy_775441a8-ac4f-4d29-8ba3-b26902c1532b.jpg?v=1706006153" />
    <meta property="og:image:height" content="704" />
    <meta property="og:image:width" content="704" />
    <meta name="twitter:card" content="summary_large_image" />
    <script type="application/ld+json" id="yoast-schema-graph">
    {
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "Organization",
          "@id": "https://www.tossbryan.ie/#/schema/organization/1",
          "url": "https://www.tossbryan.ie",
          "name": "Toss Bryan",
          "logo": {
            "@id": "https://www.tossbryan.ie/#/schema/ImageObject/46239835160910"
          },
          "image": [
            {
              "@id": "https://www.tossbryan.ie/#/schema/ImageObject/46239835160910"
            }
          ],
          "hasMerchantReturnPolicy": {
            "@type": "MerchantReturnPolicy",
            "merchantReturnLink": "https://www.tossbryan.ie/policies/refund-policy"
          },
          "sameAs": ["https:\/\/www.youtube.com\/channel\/UCQtb0oYfWf8Yr_mkxF4ZnvQ","https:\/\/www.instagram.com\/tossbryanltd\/","https:\/\/www.tiktok.com\/@tossbryan","https:\/\/www.facebook.com\/tossbryandeals"]
        },
        {
          "@type": "ImageObject",
          "@id": "https://www.tossbryan.ie/#/schema/ImageObject/46239835160910",
          "width": 704,
          "height": 704,
          "url": "https:\/\/www.tossbryan.ie\/cdn\/shop\/files\/toss-bryan-logo-sq_copy_2aeae9dc-d030-4e51-b985-acaf3c4cb1e5.jpg?v=1706005857",
          "contentUrl": "https:\/\/www.tossbryan.ie\/cdn\/shop\/files\/toss-bryan-logo-sq_copy_2aeae9dc-d030-4e51-b985-acaf3c4cb1e5.jpg?v=1706005857"
        },
        {
          "@type": "WebSite",
          "@id": "https://www.tossbryan.ie/#/schema/website/1",
          "url": "https://www.tossbryan.ie",
          "name": "Toss Bryan",
          "potentialAction": {
            "@type": "SearchAction",
            "target": "https://www.tossbryan.ie/search?q={search_term_string}",
            "query-input": "required name=search_term_string"
          },
          "publisher": {
            "@id": "https://www.tossbryan.ie/#/schema/organization/1"
          },
          "inLanguage": ["en","pl","uk"]
        },
        {
          "@type": ["WebPage","CollectionPage"],
          "@id": "https:\/\/www.tossbryan.ie\/",
          "name": "Toss Bryan",
          "description": "Toss Bryan in Cork have a huge range of TVs, Laptops, Lawnmowers, Stoves, Go Karts, Trampolines and more. Available for Home Delivery or Collect In-Store.",
          "about": {
            "@id": "https://www.tossbryan.ie/#/schema/organization/1"
          },
          "breadcrumb": {
            "@id": "https:\/\/www.tossbryan.ie\/#\/schema\/breadcrumb"
          },
          "primaryImageOfPage": {
            "@id": "https://www.tossbryan.ie/#/schema/ImageObject/46239907709262"
          },
          "image": [{
            "@id": "https://www.tossbryan.ie/#/schema/ImageObject/46239907709262"
          }],
          "isPartOf": {
            "@id": "https://www.tossbryan.ie/#/schema/website/1"
          },
          "url": "https:\/\/www.tossbryan.ie\/"
        },
        {
          "@type": "ImageObject",
          "@id": "https://www.tossbryan.ie/#/schema/ImageObject/46239907709262",
          "width": 704,
          "height": 704,
          "url": "https:\/\/www.tossbryan.ie\/cdn\/shop\/files\/toss-bryan-logo-sq_copy_775441a8-ac4f-4d29-8ba3-b26902c1532b.jpg?v=1706006153",
          "contentUrl": "https:\/\/www.tossbryan.ie\/cdn\/shop\/files\/toss-bryan-logo-sq_copy_775441a8-ac4f-4d29-8ba3-b26902c1532b.jpg?v=1706006153"
        },
        {
          "@type": "BreadcrumbList",
          "@id": "https:\/\/www.tossbryan.ie\/#\/schema\/breadcrumb",
          "itemListElement": [
            {
              "@type": "ListItem",
              "name": "Toss Bryan: TVs, Laptops, Lawnmowers, Stoves, Go Karts | Cork, Ireland",
              "position": 1
            }
          ]
        }
    
      ]}
    </script>
    <!--/ Yoast SEO -->
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/ajax/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><script>
      (window.powerToolsSettings = window.powerToolsSettings || {}).classes = (window.powerToolsSettings.classes || []).concat(["pt-ajax-enabled"]);
      Object.assign(window.powerToolsSettings, { ptAjaxEnabled: true, ptAjaxSelector: 'main', ptAjaxScript: function() { ; } });
    </script>
    <script defer src="https://cdn.shopify.com/extensions/dd4559b5-8b6d-41eb-a736-d537f255ae5c/power-tools-filter-menu-24/assets/pt-pjax.js"></script>
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/apply/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><script>
      (window.powerToolsSettings = window.powerToolsSettings || {}).classes = (window.powerToolsSettings.classes || []).concat("pt-apply-button");
      window.powerToolsSettings.applyEnabled = true;
    </script>
    <style>
    @-webkit-keyframes bg-color {
      0% { background-color: #00a5fd; }
      50% { background-color: #009CEF; }
      100% { background-color: #00a5fd; }
    }
    @keyframes bg-color {
      0% { background-color: #00a5fd }
      50% { background-color: #009CEF; }
      100% { background-color: #00a5fd }
    }
    .pt-apply {
      border-radius: 3px;
      padding: 0px 0px;
      background-color: #00a5fd;border: none !important;padding: 7px 15px;
    }
    .pt-apply:hover {
      background-color: #009CEF;
    }
    .pt-apply-disabled,
    .pt-apply-disabled:hover {
      background-color: #CCCCCC;
    }
    </style>
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/view-more/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><script>
      (window.powerToolsSettings = window.powerToolsSettings || {}).classes = (window.powerToolsSettings.classes || []).concat("view-more-enabled");
      Object.assign(window.powerToolsSettings, { ptViewMoreMaxCount: '10', ptViewMoreText: '' });
    </script>
    
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/drop-downs/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><script>
    
      (window.powerToolsSettings = window.powerToolsSettings || {}).groupClasses = (window.powerToolsSettings.groupClasses || []).concat(["pt-display-dropdown"]);
      window.powerToolsSettings.forceDropdown = true;
      window.powerToolsSettings.dropdownAlt = false;
    </script>
    <!-- END app app block --><!-- BEGIN app block: shopify://apps/power-tools-filter-menu/blocks/fonts/6ae6bf19-7d76-44e9-9e0e-5df155960acd --><!-- BEGIN app snippet: filter-menu-fonts-css --><style>
      
      
      
      .filter-group h4 {
        font-size: 18px;
        
        font-weight: 600;
      }
      .filter-group.pt-accordion-group h4:after {
        line-height: 22px;
      }
      .pt-filter-drawer .pt-filter-drawer-header {
        font-size: 18px;
        
        font-weight: 600;
      }
      .filter-group li a, .filter-group li a:visited, .filter-group .collection-count {
        font-size: 14px;
        
        font-weight: 300;
      }
      .filter-group li div {
        line-height: 22px;
      }
      .filter-menu-none-selected li a, .has_collection_counts a {
        margin-right: 35.0px;
      }
      
      .filter-menu .pt-display-dropdown .menu-trigger {
        font-size: 14px;
        
        font-weight: 300;
        padding: 0 28px 0 15px;
        line-height: 26px;
        height: 28px;
      }
      .pt-display-smallbox ul li .collection-name {
        font-size: 14px;
      }
    </style>
    <!-- END app snippet -->
    <!-- END app app block --><link href="https://cdn.shopify.com/extensions/80282862-dffc-430e-939c-147f93cf5cca/bss-labels-badges-218/assets/bss-pl-style.min.css" rel="stylesheet" type="text/css" media="all">
    <script src="https://cdn.shopify.com/extensions/819c37ae-842c-4471-bfea-6181b9251a69/essential-countdown-22/assets/countdown_timer_essential_apps.min.js" type="text/javascript" defer="defer"></script>
    <script src="https://cdn.shopify.com/extensions/f6115e18-de03-4460-ba53-5d905c8790fa/selleasy-26/assets/lb-upsell.js" type="text/javascript" defer="defer"></script>
    <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
    <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 72833630542,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
    <script id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 72833630542,storefrontBaseUrl: "https://www.tossbryan.ie",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"433652046","configuration":"{\"pixel_id\":\"753030221723228\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"144179534","configuration":"{\"accountID\":\"selleasy-metrics-track\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"f86c42df4e9f256a1571f5d4b296f7e1","type":"APP","apiClientId":5519923,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"85754190","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"4","type":"CUSTOM","privacyPurposes":["SALE_OF_DATA"],"name":"triangle-digital-datalayer-gtm"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Toss Bryan","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"toss-bryan.myshopify.com","countryCode":"IE","storefrontUrl":"https:\/\/www.tossbryan.ie"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.tossbryan.ie/cdn","197cd42ad7ab868de58b6bcb07f9e270c5ea6f17","d9f539ffw0e1474c4pae8b6d69m179c86ad",);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
    window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
    window.ShopifyAnalytics.meta.currency = 'EUR';
    var meta = {"page":{"pageType":"home"}};
    for (var attr in meta) {
      window.ShopifyAnalytics.meta[attr] = meta[attr];
    }</script>
    <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
      
    };
    </script>
    <script class="analytics">(function () {
        var customDocumentWrite = function(content) {
          var jquery = null;
    
          if (window.jQuery) {
            jquery = window.jQuery;
          } else if (window.Checkout && window.Checkout.$) {
            jquery = window.Checkout.$;
          }
    
          if (jquery) {
            jquery('body').append(content);
          }
        };
    
        var hasLoggedConversion = function(token) {
          if (token) {
            return document.cookie.indexOf('loggedConversion=' + token) !== -1;
          }
          return false;
        }
    
        var setCookieIfConversion = function(token) {
          if (token) {
            var twoMonthsFromNow = new Date(Date.now());
            twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
    
            document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
          }
        }
    
        var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
        if (trekkie.integrations) {
          return;
        }
        trekkie.methods = [
          'identify',
          'page',
          'ready',
          'track',
          'trackForm',
          'trackLink'
        ];
        trekkie.factory = function(method) {
          return function() {
            var args = Array.prototype.slice.call(arguments);
            args.unshift(method);
            trekkie.push(args);
            return trekkie;
          };
        };
        for (var i = 0; i < trekkie.methods.length; i++) {
          var key = trekkie.methods[i];
          trekkie[key] = trekkie.factory(key);
        }
        trekkie.load = function(config) {
          trekkie.config = config || {};
          trekkie.config.initialDocumentCookie = document.cookie;
          var first = document.getElementsByTagName('script')[0];
          var script = document.createElement('script');
          script.type = 'text/javascript';
          script.onerror = function(e) {
            var scriptFallback = document.createElement('script');
            scriptFallback.type = 'text/javascript';
            scriptFallback.onerror = function(error) {
                    var Monorail = {
          produce: function produce(monorailDomain, schemaId, payload) {
            var currentMs = new Date().getTime();
            var event = {
              schema_id: schemaId,
              payload: payload,
              metadata: {
                event_created_at_ms: currentMs,
                event_sent_at_ms: currentMs
              }
            };
            return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
          },
          sendRequest: function sendRequest(endpointUrl, payload) {
            // Try the sendBeacon API
            if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
              var blobData = new window.Blob([payload], {
                type: 'text/plain'
              });
    
              if (window.navigator.sendBeacon(endpointUrl, blobData)) {
                return true;
              } // sendBeacon was not successful
    
            } // XHR beacon
    
            var xhr = new XMLHttpRequest();
    
            try {
              xhr.open('POST', endpointUrl);
              xhr.setRequestHeader('Content-Type', 'text/plain');
              xhr.send(payload);
            } catch (e) {
              console.log(e);
            }
    
            return false;
          },
          isIos12: function isIos12() {
            return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
          }
        };
        Monorail.produce('monorail-edge.shopifysvc.com',
          'trekkie_storefront_load_errors/1.1',
          {shop_id: 72833630542,
          theme_id: 166339510606,
          app_name: "storefront",
          context_url: window.location.href,
          source_url: "//www.tossbryan.ie/cdn/s/trekkie.storefront.a8ef5c2c4f1c6e0839c6b8857d0a2edb7d22d961.min.js"});
    
            };
            scriptFallback.async = true;
            scriptFallback.src = '//www.tossbryan.ie/cdn/s/trekkie.storefront.a8ef5c2c4f1c6e0839c6b8857d0a2edb7d22d961.min.js';
            first.parentNode.insertBefore(scriptFallback, first);
          };
          script.async = true;
          script.src = '//www.tossbryan.ie/cdn/s/trekkie.storefront.a8ef5c2c4f1c6e0839c6b8857d0a2edb7d22d961.min.js';
          first.parentNode.insertBefore(script, first);
        };
        trekkie.load(
          {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":72833630542,"isMerchantRequest":null,"themeId":166339510606,"themeCityHash":"6628174747110351035","contentLanguage":"en","currency":"EUR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
        );
    
        var loaded = false;
        trekkie.ready(function() {
          if (loaded) return;
          loaded = true;
    
          window.ShopifyAnalytics.lib = window.trekkie;
    
      
          var originalDocumentWrite = document.write;
          document.write = customDocumentWrite;
          try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
          document.write = originalDocumentWrite;
    
          window.ShopifyAnalytics.lib.page(null,{"pageType":"home"});
    
          var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
          var token = match? match[1]: undefined;
          if (!hasLoggedConversion(token)) {
            setCookieIfConversion(token);
            
          }
        });
    
    
            var eventsListenerScript = document.createElement('script');
            eventsListenerScript.async = true;
            eventsListenerScript.src = "//www.tossbryan.ie/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js";
            document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
    
    })();</script>
    <script class="boomerang">
    (function () {
      window.BOOMR = window.BOOMR || {};
      window.BOOMR.themeName = "Pursuit";
      window.BOOMR.themeVersion = "1.1";
      window.BOOMR.shopId = 72833630542;
      window.BOOMR.themeId = 166339510606;
    })();</script>
    <script
      defer
      src="https://www.tossbryan.ie/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.1.min.js"
      data-application="storefront-renderer"
      data-shop-id="72833630542"
      data-render-region="gcp-europe-west4"
      data-page-type="index"
      data-theme-instance-id="166339510606"
      data-monorail-region="shop_domain"
      data-resource-timing-sampling-rate="10"
    ></script>
    </head>
                     
    
    

    Toss Bryan

    Recherche META Description de la page

    Toss Bryan in Cork have a huge range of TVs, Laptops, Lawnmowers, Stoves, Go Karts, Trampolines and more. Available for Home Delivery or Collect In-Store.

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='cloudflare',redirection='https://www.tossbryan.ie/',Status='200',err='',[TITRE]=N'Toss Bryan',[DESCRIPTION]=N'Toss Bryan in Cork have a huge range of TVs, Laptops, Lawnmowers, Stoves, Go Karts, Trampolines and more. Available for Home Delivery or Collect In-Store.',[KEYWORDS]=N'' WHERE id=36536018
  • 0

    Toss Bryan Toss Bryan in Cork have a huge range of TVs Laptops Lawnmowers Stoves Go Karts Trampolines and more. Available for Home Delivery or Collect In-Store.

  • 0. Toss (4)
  • --------->0
  • 1. Bryan (5)
  • --------->0
  • 4. in (2)
  • --------->0
  • 5. Cork (4)
  • --------->0
  • 6. have (4)
  • --------->0
  • 7. a (1)
  • --------->0
  • 8. huge (4)
  • --------->0
  • 9. range (5)
  • --------->0
  • 10. of (2)
  • --------->0
  • 11. TVs (3)
  • --------->0
  • 13. Laptops (7)
  • --------->0
  • 15. Lawnmowers (10)
  • --------->0
  • 17. Stoves (6)
  • --------->0
  • 19. Go (2)
  • --------->0
  • 20. Karts (5)
  • --------->0
  • 22. Trampolines (11)
  • --------->0
  • 23. and (3)
  • --------->0
  • 24. more (4)
  • --------->0
  • 25. Available (9)
  • --------->0
  • 26. for (3)
  • --------->0
  • 27. Home (4)
  • --------->0
  • 28. Delivery (8)
  • --------->0
  • 29. or (2)
  • --------->0
  • 30. Collect (7)
  • --------->0
  • 31. In-Store (8)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Toss',36536018),(N'Bryan',36536018),(N'in',36536018),(N'Cork',36536018),(N'have',36536018),(N'a',36536018),(N'huge',36536018),(N'range',36536018),(N'of',36536018),(N'TVs',36536018),(N'Laptops',36536018),(N'Lawnmowers',36536018),(N'Stoves',36536018),(N'Go',36536018),(N'Karts',36536018),(N'Trampolines',36536018),(N'and',36536018),(N'more',36536018),(N'Available',36536018),(N'for',36536018),(N'Home',36536018),(N'Delivery',36536018),(N'or',36536018),(N'Collect',36536018),(N'In-Store',36536018)