www.bottegaveneta.com Open in urlscan Pro
2a02:26f0:3100:3a1::44f9  Public Scan

Submitted URL: http://www.bottegaveneta.com/
Effective URL: https://www.bottegaveneta.com/de-de
Submission: On October 20 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: simpleSearchGET /de-de/search

<form class="c-topsearch__form" action="/de-de/search" method="get" name="simpleSearch">
  <div class="c-topsearch__result">
    <div class="c-topsearch__inputcontainer">
      <input class="c-form__input" type="search" name="q" value="" placeholder="Hier eingeben" autocomplete="off" aria-label="Hier eingeben" data-ref="topSearchInput" data-action="topSearchInputKeypress" data-min="3" data-max-sugg="8"
        aria-describedby="searchDescriptionText">
      <div class="c-topsearch__inputactions c-topsearch__inputactions--hidden" data-ref="inputActionsContainer">
        <button class="c-topsearch__inputaction c-topsearch__inputaction--clear" type="button" data-action="clearSearch" data-ref="clearSearchBtn"> Löschen </button>
        <button class="c-topsearch__inputaction c-topsearch__inputaction--submit" type="submit" data-action="submitSearch">
          <i class="c-icon--menu-back" aria-hidden="true"></i>
          <span class="c-nav__togglerlabel u-sronly"> Suchen </span>
        </button>
      </div>
      <p class="u-sronly" id="searchDescriptionText"> Während der Eingabe Ihrer Suchbegriffe können Vorschläge unter dem Formular erscheinen, ohne es zu bestätigen. </p>
      <hr class="c-topsearch__inputline">
    </div>
    <div class="u-sronly" aria-live="polite" data-ref="resultsfound" data-content="Vorschläge gefunden. Entdecken Sie sie direkt im Anschluss an das Formular, ohne es zu bestätigen."></div>
    <div class="c-topsearch__contentcontainer" data-ref="searchContent">
      <div class="c-topsearch__content c-topsearch__content--suggested" data-ref="suggested">
        <div class="html-slot-container">
          <div class="c-suggestions__header"><a class="c-suggestions__title">Populäre Suchen</a></div>
          <div class="c-suggestions__list">
            <div class="c-suggestions__item"><a class="c-suggestions__link" href="https://www.bottegaveneta.com/de-de/damen/schuhe/stiefel">Sandalen für Damen</a></div>
            <div class="c-suggestions__item"><a class="c-suggestions__link" href="https://www.bottegaveneta.com/de-de/damen/taschen/neue-taschen">Neu Taschen</a></div>
            <div class="c-suggestions__item"><a class="c-suggestions__link" href="https://www.bottegaveneta.com/de-de/damen/neuheiten">Winter 23 Damen</a></div>
            <div class="c-suggestions__item"><a class="c-suggestions__link" href="https://www.bottegaveneta.com/de-de/herren/neuheiten">Winter 23 Herren</a></div>
          </div>
        </div>
      </div>
      <div class="c-topsearch__content c-topsearch__content--mostviewed" data-ref="mostViewed">
      </div>
      <div data-component="recommendationsManager" class="c-topsearch__recommendations">
        <div data-component="productRecommendations">
          <div data-component="recentlyViewed" data-gtm="{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;pageType&quot;:&quot;&quot;}" data-listname="selectedForYou" data-location="searchPopin">
            <!-- =============== This snippet of JavaScript handles fetching the dynamic recommendations from the remote recommendations server
and then makes a call to render the configured template with the returned recommended products: ================= -->
            <script>
              (function() {
                // window.CQuotient is provided on the page by the Analytics code:
                var cq = window.CQuotient;
                if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) {
                  var recommender = '[[&quot;products-in-all-categories&quot;]]';
                  // removing any leading/trailing square brackets and escaped quotes:
                  recommender = recommender.replace(/\[|\]|&quot;/g, '');
                  var separator = '|||';
                  var slotConfigurationUUID = 'd6d59b85fb8b77a8b69b370883';
                  var contextAUID = '';
                  var contextSecondaryAUID = '';
                  var contextAltAUID = '';
                  var contextType = '';
                  var anchorsArray = [];
                  var contextAUIDs = contextAUID.split(separator);
                  var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
                  var contextAltAUIDs = contextAltAUID.split(separator);
                  var contextTypes = contextType.split(separator);
                  var slotName = 'einstein-product-recommendations-search-drawer';
                  var slotConfigId = 'einstein-search-drawer';
                  var slotConfigTemplate = 'slots/recommendation/recommendedProductsCarousel.isml';
                  if (contextAUIDs.length == contextSecondaryAUIDs.length) {
                    for (i = 0; i < contextAUIDs.length; i++) {
                      anchorsArray.push({
                        id: contextAUIDs[i],
                        sku: contextSecondaryAUIDs[i],
                        type: contextTypes[i],
                        alt_id: contextAltAUIDs[i]
                      });
                    }
                  } else {
                    anchorsArray = [{
                      id: contextAUID,
                      sku: contextSecondaryAUID,
                      type: contextType,
                      alt_id: contextAltAUID
                    }];
                  }
                  var urlToCall = '/on/demandware.store/Sites-BV-R-WEUR-Site/de_DE/CQRecomm-Start';
                  var params = {
                    userId: cq.getCQUserId(),
                    cookieId: cq.getCQCookieId(),
                    emailId: cq.getCQHashedEmail(),
                    loginId: cq.getCQHashedLogin(),
                    anchors: anchorsArray,
                    slotId: slotName,
                    slotConfigId: slotConfigId,
                    slotConfigTemplate: slotConfigTemplate,
                    ccver: '1.03'
                  };
                  if (cq.getRecs) {
                    cq.getRecs(cq.clientId, recommender, params, cb);
                  } else {
                    cq.widgets = cq.widgets || [];
                    cq.widgets.push({
                      recommenderName: recommender,
                      parameters: params,
                      callback: cb
                    });
                  }
                };

                function cb(parsed) {
                  var arr = parsed[recommender].recs;
                  if (arr && 0 < arr.length) {
                    var filteredProductIds = '';
                    for (i = 0; i < arr.length; i++) {
                      filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
                    }
                    filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1); //to remove the trailing '&'
                    var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds;
                    var request = new XMLHttpRequest();
                    request.open('POST', urlToCall, true);
                    request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
                    request.onreadystatechange = function() {
                      if (this.readyState === 4) {
                        // Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
                        var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
                        document.getElementById(divId).innerHTML = this.responseText;
                        //find and evaluate scripts in response:
                        var scripts = document.getElementById(divId).getElementsByTagName('script');
                        if (null != scripts) {
                          for (var i = 0; i < scripts.length; i++) { //not combining script snippets on purpose
                            var srcScript = document.createElement('script');
                            srcScript.text = scripts[i].innerHTML;
                            srcScript.asynch = scripts[i].asynch;
                            srcScript.defer = scripts[i].defer;
                            srcScript.type = scripts[i].type;
                            srcScript.charset = scripts[i].charset;
                            document.head.appendChild(srcScript);
                            document.head.removeChild(srcScript);
                          }
                        }
                      }
                    };
                    request.send(formData);
                    request = null;
                  }
                };
              })();
            </script>
            <!-- The DIV tag id below is unique on purpose in case there are multiple recommendation slots on the same .isml page: -->
            <div id="cq_recomm_slot-d6d59b85fb8b77a8b69b370883">
              <div class="c-recommendationscarousel" data-context="RECO" data-recommender-name="products-in-all-categories">
                <h3 class="c-recommendationscarousel__title">
                  <span class="c-recommendationscarousel__titleyoumaylike"> Das könnte Ihnen auch gefallen </span>
                  <span class="c-recommendationscarousel__titlemostwanted"> Am meisten gesucht </span>
                </h3>
                <div class="c-recommendationscarousel__productslist l-productgrid swiper-container-initialized swiper-container-horizontal" data-ref="recommendationsCarousel" data-element="container">
                  <ul class="c-recommendationscarousel__wrapper" itemtype="http://schema.org/SomeProducts" itemid="#product" data-context="RECO" data-gridtype="RECO" data-ref="recommendationsCarouselWrapper" data-element="wrapper"
                    style="transform: translate3d(0px, 0px, 0px);">
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '651876VCPP5',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '651876VCPP59776'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "651876VCPP59776",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide swiper-slide-active" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="0" style="width: 28.25px;">
                      <article class="c-product" data-pid="651876VCPP59776" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;651876VCPP59776&quot;,&quot;name&quot;:&quot;mini jodie&quot;,&quot;collection&quot;:&quot;F_W_2021/F_W_2022/F_W_2023/S_S_2021/S_S_2022/S_S_2023/S_S_2024&quot;,&quot;productSMC&quot;:&quot;651876VCPP59776&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;porridge&quot;,&quot;colorId&quot;:&quot;9776&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2200,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-jodie&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-jodie&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;651876VCPP59776&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="651876VCPP59776" data-pid="651876VCPP59776" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/mini-jodie-porridge-651876VCPP59776.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="651876VCPP59776">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Mini Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Thumbnail-651876VCPP59776_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Small_thumbnail-651876VCPP59776_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Thumbnail-651876VCPP59776_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Small-651876VCPP59776_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Medium-651876VCPP59776_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Large-651876VCPP59776_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Thumbnail-651876VCPP59776_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Small_thumbnail-651876VCPP59776_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Thumbnail-651876VCPP59776_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Small-651876VCPP59776_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Medium-651876VCPP59776_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Large-651876VCPP59776_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Thumbnail-651876VCPP59776_B.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Small_thumbnail-651876VCPP59776_B.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Thumbnail-651876VCPP59776_B.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Small-651876VCPP59776_B.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Medium-651876VCPP59776_B.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Large-651876VCPP59776_B.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Thumbnail-651876VCPP59776_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Small_thumbnail-651876VCPP59776_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Thumbnail-651876VCPP59776_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Small-651876VCPP59776_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Medium-651876VCPP59776_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Large-651876VCPP59776_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Thumbnail-651876VCPP59776_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Small_thumbnail-651876VCPP59776_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Thumbnail-651876VCPP59776_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Small-651876VCPP59776_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Medium-651876VCPP59776_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Large-651876VCPP59776_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Mini Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2200.00"> 2200 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '640043V00P0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '640043V00P02113'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "640043V00P02113",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide swiper-slide-next" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="1" style="width: 28.25px;">
                      <article class="c-product" data-pid="640043V00P02113" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;640043V00P02113&quot;,&quot;name&quot;:&quot;puddle ankle boot&quot;,&quot;collection&quot;:&quot;F_W_2020&quot;,&quot;productSMC&quot;:&quot;640043V00P02113&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2113&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:620,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;men-boots&quot;,&quot;category&quot;:&quot;men-shoes&quot;,&quot;topCategory&quot;:&quot;men&quot;,&quot;productCategory&quot;:&quot;men-boots&quot;,&quot;macroCategory&quot;:&quot;bv_macro_men_shoes&quot;,&quot;microCategory&quot;:&quot;bv_micro_men_boots&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_men_boots&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;640043V00P02113&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="640043V00P02113" data-pid="640043V00P02113" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/puddle-stiefelette-fondant-640043V00P02113.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="640043V00P02113">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Puddle Stiefelette
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Thumbnail-640043V00P02113_E.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Small_thumbnail-640043V00P02113_E.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Thumbnail-640043V00P02113_E.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Small-640043V00P02113_E.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Medium-640043V00P02113_E.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Large-640043V00P02113_E.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Thumbnail-640043V00P02113_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Small_thumbnail-640043V00P02113_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Thumbnail-640043V00P02113_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Small-640043V00P02113_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Medium-640043V00P02113_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Large-640043V00P02113_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Thumbnail-640043V00P02113_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Small_thumbnail-640043V00P02113_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Thumbnail-640043V00P02113_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Small-640043V00P02113_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Medium-640043V00P02113_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Large-640043V00P02113_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Thumbnail-640043V00P02113_D.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Small_thumbnail-640043V00P02113_D.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Thumbnail-640043V00P02113_D.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Small-640043V00P02113_D.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Medium-640043V00P02113_D.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Large-640043V00P02113_D.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Thumbnail-640043V00P02113_E.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Small_thumbnail-640043V00P02113_E.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Thumbnail-640043V00P02113_E.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Small-640043V00P02113_E.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Medium-640043V00P02113_E.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Large-640043V00P02113_E.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Thumbnail-640043V00P02113_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Small_thumbnail-640043V00P02113_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Thumbnail-640043V00P02113_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Small-640043V00P02113_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Medium-640043V00P02113_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Large-640043V00P02113_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Puddle Stiefelette </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="620.00"> 620 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '754139VALKO',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '754139VALKO3415'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "754139VALKO3415",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="2" style="width: 28.25px;">
                      <article class="c-product" data-pid="754139VALKO3415" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;754139VALKO3415&quot;,&quot;name&quot;:&quot;knot belt&quot;,&quot;collection&quot;:&quot;F_W_2023&quot;,&quot;productSMC&quot;:&quot;754139VALKO3415&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;inkwell&quot;,&quot;colorId&quot;:&quot;3415&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:590,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;chuseok-women&quot;,&quot;category&quot;:&quot;chuseok&quot;,&quot;topCategory&quot;:&quot;gifts&quot;,&quot;productCategory&quot;:&quot;chuseok-women&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_accessories&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_belts&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_belts&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;754139VALKO3415&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="754139VALKO3415" data-pid="754139VALKO3415" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/knot-gurtel-inkwell-754139VALKO3415.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="754139VALKO3415">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Knot Gürtel
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Thumbnail-754139VALKO3415_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Small_thumbnail-754139VALKO3415_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Thumbnail-754139VALKO3415_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Small-754139VALKO3415_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Medium-754139VALKO3415_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Large-754139VALKO3415_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Thumbnail-754139VALKO3415_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Small_thumbnail-754139VALKO3415_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Thumbnail-754139VALKO3415_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Small-754139VALKO3415_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Medium-754139VALKO3415_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Large-754139VALKO3415_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/59a311584759916b/Thumbnail-754139VALKO3415_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/59a311584759916b/Small_thumbnail-754139VALKO3415_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/59a311584759916b/Thumbnail-754139VALKO3415_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/59a311584759916b/Small-754139VALKO3415_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/59a311584759916b/Medium-754139VALKO3415_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/59a311584759916b/Large-754139VALKO3415_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Thumbnail-754139VALKO3415_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Small_thumbnail-754139VALKO3415_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Thumbnail-754139VALKO3415_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Small-754139VALKO3415_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Medium-754139VALKO3415_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Large-754139VALKO3415_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Thumbnail-754139VALKO3415_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Small_thumbnail-754139VALKO3415_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Thumbnail-754139VALKO3415_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Small-754139VALKO3415_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Medium-754139VALKO3415_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Large-754139VALKO3415_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Thumbnail-754139VALKO3415_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Small_thumbnail-754139VALKO3415_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Thumbnail-754139VALKO3415_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Small-754139VALKO3415_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Medium-754139VALKO3415_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Large-754139VALKO3415_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Knot Gürtel </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="590.00"> 590 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '690225V1QE0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '690225V1QE01233'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "690225V1QE01233",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="3" style="width: 28.25px;">
                      <article class="c-product" data-pid="690225V1QE01233" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;690225V1QE01233&quot;,&quot;name&quot;:&quot;teen jodie&quot;,&quot;collection&quot;:&quot;F_W_2022/F_W_2023/S_S_2022/S_S_2023&quot;,&quot;productSMC&quot;:&quot;690225V1QE01233&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;thunder&quot;,&quot;colorId&quot;:&quot;1233&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-jodie&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-jodie&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;690225V1QE01233&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="690225V1QE01233" data-pid="690225V1QE01233" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/teen-jodie-thunder-690225V1QE01233.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="690225V1QE01233">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Teen Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Thumbnail-690225V1QE01233_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Small_thumbnail-690225V1QE01233_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Thumbnail-690225V1QE01233_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Small-690225V1QE01233_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Medium-690225V1QE01233_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Large-690225V1QE01233_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Thumbnail-690225V1QE01233_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Small_thumbnail-690225V1QE01233_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Thumbnail-690225V1QE01233_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Small-690225V1QE01233_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Medium-690225V1QE01233_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Large-690225V1QE01233_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Thumbnail-690225V1QE01233_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Small_thumbnail-690225V1QE01233_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Thumbnail-690225V1QE01233_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Small-690225V1QE01233_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Medium-690225V1QE01233_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Large-690225V1QE01233_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Thumbnail-690225V1QE01233_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Small_thumbnail-690225V1QE01233_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Thumbnail-690225V1QE01233_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Small-690225V1QE01233_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Medium-690225V1QE01233_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Large-690225V1QE01233_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Thumbnail-690225V1QE01233_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Small_thumbnail-690225V1QE01233_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Thumbnail-690225V1QE01233_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Small-690225V1QE01233_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Medium-690225V1QE01233_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Large-690225V1QE01233_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Thumbnail-690225V1QE01233_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Small_thumbnail-690225V1QE01233_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Thumbnail-690225V1QE01233_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Small-690225V1QE01233_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Medium-690225V1QE01233_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Large-690225V1QE01233_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Teen Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2900.00"> 2900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766016VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766016VCPP11638'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766016VCPP11638",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="4" style="width: 28.25px;">
                      <article class="c-product" data-pid="766016VCPP11638" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766016VCPP11638&quot;,&quot;name&quot;:&quot;medium andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766016VCPP11638&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;slate&quot;,&quot;colorId&quot;:&quot;1638&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;certificate-of-craft&quot;,&quot;category&quot;:&quot;craft-and-creativity&quot;,&quot;topCategory&quot;:&quot;inside-bottega&quot;,&quot;productCategory&quot;:&quot;certificate-of-craft&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;766016VCPP11638&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766016VCPP11638" data-pid="766016VCPP11638" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/mittelgrosse-andiamo-slate-766016VCPP11638.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766016VCPP11638">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Mittelgroße Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="6" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Thumbnail-766016VCPP11638_H.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Small_thumbnail-766016VCPP11638_H.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Thumbnail-766016VCPP11638_H.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Small-766016VCPP11638_H.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Medium-766016VCPP11638_H.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Large-766016VCPP11638_H.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Thumbnail-766016VCPP11638_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Small_thumbnail-766016VCPP11638_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Thumbnail-766016VCPP11638_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Small-766016VCPP11638_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Medium-766016VCPP11638_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Large-766016VCPP11638_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Thumbnail-766016VCPP11638_B.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Small_thumbnail-766016VCPP11638_B.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Thumbnail-766016VCPP11638_B.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Small-766016VCPP11638_B.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Medium-766016VCPP11638_B.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Large-766016VCPP11638_B.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Thumbnail-766016VCPP11638_D.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Small_thumbnail-766016VCPP11638_D.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Thumbnail-766016VCPP11638_D.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Small-766016VCPP11638_D.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Medium-766016VCPP11638_D.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Large-766016VCPP11638_D.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Thumbnail-766016VCPP11638_E.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Small_thumbnail-766016VCPP11638_E.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Thumbnail-766016VCPP11638_E.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Small-766016VCPP11638_E.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Medium-766016VCPP11638_E.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Large-766016VCPP11638_E.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Thumbnail-766016VCPP11638_F.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Small_thumbnail-766016VCPP11638_F.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Thumbnail-766016VCPP11638_F.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Small-766016VCPP11638_F.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Medium-766016VCPP11638_F.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Large-766016VCPP11638_F.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Thumbnail-766016VCPP11638_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Small_thumbnail-766016VCPP11638_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Thumbnail-766016VCPP11638_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Small-766016VCPP11638_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Medium-766016VCPP11638_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Large-766016VCPP11638_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="6" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Thumbnail-766016VCPP11638_H.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Small_thumbnail-766016VCPP11638_H.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Thumbnail-766016VCPP11638_H.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Small-766016VCPP11638_H.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Medium-766016VCPP11638_H.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Large-766016VCPP11638_H.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Thumbnail-766016VCPP11638_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Small_thumbnail-766016VCPP11638_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Thumbnail-766016VCPP11638_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Small-766016VCPP11638_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Medium-766016VCPP11638_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Large-766016VCPP11638_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Mittelgroße Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3900.00"> 3900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766010VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766010VCPP11139'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766010VCPP11139",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="5" style="width: 28.25px;">
                      <article class="c-product" data-pid="766010VCPP11139" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766010VCPP11139&quot;,&quot;name&quot;:&quot;small east/west andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766010VCPP11139&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1139&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3700,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-tote-bags&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-tote-bags&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;766010VCPP11139&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766010VCPP11139" data-pid="766010VCPP11139" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-east-west-andiamo-black-766010VCPP11139.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766010VCPP11139">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine East-West Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Thumbnail-766010VCPP11139_H.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Small_thumbnail-766010VCPP11139_H.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Thumbnail-766010VCPP11139_H.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Small-766010VCPP11139_H.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Medium-766010VCPP11139_H.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Large-766010VCPP11139_H.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Thumbnail-766010VCPP11139_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Small_thumbnail-766010VCPP11139_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Thumbnail-766010VCPP11139_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Small-766010VCPP11139_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Medium-766010VCPP11139_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Large-766010VCPP11139_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Thumbnail-766010VCPP11139_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Small_thumbnail-766010VCPP11139_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Thumbnail-766010VCPP11139_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Small-766010VCPP11139_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Medium-766010VCPP11139_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Large-766010VCPP11139_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Thumbnail-766010VCPP11139_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Small_thumbnail-766010VCPP11139_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Thumbnail-766010VCPP11139_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Small-766010VCPP11139_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Medium-766010VCPP11139_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Large-766010VCPP11139_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Thumbnail-766010VCPP11139_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Small_thumbnail-766010VCPP11139_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Thumbnail-766010VCPP11139_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Small-766010VCPP11139_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Medium-766010VCPP11139_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Large-766010VCPP11139_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Thumbnail-766010VCPP11139_H.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Small_thumbnail-766010VCPP11139_H.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Thumbnail-766010VCPP11139_H.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Small-766010VCPP11139_H.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Medium-766010VCPP11139_H.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Large-766010VCPP11139_H.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Thumbnail-766010VCPP11139_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Small_thumbnail-766010VCPP11139_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Thumbnail-766010VCPP11139_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Small-766010VCPP11139_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Medium-766010VCPP11139_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Large-766010VCPP11139_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine East-West Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3700.00"> 3700 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766016VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766016VCPP12272'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766016VCPP12272",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="6" style="width: 28.25px;">
                      <article class="c-product" data-pid="766016VCPP12272" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766016VCPP12272&quot;,&quot;name&quot;:&quot;medium andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766016VCPP12272&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2272&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-andiamo&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-andiamo&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;notifyMe&quot;,&quot;productGlobalSMC&quot;:&quot;766016VCPP12272&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766016VCPP12272" data-pid="766016VCPP12272" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/mittelgrosse-andiamo-fondant-766016VCPP12272.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766016VCPP12272">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Mittelgroße Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="6" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Thumbnail-766016VCPP12272_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Small_thumbnail-766016VCPP12272_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Thumbnail-766016VCPP12272_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Small-766016VCPP12272_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Medium-766016VCPP12272_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Large-766016VCPP12272_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/383d995008f31452/Thumbnail-766016VCPP12272_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/383d995008f31452/Small_thumbnail-766016VCPP12272_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Thumbnail-766016VCPP12272_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Small-766016VCPP12272_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Medium-766016VCPP12272_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Large-766016VCPP12272_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Thumbnail-766016VCPP12272_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Small_thumbnail-766016VCPP12272_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Thumbnail-766016VCPP12272_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Small-766016VCPP12272_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Medium-766016VCPP12272_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Large-766016VCPP12272_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Thumbnail-766016VCPP12272_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Small_thumbnail-766016VCPP12272_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Thumbnail-766016VCPP12272_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Small-766016VCPP12272_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Medium-766016VCPP12272_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Large-766016VCPP12272_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Thumbnail-766016VCPP12272_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Small_thumbnail-766016VCPP12272_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Thumbnail-766016VCPP12272_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Small-766016VCPP12272_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Medium-766016VCPP12272_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Large-766016VCPP12272_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Thumbnail-766016VCPP12272_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Small_thumbnail-766016VCPP12272_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Thumbnail-766016VCPP12272_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Small-766016VCPP12272_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Medium-766016VCPP12272_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Large-766016VCPP12272_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Thumbnail-766016VCPP12272_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Small_thumbnail-766016VCPP12272_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Thumbnail-766016VCPP12272_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Small-766016VCPP12272_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Medium-766016VCPP12272_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Large-766016VCPP12272_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="6" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Thumbnail-766016VCPP12272_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Small_thumbnail-766016VCPP12272_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Thumbnail-766016VCPP12272_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Small-766016VCPP12272_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Medium-766016VCPP12272_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Large-766016VCPP12272_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/383d995008f31452/Thumbnail-766016VCPP12272_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/383d995008f31452/Small_thumbnail-766016VCPP12272_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Thumbnail-766016VCPP12272_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Small-766016VCPP12272_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Medium-766016VCPP12272_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Large-766016VCPP12272_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Mittelgroße Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3900.00"> 3900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                                <p class="c-product__availability c-product__availability--inline "> Demnächst erhältlich </p>
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766016VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766016VCPP11139'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766016VCPP11139",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="7" style="width: 28.25px;">
                      <article class="c-product" data-pid="766016VCPP11139" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766016VCPP11139&quot;,&quot;name&quot;:&quot;medium andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766016VCPP11139&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1139&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;certificate-of-craft&quot;,&quot;category&quot;:&quot;craft-and-creativity&quot;,&quot;topCategory&quot;:&quot;inside-bottega&quot;,&quot;productCategory&quot;:&quot;certificate-of-craft&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;766016VCPP11139&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766016VCPP11139" data-pid="766016VCPP11139" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/mittelgrosse-andiamo-black-766016VCPP11139.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766016VCPP11139">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Mittelgroße Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="7" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Thumbnail-766016VCPP11139_I.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Small_thumbnail-766016VCPP11139_I.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Thumbnail-766016VCPP11139_I.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Small-766016VCPP11139_I.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Medium-766016VCPP11139_I.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Large-766016VCPP11139_I.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide8">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Thumbnail-766016VCPP11139_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Small_thumbnail-766016VCPP11139_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Thumbnail-766016VCPP11139_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Small-766016VCPP11139_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Medium-766016VCPP11139_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Large-766016VCPP11139_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Thumbnail-766016VCPP11139_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Small_thumbnail-766016VCPP11139_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Thumbnail-766016VCPP11139_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Small-766016VCPP11139_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Medium-766016VCPP11139_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Large-766016VCPP11139_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Thumbnail-766016VCPP11139_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Small_thumbnail-766016VCPP11139_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Thumbnail-766016VCPP11139_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Small-766016VCPP11139_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Medium-766016VCPP11139_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Large-766016VCPP11139_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Thumbnail-766016VCPP11139_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Small_thumbnail-766016VCPP11139_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Thumbnail-766016VCPP11139_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Small-766016VCPP11139_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Medium-766016VCPP11139_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Large-766016VCPP11139_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Thumbnail-766016VCPP11139_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Small_thumbnail-766016VCPP11139_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Thumbnail-766016VCPP11139_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Small-766016VCPP11139_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Medium-766016VCPP11139_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Large-766016VCPP11139_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Thumbnail-766016VCPP11139_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Small_thumbnail-766016VCPP11139_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Thumbnail-766016VCPP11139_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Small-766016VCPP11139_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Medium-766016VCPP11139_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Large-766016VCPP11139_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="6" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Thumbnail-766016VCPP11139_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Small_thumbnail-766016VCPP11139_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Thumbnail-766016VCPP11139_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Small-766016VCPP11139_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Medium-766016VCPP11139_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Large-766016VCPP11139_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="7" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Thumbnail-766016VCPP11139_I.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Small_thumbnail-766016VCPP11139_I.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Thumbnail-766016VCPP11139_I.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Small-766016VCPP11139_I.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Medium-766016VCPP11139_I.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Large-766016VCPP11139_I.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide8">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Thumbnail-766016VCPP11139_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Small_thumbnail-766016VCPP11139_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Thumbnail-766016VCPP11139_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Small-766016VCPP11139_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Medium-766016VCPP11139_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Large-766016VCPP11139_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Mittelgroße Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3900.00"> 3900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '635064VCPQ3',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '635064VCPQ38803'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "635064VCPQ38803",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="8" style="width: 28.25px;">
                      <article class="c-product" data-pid="635064VCPQ38803" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;635064VCPQ38803&quot;,&quot;name&quot;:&quot;intrecciato credit card case&quot;,&quot;collection&quot;:&quot;F_W_2020/F_W_2021/F_W_2022/F_W_2023/S_S_2021/S_S_2022/S_S_2023&quot;,&quot;productSMC&quot;:&quot;635064VCPQ38803&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;8803&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:290,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;men-card-cases&quot;,&quot;category&quot;:&quot;men-wallets&quot;,&quot;topCategory&quot;:&quot;men&quot;,&quot;productCategory&quot;:&quot;men-card-cases&quot;,&quot;macroCategory&quot;:&quot;bv_macro_men_slg&quot;,&quot;microCategory&quot;:&quot;bv_micro_men_card_cases&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_men_card_cases&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;notifyMe&quot;,&quot;productGlobalSMC&quot;:&quot;635064VCPQ38803&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="635064VCPQ38803" data-pid="635064VCPQ38803" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/intrecciato-kartenetui-black-635064VCPQ38803.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="635064VCPQ38803">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Intrecciato Kartenetui
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper">
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Thumbnail-635064VCPQ38803_A.jpg?v=6" srcset="https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Small_thumbnail-635064VCPQ38803_A.jpg?v=6 171w,
                            https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Thumbnail-635064VCPQ38803_A.jpg?v=6 342w,
                            https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Small-635064VCPQ38803_A.jpg?v=6 513w,
                            https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Medium-635064VCPQ38803_A.jpg?v=6 684w,
                            https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Large-635064VCPQ38803_A.jpg?v=6 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
        </ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg"></div>
    </div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Intrecciato Kartenetui </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="290.00"> 290 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                                <p class="c-product__availability c-product__availability--inline "> Demnächst erhältlich </p>
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '630281VBS50',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '630281VBS501477'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "630281VBS501477",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="9" style="width: 28.25px;">
                      <article class="c-product" data-pid="630281VBS501477" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;630281VBS501477&quot;,&quot;name&quot;:&quot;tire ankle chelsea boot&quot;,&quot;collection&quot;:&quot;F_W_2020/F_W_2021/F_W_2022/F_W_2023/S_S_2020/S_S_2021/S_S_2022/S_S_2023&quot;,&quot;productSMC&quot;:&quot;630281VBS501477&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black / grass&quot;,&quot;colorId&quot;:&quot;1477&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:1100,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;men-tire&quot;,&quot;category&quot;:&quot;men-shoes&quot;,&quot;topCategory&quot;:&quot;men&quot;,&quot;productCategory&quot;:&quot;men-tire&quot;,&quot;macroCategory&quot;:&quot;bv_macro_men_shoes&quot;,&quot;microCategory&quot;:&quot;bv_micro_men_boots&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_men_boots&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;630281VBS501477&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="630281VBS501477" data-pid="630281VBS501477" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/tire-chelsea-stiefelette-black-grass-630281VBS501477.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="630281VBS501477">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Tire Chelsea-Stiefelette
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/21c6223036790270/Thumbnail-630281VBS501477_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/21c6223036790270/Small_thumbnail-630281VBS501477_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Thumbnail-630281VBS501477_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Small-630281VBS501477_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Medium-630281VBS501477_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Large-630281VBS501477_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Thumbnail-630281VBS501477_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Small_thumbnail-630281VBS501477_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Thumbnail-630281VBS501477_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Small-630281VBS501477_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Medium-630281VBS501477_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Large-630281VBS501477_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Thumbnail-630281VBS501477_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Small_thumbnail-630281VBS501477_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Thumbnail-630281VBS501477_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Small-630281VBS501477_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Medium-630281VBS501477_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Large-630281VBS501477_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Thumbnail-630281VBS501477_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Small_thumbnail-630281VBS501477_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Thumbnail-630281VBS501477_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Small-630281VBS501477_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Medium-630281VBS501477_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Large-630281VBS501477_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/21c6223036790270/Thumbnail-630281VBS501477_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/21c6223036790270/Small_thumbnail-630281VBS501477_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Thumbnail-630281VBS501477_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Small-630281VBS501477_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Medium-630281VBS501477_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Large-630281VBS501477_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Thumbnail-630281VBS501477_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Small_thumbnail-630281VBS501477_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Thumbnail-630281VBS501477_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Small-630281VBS501477_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Medium-630281VBS501477_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Large-630281VBS501477_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Tire Chelsea-Stiefelette </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="1100.00"> 1100 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '763970V3IV1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '763970V3IV12190'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "763970V3IV12190",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="10" style="width: 28.25px;">
                      <article class="c-product" data-pid="763970V3IV12190" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;763970V3IV12190&quot;,&quot;name&quot;:&quot;large hop&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;763970V3IV12190&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2190&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3500,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;chuseok-women&quot;,&quot;category&quot;:&quot;chuseok&quot;,&quot;topCategory&quot;:&quot;gifts&quot;,&quot;productCategory&quot;:&quot;chuseok-women&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;763970V3IV12190&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="763970V3IV12190" data-pid="763970V3IV12190" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/grosse-hop-fondant-763970V3IV12190.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="763970V3IV12190">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Große Hop
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Thumbnail-763970V3IV12190_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Small_thumbnail-763970V3IV12190_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Thumbnail-763970V3IV12190_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Small-763970V3IV12190_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Medium-763970V3IV12190_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Large-763970V3IV12190_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Thumbnail-763970V3IV12190_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Small_thumbnail-763970V3IV12190_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Thumbnail-763970V3IV12190_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Small-763970V3IV12190_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Medium-763970V3IV12190_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Large-763970V3IV12190_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Thumbnail-763970V3IV12190_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Small_thumbnail-763970V3IV12190_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Thumbnail-763970V3IV12190_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Small-763970V3IV12190_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Medium-763970V3IV12190_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Large-763970V3IV12190_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Thumbnail-763970V3IV12190_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Small_thumbnail-763970V3IV12190_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Thumbnail-763970V3IV12190_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Small-763970V3IV12190_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Medium-763970V3IV12190_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Large-763970V3IV12190_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Thumbnail-763970V3IV12190_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Small_thumbnail-763970V3IV12190_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Thumbnail-763970V3IV12190_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Small-763970V3IV12190_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Medium-763970V3IV12190_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Large-763970V3IV12190_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Thumbnail-763970V3IV12190_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Small_thumbnail-763970V3IV12190_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Thumbnail-763970V3IV12190_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Small-763970V3IV12190_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Medium-763970V3IV12190_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Large-763970V3IV12190_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Thumbnail-763970V3IV12190_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Small_thumbnail-763970V3IV12190_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Thumbnail-763970V3IV12190_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Small-763970V3IV12190_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Medium-763970V3IV12190_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Large-763970V3IV12190_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Große Hop </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3500.00"> 3500 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '717622V2H41',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '717622V2H411019'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "717622V2H411019",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="11" style="width: 28.25px;">
                      <article class="c-product" data-pid="717622V2H411019" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;717622V2H411019&quot;,&quot;name&quot;:&quot;knot&quot;,&quot;collection&quot;:&quot;F_W_2022/F_W_2023/S_S_2023/S_S_2024&quot;,&quot;productSMC&quot;:&quot;717622V2H411019&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1019&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3500,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-bags-knot&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-bags-knot&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_clutches&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_clutches&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;717622V2H411019&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="717622V2H411019" data-pid="717622V2H411019" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/knot-black-717622V2H411019.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="717622V2H411019">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Knot
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Thumbnail-717622V2H411019_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Small_thumbnail-717622V2H411019_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Thumbnail-717622V2H411019_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Small-717622V2H411019_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Medium-717622V2H411019_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Large-717622V2H411019_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Thumbnail-717622V2H411019_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Small_thumbnail-717622V2H411019_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Thumbnail-717622V2H411019_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Small-717622V2H411019_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Medium-717622V2H411019_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Large-717622V2H411019_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Thumbnail-717622V2H411019_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Small_thumbnail-717622V2H411019_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Thumbnail-717622V2H411019_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Small-717622V2H411019_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Medium-717622V2H411019_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Large-717622V2H411019_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Thumbnail-717622V2H411019_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Small_thumbnail-717622V2H411019_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Thumbnail-717622V2H411019_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Small-717622V2H411019_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Medium-717622V2H411019_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Large-717622V2H411019_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Thumbnail-717622V2H411019_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Small_thumbnail-717622V2H411019_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Thumbnail-717622V2H411019_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Small-717622V2H411019_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Medium-717622V2H411019_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Large-717622V2H411019_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Thumbnail-717622V2H411019_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Small_thumbnail-717622V2H411019_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Thumbnail-717622V2H411019_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Small-717622V2H411019_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Medium-717622V2H411019_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Large-717622V2H411019_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Thumbnail-717622V2H411019_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Small_thumbnail-717622V2H411019_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Thumbnail-717622V2H411019_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Small-717622V2H411019_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Medium-717622V2H411019_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Large-717622V2H411019_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Knot </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3500.00"> 3500 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766014VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766014VCPP12272'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766014VCPP12272",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="12" style="width: 28.25px;">
                      <article class="c-product" data-pid="766014VCPP12272" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766014VCPP12272&quot;,&quot;name&quot;:&quot;small andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766014VCPP12272&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2272&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3300,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;certificate-of-craft&quot;,&quot;category&quot;:&quot;craft-and-creativity&quot;,&quot;topCategory&quot;:&quot;inside-bottega&quot;,&quot;productCategory&quot;:&quot;certificate-of-craft&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;766014VCPP12272&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766014VCPP12272" data-pid="766014VCPP12272" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-andiamo-fondant-766014VCPP12272.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766014VCPP12272">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="7" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Thumbnail-766014VCPP12272_I.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Small_thumbnail-766014VCPP12272_I.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Thumbnail-766014VCPP12272_I.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Small-766014VCPP12272_I.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Medium-766014VCPP12272_I.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Large-766014VCPP12272_I.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide8">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Thumbnail-766014VCPP12272_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Small_thumbnail-766014VCPP12272_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Thumbnail-766014VCPP12272_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Small-766014VCPP12272_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Medium-766014VCPP12272_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Large-766014VCPP12272_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Thumbnail-766014VCPP12272_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Small_thumbnail-766014VCPP12272_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Thumbnail-766014VCPP12272_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Small-766014VCPP12272_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Medium-766014VCPP12272_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Large-766014VCPP12272_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Thumbnail-766014VCPP12272_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Small_thumbnail-766014VCPP12272_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Thumbnail-766014VCPP12272_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Small-766014VCPP12272_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Medium-766014VCPP12272_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Large-766014VCPP12272_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Thumbnail-766014VCPP12272_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Small_thumbnail-766014VCPP12272_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Thumbnail-766014VCPP12272_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Small-766014VCPP12272_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Medium-766014VCPP12272_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Large-766014VCPP12272_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Thumbnail-766014VCPP12272_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Small_thumbnail-766014VCPP12272_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Thumbnail-766014VCPP12272_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Small-766014VCPP12272_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Medium-766014VCPP12272_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Large-766014VCPP12272_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Thumbnail-766014VCPP12272_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Small_thumbnail-766014VCPP12272_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Thumbnail-766014VCPP12272_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Small-766014VCPP12272_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Medium-766014VCPP12272_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Large-766014VCPP12272_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="6" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Thumbnail-766014VCPP12272_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Small_thumbnail-766014VCPP12272_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Thumbnail-766014VCPP12272_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Small-766014VCPP12272_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Medium-766014VCPP12272_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Large-766014VCPP12272_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="7" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Thumbnail-766014VCPP12272_I.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Small_thumbnail-766014VCPP12272_I.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Thumbnail-766014VCPP12272_I.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Small-766014VCPP12272_I.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Medium-766014VCPP12272_I.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Large-766014VCPP12272_I.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide8">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Thumbnail-766014VCPP12272_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Small_thumbnail-766014VCPP12272_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Thumbnail-766014VCPP12272_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Small-766014VCPP12272_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Medium-766014VCPP12272_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Large-766014VCPP12272_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3300.00"> 3300 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '749449VCPQ5',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '749449VCPQ54041'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "749449VCPQ54041",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="13" style="width: 28.25px;">
                      <article class="c-product" data-pid="749449VCPQ54041" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;749449VCPQ54041&quot;,&quot;name&quot;:&quot;intrecciato credit card case&quot;,&quot;collection&quot;:&quot;F_W_2023/S_S_2024&quot;,&quot;productSMC&quot;:&quot;749449VCPQ54041&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;space / cob&quot;,&quot;colorId&quot;:&quot;4041&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:350,&quot;coupon&quot;:null,&quot;subCategory&quot;:null,&quot;category&quot;:&quot;men-wallets&quot;,&quot;topCategory&quot;:&quot;men&quot;,&quot;productCategory&quot;:&quot;men-wallets&quot;,&quot;macroCategory&quot;:&quot;bv_macro_men_slg&quot;,&quot;microCategory&quot;:&quot;bv_micro_men_card_cases&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_men_card_cases&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;749449VCPQ54041&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="749449VCPQ54041" data-pid="749449VCPQ54041" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/intrecciato-kartenetui-space-cob-749449VCPQ54041.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="749449VCPQ54041">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Intrecciato Kartenetui
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Thumbnail-749449VCPQ54041_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Small_thumbnail-749449VCPQ54041_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Thumbnail-749449VCPQ54041_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Small-749449VCPQ54041_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Medium-749449VCPQ54041_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Large-749449VCPQ54041_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Thumbnail-749449VCPQ54041_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Small_thumbnail-749449VCPQ54041_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Thumbnail-749449VCPQ54041_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Small-749449VCPQ54041_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Medium-749449VCPQ54041_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Large-749449VCPQ54041_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Thumbnail-749449VCPQ54041_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Small_thumbnail-749449VCPQ54041_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Thumbnail-749449VCPQ54041_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Small-749449VCPQ54041_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Medium-749449VCPQ54041_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Large-749449VCPQ54041_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Thumbnail-749449VCPQ54041_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Small_thumbnail-749449VCPQ54041_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Thumbnail-749449VCPQ54041_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Small-749449VCPQ54041_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Medium-749449VCPQ54041_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Large-749449VCPQ54041_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Thumbnail-749449VCPQ54041_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Small_thumbnail-749449VCPQ54041_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Thumbnail-749449VCPQ54041_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Small-749449VCPQ54041_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Medium-749449VCPQ54041_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Large-749449VCPQ54041_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Intrecciato Kartenetui </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="350.00"> 350 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '690225VCPP0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '690225VCPP02560'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "690225VCPP02560",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="14" style="width: 28.25px;">
                      <article class="c-product" data-pid="690225VCPP02560" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;690225VCPP02560&quot;,&quot;name&quot;:&quot;teen jodie&quot;,&quot;collection&quot;:&quot;F_W_2023/S_S_2022&quot;,&quot;productSMC&quot;:&quot;690225VCPP02560&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;taupe grey&quot;,&quot;colorId&quot;:&quot;2560&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-jodie&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-jodie&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_crossbody_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_crossbody_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;690225VCPP02560&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="690225VCPP02560" data-pid="690225VCPP02560" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/teen-jodie-taupe-grey-690225VCPP02560.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="690225VCPP02560">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Teen Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Thumbnail-690225VCPP02560_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Small_thumbnail-690225VCPP02560_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Thumbnail-690225VCPP02560_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Small-690225VCPP02560_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Medium-690225VCPP02560_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Large-690225VCPP02560_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Thumbnail-690225VCPP02560_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Small_thumbnail-690225VCPP02560_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Thumbnail-690225VCPP02560_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Small-690225VCPP02560_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Medium-690225VCPP02560_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Large-690225VCPP02560_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Thumbnail-690225VCPP02560_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Small_thumbnail-690225VCPP02560_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Thumbnail-690225VCPP02560_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Small-690225VCPP02560_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Medium-690225VCPP02560_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Large-690225VCPP02560_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Thumbnail-690225VCPP02560_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Small_thumbnail-690225VCPP02560_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Thumbnail-690225VCPP02560_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Small-690225VCPP02560_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Medium-690225VCPP02560_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Large-690225VCPP02560_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Thumbnail-690225VCPP02560_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Small_thumbnail-690225VCPP02560_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Thumbnail-690225VCPP02560_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Small-690225VCPP02560_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Medium-690225VCPP02560_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Large-690225VCPP02560_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Thumbnail-690225VCPP02560_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Small_thumbnail-690225VCPP02560_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Thumbnail-690225VCPP02560_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Small-690225VCPP02560_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Medium-690225VCPP02560_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Large-690225VCPP02560_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Thumbnail-690225VCPP02560_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Small_thumbnail-690225VCPP02560_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Thumbnail-690225VCPP02560_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Small-690225VCPP02560_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Medium-690225VCPP02560_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Large-690225VCPP02560_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Teen Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2900.00"> 2900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '690225VCPP0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '690225VCPP02132'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "690225VCPP02132",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="15" style="width: 28.25px;">
                      <article class="c-product" data-pid="690225VCPP02132" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;690225VCPP02132&quot;,&quot;name&quot;:&quot;teen jodie&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2022/S_S_2024&quot;,&quot;productSMC&quot;:&quot;690225VCPP02132&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2132&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2900,&quot;coupon&quot;:null,&quot;subCategory&quot;:null,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-bags&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;690225VCPP02132&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="690225VCPP02132" data-pid="690225VCPP02132" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/teen-jodie-fondant-690225VCPP02132.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="690225VCPP02132">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Teen Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Thumbnail-690225VCPP02132_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Small_thumbnail-690225VCPP02132_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Thumbnail-690225VCPP02132_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Small-690225VCPP02132_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Medium-690225VCPP02132_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Large-690225VCPP02132_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Thumbnail-690225VCPP02132_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Small_thumbnail-690225VCPP02132_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Thumbnail-690225VCPP02132_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Small-690225VCPP02132_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Medium-690225VCPP02132_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Large-690225VCPP02132_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Thumbnail-690225VCPP02132_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Small_thumbnail-690225VCPP02132_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Thumbnail-690225VCPP02132_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Small-690225VCPP02132_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Medium-690225VCPP02132_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Large-690225VCPP02132_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Thumbnail-690225VCPP02132_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Small_thumbnail-690225VCPP02132_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Thumbnail-690225VCPP02132_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Small-690225VCPP02132_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Medium-690225VCPP02132_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Large-690225VCPP02132_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Thumbnail-690225VCPP02132_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Small_thumbnail-690225VCPP02132_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Thumbnail-690225VCPP02132_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Small-690225VCPP02132_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Medium-690225VCPP02132_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Large-690225VCPP02132_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Thumbnail-690225VCPP02132_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Small_thumbnail-690225VCPP02132_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Thumbnail-690225VCPP02132_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Small-690225VCPP02132_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Medium-690225VCPP02132_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Large-690225VCPP02132_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Teen Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2900.00"> 2900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '600261VCPP0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '600261VCPP01229'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "600261VCPP01229",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="16" style="width: 28.25px;">
                      <article class="c-product" data-pid="600261VCPP01229" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;600261VCPP01229&quot;,&quot;name&quot;:&quot;small jodie&quot;,&quot;collection&quot;:&quot;F_W_2020/F_W_2021/S_S_2021&quot;,&quot;productSMC&quot;:&quot;600261VCPP01229&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1229&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3200,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-jodie&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-jodie&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;600261VCPP01229&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="600261VCPP01229" data-pid="600261VCPP01229" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-jodie-black-600261VCPP01229.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="600261VCPP01229">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Thumbnail-600261VCPP01229_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Small_thumbnail-600261VCPP01229_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Thumbnail-600261VCPP01229_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Small-600261VCPP01229_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Medium-600261VCPP01229_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Large-600261VCPP01229_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Thumbnail-600261VCPP01229_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Small_thumbnail-600261VCPP01229_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Thumbnail-600261VCPP01229_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Small-600261VCPP01229_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Medium-600261VCPP01229_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Large-600261VCPP01229_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Thumbnail-600261VCPP01229_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Small_thumbnail-600261VCPP01229_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Thumbnail-600261VCPP01229_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Small-600261VCPP01229_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Medium-600261VCPP01229_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Large-600261VCPP01229_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Thumbnail-600261VCPP01229_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Small_thumbnail-600261VCPP01229_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Thumbnail-600261VCPP01229_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Small-600261VCPP01229_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Medium-600261VCPP01229_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Large-600261VCPP01229_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Thumbnail-600261VCPP01229_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Small_thumbnail-600261VCPP01229_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Thumbnail-600261VCPP01229_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Small-600261VCPP01229_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Medium-600261VCPP01229_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Large-600261VCPP01229_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Thumbnail-600261VCPP01229_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Small_thumbnail-600261VCPP01229_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Thumbnail-600261VCPP01229_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Small-600261VCPP01229_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Medium-600261VCPP01229_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Large-600261VCPP01229_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3200.00"> 3200 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '763966V3IV1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '763966V3IV11019'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "763966V3IV11019",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="17" style="width: 28.25px;">
                      <article class="c-product" data-pid="763966V3IV11019" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;763966V3IV11019&quot;,&quot;name&quot;:&quot;small hop&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;763966V3IV11019&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1019&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2500,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;hop&quot;,&quot;category&quot;:&quot;featured&quot;,&quot;topCategory&quot;:&quot;new-arrivals&quot;,&quot;productCategory&quot;:&quot;hop&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;763966V3IV11019&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="763966V3IV11019" data-pid="763966V3IV11019" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-hop-black-763966V3IV11019.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="763966V3IV11019">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine Hop
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="5" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Thumbnail-763966V3IV11019_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Small_thumbnail-763966V3IV11019_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Thumbnail-763966V3IV11019_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Small-763966V3IV11019_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Medium-763966V3IV11019_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Large-763966V3IV11019_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Thumbnail-763966V3IV11019_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Small_thumbnail-763966V3IV11019_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Thumbnail-763966V3IV11019_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Small-763966V3IV11019_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Medium-763966V3IV11019_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Large-763966V3IV11019_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Thumbnail-763966V3IV11019_B.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Small_thumbnail-763966V3IV11019_B.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Thumbnail-763966V3IV11019_B.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Small-763966V3IV11019_B.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Medium-763966V3IV11019_B.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Large-763966V3IV11019_B.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Thumbnail-763966V3IV11019_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Small_thumbnail-763966V3IV11019_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Thumbnail-763966V3IV11019_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Small-763966V3IV11019_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Medium-763966V3IV11019_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Large-763966V3IV11019_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Thumbnail-763966V3IV11019_D.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Small_thumbnail-763966V3IV11019_D.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Thumbnail-763966V3IV11019_D.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Small-763966V3IV11019_D.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Medium-763966V3IV11019_D.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Large-763966V3IV11019_D.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Thumbnail-763966V3IV11019_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Small_thumbnail-763966V3IV11019_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Thumbnail-763966V3IV11019_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Small-763966V3IV11019_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Medium-763966V3IV11019_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Large-763966V3IV11019_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="5" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Thumbnail-763966V3IV11019_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Small_thumbnail-763966V3IV11019_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Thumbnail-763966V3IV11019_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Small-763966V3IV11019_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Medium-763966V3IV11019_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Large-763966V3IV11019_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Thumbnail-763966V3IV11019_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Small_thumbnail-763966V3IV11019_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Thumbnail-763966V3IV11019_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Small-763966V3IV11019_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Medium-763966V3IV11019_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Large-763966V3IV11019_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine Hop </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2500.00"> 2500 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '763966V3IV1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '763966V3IV13981'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer';
                            cq_params.slotConfigId = 'einstein-search-drawer';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "763966V3IV13981",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="18" style="width: 28.25px;">
                      <article class="c-product" data-pid="763966V3IV13981" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;763966V3IV13981&quot;,&quot;name&quot;:&quot;small hop&quot;,&quot;collection&quot;:&quot;F_W_2023&quot;,&quot;productSMC&quot;:&quot;763966V3IV13981&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;siren&quot;,&quot;colorId&quot;:&quot;3981&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2500,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-bags-new&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-bags-new&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;763966V3IV13981&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="763966V3IV13981" data-pid="763966V3IV13981" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-hop-siren-763966V3IV13981.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="763966V3IV13981">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine Hop
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms; transform: translate3d(-6px, 0px, 0px);"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate swiper-slide-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1db885067365766f/Thumbnail-763966V3IV13981_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1db885067365766f/Small_thumbnail-763966V3IV13981_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Thumbnail-763966V3IV13981_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Small-763966V3IV13981_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Medium-763966V3IV13981_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Large-763966V3IV13981_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide swiper-slide-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Thumbnail-763966V3IV13981_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Small_thumbnail-763966V3IV13981_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Thumbnail-763966V3IV13981_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Small-763966V3IV13981_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Medium-763966V3IV13981_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Large-763966V3IV13981_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-next" data-element="slide" data-ref="slide" data-swiper-slide-index="1" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Thumbnail-763966V3IV13981_B.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Small_thumbnail-763966V3IV13981_B.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Thumbnail-763966V3IV13981_B.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Small-763966V3IV13981_B.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Medium-763966V3IV13981_B.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Large-763966V3IV13981_B.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Thumbnail-763966V3IV13981_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Small_thumbnail-763966V3IV13981_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Thumbnail-763966V3IV13981_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Small-763966V3IV13981_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Medium-763966V3IV13981_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Large-763966V3IV13981_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Thumbnail-763966V3IV13981_D.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Small_thumbnail-763966V3IV13981_D.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Thumbnail-763966V3IV13981_D.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Small-763966V3IV13981_D.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Medium-763966V3IV13981_D.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Large-763966V3IV13981_D.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate-prev" data-element="slide" data-ref="slide" data-swiper-slide-index="4" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1db885067365766f/Thumbnail-763966V3IV13981_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1db885067365766f/Small_thumbnail-763966V3IV13981_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Thumbnail-763966V3IV13981_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Small-763966V3IV13981_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Medium-763966V3IV13981_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Large-763966V3IV13981_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate swiper-slide-duplicate-active" data-element="slide" data-ref="slide" data-swiper-slide-index="0" style="width: 6px;">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Thumbnail-763966V3IV13981_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Small_thumbnail-763966V3IV13981_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Thumbnail-763966V3IV13981_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Small-763966V3IV13981_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Medium-763966V3IV13981_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Large-763966V3IV13981_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine Hop </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2500.00"> 2500 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                  </ul>
                  <div tabindex="-1" role="button" class="c-recommendationscarousel__prev swiper-button-disabled" aria-label="Previous slide" aria-disabled="true">
                    <span class="u-visually-hidden"> Zurück </span>
                    <i class="c-icon--arrowleft"></i>
                  </div>
                  <div tabindex="0" role="button" class="c-recommendationscarousel__next" aria-label="Next slide" aria-disabled="false">
                    <span class="u-visually-hidden"> Weiter </span>
                    <i class="c-icon--arrowright"></i>
                  </div>
                  <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
                </div>
              </div>
            </div>
            <!-- ====================== snippet ends here ======================== -->
          </div>
        </div>
        <div data-component="productRecommendations">
          <div data-component="recentlyViewed" data-bind="recentlyViewedReco" data-gtm="{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;pageType&quot;:&quot;&quot;}" data-listname="recentlyViewed" data-location="searchPopin">
          </div>
        </div>
      </div>
    </div>
    <div class="c-topsearch__suggestcontainer" data-component="searchSuggestions">
      <div class="c-topsearch__autosuggest" data-url="/on/demandware.store/Sites-BV-R-WEUR-Site/de_DE/SearchServices-GetSuggestions?getRecentSearch=true&amp;getPopularSearch=true&amp;q=" data-ref="topSearchSuggestions" data-bind="serchsuggestions"
        data-action="close">
      </div>
      <div data-component="recommendationsManager" class="c-topsearch__noresultrecommendations u-hidden" data-ref="noResultsRecs">
        <div data-component="productRecommendations">
          <div data-component="recentlyViewed" data-gtm="{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;pageType&quot;:&quot;&quot;}" data-listname="selectedForYou" data-location="searchPopin">
            <!-- =============== This snippet of JavaScript handles fetching the dynamic recommendations from the remote recommendations server
and then makes a call to render the configured template with the returned recommended products: ================= -->
            <script>
              (function() {
                // window.CQuotient is provided on the page by the Analytics code:
                var cq = window.CQuotient;
                if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) {
                  var recommender = '[[&quot;products-in-all-categories&quot;]]';
                  // removing any leading/trailing square brackets and escaped quotes:
                  recommender = recommender.replace(/\[|\]|&quot;/g, '');
                  var separator = '|||';
                  var slotConfigurationUUID = '394fec31311ec4ccf9a634b2d0';
                  var contextAUID = '';
                  var contextSecondaryAUID = '';
                  var contextAltAUID = '';
                  var contextType = '';
                  var anchorsArray = [];
                  var contextAUIDs = contextAUID.split(separator);
                  var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
                  var contextAltAUIDs = contextAltAUID.split(separator);
                  var contextTypes = contextType.split(separator);
                  var slotName = 'einstein-product-recommendations-search-drawer-noresults';
                  var slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                  var slotConfigTemplate = 'slots/recommendation/recommendedProductsCarousel.isml';
                  if (contextAUIDs.length == contextSecondaryAUIDs.length) {
                    for (i = 0; i < contextAUIDs.length; i++) {
                      anchorsArray.push({
                        id: contextAUIDs[i],
                        sku: contextSecondaryAUIDs[i],
                        type: contextTypes[i],
                        alt_id: contextAltAUIDs[i]
                      });
                    }
                  } else {
                    anchorsArray = [{
                      id: contextAUID,
                      sku: contextSecondaryAUID,
                      type: contextType,
                      alt_id: contextAltAUID
                    }];
                  }
                  var urlToCall = '/on/demandware.store/Sites-BV-R-WEUR-Site/de_DE/CQRecomm-Start';
                  var params = {
                    userId: cq.getCQUserId(),
                    cookieId: cq.getCQCookieId(),
                    emailId: cq.getCQHashedEmail(),
                    loginId: cq.getCQHashedLogin(),
                    anchors: anchorsArray,
                    slotId: slotName,
                    slotConfigId: slotConfigId,
                    slotConfigTemplate: slotConfigTemplate,
                    ccver: '1.03'
                  };
                  if (cq.getRecs) {
                    cq.getRecs(cq.clientId, recommender, params, cb);
                  } else {
                    cq.widgets = cq.widgets || [];
                    cq.widgets.push({
                      recommenderName: recommender,
                      parameters: params,
                      callback: cb
                    });
                  }
                };

                function cb(parsed) {
                  var arr = parsed[recommender].recs;
                  if (arr && 0 < arr.length) {
                    var filteredProductIds = '';
                    for (i = 0; i < arr.length; i++) {
                      filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
                    }
                    filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1); //to remove the trailing '&'
                    var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds;
                    var request = new XMLHttpRequest();
                    request.open('POST', urlToCall, true);
                    request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
                    request.onreadystatechange = function() {
                      if (this.readyState === 4) {
                        // Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
                        var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
                        document.getElementById(divId).innerHTML = this.responseText;
                        //find and evaluate scripts in response:
                        var scripts = document.getElementById(divId).getElementsByTagName('script');
                        if (null != scripts) {
                          for (var i = 0; i < scripts.length; i++) { //not combining script snippets on purpose
                            var srcScript = document.createElement('script');
                            srcScript.text = scripts[i].innerHTML;
                            srcScript.asynch = scripts[i].asynch;
                            srcScript.defer = scripts[i].defer;
                            srcScript.type = scripts[i].type;
                            srcScript.charset = scripts[i].charset;
                            document.head.appendChild(srcScript);
                            document.head.removeChild(srcScript);
                          }
                        }
                      }
                    };
                    request.send(formData);
                    request = null;
                  }
                };
              })();
            </script>
            <!-- The DIV tag id below is unique on purpose in case there are multiple recommendation slots on the same .isml page: -->
            <div id="cq_recomm_slot-394fec31311ec4ccf9a634b2d0">
              <div class="c-recommendationscarousel" data-context="RECO" data-recommender-name="products-in-all-categories">
                <h3 class="c-recommendationscarousel__title"> Am meisten gesucht: </h3>
                <div class="c-recommendationscarousel__productslist l-productgrid swiper-container-initialized swiper-container-horizontal" data-ref="recommendationsCarousel" data-element="container">
                  <ul class="c-recommendationscarousel__wrapper" itemtype="http://schema.org/SomeProducts" itemid="#product" data-context="RECO" data-gridtype="RECO" data-ref="recommendationsCarouselWrapper" data-element="wrapper"
                    style="transition-duration: 0ms;">
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '651876VCPP5',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '651876VCPP59776'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "651876VCPP59776",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="0">
                      <article class="c-product" data-pid="651876VCPP59776" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;651876VCPP59776&quot;,&quot;name&quot;:&quot;mini jodie&quot;,&quot;collection&quot;:&quot;F_W_2021/F_W_2022/F_W_2023/S_S_2021/S_S_2022/S_S_2023/S_S_2024&quot;,&quot;productSMC&quot;:&quot;651876VCPP59776&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;porridge&quot;,&quot;colorId&quot;:&quot;9776&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2200,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-jodie&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-jodie&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;651876VCPP59776&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="651876VCPP59776" data-pid="651876VCPP59776" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/mini-jodie-porridge-651876VCPP59776.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="651876VCPP59776">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Mini Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Thumbnail-651876VCPP59776_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Small_thumbnail-651876VCPP59776_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Thumbnail-651876VCPP59776_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Small-651876VCPP59776_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Medium-651876VCPP59776_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Large-651876VCPP59776_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Thumbnail-651876VCPP59776_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Small_thumbnail-651876VCPP59776_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Thumbnail-651876VCPP59776_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Small-651876VCPP59776_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Medium-651876VCPP59776_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Large-651876VCPP59776_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Thumbnail-651876VCPP59776_B.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Small_thumbnail-651876VCPP59776_B.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Thumbnail-651876VCPP59776_B.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Small-651876VCPP59776_B.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Medium-651876VCPP59776_B.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/254885f2646b5518/Large-651876VCPP59776_B.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Thumbnail-651876VCPP59776_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Small_thumbnail-651876VCPP59776_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Thumbnail-651876VCPP59776_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Small-651876VCPP59776_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Medium-651876VCPP59776_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/66f1120c8a912ccf/Large-651876VCPP59776_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Thumbnail-651876VCPP59776_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Small_thumbnail-651876VCPP59776_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Thumbnail-651876VCPP59776_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Small-651876VCPP59776_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Medium-651876VCPP59776_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/b8f625421e51a7d/Large-651876VCPP59776_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mini Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Mini Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2200.00"> 2200 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '640043V00P0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '640043V00P02113'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "640043V00P02113",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="1">
                      <article class="c-product" data-pid="640043V00P02113" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;640043V00P02113&quot;,&quot;name&quot;:&quot;puddle ankle boot&quot;,&quot;collection&quot;:&quot;F_W_2020&quot;,&quot;productSMC&quot;:&quot;640043V00P02113&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2113&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:620,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;men-boots&quot;,&quot;category&quot;:&quot;men-shoes&quot;,&quot;topCategory&quot;:&quot;men&quot;,&quot;productCategory&quot;:&quot;men-boots&quot;,&quot;macroCategory&quot;:&quot;bv_macro_men_shoes&quot;,&quot;microCategory&quot;:&quot;bv_micro_men_boots&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_men_boots&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;640043V00P02113&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="640043V00P02113" data-pid="640043V00P02113" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/puddle-stiefelette-fondant-640043V00P02113.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="640043V00P02113">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Puddle Stiefelette
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Thumbnail-640043V00P02113_E.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Small_thumbnail-640043V00P02113_E.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Thumbnail-640043V00P02113_E.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Small-640043V00P02113_E.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Medium-640043V00P02113_E.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Large-640043V00P02113_E.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Thumbnail-640043V00P02113_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Small_thumbnail-640043V00P02113_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Thumbnail-640043V00P02113_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Small-640043V00P02113_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Medium-640043V00P02113_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Large-640043V00P02113_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Thumbnail-640043V00P02113_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Small_thumbnail-640043V00P02113_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Thumbnail-640043V00P02113_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Small-640043V00P02113_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Medium-640043V00P02113_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/69c83aedda4a43e5/Large-640043V00P02113_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Thumbnail-640043V00P02113_D.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Small_thumbnail-640043V00P02113_D.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Thumbnail-640043V00P02113_D.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Small-640043V00P02113_D.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Medium-640043V00P02113_D.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/36f8eba16d81f9aa/Large-640043V00P02113_D.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Thumbnail-640043V00P02113_E.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Small_thumbnail-640043V00P02113_E.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Thumbnail-640043V00P02113_E.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Small-640043V00P02113_E.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Medium-640043V00P02113_E.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/683cd94c7998fe56/Large-640043V00P02113_E.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Thumbnail-640043V00P02113_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Small_thumbnail-640043V00P02113_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Thumbnail-640043V00P02113_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Small-640043V00P02113_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Medium-640043V00P02113_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/659617832ecc8206/Large-640043V00P02113_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Puddle Stiefelette" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Puddle Stiefelette </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="620.00"> 620 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '754139VALKO',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '754139VALKO3415'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "754139VALKO3415",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="2">
                      <article class="c-product" data-pid="754139VALKO3415" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;754139VALKO3415&quot;,&quot;name&quot;:&quot;knot belt&quot;,&quot;collection&quot;:&quot;F_W_2023&quot;,&quot;productSMC&quot;:&quot;754139VALKO3415&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;inkwell&quot;,&quot;colorId&quot;:&quot;3415&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:590,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;chuseok-women&quot;,&quot;category&quot;:&quot;chuseok&quot;,&quot;topCategory&quot;:&quot;gifts&quot;,&quot;productCategory&quot;:&quot;chuseok-women&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_accessories&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_belts&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_belts&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;754139VALKO3415&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="754139VALKO3415" data-pid="754139VALKO3415" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/knot-gurtel-inkwell-754139VALKO3415.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="754139VALKO3415">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Knot Gürtel
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Thumbnail-754139VALKO3415_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Small_thumbnail-754139VALKO3415_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Thumbnail-754139VALKO3415_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Small-754139VALKO3415_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Medium-754139VALKO3415_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Large-754139VALKO3415_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Thumbnail-754139VALKO3415_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Small_thumbnail-754139VALKO3415_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Thumbnail-754139VALKO3415_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Small-754139VALKO3415_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Medium-754139VALKO3415_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Large-754139VALKO3415_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/59a311584759916b/Thumbnail-754139VALKO3415_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/59a311584759916b/Small_thumbnail-754139VALKO3415_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/59a311584759916b/Thumbnail-754139VALKO3415_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/59a311584759916b/Small-754139VALKO3415_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/59a311584759916b/Medium-754139VALKO3415_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/59a311584759916b/Large-754139VALKO3415_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Thumbnail-754139VALKO3415_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Small_thumbnail-754139VALKO3415_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Thumbnail-754139VALKO3415_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Small-754139VALKO3415_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Medium-754139VALKO3415_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/488b2da7e51d56f7/Large-754139VALKO3415_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Thumbnail-754139VALKO3415_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Small_thumbnail-754139VALKO3415_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Thumbnail-754139VALKO3415_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Small-754139VALKO3415_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Medium-754139VALKO3415_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1fde63986668ca6c/Large-754139VALKO3415_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Thumbnail-754139VALKO3415_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Small_thumbnail-754139VALKO3415_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Thumbnail-754139VALKO3415_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Small-754139VALKO3415_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Medium-754139VALKO3415_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/30eda5cc5d92ce78/Large-754139VALKO3415_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot Gürtel" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Knot Gürtel </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="590.00"> 590 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '690225V1QE0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '690225V1QE01233'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "690225V1QE01233",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="3">
                      <article class="c-product" data-pid="690225V1QE01233" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;690225V1QE01233&quot;,&quot;name&quot;:&quot;teen jodie&quot;,&quot;collection&quot;:&quot;F_W_2022/F_W_2023/S_S_2022/S_S_2023&quot;,&quot;productSMC&quot;:&quot;690225V1QE01233&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;thunder&quot;,&quot;colorId&quot;:&quot;1233&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-jodie&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-jodie&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;690225V1QE01233&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="690225V1QE01233" data-pid="690225V1QE01233" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/teen-jodie-thunder-690225V1QE01233.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="690225V1QE01233">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Teen Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Thumbnail-690225V1QE01233_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Small_thumbnail-690225V1QE01233_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Thumbnail-690225V1QE01233_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Small-690225V1QE01233_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Medium-690225V1QE01233_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Large-690225V1QE01233_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Thumbnail-690225V1QE01233_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Small_thumbnail-690225V1QE01233_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Thumbnail-690225V1QE01233_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Small-690225V1QE01233_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Medium-690225V1QE01233_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Large-690225V1QE01233_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Thumbnail-690225V1QE01233_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Small_thumbnail-690225V1QE01233_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Thumbnail-690225V1QE01233_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Small-690225V1QE01233_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Medium-690225V1QE01233_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/53f2c04c486b5e47/Large-690225V1QE01233_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Thumbnail-690225V1QE01233_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Small_thumbnail-690225V1QE01233_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Thumbnail-690225V1QE01233_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Small-690225V1QE01233_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Medium-690225V1QE01233_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5ab517a88ec4c9bb/Large-690225V1QE01233_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Thumbnail-690225V1QE01233_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Small_thumbnail-690225V1QE01233_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Thumbnail-690225V1QE01233_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Small-690225V1QE01233_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Medium-690225V1QE01233_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/178ea3e97d40ebfc/Large-690225V1QE01233_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Thumbnail-690225V1QE01233_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Small_thumbnail-690225V1QE01233_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Thumbnail-690225V1QE01233_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Small-690225V1QE01233_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Medium-690225V1QE01233_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/73865a6ab5a89852/Large-690225V1QE01233_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Teen Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2900.00"> 2900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766016VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766016VCPP11638'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766016VCPP11638",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="4">
                      <article class="c-product" data-pid="766016VCPP11638" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766016VCPP11638&quot;,&quot;name&quot;:&quot;medium andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766016VCPP11638&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;slate&quot;,&quot;colorId&quot;:&quot;1638&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;certificate-of-craft&quot;,&quot;category&quot;:&quot;craft-and-creativity&quot;,&quot;topCategory&quot;:&quot;inside-bottega&quot;,&quot;productCategory&quot;:&quot;certificate-of-craft&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;766016VCPP11638&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766016VCPP11638" data-pid="766016VCPP11638" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/mittelgrosse-andiamo-slate-766016VCPP11638.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766016VCPP11638">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Mittelgroße Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="6">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Thumbnail-766016VCPP11638_H.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Small_thumbnail-766016VCPP11638_H.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Thumbnail-766016VCPP11638_H.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Small-766016VCPP11638_H.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Medium-766016VCPP11638_H.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Large-766016VCPP11638_H.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Thumbnail-766016VCPP11638_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Small_thumbnail-766016VCPP11638_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Thumbnail-766016VCPP11638_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Small-766016VCPP11638_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Medium-766016VCPP11638_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Large-766016VCPP11638_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Thumbnail-766016VCPP11638_B.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Small_thumbnail-766016VCPP11638_B.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Thumbnail-766016VCPP11638_B.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Small-766016VCPP11638_B.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Medium-766016VCPP11638_B.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/3805834699f3d800/Large-766016VCPP11638_B.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Thumbnail-766016VCPP11638_D.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Small_thumbnail-766016VCPP11638_D.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Thumbnail-766016VCPP11638_D.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Small-766016VCPP11638_D.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Medium-766016VCPP11638_D.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/2528c8355eba6bc/Large-766016VCPP11638_D.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Thumbnail-766016VCPP11638_E.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Small_thumbnail-766016VCPP11638_E.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Thumbnail-766016VCPP11638_E.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Small-766016VCPP11638_E.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Medium-766016VCPP11638_E.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/3df8ebfaf9164e95/Large-766016VCPP11638_E.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Thumbnail-766016VCPP11638_F.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Small_thumbnail-766016VCPP11638_F.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Thumbnail-766016VCPP11638_F.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Small-766016VCPP11638_F.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Medium-766016VCPP11638_F.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/5c8093cd6a8f4c87/Large-766016VCPP11638_F.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Thumbnail-766016VCPP11638_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Small_thumbnail-766016VCPP11638_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Thumbnail-766016VCPP11638_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Small-766016VCPP11638_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Medium-766016VCPP11638_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/63e7163c99acd8a6/Large-766016VCPP11638_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="6">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Thumbnail-766016VCPP11638_H.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Small_thumbnail-766016VCPP11638_H.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Thumbnail-766016VCPP11638_H.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Small-766016VCPP11638_H.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Medium-766016VCPP11638_H.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7f3ff6208156956a/Large-766016VCPP11638_H.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Thumbnail-766016VCPP11638_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Small_thumbnail-766016VCPP11638_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Thumbnail-766016VCPP11638_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Small-766016VCPP11638_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Medium-766016VCPP11638_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7595292d301eac5e/Large-766016VCPP11638_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Mittelgroße Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3900.00"> 3900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766010VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766010VCPP11139'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766010VCPP11139",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="5">
                      <article class="c-product" data-pid="766010VCPP11139" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766010VCPP11139&quot;,&quot;name&quot;:&quot;small east/west andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766010VCPP11139&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1139&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3700,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-tote-bags&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-tote-bags&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;766010VCPP11139&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766010VCPP11139" data-pid="766010VCPP11139" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-east-west-andiamo-black-766010VCPP11139.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766010VCPP11139">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine East-West Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Thumbnail-766010VCPP11139_H.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Small_thumbnail-766010VCPP11139_H.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Thumbnail-766010VCPP11139_H.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Small-766010VCPP11139_H.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Medium-766010VCPP11139_H.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Large-766010VCPP11139_H.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Thumbnail-766010VCPP11139_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Small_thumbnail-766010VCPP11139_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Thumbnail-766010VCPP11139_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Small-766010VCPP11139_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Medium-766010VCPP11139_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Large-766010VCPP11139_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Thumbnail-766010VCPP11139_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Small_thumbnail-766010VCPP11139_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Thumbnail-766010VCPP11139_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Small-766010VCPP11139_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Medium-766010VCPP11139_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5ad40f9cfee19481/Large-766010VCPP11139_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Thumbnail-766010VCPP11139_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Small_thumbnail-766010VCPP11139_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Thumbnail-766010VCPP11139_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Small-766010VCPP11139_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Medium-766010VCPP11139_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/39d25b46f307e88e/Large-766010VCPP11139_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Thumbnail-766010VCPP11139_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Small_thumbnail-766010VCPP11139_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Thumbnail-766010VCPP11139_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Small-766010VCPP11139_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Medium-766010VCPP11139_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1158433f7ec61469/Large-766010VCPP11139_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Thumbnail-766010VCPP11139_H.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Small_thumbnail-766010VCPP11139_H.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Thumbnail-766010VCPP11139_H.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Small-766010VCPP11139_H.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Medium-766010VCPP11139_H.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1e245adfbc84453c/Large-766010VCPP11139_H.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Thumbnail-766010VCPP11139_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Small_thumbnail-766010VCPP11139_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Thumbnail-766010VCPP11139_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Small-766010VCPP11139_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Medium-766010VCPP11139_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/48505af8d27eaaa0/Large-766010VCPP11139_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine East-West Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine East-West Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3700.00"> 3700 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766016VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766016VCPP12272'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766016VCPP12272",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="6">
                      <article class="c-product" data-pid="766016VCPP12272" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766016VCPP12272&quot;,&quot;name&quot;:&quot;medium andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766016VCPP12272&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2272&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-andiamo&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-andiamo&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;notifyMe&quot;,&quot;productGlobalSMC&quot;:&quot;766016VCPP12272&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766016VCPP12272" data-pid="766016VCPP12272" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/mittelgrosse-andiamo-fondant-766016VCPP12272.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766016VCPP12272">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Mittelgroße Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="6">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Thumbnail-766016VCPP12272_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Small_thumbnail-766016VCPP12272_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Thumbnail-766016VCPP12272_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Small-766016VCPP12272_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Medium-766016VCPP12272_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Large-766016VCPP12272_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/383d995008f31452/Thumbnail-766016VCPP12272_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/383d995008f31452/Small_thumbnail-766016VCPP12272_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Thumbnail-766016VCPP12272_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Small-766016VCPP12272_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Medium-766016VCPP12272_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Large-766016VCPP12272_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Thumbnail-766016VCPP12272_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Small_thumbnail-766016VCPP12272_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Thumbnail-766016VCPP12272_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Small-766016VCPP12272_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Medium-766016VCPP12272_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/757f9acb4344ffc2/Large-766016VCPP12272_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Thumbnail-766016VCPP12272_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Small_thumbnail-766016VCPP12272_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Thumbnail-766016VCPP12272_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Small-766016VCPP12272_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Medium-766016VCPP12272_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3ac954c29808c5a6/Large-766016VCPP12272_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Thumbnail-766016VCPP12272_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Small_thumbnail-766016VCPP12272_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Thumbnail-766016VCPP12272_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Small-766016VCPP12272_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Medium-766016VCPP12272_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/33676ce93bb57c17/Large-766016VCPP12272_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Thumbnail-766016VCPP12272_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Small_thumbnail-766016VCPP12272_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Thumbnail-766016VCPP12272_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Small-766016VCPP12272_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Medium-766016VCPP12272_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1e1706246ad9b029/Large-766016VCPP12272_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Thumbnail-766016VCPP12272_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Small_thumbnail-766016VCPP12272_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Thumbnail-766016VCPP12272_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Small-766016VCPP12272_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Medium-766016VCPP12272_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1876a93a5bfb8019/Large-766016VCPP12272_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="6">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Thumbnail-766016VCPP12272_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Small_thumbnail-766016VCPP12272_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Thumbnail-766016VCPP12272_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Small-766016VCPP12272_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Medium-766016VCPP12272_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3beba618b98703d9/Large-766016VCPP12272_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/383d995008f31452/Thumbnail-766016VCPP12272_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/383d995008f31452/Small_thumbnail-766016VCPP12272_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Thumbnail-766016VCPP12272_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Small-766016VCPP12272_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Medium-766016VCPP12272_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/383d995008f31452/Large-766016VCPP12272_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Mittelgroße Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3900.00"> 3900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                                <p class="c-product__availability c-product__availability--inline "> Demnächst erhältlich </p>
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766016VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766016VCPP11139'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766016VCPP11139",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="7">
                      <article class="c-product" data-pid="766016VCPP11139" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766016VCPP11139&quot;,&quot;name&quot;:&quot;medium andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766016VCPP11139&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1139&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;certificate-of-craft&quot;,&quot;category&quot;:&quot;craft-and-creativity&quot;,&quot;topCategory&quot;:&quot;inside-bottega&quot;,&quot;productCategory&quot;:&quot;certificate-of-craft&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;766016VCPP11139&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766016VCPP11139" data-pid="766016VCPP11139" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/mittelgrosse-andiamo-black-766016VCPP11139.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766016VCPP11139">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Mittelgroße Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="7">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Thumbnail-766016VCPP11139_I.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Small_thumbnail-766016VCPP11139_I.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Thumbnail-766016VCPP11139_I.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Small-766016VCPP11139_I.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Medium-766016VCPP11139_I.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Large-766016VCPP11139_I.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide8">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Thumbnail-766016VCPP11139_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Small_thumbnail-766016VCPP11139_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Thumbnail-766016VCPP11139_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Small-766016VCPP11139_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Medium-766016VCPP11139_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Large-766016VCPP11139_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Thumbnail-766016VCPP11139_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Small_thumbnail-766016VCPP11139_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Thumbnail-766016VCPP11139_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Small-766016VCPP11139_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Medium-766016VCPP11139_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/45f50ca669826c7a/Large-766016VCPP11139_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Thumbnail-766016VCPP11139_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Small_thumbnail-766016VCPP11139_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Thumbnail-766016VCPP11139_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Small-766016VCPP11139_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Medium-766016VCPP11139_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1556a55741ba8df1/Large-766016VCPP11139_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Thumbnail-766016VCPP11139_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Small_thumbnail-766016VCPP11139_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Thumbnail-766016VCPP11139_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Small-766016VCPP11139_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Medium-766016VCPP11139_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/12cbb3ed9d1da1c1/Large-766016VCPP11139_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Thumbnail-766016VCPP11139_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Small_thumbnail-766016VCPP11139_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Thumbnail-766016VCPP11139_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Small-766016VCPP11139_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Medium-766016VCPP11139_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/354ba3fecdb1d2a0/Large-766016VCPP11139_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Thumbnail-766016VCPP11139_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Small_thumbnail-766016VCPP11139_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Thumbnail-766016VCPP11139_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Small-766016VCPP11139_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Medium-766016VCPP11139_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/dce15341d93a19d/Large-766016VCPP11139_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="6">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Thumbnail-766016VCPP11139_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Small_thumbnail-766016VCPP11139_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Thumbnail-766016VCPP11139_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Small-766016VCPP11139_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Medium-766016VCPP11139_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/4477f34d1ce08e82/Large-766016VCPP11139_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="7">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Thumbnail-766016VCPP11139_I.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Small_thumbnail-766016VCPP11139_I.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Thumbnail-766016VCPP11139_I.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Small-766016VCPP11139_I.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Medium-766016VCPP11139_I.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3439c6c9b581de59/Large-766016VCPP11139_I.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide8">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Thumbnail-766016VCPP11139_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Small_thumbnail-766016VCPP11139_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Thumbnail-766016VCPP11139_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Small-766016VCPP11139_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Medium-766016VCPP11139_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/484000fa2e0f6035/Large-766016VCPP11139_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Mittelgroße Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Mittelgroße Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3900.00"> 3900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '635064VCPQ3',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '635064VCPQ38803'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "635064VCPQ38803",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="8">
                      <article class="c-product" data-pid="635064VCPQ38803" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;635064VCPQ38803&quot;,&quot;name&quot;:&quot;intrecciato credit card case&quot;,&quot;collection&quot;:&quot;F_W_2020/F_W_2021/F_W_2022/F_W_2023/S_S_2021/S_S_2022/S_S_2023&quot;,&quot;productSMC&quot;:&quot;635064VCPQ38803&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;8803&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:290,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;men-card-cases&quot;,&quot;category&quot;:&quot;men-wallets&quot;,&quot;topCategory&quot;:&quot;men&quot;,&quot;productCategory&quot;:&quot;men-card-cases&quot;,&quot;macroCategory&quot;:&quot;bv_macro_men_slg&quot;,&quot;microCategory&quot;:&quot;bv_micro_men_card_cases&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_men_card_cases&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;notifyMe&quot;,&quot;productGlobalSMC&quot;:&quot;635064VCPQ38803&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="635064VCPQ38803" data-pid="635064VCPQ38803" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/intrecciato-kartenetui-black-635064VCPQ38803.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="635064VCPQ38803">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Intrecciato Kartenetui
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper">
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Thumbnail-635064VCPQ38803_A.jpg?v=6" srcset="https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Small_thumbnail-635064VCPQ38803_A.jpg?v=6 171w,
                            https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Thumbnail-635064VCPQ38803_A.jpg?v=6 342w,
                            https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Small-635064VCPQ38803_A.jpg?v=6 513w,
                            https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Medium-635064VCPQ38803_A.jpg?v=6 684w,
                            https://bottega-veneta.dam.kering.com/m/23dbec3a846f3764/Large-635064VCPQ38803_A.jpg?v=6 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
        </ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg"></div>
    </div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Intrecciato Kartenetui </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="290.00"> 290 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                                <p class="c-product__availability c-product__availability--inline "> Demnächst erhältlich </p>
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '630281VBS50',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '630281VBS501477'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "630281VBS501477",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="9">
                      <article class="c-product" data-pid="630281VBS501477" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;630281VBS501477&quot;,&quot;name&quot;:&quot;tire ankle chelsea boot&quot;,&quot;collection&quot;:&quot;F_W_2020/F_W_2021/F_W_2022/F_W_2023/S_S_2020/S_S_2021/S_S_2022/S_S_2023&quot;,&quot;productSMC&quot;:&quot;630281VBS501477&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black / grass&quot;,&quot;colorId&quot;:&quot;1477&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:1100,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;men-tire&quot;,&quot;category&quot;:&quot;men-shoes&quot;,&quot;topCategory&quot;:&quot;men&quot;,&quot;productCategory&quot;:&quot;men-tire&quot;,&quot;macroCategory&quot;:&quot;bv_macro_men_shoes&quot;,&quot;microCategory&quot;:&quot;bv_micro_men_boots&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_men_boots&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;630281VBS501477&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="630281VBS501477" data-pid="630281VBS501477" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/tire-chelsea-stiefelette-black-grass-630281VBS501477.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="630281VBS501477">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Tire Chelsea-Stiefelette
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/21c6223036790270/Thumbnail-630281VBS501477_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/21c6223036790270/Small_thumbnail-630281VBS501477_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Thumbnail-630281VBS501477_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Small-630281VBS501477_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Medium-630281VBS501477_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Large-630281VBS501477_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Thumbnail-630281VBS501477_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Small_thumbnail-630281VBS501477_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Thumbnail-630281VBS501477_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Small-630281VBS501477_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Medium-630281VBS501477_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Large-630281VBS501477_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Thumbnail-630281VBS501477_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Small_thumbnail-630281VBS501477_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Thumbnail-630281VBS501477_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Small-630281VBS501477_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Medium-630281VBS501477_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/4dc4f63d83ca2fff/Large-630281VBS501477_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Thumbnail-630281VBS501477_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Small_thumbnail-630281VBS501477_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Thumbnail-630281VBS501477_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Small-630281VBS501477_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Medium-630281VBS501477_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/54cf87236ef0b68c/Large-630281VBS501477_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/21c6223036790270/Thumbnail-630281VBS501477_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/21c6223036790270/Small_thumbnail-630281VBS501477_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Thumbnail-630281VBS501477_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Small-630281VBS501477_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Medium-630281VBS501477_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/21c6223036790270/Large-630281VBS501477_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Thumbnail-630281VBS501477_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Small_thumbnail-630281VBS501477_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Thumbnail-630281VBS501477_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Small-630281VBS501477_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Medium-630281VBS501477_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7dd06af15a2c9b69/Large-630281VBS501477_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Tire Chelsea-Stiefelette" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Tire Chelsea-Stiefelette </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="1100.00"> 1100 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '763970V3IV1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '763970V3IV12190'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "763970V3IV12190",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="10">
                      <article class="c-product" data-pid="763970V3IV12190" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;763970V3IV12190&quot;,&quot;name&quot;:&quot;large hop&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;763970V3IV12190&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2190&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3500,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;chuseok-women&quot;,&quot;category&quot;:&quot;chuseok&quot;,&quot;topCategory&quot;:&quot;gifts&quot;,&quot;productCategory&quot;:&quot;chuseok-women&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;763970V3IV12190&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="763970V3IV12190" data-pid="763970V3IV12190" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/grosse-hop-fondant-763970V3IV12190.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="763970V3IV12190">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Große Hop
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Thumbnail-763970V3IV12190_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Small_thumbnail-763970V3IV12190_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Thumbnail-763970V3IV12190_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Small-763970V3IV12190_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Medium-763970V3IV12190_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Large-763970V3IV12190_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Thumbnail-763970V3IV12190_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Small_thumbnail-763970V3IV12190_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Thumbnail-763970V3IV12190_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Small-763970V3IV12190_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Medium-763970V3IV12190_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Large-763970V3IV12190_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Thumbnail-763970V3IV12190_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Small_thumbnail-763970V3IV12190_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Thumbnail-763970V3IV12190_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Small-763970V3IV12190_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Medium-763970V3IV12190_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/63ef62b59bf03bc2/Large-763970V3IV12190_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Thumbnail-763970V3IV12190_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Small_thumbnail-763970V3IV12190_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Thumbnail-763970V3IV12190_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Small-763970V3IV12190_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Medium-763970V3IV12190_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/9b3be7b0f2f429c/Large-763970V3IV12190_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Thumbnail-763970V3IV12190_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Small_thumbnail-763970V3IV12190_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Thumbnail-763970V3IV12190_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Small-763970V3IV12190_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Medium-763970V3IV12190_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/12134d6d78b5cedc/Large-763970V3IV12190_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Thumbnail-763970V3IV12190_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Small_thumbnail-763970V3IV12190_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Thumbnail-763970V3IV12190_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Small-763970V3IV12190_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Medium-763970V3IV12190_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/7b877d9ec79750e7/Large-763970V3IV12190_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Thumbnail-763970V3IV12190_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Small_thumbnail-763970V3IV12190_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Thumbnail-763970V3IV12190_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Small-763970V3IV12190_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Medium-763970V3IV12190_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5a56047b2c6e46b9/Large-763970V3IV12190_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Große Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Große Hop </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3500.00"> 3500 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '717622V2H41',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '717622V2H411019'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "717622V2H411019",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="11">
                      <article class="c-product" data-pid="717622V2H411019" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;717622V2H411019&quot;,&quot;name&quot;:&quot;knot&quot;,&quot;collection&quot;:&quot;F_W_2022/F_W_2023/S_S_2023/S_S_2024&quot;,&quot;productSMC&quot;:&quot;717622V2H411019&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1019&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3500,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-bags-knot&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-bags-knot&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_clutches&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_clutches&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;717622V2H411019&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="717622V2H411019" data-pid="717622V2H411019" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/knot-black-717622V2H411019.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="717622V2H411019">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Knot
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Thumbnail-717622V2H411019_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Small_thumbnail-717622V2H411019_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Thumbnail-717622V2H411019_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Small-717622V2H411019_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Medium-717622V2H411019_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Large-717622V2H411019_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Thumbnail-717622V2H411019_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Small_thumbnail-717622V2H411019_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Thumbnail-717622V2H411019_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Small-717622V2H411019_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Medium-717622V2H411019_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Large-717622V2H411019_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Thumbnail-717622V2H411019_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Small_thumbnail-717622V2H411019_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Thumbnail-717622V2H411019_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Small-717622V2H411019_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Medium-717622V2H411019_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5602f0f5df440e8d/Large-717622V2H411019_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Thumbnail-717622V2H411019_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Small_thumbnail-717622V2H411019_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Thumbnail-717622V2H411019_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Small-717622V2H411019_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Medium-717622V2H411019_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/7bcdc473f5e95c82/Large-717622V2H411019_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Thumbnail-717622V2H411019_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Small_thumbnail-717622V2H411019_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Thumbnail-717622V2H411019_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Small-717622V2H411019_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Medium-717622V2H411019_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/4744eb8ad465d080/Large-717622V2H411019_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Thumbnail-717622V2H411019_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Small_thumbnail-717622V2H411019_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Thumbnail-717622V2H411019_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Small-717622V2H411019_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Medium-717622V2H411019_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/790d7d73f586f6dc/Large-717622V2H411019_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Thumbnail-717622V2H411019_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Small_thumbnail-717622V2H411019_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Thumbnail-717622V2H411019_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Small-717622V2H411019_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Medium-717622V2H411019_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/24a9514e10d6567a/Large-717622V2H411019_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Knot" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Knot </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3500.00"> 3500 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '766014VCPP1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '766014VCPP12272'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "766014VCPP12272",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="12">
                      <article class="c-product" data-pid="766014VCPP12272" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;766014VCPP12272&quot;,&quot;name&quot;:&quot;small andiamo&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;766014VCPP12272&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2272&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3300,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;certificate-of-craft&quot;,&quot;category&quot;:&quot;craft-and-creativity&quot;,&quot;topCategory&quot;:&quot;inside-bottega&quot;,&quot;productCategory&quot;:&quot;certificate-of-craft&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_top_handle_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_top_handle_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;766014VCPP12272&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="766014VCPP12272" data-pid="766014VCPP12272" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-andiamo-fondant-766014VCPP12272.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="766014VCPP12272">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine Andiamo
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="7">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Thumbnail-766014VCPP12272_I.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Small_thumbnail-766014VCPP12272_I.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Thumbnail-766014VCPP12272_I.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Small-766014VCPP12272_I.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Medium-766014VCPP12272_I.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Large-766014VCPP12272_I.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide8">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Thumbnail-766014VCPP12272_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Small_thumbnail-766014VCPP12272_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Thumbnail-766014VCPP12272_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Small-766014VCPP12272_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Medium-766014VCPP12272_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Large-766014VCPP12272_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Thumbnail-766014VCPP12272_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Small_thumbnail-766014VCPP12272_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Thumbnail-766014VCPP12272_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Small-766014VCPP12272_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Medium-766014VCPP12272_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/25827b1315b0fac/Large-766014VCPP12272_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Thumbnail-766014VCPP12272_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Small_thumbnail-766014VCPP12272_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Thumbnail-766014VCPP12272_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Small-766014VCPP12272_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Medium-766014VCPP12272_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/7a121a39e24655d3/Large-766014VCPP12272_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Thumbnail-766014VCPP12272_D.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Small_thumbnail-766014VCPP12272_D.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Thumbnail-766014VCPP12272_D.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Small-766014VCPP12272_D.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Medium-766014VCPP12272_D.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3543589a80d5ae54/Large-766014VCPP12272_D.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Thumbnail-766014VCPP12272_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Small_thumbnail-766014VCPP12272_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Thumbnail-766014VCPP12272_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Small-766014VCPP12272_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Medium-766014VCPP12272_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3413ddbc4fa85672/Large-766014VCPP12272_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Thumbnail-766014VCPP12272_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Small_thumbnail-766014VCPP12272_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Thumbnail-766014VCPP12272_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Small-766014VCPP12272_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Medium-766014VCPP12272_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5aa9059fc39ca20b/Large-766014VCPP12272_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="6">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Thumbnail-766014VCPP12272_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Small_thumbnail-766014VCPP12272_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Thumbnail-766014VCPP12272_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Small-766014VCPP12272_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Medium-766014VCPP12272_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/153e85d54e079db2/Large-766014VCPP12272_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide7">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="7">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Thumbnail-766014VCPP12272_I.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Small_thumbnail-766014VCPP12272_I.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Thumbnail-766014VCPP12272_I.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Small-766014VCPP12272_I.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Medium-766014VCPP12272_I.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/32f9b73fcae7c16/Large-766014VCPP12272_I.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide8">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Thumbnail-766014VCPP12272_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Small_thumbnail-766014VCPP12272_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Thumbnail-766014VCPP12272_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Small-766014VCPP12272_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Medium-766014VCPP12272_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/29d2722ce2423836/Large-766014VCPP12272_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Andiamo" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine Andiamo </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3300.00"> 3300 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '749449VCPQ5',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '749449VCPQ54041'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "749449VCPQ54041",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="13">
                      <article class="c-product" data-pid="749449VCPQ54041" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;749449VCPQ54041&quot;,&quot;name&quot;:&quot;intrecciato credit card case&quot;,&quot;collection&quot;:&quot;F_W_2023/S_S_2024&quot;,&quot;productSMC&quot;:&quot;749449VCPQ54041&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;space / cob&quot;,&quot;colorId&quot;:&quot;4041&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:350,&quot;coupon&quot;:null,&quot;subCategory&quot;:null,&quot;category&quot;:&quot;men-wallets&quot;,&quot;topCategory&quot;:&quot;men&quot;,&quot;productCategory&quot;:&quot;men-wallets&quot;,&quot;macroCategory&quot;:&quot;bv_macro_men_slg&quot;,&quot;microCategory&quot;:&quot;bv_micro_men_card_cases&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_men_card_cases&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;749449VCPQ54041&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="749449VCPQ54041" data-pid="749449VCPQ54041" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/intrecciato-kartenetui-space-cob-749449VCPQ54041.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="749449VCPQ54041">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Intrecciato Kartenetui
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Thumbnail-749449VCPQ54041_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Small_thumbnail-749449VCPQ54041_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Thumbnail-749449VCPQ54041_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Small-749449VCPQ54041_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Medium-749449VCPQ54041_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Large-749449VCPQ54041_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Thumbnail-749449VCPQ54041_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Small_thumbnail-749449VCPQ54041_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Thumbnail-749449VCPQ54041_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Small-749449VCPQ54041_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Medium-749449VCPQ54041_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Large-749449VCPQ54041_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Thumbnail-749449VCPQ54041_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Small_thumbnail-749449VCPQ54041_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Thumbnail-749449VCPQ54041_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Small-749449VCPQ54041_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Medium-749449VCPQ54041_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1378a5e4eab16978/Large-749449VCPQ54041_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Thumbnail-749449VCPQ54041_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Small_thumbnail-749449VCPQ54041_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Thumbnail-749449VCPQ54041_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Small-749449VCPQ54041_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Medium-749449VCPQ54041_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/77c6559fd3d93491/Large-749449VCPQ54041_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Thumbnail-749449VCPQ54041_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Small_thumbnail-749449VCPQ54041_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Thumbnail-749449VCPQ54041_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Small-749449VCPQ54041_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Medium-749449VCPQ54041_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1c54c0aab4c86255/Large-749449VCPQ54041_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Intrecciato Kartenetui" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Intrecciato Kartenetui </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="350.00"> 350 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '690225VCPP0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '690225VCPP02560'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "690225VCPP02560",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="14">
                      <article class="c-product" data-pid="690225VCPP02560" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;690225VCPP02560&quot;,&quot;name&quot;:&quot;teen jodie&quot;,&quot;collection&quot;:&quot;F_W_2023/S_S_2022&quot;,&quot;productSMC&quot;:&quot;690225VCPP02560&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;taupe grey&quot;,&quot;colorId&quot;:&quot;2560&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2900,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-jodie&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-jodie&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_crossbody_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_crossbody_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;690225VCPP02560&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="690225VCPP02560" data-pid="690225VCPP02560" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/teen-jodie-taupe-grey-690225VCPP02560.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="690225VCPP02560">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Teen Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Thumbnail-690225VCPP02560_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Small_thumbnail-690225VCPP02560_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Thumbnail-690225VCPP02560_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Small-690225VCPP02560_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Medium-690225VCPP02560_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Large-690225VCPP02560_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Thumbnail-690225VCPP02560_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Small_thumbnail-690225VCPP02560_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Thumbnail-690225VCPP02560_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Small-690225VCPP02560_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Medium-690225VCPP02560_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Large-690225VCPP02560_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Thumbnail-690225VCPP02560_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Small_thumbnail-690225VCPP02560_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Thumbnail-690225VCPP02560_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Small-690225VCPP02560_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Medium-690225VCPP02560_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/184c39b6390b847a/Large-690225VCPP02560_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Thumbnail-690225VCPP02560_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Small_thumbnail-690225VCPP02560_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Thumbnail-690225VCPP02560_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Small-690225VCPP02560_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Medium-690225VCPP02560_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/682855f92703fdb7/Large-690225VCPP02560_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Thumbnail-690225VCPP02560_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Small_thumbnail-690225VCPP02560_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Thumbnail-690225VCPP02560_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Small-690225VCPP02560_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Medium-690225VCPP02560_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/66cc38d1b11fef61/Large-690225VCPP02560_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Thumbnail-690225VCPP02560_G.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Small_thumbnail-690225VCPP02560_G.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Thumbnail-690225VCPP02560_G.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Small-690225VCPP02560_G.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Medium-690225VCPP02560_G.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1ed745855fed567a/Large-690225VCPP02560_G.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Thumbnail-690225VCPP02560_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Small_thumbnail-690225VCPP02560_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Thumbnail-690225VCPP02560_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Small-690225VCPP02560_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Medium-690225VCPP02560_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/32aa348e8ebe790a/Large-690225VCPP02560_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Teen Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2900.00"> 2900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '690225VCPP0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '690225VCPP02132'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "690225VCPP02132",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="15">
                      <article class="c-product" data-pid="690225VCPP02132" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;690225VCPP02132&quot;,&quot;name&quot;:&quot;teen jodie&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2022/S_S_2024&quot;,&quot;productSMC&quot;:&quot;690225VCPP02132&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;fondant&quot;,&quot;colorId&quot;:&quot;2132&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2900,&quot;coupon&quot;:null,&quot;subCategory&quot;:null,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-bags&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;690225VCPP02132&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="690225VCPP02132" data-pid="690225VCPP02132" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/teen-jodie-fondant-690225VCPP02132.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="690225VCPP02132">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Teen Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Thumbnail-690225VCPP02132_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Small_thumbnail-690225VCPP02132_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Thumbnail-690225VCPP02132_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Small-690225VCPP02132_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Medium-690225VCPP02132_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Large-690225VCPP02132_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Thumbnail-690225VCPP02132_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Small_thumbnail-690225VCPP02132_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Thumbnail-690225VCPP02132_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Small-690225VCPP02132_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Medium-690225VCPP02132_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Large-690225VCPP02132_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Thumbnail-690225VCPP02132_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Small_thumbnail-690225VCPP02132_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Thumbnail-690225VCPP02132_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Small-690225VCPP02132_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Medium-690225VCPP02132_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/5b92f40b3535b5bf/Large-690225VCPP02132_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Thumbnail-690225VCPP02132_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Small_thumbnail-690225VCPP02132_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Thumbnail-690225VCPP02132_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Small-690225VCPP02132_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Medium-690225VCPP02132_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/26d396eed54352e9/Large-690225VCPP02132_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Thumbnail-690225VCPP02132_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Small_thumbnail-690225VCPP02132_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Thumbnail-690225VCPP02132_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Small-690225VCPP02132_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Medium-690225VCPP02132_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1f7e8d4660e6701e/Large-690225VCPP02132_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Thumbnail-690225VCPP02132_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Small_thumbnail-690225VCPP02132_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Thumbnail-690225VCPP02132_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Small-690225VCPP02132_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Medium-690225VCPP02132_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/3b9060fdddd85c86/Large-690225VCPP02132_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Teen Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Teen Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2900.00"> 2900 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '600261VCPP0',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '600261VCPP01229'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "600261VCPP01229",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="16">
                      <article class="c-product" data-pid="600261VCPP01229" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;600261VCPP01229&quot;,&quot;name&quot;:&quot;small jodie&quot;,&quot;collection&quot;:&quot;F_W_2020/F_W_2021/S_S_2021&quot;,&quot;productSMC&quot;:&quot;600261VCPP01229&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1229&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:3200,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-jodie&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-jodie&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;600261VCPP01229&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="600261VCPP01229" data-pid="600261VCPP01229" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-jodie-black-600261VCPP01229.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="600261VCPP01229">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine Jodie
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Thumbnail-600261VCPP01229_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Small_thumbnail-600261VCPP01229_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Thumbnail-600261VCPP01229_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Small-600261VCPP01229_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Medium-600261VCPP01229_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Large-600261VCPP01229_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Thumbnail-600261VCPP01229_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Small_thumbnail-600261VCPP01229_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Thumbnail-600261VCPP01229_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Small-600261VCPP01229_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Medium-600261VCPP01229_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Large-600261VCPP01229_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Thumbnail-600261VCPP01229_B.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Small_thumbnail-600261VCPP01229_B.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Thumbnail-600261VCPP01229_B.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Small-600261VCPP01229_B.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Medium-600261VCPP01229_B.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/21244bc3836adca8/Large-600261VCPP01229_B.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Thumbnail-600261VCPP01229_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Small_thumbnail-600261VCPP01229_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Thumbnail-600261VCPP01229_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Small-600261VCPP01229_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Medium-600261VCPP01229_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/4e46af94d0329650/Large-600261VCPP01229_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Thumbnail-600261VCPP01229_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Small_thumbnail-600261VCPP01229_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Thumbnail-600261VCPP01229_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Small-600261VCPP01229_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Medium-600261VCPP01229_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/673960575f2891b0/Large-600261VCPP01229_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Thumbnail-600261VCPP01229_A.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Small_thumbnail-600261VCPP01229_A.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Thumbnail-600261VCPP01229_A.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Small-600261VCPP01229_A.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Medium-600261VCPP01229_A.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/54e3aae13a37086/Large-600261VCPP01229_A.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Jodie" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine Jodie </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="3200.00"> 3200 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '763966V3IV1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '763966V3IV11019'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "763966V3IV11019",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="17">
                      <article class="c-product" data-pid="763966V3IV11019" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;763966V3IV11019&quot;,&quot;name&quot;:&quot;small hop&quot;,&quot;collection&quot;:&quot;F_W_2023/F_W_2024/S_S_2024&quot;,&quot;productSMC&quot;:&quot;763966V3IV11019&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;black&quot;,&quot;colorId&quot;:&quot;1019&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2500,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;hop&quot;,&quot;category&quot;:&quot;featured&quot;,&quot;topCategory&quot;:&quot;new-arrivals&quot;,&quot;productCategory&quot;:&quot;hop&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;763966V3IV11019&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="763966V3IV11019" data-pid="763966V3IV11019" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-hop-black-763966V3IV11019.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="763966V3IV11019">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine Hop
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="5">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Thumbnail-763966V3IV11019_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Small_thumbnail-763966V3IV11019_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Thumbnail-763966V3IV11019_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Small-763966V3IV11019_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Medium-763966V3IV11019_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Large-763966V3IV11019_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Thumbnail-763966V3IV11019_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Small_thumbnail-763966V3IV11019_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Thumbnail-763966V3IV11019_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Small-763966V3IV11019_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Medium-763966V3IV11019_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Large-763966V3IV11019_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Thumbnail-763966V3IV11019_B.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Small_thumbnail-763966V3IV11019_B.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Thumbnail-763966V3IV11019_B.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Small-763966V3IV11019_B.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Medium-763966V3IV11019_B.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/72c6fef920c1b6da/Large-763966V3IV11019_B.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Thumbnail-763966V3IV11019_C.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Small_thumbnail-763966V3IV11019_C.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Thumbnail-763966V3IV11019_C.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Small-763966V3IV11019_C.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Medium-763966V3IV11019_C.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/3587bb4e83e7c698/Large-763966V3IV11019_C.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Thumbnail-763966V3IV11019_D.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Small_thumbnail-763966V3IV11019_D.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Thumbnail-763966V3IV11019_D.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Small-763966V3IV11019_D.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Medium-763966V3IV11019_D.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/441af9a4bde8a0c0/Large-763966V3IV11019_D.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Thumbnail-763966V3IV11019_E.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Small_thumbnail-763966V3IV11019_E.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Thumbnail-763966V3IV11019_E.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Small-763966V3IV11019_E.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Medium-763966V3IV11019_E.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/601adbb3f43e13c1/Large-763966V3IV11019_E.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="5">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Thumbnail-763966V3IV11019_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Small_thumbnail-763966V3IV11019_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Thumbnail-763966V3IV11019_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Small-763966V3IV11019_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Medium-763966V3IV11019_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/75b906ff0c68b8b/Large-763966V3IV11019_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide6">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Thumbnail-763966V3IV11019_A.jpg?v=3" srcset="https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Small_thumbnail-763966V3IV11019_A.jpg?v=3 171w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Thumbnail-763966V3IV11019_A.jpg?v=3 342w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Small-763966V3IV11019_A.jpg?v=3 513w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Medium-763966V3IV11019_A.jpg?v=3 684w,
                            https://bottega-veneta.dam.kering.com/m/52b3ff0d8595b944/Large-763966V3IV11019_A.jpg?v=3 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine Hop </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2500.00"> 2500 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                    <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ */
                      (function() {
                        try {
                          if (window.CQuotient) {
                            var cq_params = {};
                            cq_params.cookieId = window.CQuotient.getCQCookieId();
                            cq_params.userId = window.CQuotient.getCQUserId();
                            cq_params.emailId = CQuotient.getCQHashedEmail();
                            cq_params.loginId = CQuotient.getCQHashedLogin();
                            cq_params.accumulate = true;
                            cq_params.products = [{
                              id: '763966V3IV1',
                              sku: '',
                              type: 'vgroup',
                              alt_id: '763966V3IV13981'
                            }];
                            cq_params.recommenderName = 'products-in-all-categories';
                            cq_params.realm = "BCRR";
                            cq_params.siteId = "BV-R-WEUR";
                            cq_params.instanceType = "prd";
                            cq_params.locale = window.CQuotient.locale;
                            cq_params.slotId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigId = 'einstein-product-recommendations-search-drawer-noresults';
                            cq_params.slotConfigTemplate = 'slots\/recommendation\/recommendedProductsCarousel.isml';
                            if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                            else window.CQuotient.activities.push({
                              activityType: 'viewReco',
                              parameters: cq_params
                            });
                          }
                        } catch (err) {}
                      })();
                      /* ]]> */
                      // -->
                    </script>
                    <script type="text/javascript">
                      //<!--
                      /* <![CDATA[ (viewProduct-active_data.js) */
                      dw.ac._capture({
                        id: "763966V3IV13981",
                        type: "recommendation"
                      });
                      /* ]]> */
                      // -->
                    </script>
                    <li class="l-productgrid__item c-recommendationscarousel__slide" data-element="slide" data-ref="recommendationsCarouselSlide" data-slide-index="18">
                      <article class="c-product" data-pid="763966V3IV13981" itemscope="" itemtype="http://schema.org/Product" data-component="productTile"
                        data-gtmproduct="{&quot;id&quot;:&quot;763966V3IV13981&quot;,&quot;name&quot;:&quot;small hop&quot;,&quot;collection&quot;:&quot;F_W_2023&quot;,&quot;productSMC&quot;:&quot;763966V3IV13981&quot;,&quot;material&quot;:&quot;&quot;,&quot;customization&quot;:&quot;not customizable&quot;,&quot;packshotType&quot;:&quot;image&quot;,&quot;brand&quot;:&quot;bottega veneta&quot;,&quot;color&quot;:&quot;siren&quot;,&quot;colorId&quot;:&quot;3981&quot;,&quot;size&quot;:&quot;&quot;,&quot;price&quot;:null,&quot;discountPrice&quot;:2500,&quot;coupon&quot;:null,&quot;subCategory&quot;:&quot;women-bags-new&quot;,&quot;category&quot;:&quot;women-bags&quot;,&quot;topCategory&quot;:&quot;women&quot;,&quot;productCategory&quot;:&quot;women-bags-new&quot;,&quot;macroCategory&quot;:&quot;bv_macro_women_bags&quot;,&quot;microCategory&quot;:&quot;bv_micro_women_shoulder_bags&quot;,&quot;superMicroCategory&quot;:&quot;bv_super_micro_women_shoulder_bags&quot;,&quot;list&quot;:&quot;undefined&quot;,&quot;stock&quot;:&quot;instock&quot;,&quot;productGlobalSMC&quot;:&quot;763966V3IV13981&quot;}">
                        <div class="c-product__wrapper c-product__inner" id="763966V3IV13981" data-pid="763966V3IV13981" tabindex="-1">
                          <div class="c-product__generictag">
                          </div>
                          <a class="c-product__link c-product__focus" href="/de-de/kleine-hop-siren-763966V3IV13981.html" itemprop="url" data-action="handlePLPProduct" data-ref="link" data-pid="763966V3IV13981">
        <span class="c-product__look">
            Shop the look
        </span>
        <span class="u-visually-hidden">
            Kleine Hop
        </span>
        
            
    <div class="c-product__imagecontainer c-product__imagecontainer--reco swiper-container-initialized swiper-container-horizontal" data-action="showAlternateImage" data-ref="imagecontainer">
        <ul class="c-product__carousel" data-ref="carouselWrapper" data-element="wrapper" style="transition-duration: 0ms;"><li class="c-product__carousel--slide u-hidden@lg swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1db885067365766f/Thumbnail-763966V3IV13981_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1db885067365766f/Small_thumbnail-763966V3IV13981_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Thumbnail-763966V3IV13981_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Small-763966V3IV13981_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Medium-763966V3IV13981_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Large-763966V3IV13981_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
                <li class="c-product__carousel--slide " data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Thumbnail-763966V3IV13981_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Small_thumbnail-763966V3IV13981_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Thumbnail-763966V3IV13981_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Small-763966V3IV13981_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Medium-763966V3IV13981_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Large-763966V3IV13981_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="1">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Thumbnail-763966V3IV13981_B.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Small_thumbnail-763966V3IV13981_B.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Thumbnail-763966V3IV13981_B.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Small-763966V3IV13981_B.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Medium-763966V3IV13981_B.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/3e70c092939406f0/Large-763966V3IV13981_B.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide2">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="2">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Thumbnail-763966V3IV13981_C.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Small_thumbnail-763966V3IV13981_C.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Thumbnail-763966V3IV13981_C.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Small-763966V3IV13981_C.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Medium-763966V3IV13981_C.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/185b26eae45c62e4/Large-763966V3IV13981_C.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide3">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="3">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Thumbnail-763966V3IV13981_D.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Small_thumbnail-763966V3IV13981_D.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Thumbnail-763966V3IV13981_D.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Small-763966V3IV13981_D.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Medium-763966V3IV13981_D.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/5a8f99e985f46607/Large-763966V3IV13981_D.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide4">
                </li>
            
                <li class="c-product__carousel--slide u-hidden@lg" data-element="slide" data-ref="slide" data-swiper-slide-index="4">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/1db885067365766f/Thumbnail-763966V3IV13981_F.jpg?v=1" srcset="https://bottega-veneta.dam.kering.com/m/1db885067365766f/Small_thumbnail-763966V3IV13981_F.jpg?v=1 171w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Thumbnail-763966V3IV13981_F.jpg?v=1 342w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Small-763966V3IV13981_F.jpg?v=1 513w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Medium-763966V3IV13981_F.jpg?v=1 684w,
                            https://bottega-veneta.dam.kering.com/m/1db885067365766f/Large-763966V3IV13981_F.jpg?v=1 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide5">
                </li>
            
        <li class="c-product__carousel--slide swiper-slide-duplicate" data-element="slide" data-ref="slide" data-swiper-slide-index="0">
                    <img class="c-product__image " src="https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Thumbnail-763966V3IV13981_A.jpg?v=2" srcset="https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Small_thumbnail-763966V3IV13981_A.jpg?v=2 171w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Thumbnail-763966V3IV13981_A.jpg?v=2 342w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Small-763966V3IV13981_A.jpg?v=2 513w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Medium-763966V3IV13981_A.jpg?v=2 684w,
                            https://bottega-veneta.dam.kering.com/m/5cbf0aa51cc29aea/Large-763966V3IV13981_A.jpg?v=2 1367w" sizes="(max-width: 1023px) 49.47vw, (min-width: 1024px) 32.29vw" alt="Kleine Hop" itemprop="image" data-cs-override-id="image-slide1">
                </li></ul>
        <div class="c-product__carousel--prevbtn u-hidden@lg" tabindex="0" role="button" aria-label="Previous slide">
            <i class="c-icon--arrowleft"></i>
        </div>
        <div class="c-product__carousel--nextbtn u-hidden@lg" tabindex="0" role="button" aria-label="Next slide">
            <i class="c-icon--arrowright"></i>
        </div>
        <div class="c-product__carousel--pagination u-hidden@lg swiper-pagination-bullets"></div>
    <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>

        
    </a>
                          <div class="c-product__infos">
                            <div class="c-product__namepricewrapper">
                              <h2 class="c-product__name"> Kleine Hop </h2>
                              <div class="c-product__pricewrapper">
                                <div class="c-product__price c-price" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                  <meta itemprop="priceCurrency" content="EUR">
                                  <p class="c-price__value--current" data-employee="false" itemprop="price" content="2500.00"> 2500 € </p>
                                </div>
                              </div>
                            </div>
                            <div class="c-product__availabilitymsg-wrapper">
                              <div class="c-product__generictag">
                              </div>
                            </div>
                          </div>
                        </div>
                      </article>
                    </li>
                  </ul>
                  <div tabindex="0" role="button" class="c-recommendationscarousel__prev" aria-label="Previous slide" aria-disabled="false">
                    <span class="u-visually-hidden"> Zurück </span>
                    <i class="c-icon--arrowleft"></i>
                  </div>
                  <div tabindex="0" role="button" class="c-recommendationscarousel__next" aria-label="Next slide" aria-disabled="false">
                    <span class="u-visually-hidden"> Weiter </span>
                    <i class="c-icon--arrowright"></i>
                  </div>
                  <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span><span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
                </div>
              </div>
            </div>
            <!-- ====================== snippet ends here ======================== -->
          </div>
        </div>
        <div data-component="productRecommendations">
          <div data-component="recentlyViewed" data-bind="recentlyViewedReco" data-gtm="{&quot;currencyCode&quot;:&quot;EUR&quot;,&quot;pageType&quot;:&quot;&quot;}" data-listname="recentlyViewed" data-location="searchPopin">
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: newsletterFormPOST /on/demandware.store/Sites-BV-R-WEUR-Site/de_DE/NewsLetter-Submit

<form action="/on/demandware.store/Sites-BV-R-WEUR-Site/de_DE/NewsLetter-Submit" class="c-newsletter__form" method="POST" id="newsletterForm" name="newsletterForm" data-action="submitNewsletterForm"
  data-tokenurl="https://www.bottegaveneta.com/on/demandware.store/Sites-BV-R-WEUR-Site/de_DE/NewsLetter-GetToken" novalidate="true">
  <div class="c-form__errorblock" data-ref="formErrorBlock">
    <div data-bind="formErrorBlock"></div>
  </div>
  <div>
    <div class="c-newsletter__form-inputs" data-ref="newsletterFormInputs">
      <div class="c-form__row c-newsletter__row--fields">
        <div class="c-newsletter__row">
          <div class="c-newsletter__field">
            <p class="c-form__text">
              <span class="c-form__star">*</span> Pflichtfelder
            </p>
            <input type="text" class="c-form__input c-newsletter__emailfield" autocomplete="off" required="" data-ref="subscriptionEmailField" id="dwfrm_newsletter_email_d0sktplxqgmo" name="dwfrm_newsletter_email" maxlength="80"
              pattern="^([a-zA-Z0-9_\.\-\+]+)@([\da-zA-Z\.\-]+)\.([a-zA-Z\.]{2,12})$" data-formid="email" placeholder="E-mail*" data-error-parse="Ungültiges E-Mail-Format. Bitte versuchen Sie es erneut, z. B. &quot;john.smith@email.com&quot;."
              data-error-missing="Bitte fügen Sie Ihre E-Mail-Adresse hinzu, z. B. &quot;john.smith@email.com&quot;.">
          </div>
          <div class="c-form__error c-newsletter__fielderror" aria-live="polite">
          </div>
        </div>
        <div class="c-newsletter__row c-newsletter__row--option">
          <div class="c-newsletter__checkbox" data-ref="civilityFields">
            <fieldset class="c-form__row c-form__row--radioinline required" data-formid="civility" data-error-missing="Bitte wählen Sie Ihre Anrede, z. B. „Herr“ oder &quot;„Frau“&quot;.">
              <legend class="c-form__radiolabel" for="dwfrm_newsletter_civility_d0tbiffvvexe">
                <span> Anrede </span>
                <span class="c-form__labelrequired "> * </span>
              </legend>
              <div class="c-form__flexwrap">
                <div class="c-form__customfield">
                  <input type="radio" id="dwfrm_newsletter_civility_newsletter0" class="c-form__radio" name="dwfrm_newsletter_civility" required="" undefined="" data-qa="field_civility_newsletter0" value="newsletter0">
                  <label class="c-form__label" for="dwfrm_newsletter_civility_newsletter0"> Herr </label>
                </div>
                <div class="c-form__customfield">
                  <input type="radio" id="dwfrm_newsletter_civility_newsletter1" class="c-form__radio" name="dwfrm_newsletter_civility" required="" undefined="" data-qa="field_civility_newsletter1" value="newsletter1">
                  <label class="c-form__label" for="dwfrm_newsletter_civility_newsletter1"> Frau </label>
                </div>
                <div class="c-form__customfield">
                  <input type="radio" id="dwfrm_newsletter_civility_newsletter2" class="c-form__radio" name="dwfrm_newsletter_civility" required="" undefined="" data-qa="field_civility_newsletter2" value="newsletter2">
                  <label class="c-form__label" for="dwfrm_newsletter_civility_newsletter2"> Mx </label>
                </div>
                <div class="c-form__customfield">
                  <input type="radio" id="dwfrm_newsletter_civility_newsletter3" class="c-form__radio" name="dwfrm_newsletter_civility" required="" undefined="" data-qa="field_civility_newsletter3" value="newsletter3">
                  <label class="c-form__label" for="dwfrm_newsletter_civility_newsletter3"> Ich möchte lieber keine Angabe machen </label>
                </div>
              </div>
              <div class="c-form__error" aria-live="polite">
              </div>
            </fieldset>
          </div>
        </div>
        <div class="c-newsletter__cta">
          <button type="submit" name="save" class="c-newsletter__btn" data-ref="newsletterSubmitBtn"> Anmelden </button>
        </div>
      </div>
      <input type="hidden" name="csrf_token" value="96LDXIdCAsCaP_cFTQiuNxtIpfZkPHetjzpZCZ0HZ_RlNuePOzjTrdhljTLIipmmEo3KuayY_oXFmv3iZUy41bofbIj8-qpqW4nblvZ5vQLcpAX9MhPHdmgRhwAC59tiv_mgpJAGPJK-rPjfjdGOQVAu0Gn7OC6WwsfqU1DPjP54wSiLFq0="
        data-ref="csrfToken">
      <div class="c-newsletter__row c-newsletter__row--privacypolicy">
        <div class="c-newsletter__informations">
          <div class="content-asset">
            <p>Indem Sie sich anmelden, erklären Sie sich damit einverstanden, aktuelle Neuigkeiten von BOTTEGA VENETA zu erhalten. <br>Für weitere Informationen lesen Sie bitte unsere
              <a class="c-newsletter__informationslink" href="https://www.bottegaveneta.com/de-de/legal-pages/datenschutzrichtlinie-fur-kunden/privacy-policy.html" target="_blank">Datenschutzbestimmungen</a>. </p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="c-newsletter__thankyou c-newsletter__thankyou--hidden" data-ref="thankYouMessage" tabindex="-1">
    <h2 class="c-newsletter__title" data-ref="successTitle"> Danke. </h2>
    <p class="c-newsletter__confirmmessage" data-bind="newsletterConfirmMessage" data-ref="newsletterConfirmMessageContainer"></p>
    <button class="c-newsletter__btn c-newsletter_thankyou c-newsletter_thankyou--button" type="button" data-ref="closePopinTrigger"> Schließen </button>
  </div>
</form>

Text Content

 * Zum Hauptinhalt

Menü



Menü
Startseite
Zurück
 * Neuheiten
   
    * Featured
      
      
      NEUHEITEN
      
      
      FEATURED
      
       * Gemelli
       * Getaway
       * Sehbrillen
       * Orbit
       * Fireman
       * Hop
       * Knotendetails
   
    * 
    * Neuheiten Damen
      
      
      NEUHEITEN
      
      
      NEUHEITEN DAMEN
      
       * Neue Taschen
       * Neue Schuhe
       * Neue Portemonnaies
       * Alle anzeigen
   
    * Neuheiten Herren
      
      
      NEUHEITEN
      
      
      NEUHEITEN HERREN
      
       * Neue Taschen
       * Neue Schuhe
       * Neue Portemonnaies
       * Alle anzeigen
   
    * 
    * Home
      
      
      NEUHEITEN
      
      
      HOME
      
       * Lederaccessoires
       * Accessoires für Haustiere
       * Alle anzeigen
   
    * 
      Personalisierung
    * 
      Andiamo
    * 
      Midikleid Aus Strukturierter Baumwolle
    * 
      Hop
    * 
      Drop Sonnenbrille in Pilotenform
    * 
      Gemelli
    * 
      Fireman
    * 
      Orbit
    * 
      Personalisierung
    * 
      Andiamo
   
   Zurück Weiter
   
   Schließen
 * Damen
   
    * Taschen
      
      
      DAMEN
      
      
      TASCHEN
      
       * Neue Taschen
       * Mini
       * Umhängetaschen
       * Schultertaschen
       * Henkeltaschen
       * Shopper
       * Clutches
       * Reisetaschen
       * Alle anzeigen
       * ‍‍
       * Andiamo
       * Hop
       * Sardine
       * Jodie
       * Cabat
       * Knot
       * Cobble
       * Cassette
   
    * 
    * Schuhe
      
      
      DAMEN
      
      
      SCHUHE
      
       * Neue Schuhe
       * Sandalen
       * Pumps
       * Flache Schuhe
       * Stiefel
       * Sneakers
       * Alle anzeigen
       * ㅤ
       * Orbit
       * Knot
       * Tex
       * Canalazzo
       * Atomic
       * Stretch
   
    * 
    * Kleidung
      
      
      DAMEN
      
      
      KLEIDUNG
      
       * Neue Kleidung
       * Mantel
       * Jacken
       * Strick
       * Leder
       * Kleider
       * Röcke
       * Denim
       * Hosen und shorts
       * Hemden
       * Tops und t-shirts
       * Bademode
       * Sonstiges
       * Alle anzeigen
   
    * 
    * Portemonnaies
      
      
      DAMEN
      
      
      PORTEMONNAIES
      
       * Neue Portemonnaies
       * Kleine Portemonnaies
       * Große Portemonnaies
       * Kartenetuis
       * Pouches und Reiseaccessoires
       * Alle anzeigen
       * ‍
       * Personalisierung
   
    * 
    * Schmuck
      
      
      DAMEN
      
      
      SCHMUCK
      
       * Neuer Schmuck
       * Ohrringe
       * Ringe
       * Armbänder
       * Halsketten
       * Alle anzeigen
       * ㅤ
       * Sardine
       * Drop
       * Essentials
       * Twist
   
    * 
    * Accessoires
      
      
      DAMEN
      
      
      ACCESSOIRES
      
       * Neue Accessoires
       * Gürtel
       * Tech
       * Schlüsselanhänger
       * Schals
       * Handschuhe
       * Kopfbedeckungen
       * Bademantel und strandtücher
       * Alle anzeigen
       * ‍‍
   
    * 
    * Brillen
      
      
      DAMEN
      
      
      BRILLEN
      
       * Sonnenbrillen
       * Sehbrillen
       * Alle anzeigen
   
   
   Andiamo
   
   Jacke Aus Strukturierter Baumwolle
   
   Tex Mule
   
   Hop
   Schließen
 * Herren
   
    * Taschen
      
      
      HERREN
      
      
      TASCHEN
      
       * Neue Taschen
       * Messenger Taschen
       * Shopper
       * Rucksäcke
       * Gürteltaschen
       * Aktentaschen
       * Dokumentenmappen
       * Reisetaschen
       * Alle anzeigen
       * ㅤ
       * Intrecciato
       * Cassette
       * Tech Cassette
       * Arco
   
    * 
    * Schuhe
      
      
      HERREN
      
      
      SCHUHE
      
       * Neue Schuhe
       * Slipper
       * Sandalen
       * Loafer
       * Stiefel
       * Sneakers
       * Schnürschuhe
       * Alle anzeigen
       * ㅤ
       * Orbit
       * Sunday
       * Haddock
       * Fireman
       * Lug
   
    * 
    * Kleidung
      
      
      HERREN
      
      
      KLEIDUNG
      
       * Neue Kleidung
       * Mantel
       * Jacken
       * Strick
       * Leder
       * Denim
       * Hosen und shorts
       * Hemden
       * T-Shirts und Polos
       * Polos
       * Bademode
       * Alle anzeigen
   
    * 
    * Portemonnaies
      
      
      HERREN
      
      
      PORTEMONNAIES
      
       * Neue Portemonnaies
       * Kleine Portemonnaies
       * Große Portemonnaies
       * Kartenetuis
       * Etuis und Reiseaccessoires
       * Alle anzeigen
       * ‍
       * Personalisierung
   
    * 
    * Schmuck
      
      
      HERREN
      
      
      SCHMUCK
      
       * Neuer Schmuck
       * Ohrringe
       * Ringe
       * Armbänder
       * Halsketten
       * Alle anzeigen
       * ㅤㅤㅤ
       * Essentials
   
    * 
    * Accessoires
      
      
      HERREN
      
      
      ACCESSOIRES
      
       * Neue Accessoires
       * Gürtel
       * Tech
       * Schlüsselanhänger
       * Schals
       * Handschuhe
       * Kopfbedeckungen
       * Bademantel und strandtücher
       * Alle anzeigen
       * ‍‍
   
    * 
    * Brillen
      
      
      HERREN
      
      
      BRILLEN
      
       * Sonnenbrillen
       * Sehbrillen
       * Alle anzeigen
   
   
   Getaway Mittelgroßer Weekender
   
   Jacke Aus Strukturierter Baumwolle
   
   Haddock Loafer
   
   Intrecciato Bi-Fold Portemonnaie
   Schließen
 * Geschenke
   
    * Geschenke für Sie
    * Geschenke für Ihn
    * Personalisierung
    * 
    * Home
      
      
      GESCHENKE
      
      
      HOME
      
       * Lederaccessoires
       * Accessoires für Haustiere
       * Alle anzeigen
   
    * 
   
   
   Sunrise
   
   Cassette Bi-Fold Portemonnaie
   
   Drop
   
   INTRECCIATO BI-FOLD PORTEMONNAIE
   Schließen
 * Inside Bottega
   
    * Craft & Creativity
      
      
      INSIDE BOTTEGA
      
      
      CRAFT & CREATIVITY
      
       * Craft in Motion
       * Certificate of Craft
   
    * 
    * Kollektionen
      
      
      INSIDE BOTTEGA
      
      
      KOLLEKTIONEN
      
       * Summer 24
       * Winter 23
       * Pre Fall 23
       * Summer 23
       * Pre Spring 23
       * Winter 22
   
    * Campaigns
      
      
      INSIDE BOTTEGA
      
      
      CAMPAIGNS
      
       * Winter 23
   
    * 
    * Special Projects
      
      
      INSIDE BOTTEGA
      
      
      SPECIAL PROJECTS
      
       * Biennale Danza 2023
       * Air Afrique
       * Terraforma
       * Vieni a Vedere - Gaetano Pesce
   
    * Series
      
      
      INSIDE BOTTEGA
      
      
      SERIES
      
       * Reserve Leather Series
   
    * 
    * People
      
      
      INSIDE BOTTEGA
      
      
      PEOPLE
      
       * Our Community
       * Accademia Labor et Ingenium
   
   
   Andiamo
   
   Winter 23
   Schließen
 * 
 * Kundenservice
 * My Account
 * Storefinder
   Versand an: Deutschland
   Versand an: Deutsch

Weiter


Schließen
Löschen Suchen

Während der Eingabe Ihrer Suchbegriffe können Vorschläge unter dem Formular
erscheinen, ohne es zu bestätigen.

--------------------------------------------------------------------------------


Populäre Suchen
Sandalen für Damen
Neu Taschen
Winter 23 Damen
Winter 23 Herren



DAS KÖNNTE IHNEN AUCH GEFALLEN AM MEISTEN GESUCHT

   
   
   
 * 
   Shop the look Mini Jodie
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   MINI JODIE
   
   2200 €
   
   
   
   
   
 * 
   Shop the look Puddle Stiefelette
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   PUDDLE STIEFELETTE
   
   620 €
   
   
   
   
   
 * 
   Shop the look Knot Gürtel
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KNOT GÜRTEL
   
   590 €
   
   
   
   
   
 * 
   Shop the look Teen Jodie
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   TEEN JODIE
   
   2900 €
   
   
   
   
   
 * 
   Shop the look Mittelgroße Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   MITTELGROSSE ANDIAMO
   
   3900 €
   
   
   
   
   
 * 
   Shop the look Kleine East-West Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE EAST-WEST ANDIAMO
   
   3700 €
   
   
   
   
   
 * 
   Shop the look Mittelgroße Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   MITTELGROSSE ANDIAMO
   
   3900 €
   
   Demnächst erhältlich

   
   
   
 * 
   Shop the look Mittelgroße Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   MITTELGROSSE ANDIAMO
   
   3900 €
   
   
   
   
   
 * 
   Shop the look Intrecciato Kartenetui
    * 
   
   
   
   
   
   
   INTRECCIATO KARTENETUI
   
   290 €
   
   Demnächst erhältlich

   
   
   
 * 
   Shop the look Tire Chelsea-Stiefelette
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   TIRE CHELSEA-STIEFELETTE
   
   1100 €
   
   
   
   
   
 * 
   Shop the look Große Hop
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   GROSSE HOP
   
   3500 €
   
   
   
   
   
 * 
   Shop the look Knot
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KNOT
   
   3500 €
   
   
   
   
   
 * 
   Shop the look Kleine Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE ANDIAMO
   
   3300 €
   
   
   
   
   
 * 
   Shop the look Intrecciato Kartenetui
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   INTRECCIATO KARTENETUI
   
   350 €
   
   
   
   
   
 * 
   Shop the look Teen Jodie
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   TEEN JODIE
   
   2900 €
   
   
   
   
   
 * 
   Shop the look Teen Jodie
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   TEEN JODIE
   
   2900 €
   
   
   
   
   
 * 
   Shop the look Kleine Jodie
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE JODIE
   
   3200 €
   
   
   
   
   
 * 
   Shop the look Kleine Hop
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE HOP
   
   2500 €
   
   
   
   
   
 * 
   Shop the look Kleine Hop
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE HOP
   
   2500 €
   
   

Zurück
Weiter



AM MEISTEN GESUCHT:

   
   
   
 * 
   Shop the look Mini Jodie
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   MINI JODIE
   
   2200 €
   
   
   
   
   
 * 
   Shop the look Puddle Stiefelette
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   PUDDLE STIEFELETTE
   
   620 €
   
   
   
   
   
 * 
   Shop the look Knot Gürtel
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KNOT GÜRTEL
   
   590 €
   
   
   
   
   
 * 
   Shop the look Teen Jodie
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   TEEN JODIE
   
   2900 €
   
   
   
   
   
 * 
   Shop the look Mittelgroße Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   MITTELGROSSE ANDIAMO
   
   3900 €
   
   
   
   
   
 * 
   Shop the look Kleine East-West Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE EAST-WEST ANDIAMO
   
   3700 €
   
   
   
   
   
 * 
   Shop the look Mittelgroße Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   MITTELGROSSE ANDIAMO
   
   3900 €
   
   Demnächst erhältlich

   
   
   
 * 
   Shop the look Mittelgroße Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   MITTELGROSSE ANDIAMO
   
   3900 €
   
   
   
   
   
 * 
   Shop the look Intrecciato Kartenetui
    * 
   
   
   
   
   
   
   INTRECCIATO KARTENETUI
   
   290 €
   
   Demnächst erhältlich

   
   
   
 * 
   Shop the look Tire Chelsea-Stiefelette
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   TIRE CHELSEA-STIEFELETTE
   
   1100 €
   
   
   
   
   
 * 
   Shop the look Große Hop
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   GROSSE HOP
   
   3500 €
   
   
   
   
   
 * 
   Shop the look Knot
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KNOT
   
   3500 €
   
   
   
   
   
 * 
   Shop the look Kleine Andiamo
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE ANDIAMO
   
   3300 €
   
   
   
   
   
 * 
   Shop the look Intrecciato Kartenetui
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   INTRECCIATO KARTENETUI
   
   350 €
   
   
   
   
   
 * 
   Shop the look Teen Jodie
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   TEEN JODIE
   
   2900 €
   
   
   
   
   
 * 
   Shop the look Teen Jodie
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   TEEN JODIE
   
   2900 €
   
   
   
   
   
 * 
   Shop the look Kleine Jodie
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE JODIE
   
   3200 €
   
   
   
   
   
 * 
   Shop the look Kleine Hop
    * 
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE HOP
   
   2500 €
   
   
   
   
   
 * 
   Shop the look Kleine Hop
    * 
    * 
    * 
    * 
    * 
    * 
    * 
   
   
   
   
   
   
   KLEINE HOP
   
   2500 €
   
   

Zurück
Weiter

Suchen
Kundenservice
Anmelden



WÄHLEN SIE IHR LAND/BUNDESLAND

Schließen Sie den Dialog

Bitte beachten Sie, dass die in Ihrem Warenkorb befindlichen Produkte in das von
Ihnen ausgewählte Land/Region geliefert werden.

Europe
America
Oceania
Asia
 1.  Belgien
 2.  Bulgarien
 3.  Deutschland
 4.  Dänemark
 5.  Estland
 6.  Finnland
 7.  Frankreich
 8.  Griechenland
 9.  Irland
 10. Italien
 11. Kroatien
 12. Lettland
 13. Litauen
 14. Luxemburg
 15. Malta
 16. Monaco
 17. Niederlande
 18. Norwegen
 19. Polen
 20. Portugal
 21. Rumänien
 22. Schweden
 23. Schweiz
 24. Slowakische Republik
 25. Spanien
 26. Tschechische Republik
 27. Ungarn
 28. Vereinigtes Königreich
 29. Zypern
 30. Österreich
 31. Deutschland

 1. Kanada
 2. Mexiko
 3. Vereinigte Staaten
 4. Deutschland

 1. Australien
 2. Deutschland

 1.  Festlandchina
 2.  Japan
 3.  Kuwait
 4.  Malaysia
 5.  Region Taiwan
 6.  Republik Korea
 7.  Saudi-Arabien
 8.  Singapur
 9.  Sonderverwaltungszone Hongkong
 10. Sonderverwaltungszone Macau
 11. Thailand
 12. Vereinigte Arabische Emirate
 13. Deutschland

Europe
 1.  Belgien
 2.  Bulgarien
 3.  Deutschland
 4.  Dänemark
 5.  Estland
 6.  Finnland
 7.  Frankreich
 8.  Griechenland
 9.  Irland
 10. Italien
 11. Kroatien
 12. Lettland
 13. Litauen
 14. Luxemburg
 15. Malta
 16. Monaco
 17. Niederlande
 18. Norwegen
 19. Polen
 20. Portugal
 21. Rumänien
 22. Schweden
 23. Schweiz
 24. Slowakische Republik
 25. Spanien
 26. Tschechische Republik
 27. Ungarn
 28. Vereinigtes Königreich
 29. Zypern
 30. Österreich
 31. Deutschland

America
 1. Kanada
 2. Mexiko
 3. Vereinigte Staaten
 4. Deutschland

Oceania
 1. Australien
 2. Deutschland

Asia
 1.  Festlandchina
 2.  Japan
 3.  Kuwait
 4.  Malaysia
 5.  Region Taiwan
 6.  Republik Korea
 7.  Saudi-Arabien
 8.  Singapur
 9.  Sonderverwaltungszone Hongkong
 10. Sonderverwaltungszone Macau
 11. Thailand
 12. Vereinigte Arabische Emirate
 13. Deutschland

Internationale Website


WÄHLEN SIE IHRE SPRACHE

Schließen Sie den Dialog

Wählen Sie eine Sprache

Durch den Wechsel der Sprache werden weder das ausgewählte Land noch die Währung
geändert.


DAMEN WINTER 23 KAUFEN
GEMELLI
HERREN WINTER 23 KAUFEN
DAMEN TASCHEN KAUFEN



Shop the look Kleine East-West Andiamo
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






KLEINE EAST-WEST ANDIAMO

3700 €

DARK MYSTIC Kleine East-West Andiamo SIREN Kleine East-West Andiamo BLACK Kleine
East-West Andiamo


Shop the look Kleine Andiamo
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






KLEINE ANDIAMO

3300 €

BLACK Kleine Andiamo BAROLO Kleine Andiamo ICE CREAM Kleine Andiamo + 5


Shop the look Mittelgroße Andiamo
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






MITTELGROSSE ANDIAMO

3900 €

SLATE Mittelgroße Andiamo AGATE GREY Mittelgroße Andiamo BLACK Mittelgroße
Andiamo + 3


Shop the look Große Andiamo
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






GROSSE ANDIAMO

6200 €

SLATE Große Andiamo FONDANT Große Andiamo


NACH OBEN
 * HERREN SCHUHE KAUFEN
 * DAMEN SCHUHE KAUFEN
 * HERREN SCHUHE KAUFEN
 * DAMEN SCHUHE KAUFEN



Shop the look Mini Sardine
 * 
 * 
 * 
 * 
 * 
 * 
 * 






MINI SARDINE

2500 €

BLACK Mini Sardine BAROLO Mini Sardine CHALK Mini Sardine + 6


Shop the look Sardine
 * 
 * 
 * 
 * 
 * 
 * 
 * 






SARDINE

3500 €

AGATE GREY Sardine DARK GREEN Sardine BITTER CHOCOLATE Sardine + 5


Shop the look Adam Sandale
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






ADAM SANDALE

1450 €

BLACK Adam Sandale WHITE Adam Sandale


Shop the look Adam Flache Sandalen
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






ADAM FLACHE SANDALEN

1350 €



Shop the look Getaway Großer Weekender
 * 
 * 
 * 
 * 
 * 
 * 
 * 






GETAWAY GROSSER WEEKENDER

5500 €

BLACK Getaway Großer Weekender FONDANT Getaway Großer Weekender


Shop the look Getaway Mittelgroßer Weekender
 * 
 * 
 * 
 * 
 * 
 * 






GETAWAY MITTELGROSSER WEEKENDER

4500 €

BLACK Getaway Mittelgroßer Weekender FONDANT Getaway Mittelgroßer Weekender


Shop the look Haddock Loafer
 * 
 * 
 * 
 * 
 * 
 * 
 * 






HADDOCK LOAFER

990 €

BLACK Haddock Loafer FONDANT / RUBBER Haddock Loafer


Shop the look Haddock Loafer
 * 
 * 
 * 
 * 
 * 
 * 
 * 






HADDOCK LOAFER

1250 €



Shop the look Tex Stiefelette
 * 
 * 
 * 
 * 
 * 
 * 






TEX STIEFELETTE

1500 €



Shop the look Tex Stiefel
 * 
 * 
 * 
 * 
 * 
 * 
 * 






TEX STIEFEL

1850 €



Shop the look Kleine Hop
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






KLEINE HOP

2500 €

BLACK Kleine Hop OYSTER Kleine Hop SIREN Kleine Hop


Shop the look Große Hop
 * 
 * 
 * 
 * 
 * 
 * 
 * 






GROSSE HOP

3500 €

FONDANT Große Hop CAMOMILE Große Hop WHITE Große Hop


NACH OBEN
Newsletter
Sustainability
Store locator


MELDEN SIE SICH FÜR UNSEREN NEWSLETTER AN

Schließen Sie den Dialog

* Pflichtfelder


Anrede *
Herr
Frau
Mx
Ich möchte lieber keine Angabe machen

Anmelden

Indem Sie sich anmelden, erklären Sie sich damit einverstanden, aktuelle
Neuigkeiten von BOTTEGA VENETA zu erhalten.
Für weitere Informationen lesen Sie bitte unsere Datenschutzbestimmungen.


DANKE.



Schließen
Kundenservice
Bestellung verfolgen
Zahlung
Versand
Rückgaben
Unsere Services
Karriere
AGB und Rechtliches
Datenschutz
Cookies
Versand an: Deutschland
Versand an: Deutsch


EINEN TERMIN BUCHEN

Schließen Sie den Dialog



WÄHLEN SIE IHR LAND/BUNDESLAND

Schließen Sie den Dialog

Jetzt versand nach: Deutschland

Bitte beachten Sie, dass die in Ihrem Warenkorb befindlichen Produkte in das von
Ihnen ausgewählte Land/Region geliefert werden.

Europe
America
Oceania
Asia
 1.  Belgien
 2.  Bulgarien
 3.  Deutschland
 4.  Dänemark
 5.  Estland
 6.  Finnland
 7.  Frankreich
 8.  Griechenland
 9.  Irland
 10. Italien
 11. Kroatien
 12. Lettland
 13. Litauen
 14. Luxemburg
 15. Malta
 16. Monaco
 17. Niederlande
 18. Norwegen
 19. Polen
 20. Portugal
 21. Rumänien
 22. Schweden
 23. Schweiz
 24. Slowakische Republik
 25. Spanien
 26. Tschechische Republik
 27. Ungarn
 28. Vereinigtes Königreich
 29. Zypern
 30. Österreich
 31. Deutschland

 1. Kanada
 2. Mexiko
 3. Vereinigte Staaten
 4. Deutschland

 1. Australien
 2. Deutschland

 1.  Festlandchina
 2.  Japan
 3.  Kuwait
 4.  Malaysia
 5.  Region Taiwan
 6.  Republik Korea
 7.  Saudi-Arabien
 8.  Singapur
 9.  Sonderverwaltungszone Hongkong
 10. Sonderverwaltungszone Macau
 11. Thailand
 12. Vereinigte Arabische Emirate
 13. Deutschland

Europe
 1.  Belgien
 2.  Bulgarien
 3.  Deutschland
 4.  Dänemark
 5.  Estland
 6.  Finnland
 7.  Frankreich
 8.  Griechenland
 9.  Irland
 10. Italien
 11. Kroatien
 12. Lettland
 13. Litauen
 14. Luxemburg
 15. Malta
 16. Monaco
 17. Niederlande
 18. Norwegen
 19. Polen
 20. Portugal
 21. Rumänien
 22. Schweden
 23. Schweiz
 24. Slowakische Republik
 25. Spanien
 26. Tschechische Republik
 27. Ungarn
 28. Vereinigtes Königreich
 29. Zypern
 30. Österreich
 31. Deutschland

America
 1. Kanada
 2. Mexiko
 3. Vereinigte Staaten
 4. Deutschland

Oceania
 1. Australien
 2. Deutschland

Asia
 1.  Festlandchina
 2.  Japan
 3.  Kuwait
 4.  Malaysia
 5.  Region Taiwan
 6.  Republik Korea
 7.  Saudi-Arabien
 8.  Singapur
 9.  Sonderverwaltungszone Hongkong
 10. Sonderverwaltungszone Macau
 11. Thailand
 12. Vereinigte Arabische Emirate
 13. Deutschland

Internationale Website


WÄHLEN SIE IHRE SPRACHE

Schließen Sie den Dialog

Wählen Sie eine Sprache

Durch den Wechsel der Sprache werden weder das ausgewählte Land noch die Währung
geändert.

© 2023 Bottega Veneta






Zusätzlich zu den Cookies, die für den Betrieb dieser Website unbedingt
erforderlich sind, verwendet Bottega Veneta Cookies und andere Tracking-Tools,
um sich an Ihre Präferenzen zu erinnern und Ihnen zusätzliche Dienste
vorzuschlagen, um die Leistung unserer Website zu messen, um unser Verständnis
Ihrer Interessen zu verbessern und, um Ihnen Warenkorbbenachrichtigungen zu
senden. Unsere Partner verwenden Tracker, um personalisierte Werbung basierend
auf Ihren Surfgewohnheiten und Ihrem Profil, auch durch Profilerstellung, zu
platzieren.

Sie können auf „Alle Cookies akzeptieren“ klicken, um den oben genannten
Verwendungen zuzustimmen, auf „Cookie-Einstellungen" um Ihre Auswahl zu
konfigurieren, oder auf die Schaltfläche „Nur technische Cookies akzeptieren“,
um alle optionalen Cookies abzulehnen. Sie können Ihre Einstellungen jederzeit
auf unserer Website ändern und insbesondere Ihre Einwilligung widerrufen.

Weitere Informationen zu diesen Technologien und ihrer Verwendung auf dieser
Website finden Sie in unserer Cookie-Richtlinie.

Cookie-Einstellungen Nur technische Cookies akzeptieren Alle Cookies akzeptieren



DATENSCHUTZ-PRÄFERENZ-CENTER




 * IHRE PRIVATSPHÄRE


 * UNBEDINGT ERFORDERLICHE COOKIES


 * LEISTUNGS-COOKIES


 * FUNKTIONELLE COOKIES


 * COOKIES FÜR MARKETINGZWECKE


 * COOKIES FÜR DIE CHAT-FUNKTION

IHRE PRIVATSPHÄRE

Wenn Sie eine Website besuchen, kann diese Informationen über Ihren Browser
abrufen oder speichern. Dies geschieht meist in Form von Cookies. Hierbei kann
es sich um Informationen über Sie, Ihre Einstellungen oder Ihr Gerät handeln.
Meist werden die Informationen verwendet, um die erwartungsgemäße Funktion der
Website zu gewährleisten. Durch diese Informationen werden Sie normalerweise
nicht direkt identifiziert. Dadurch kann Ihnen aber ein personalisierteres
Web-Erlebnis geboten werden. Da wir Ihr Recht auf Datenschutz respektieren,
können Sie sich entscheiden, bestimmte Arten von Cookies nicht zulassen. Klicken
Sie auf die verschiedenen Kategorieüberschriften, um mehr zu erfahren und unsere
Standardeinstellungen zu ändern. Die Blockierung bestimmter Arten von Cookies
kann jedoch zu einer beeinträchtigten Erfahrung mit der von uns zur Verfügung
gestellten Website und Dienste führen.
Weitere Informationen

UNBEDINGT ERFORDERLICHE COOKIES

Immer aktiv

Diese Cookies sind zur Funktion der Website erforderlich und können in Ihren
Systemen nicht deaktiviert werden. In der Regel werden diese Cookies nur als
Reaktion auf von Ihnen getätigte Aktionen gesetzt, die einer Dienstanforderung
entsprechen, wie etwa dem Festlegen Ihrer Datenschutzeinstellungen, dem Anmelden
oder dem Ausfüllen von Formularen. Sie können Ihren Browser so einstellen, dass
diese Cookies blockiert oder Sie über diese Cookies benachrichtigt werden.
Einige Bereiche der Website funktionieren dann aber nicht. Diese Cookies
speichern keine personenbezogenen Daten.

Angaben zum Anbieter‎

LEISTUNGS-COOKIES

Leistungs-Cookies


Diese Cookies ermöglichen es uns, Besuche und Verkehrsquellen zu zählen, damit
wir die Leistung unserer Website messen und verbessern können. Sie unterstützen
uns bei der Beantwortung der Fragen, welche Seiten am beliebtesten sind, welche
am wenigsten genutzt werden und wie sich Besucher auf der Website bewegen. Alle
von diesen Cookies erfassten Informationen werden aggregiert und sind deshalb
anonym. Wenn Sie diese Cookies nicht zulassen, können wir nicht wissen, wann Sie
unsere Website besucht haben.

Angaben zum Anbieter‎

FUNKTIONELLE COOKIES

Funktionelle Cookies


Mit diesen Cookies ist die Website in der Lage, erweiterte Funktionalität und
Personalisierung bereitzustellen. Sie können von uns oder von Drittanbietern
gesetzt werden, deren Dienste wir auf unseren Seiten verwenden. Wenn Sie diese
Cookies nicht zulassen, funktionieren einige oder alle dieser Dienste
möglicherweise nicht einwandfrei.

Angaben zum Anbieter‎

COOKIES FÜR MARKETINGZWECKE

Cookies für Marketingzwecke


Diese Cookies können über unsere Website von unseren Werbepartnern gesetzt
werden. Sie können von diesen Unternehmen verwendet werden, um ein Profil Ihrer
Interessen zu erstellen und Ihnen relevante Anzeigen auf anderen Websites zu
zeigen. Sie speichern nicht direkt personenbezogene Daten, basieren jedoch auf
einer einzigartigen Identifizierung Ihres Browsers und Internet-Geräts. Wenn Sie
diese Cookies nicht zulassen, werden Sie weniger gezielte Werbung erleben.

Angaben zum Anbieter‎

COOKIES FÜR DIE CHAT-FUNKTION

Cookies für die Chat-Funktion


Diese Cookies sind für die Aktivierung der Chat-Funktion erforderlich, indem sie
es uns ermöglichen, Sie zu lokalisieren, Sie mit unseren Teams in Kontakt zu
bringen und Ihnen die Möglichkeit zu geben, sich mit uns auszutauschen (per Chat
oder Videoanruf). Diese Verwendung ist mit der Überwachung Ihrer Erfahrungen auf
der Website verbunden (einschließlich einer Live-Überwachung Ihrer Navigation
auf unserer Website oder mobilen App), die es uns ermöglicht, Sie bestmöglich zu
unterstützen und Ihnen die Produkte zu empfehlen, die Ihren Erwartungen und
Vorlieben am besten entsprechen. Wenn Sie diese Cookies nicht akzeptieren,
können Sie nicht auf die Chat-Funktion zugreifen.

Angaben zum Anbieter‎
Back Button


LIEFERANTENLISTE

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Clear
checkbox label label
Apply Cancel
Meine Auswahl bestätigen
Alle ablehnen Alle zulassen