.storestock-container{width:100%;clear:both}.storestock-button{display:flex;align-items:inherit;justify-content:left;gap:0;width:285px;font-size:14px;font-weight:500;background:#fff;color:#333;cursor:pointer;transition:.2s;border-radius:30px;text-transform:none;letter-spacing:normal;margin:auto}#storestock-trigger,.storestock-btn-close-confirmation,.storestock-cc-item .storestock-cc-city,.storestock-section-title h3{/*text-transform:uppercase;text-transform:uppercase*/}.storestock-button .material-icons{font-size:18px;color:#000;opacity:.6}.product-add-to-cart .add{display:flex;flex-direction:column;gap:0}.storestock-modal-content{height:85vh;display:flex;flex-direction:column}.storestock-modal-close,.storestock-product-details p,.storestock-product-info{display:flex;align-items:center}.storestock-modal-close{justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}.storestock-modal-header,.storestock-product-image{flex-shrink:0}.storestock-product-info{display:flex;align-items:flex-start;background:#fff;padding:15px;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.storestock-product-details{flex:1;display:flex;flex-direction:column;gap:8px}.storestock-variant-color,.storestock-variant-size{display:inline-flex;align-items:center}.storestock-variant-color strong:after,.storestock-variant-size strong:after{content:"";width:3px;height:3px;background:#999;border-radius:50%;margin-left:8px}.step-content,.storestock-modal-body,.storestock-product-details{flex:1}.storestock-modal-body::-webkit-scrollbar{width:8px}.storestock-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.storestock-modal-body::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.storestock-modal-body::-webkit-scrollbar-thumb:hover{background:#555}.storestock-btn-clickcollect,.storestock-btn-reserve{display:flex;align-items:center;justify-content:center;font-weight:600}@media (max-width:768px){.storestock-modal-content{width:95%;height:90vh;max-height:none}.storestock-modal-body,.storestock-modal-header{padding:20px}.storestock-modal-header h2{font-size:20px}.storestock-product-info{flex-direction:column}.storestock-product-image{width:180px;height:200px}.storestock-store-header{flex-direction:column;align-items:flex-start}.storestock-notification{right:10px;left:10px;min-width:auto}}@media (max-width:480px){.storestock-button{width:100%;justify-content:left}.storestock-modal-header h2,.storestock-store-header h3{font-size:14px}.storestock-product-details p{font-size:13px}.storestock-store-item{padding:15px}}.storestock-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.storestock-modal-open{opacity:1;visibility:visible}.storestock-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.storestock-modal-content{position:relative;width:90%;max-width:900px;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;display:flex;flex-direction:column;transform:scale(.9);transition:transform .3s}.storestock-modal-open .storestock-modal-content{transform:scale(1)}.storestock-modal-close{position:absolute;top:20px;right:20px;width:25px;height:25px;border:none;background:rgba(0,0,0,.1);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;z-index:10}.storestock-modal-close:hover{background:rgba(0,0,0,.2);transform:rotate(90deg)}.storestock-modal-close .material-icons{font-size:17px;color:#333}.storestock-modal-body{flex:1;overflow-y:auto;padding:30px}.storestock-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top-color:#000;border-radius:50%;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.storestock-loader p{margin-top:20px;font-size:16px;color:#666}.storestock-no-stock{text-align:center;padding:60px 20px}.storestock-no-stock .material-icons{font-size:64px;color:#999;margin-bottom:20px}.storestock-no-stock p{font-size:16px;color:#666}.storestock-stores-list{display:flex;flex-direction:column;gap:20px}.storestock-store-item{border:1px solid #e0e0e0;border-radius:8px;padding:20px;transition:.2s}.storestock-store-item:hover{border-color:#000;box-shadow:0 4px 12px rgba(0,0,0,.1)}.storestock-store-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.storestock-store-header h3{margin:0;font-size:15px;font-weight:600;color:#222}.storestock-store-stock{display:inline-block;padding:6px 12px;font-size:12px;font-weight:600;border-radius:20px}.storestock-store-details{margin-bottom:20px}.storestock-store-details p{display:flex;align-items:flex-start;gap:8px;margin:0 0 10px;font-size:12px;color:#555}.storestock-cc-cities .material-icons,.storestock-store-details .material-icons{font-size:18px;color:#666;margin-top:0px}.storestock-store-actions{display:flex;flex-direction:column;gap:12px}.storestock-btn-clickcollect,.storestock-btn-reserve{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border:none;border-radius:30px;font-size:12px;cursor:pointer}.storestock-btn-reserve{background:#000;color:#fff}.storestock-btn-clickcollect{background:0 0;color:#000;border:1px solid #000}.storestock-btn-buy-online .material-icons,.storestock-btn-clickcollect .material-icons,.storestock-btn-reserve .material-icons{font-size:20px}.storestock-clickcollect-note{display:block;font-size:12px;color:#666;font-style:italic;margin-top:-8px;padding-left:28px}.storestock-reservation-form{max-width:600px;margin:0 auto}.storestock-back-btn{display:inline-flex;align-items:center;gap:4px;padding:8px 16px;margin-bottom:20px;border:1px solid #ddd;background:0 0;color:#666;font-size:14px;border-radius:4px;cursor:pointer;transition:.2s}.storestock-back-btn:hover{border-color:#000;color:#000;background:#f5f5f5}.storestock-back-btn .material-icons{font-size:18px}.storestock-reservation-form h3{margin:0 0 10px;font-size:24px;font-weight:600;color:#222}.storestock-store-name{margin:0 0 30px;font-size:16px;color:#666;font-weight:500}.storestock-form-group{margin-bottom:24px}.storestock-form-group label{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:15px;font-weight:600;color:#333}.storestock-form-group label .material-icons{font-size:20px;color:#666}.storestock-form-group input,.storestock-form-group select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:15px;transition:.2s}.storestock-form-group input:focus,.storestock-form-group select:focus{outline:0;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.storestock-btn-submit{width:100%;padding:16px;border:none;background:#000;color:#fff;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:.2s}.storestock-btn-submit:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.storestock-btn-buy-online:disabled,.storestock-btn-submit:disabled{opacity:.6;cursor:not-allowed}.spinner-small{display:inline-block;width:16px;height:16px;border:1px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:.8s linear infinite spin}.storestock-notification{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;gap:12px;z-index:10000;transform:translateX(400px);opacity:0;transition:.3s}.storestock-notification-show{transform:translateX(0);opacity:1}.storestock-notification .material-icons{font-size:24px;flex-shrink:0}.storestock-notification-success{border-left:4px solid #4caf50}.storestock-notification-success .material-icons{color:#4caf50}.storestock-notification-error{border-left:4px solid #f44336}.storestock-notification-error .material-icons{color:#f44336}.storestock-notification-info{border-left:4px solid #2196f3}.storestock-notification-info .material-icons{color:#2196f3}.storestock-notification span{flex:1;font-size:14px;color:#333;line-height:1.4}.storestock-confirmation-message{max-width:650px;margin:0 auto;padding:0}.storestock-confirmation-icon{width:90px;height:90px;margin:0 auto 35px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:.6s cubic-bezier(.175,.885,.32,1.275) scaleIn;box-shadow:0 8px 24px rgba(0,0,0,.15);position:relative}.storestock-confirmation-icon::before{content:'';position:absolute;width:110px;height:110px;border:1px solid #000;border-radius:50%;animation:1.5s ease-out infinite pulseRing}.storestock-confirmation-icon-cart{background:#000}.storestock-confirmation-icon .material-icons{font-size:48px;color:#fff}@keyframes scaleIn{0%{transform:scale(0) rotate(-180deg);opacity:0}100%{transform:scale(1) rotate(0);opacity:1}}@keyframes pulseRing{0%{opacity:.8;transform:scale(1)}100%{opacity:0;transform:scale(1.3)}}.storestock-confirmation-message h3{margin:0 0 40px;font-size:32px;font-weight:800;color:#000;text-align:center;letter-spacing:-.5px}.storestock-confirmation-content{text-align:left;background:#fff;padding:40px;border-radius:0;margin-bottom:30px;border:1px solid #000}.storestock-confirmation-content p{margin:0 0 20px;font-size:16px;line-height:1.75;color:#1a1a1a}.storestock-confirmation-content p:last-of-type{margin-bottom:25px}.storestock-confirmation-content strong{color:#000;font-weight:700}.storestock-confirmation-note{display:flex;align-items:flex-start;gap:15px;padding:20px 24px;background:#f5f5f5;border:1px solid #000;border-radius:0;margin-top:25px;position:relative}.storestock-confirmation-note::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(0,0,0,.03) 10px,rgba(0,0,0,.03) 20px);pointer-events:none}.storestock-confirmation-note .material-icons{font-size:26px;color:#000;flex-shrink:0;position:relative;z-index:1}.storestock-confirmation-note span{font-size:15px;color:#1a1a1a;line-height:1.6;font-weight:600;position:relative;z-index:1}.storestock-confirmation-steps{margin:25px 0}.storestock-confirmation-step{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.08);transition:transform .2s}.storestock-confirmation-step:hover{transform:translateX(5px)}.storestock-confirmation-step:last-child{margin-bottom:0}.step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#2196f3 0,#1976d2 100%);color:#fff;font-weight:700;font-size:18px;border-radius:50%;flex-shrink:0}.step-content strong{display:block;font-size:16px;font-weight:600;color:#000;margin-bottom:6px}.step-content p{margin:0;font-size:14px;color:#555;line-height:1.5}.storestock-btn-close-confirmation{width:100%;padding:20px 24px;border:3px solid #000;background:#000;color:#fff;font-size:17px;font-weight:800;border-radius:0;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);box-shadow:6px 6px 0 rgba(0,0,0,.2);letter-spacing:.5px;position:relative;overflow:hidden}.storestock-btn-close-confirmation::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.storestock-btn-close-confirmation:hover::before{left:100%}.storestock-btn-close-confirmation:hover{background:#fff;color:#000;transform:translate(3px,3px);box-shadow:3px 3px 0 rgba(0,0,0,.2)}.storestock-btn-close-confirmation:active{transform:translate(6px,6px);box-shadow:0 0 0 rgba(0,0,0,.2)}.storestock-form-info{background:#f8f8f8;border:1px solid #000;padding:20px 24px;border-radius:0;font-size:15px;line-height:1.7;color:#1a1a1a;margin-bottom:30px;position:relative;font-weight:500}.storestock-form-info::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:#000}.storestock-product-details{flex:1;display:flex;flex-direction:column}@media (max-width:768px){.storestock-product-info,.storestock-store-header{flex-direction:column;align-items:flex-start}.storestock-notification{right:10px;left:10px;min-width:auto}.storestock-confirmation-message{margin:20px;padding:0}.storestock-confirmation-icon{width:80px;height:80px;margin-bottom:25px}.storestock-confirmation-icon::before{width:95px;height:95px}.storestock-confirmation-icon .material-icons{font-size:42px}.storestock-confirmation-message h3{font-size:26px;margin-bottom:30px}.storestock-confirmation-content{padding:28px 24px}.storestock-confirmation-content p{font-size:15px}.storestock-confirmation-step{padding:20px;gap:16px}.step-number{width:44px;height:44px;font-size:20px}.step-number::before{width:52px;height:52px}.step-content strong{font-size:16px}.step-content p{font-size:14px}.storestock-btn-close-confirmation{padding:18px 20px;font-size:15px}.storestock-modal-content{width:95%;max-height:95vh}.storestock-modal-body,.storestock-modal-header{padding:15px}.storestock-modal-header h2{font-size:20px;margin-bottom:10px}.storestock-product-info{flex-direction:row;align-items:flex-start;gap:15px;padding:0;background:0 0;box-shadow:none}.storestock-product-image{width:100px;height:120px}.storestock-product-details{flex:1;gap:2px}.storestock-product-details p{font-size:13px;line-height:1.3}.storestock-product-details>p:first-child{font-size:14px;margin-bottom:5px}}.storestock-cc-intro{margin:0 0 10px;font-size:14px;color:#555}.storestock-cc-cities{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;font-size:14px;color:#222}.storestock-store-actions .storestock-btn-clickcollect,.storestock-store-actions .storestock-btn-reserve{width:100%}@media (max-width:480px){.storestock-button{width:100%;justify-content:center}.storestock-store-item{padding:15px}.storestock-modal-header h2,.storestock-store-header h3{font-size:15px}.storestock-confirmation-message{margin:15px}.storestock-confirmation-icon{width:70px;height:70px;margin-bottom:20px}.storestock-confirmation-icon::before{width:85px;height:85px}.storestock-confirmation-icon .material-icons{font-size:38px}.storestock-confirmation-message h3{font-size:22px;margin-bottom:25px}.storestock-confirmation-content{padding:24px 20px;box-shadow:6px 6px 0 #000}.storestock-confirmation-content p{font-size:14px}.storestock-confirmation-step{padding:18px 16px;gap:14px}.storestock-confirmation-step::after{bottom:-4px;right:-4px}.step-number{width:40px;height:40px;font-size:18px}.step-number::before{width:48px;height:48px}.step-content strong{font-size:15px}.step-content p,.storestock-confirmation-note span,.storestock-product-details>p:first-child{font-size:13px}.storestock-btn-close-confirmation{padding:16px 18px;font-size:14px;letter-spacing:.3px}.storestock-confirmation-note{padding:16px 18px;gap:12px}.storestock-confirmation-note .material-icons{font-size:22px}.storestock-product-image{width:90px;height:110px}.storestock-product-details p{font-size:12px}.storestock-cc-cities{gap:6px;font-size:13px}}.storestock-cc-item .storestock-cc-city{letter-spacing:.02em;font-weight:500}.storestock-store-stock{background:#f5f5f5;color:#333;border:1px solid #e6e6e6}.storestock-store-stock-available{background:#f5f5f5;color:#333;border-color:#e6e6e6}.storestock-store-stock-delay{background:#f5f5f5;color:#333;border-color:#e6e6e6}#storestock-trigger{cursor:pointer;font-size:10px;background:0 0;border:none;width:100%;outline:0!important;text-align:center;height:100%;color:#2b2b2b;text-decoration:none}.add-to-wishlist{text-align:left!important;margin-left:23px;margin-bottom:0;padding-bottom:0;height:32px!important;margin-top:10px}.storestock-modal-header{padding:30px 30px 20px;border-bottom:1px solid #e0e0e0;background:#f8f8f8;position:relative}.storestock-modal-header h2{margin:0 0 20px;font-size:28px;font-weight:600;color:#222}.storestock-product-info{display:flex;gap:20px;align-items:center;position:relative}.storestock-btn-buy-online{position:absolute;top:50%;right:20px;transform:translateY(-50%);padding:12px 24px;background:#000;color:#fff;border:none;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:.3s;display:flex;align-items:center;gap:8px;white-space:nowrap;z-index:5}.storestock-product-image{flex-shrink:0;width:110px;height:150px;border-radius:8px;overflow:hidden;border:1px solid #e0e0e0}.storestock-product-image img{width:100%;height:100%;object-fit:cover}.storestock-product-details{flex:1;display:flex;flex-direction:column;gap:5px;max-width:calc(100% - 280px)}.storestock-product-details p{margin:0;font-size:14px;color:#555;display:flex;align-items:center;gap:8px}.storestock-product-details p:first-child{font-weight:600;font-size:15px;color:#222}.storestock-product-details strong{color:#222;font-weight:600;min-width:60px}.storestock-cc-paris-district{font-weight:500;color:#000}.storestock-section-title{position:relative;text-align:center;padding:10px 0}.storestock-section-title::before{content:'';position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(to right,transparent 0,rgba(0,0,0,.15) 50%,transparent 100%);transform:translateY(-50%);z-index:1}.storestock-section-title h3{text-transform: uppercase;position:relative;display:inline-block;margin:0;padding:0 30px;background:#fff;font-size:13px;font-weight:800;letter-spacing:3px;color:#000;z-index:2}@media (max-width:768px){.storestock-modal-header{padding:20px 15px}.storestock-modal-header h2{font-size:20px;margin-bottom:15px}.storestock-product-info{flex-direction:column;align-items:flex-start;gap:15px;padding-bottom:60px}.storestock-btn-buy-online{position:absolute;/*bottom:10px;*/top:90%;left:10%;right:0;width:80%;justify-content:center}.storestock-product-details{max-width:100%;width:100%}.storestock-product-image{width:100px;height:120px}.storestock-product-details p{font-size:13px}.storestock-product-details p:first-child{font-size:14px}.storestock-section-title{margin:0 0 20px;padding:15px 0}.storestock-section-title h3{font-size:15px;letter-spacing:1px;padding:0 20px}}@media (max-width:480px){.storestock-modal-header h2{font-size:18px}.storestock-product-image{width:90px;height:110px}.storestock-btn-buy-online{padding:12px 20px;font-size:13px}.storestock-product-details p{font-size:12px}.storestock-product-details p:first-child{font-size:13px}.storestock-section-title h3{font-size:15px;letter-spacing:1px;padding:0 15px}}

@media (min-width:768px){
    .storestock-store-actions .storestock-btn-clickcollect, .storestock-store-actions .storestock-btn-reserve {
      width: 60%;
      left: 10%;
      text-align: center;
      margin-left: 20%;
    }
} 

#storestock-trigger span:hover {
   text-decoration: underline;
}

/* Styles pour le bouton sur mobile */
@media (max-width: 768px) {

    .storestock-container.storestock-mobile .storestock-button.storestock-mobile {
      
        display: block;  
        width: fit-content; 
        margin-left: auto;
        margin-right: auto;
    }

    #deliverydate {
    padding-top: 0px!important;
    }

    .storestock-container.storestock-mobile {
        display: flex;      
        justify-content: center; 
        width: 100%;        
        padding: 0;
    }

    .product-add-to-cart .add{
        text-align:center;
    }

    .add-to-cart{
        margin:auto;
    }
    .storestock-store-stock {
      display: inline-block;
      padding: 2px 12px;
      font-size: 12px;
      font-weight: 600;
      border-radius: 20px;
      position: relative;
      left: 60%;
      top: -55% !important;
    }
 
    #storestock-trigger {
        margin: 0;
        padding: 0;
    }

    .product-variants-item-2 {
        gap: 3px!important;
    }

  

    /* Icône du bouton sur mobile */
    .storestock-button.storestock-mobile .material-icons {
        margin-right: 8px;
    }

    /* Texte du bouton sur mobile */
    .storestock-button.storestock-mobile [data-storestock-label] {
       
        padding-top: 2px;
    }

    /* Cache le bouton wishlist sur mobile */
    .add-to-wishlist {
        display: none !important;
    }

    /* Espacement dans le conteneur deliverydate si nécessaire */
    #deliverydate .storestock-container {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    /* Conteneur wishlist en position absolue sur mobile */
    .custom-wishlist.wishlist-mobile-container {
        position: absolute;
        top: 10px;
        left: 0px;
        z-index: 10;
        margin: 0;
        padding: 0;
    }


    .add-to-wishlist.wishlist-mobile {
        width: 44px;
        height: 44px;
        min-width: 44px;
        padding: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        /* background: rgba(255, 255, 255, 0.9); */
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); */
        border: none;
        opacity: 0.6;
        /* backdrop-filter: blur(10px); */
    }


    .




    /* Icône du bouton wishlist sur mobile */
    .add-to-wishlist.wishlist-mobile .material-icons {
        margin: 0;
        font-size: 22px;
    }

    #product .add-to-wishlist > i {
        opacity: .4;
        padding-left: 7px;
    }

    .page-product .custom-wishlist {
    width: 65px!important;
     }
}

/* Pour les très petits écrans */
@media (max-width: 480px) {
    .storestock-button.storestock-mobile {
        font-size: 13px;
        padding: 10px 14px;
    }

    .storestock-button.storestock-mobile .material-icons {
        font-size: 16px;
    }

     .storestock-button.storestock-mobile {
        font-size: 13px;
        padding: 10px 14px;
    }

    .product-variants-item-2 {
        gap: 0px!important;
    }
    .storestock-button.storestock-mobile .material-icons {
        font-size: 16px;
    }

    /* Ajuster légèrement la taille du bouton wishlist sur très petits écrans */
    .add-to-wishlist.wishlist-mobile {
        width: 30px;
        height: 40px;
        min-width: 30px;
    }

    .add-to-wishlist.wishlist-mobile .material-icons {
        font-size: 20px;
    }
}

