.elementor-303 .elementor-element.elementor-element-92e50c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-92e50c7 */.woodly-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  min-width:0;
  transform: translateX(11px);
}

.cart-btn{
  position:relative;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:7px;
  background:#b8895d !important;
  color:#fff !important;
  padding:13px 18px !important;
  border-radius:16px !important;
  min-width:125px;
  box-shadow:0 8px 20px rgba(184,137,93,0.25);
  transition:0.25s ease;
}

.cart-btn:hover{
  background:#22384b !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.cart-icon{
  font-size:18px;
  line-height:1;
}

.cart-count{
  position:absolute;
  top:-9px;
  left:-9px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#22384b;
  color:#fff;
  border:2px solid #f7f2eb;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(32,53,72,0.25);
}

.clear-cart-btn{
  width:42px;
  height:42px;
  border-radius:14px;
  border:1px solid rgba(184,137,93,0.28);
  background:#fffaf3;
  color:#b65c63;
  font-size:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:0.25s ease;
  box-shadow:0 6px 16px rgba(32,53,72,0.08);
}

.clear-cart-btn:hover{
  background:#b65c63;
  color:#fff;
}/* End custom CSS */