
 
.product-block .product-single__form {
    display: none;
}

.kv-clogs-bundle {
    padding: 26px 0 0;
    font-family: Eudoxus Sans;
}

 
.kv-pack-options {
  margin-bottom: 20px;
}

.kv-pack-label {
  display: block;
  margin-bottom: 12px;
  color: #6d727e;
  font-size: 16px;
  font-weight: 400;
}

.kv-clogs-bundle .kv-pack-options .kv-pack-label {
    margin-bottom: 18px;
}

 
.kv-size-type-selector {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.kv-size-type-selector label.kv-size-type-label, .kv-clogs-bundle label.kv-pack-label {
    color: #6D727E;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: "Eudoxus Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

label.kv-size-type-label {
    color: #6D727E;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0 !important;
    text-transform: initial !important;
}



.kv-size-type-tabs {
    border-radius: 6px;
    background: rgba(128, 128, 128, 0.06);
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.kv-size-selection-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0px;
    width: 100%;
}
.kv-size-selection-head .kv-bundle-size-label {
  margin-bottom: 0;
}
.kv-size-type-tab {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    background: transparent;
    color: #808080;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: flex;
    padding: 4px 12px;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.kv-size-type-tab.selected {
    border-radius: 4px;
    border: 1px solid #715843;
    background:rgba(255, 215, 181, 0.20);
    color: #2C2723;
    font-weight: 600;
    line-height: normal;
}

 
.kv-custom-size-guide-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
    display: none;
}

.kv-custom-size-guide-popup.active {
    display: block;
}

.kv-custom-size-guide-popup-in {
    max-width: 600px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    overflow-y: auto;
    width: 94%;
    max-height: 90vh;
}

.kv-size-close-icon {
    background: #715843;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
}

.kv-size-close-icon span {
    display: flex;
    margin: -2px 0 0 0;
}

span.kv-custom-size-guide {
    color: #715843;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    text-decoration: underline;
    margin-left: auto;
}

.kv-pack-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kv-pack-button {
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    position: relative;
    border-radius: 6px;
    background: rgba(128, 128, 128, 0.06);
}

.kv-pack-button.selected {
  box-shadow: 0 0 0 1px #715843;
  background: rgba(255, 215, 181, 0.24);
}

.kv-pack-bestseller {
    border-radius: 100px;
    
     background: #715843;
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: -10px;
}

.kv-pack-title {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

.kv-pack-subtitle {
  font-size: 12px;
  color: #6d727e;
  font-weight: 400;
}

.kv-pack-price {
    letter-spacing: 0;
    color: var(--Black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

 
.kv-sandal-section {
    margin-bottom: 12px;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 6px;
    background: #F7F7F7;
    padding: 12px 20px;
    cursor: pointer;
}

.kv-sandal-section:last-child {
    margin-bottom: 0;
}

.kv-sandal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kv-sandal-title {
    color: #6D727E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kv-sandal-selected {
    font-weight: 400;
    color: #0B1428;
}

.kv-clog-free-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  margin-left: 6px;
  border-radius: 999px;
  background: #715843;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.kv-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d727e;
  transition: transform 0.2s;
}

.kv-toggle-icon svg {
  transition: transform 0.2s;
}

.kv-toggle-icon.kv-icon-rotated svg {
  transform: rotate(180deg);
}

.kv-sandal-content {
  display: none;
  padding-top: 16px;
}

 
.kv-color-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.kv-bundle-label {
    display: block;
    width: 100%;
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.kv-color-swatch-wrapper {
  position: relative;
}

.kv-color-swatch-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.kv-color-swatch {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
    margin: 0 !important;
}

.kv-color-swatch-wrapper input[type="radio"]:checked + .kv-color-swatch {
  box-shadow: 0 0 0 2px white, 0 0 0 4px #715843;
}

 
.kv-color-swatch-wrapper.kv-out-of-stock {
  opacity: 0.5;
}

.kv-color-swatch-wrapper.kv-out-of-stock .kv-color-swatch {
  cursor: not-allowed;
  position: relative;
}

.kv-color-swatch-wrapper input[type="radio"]:disabled + .kv-color-swatch {
  cursor: not-allowed;
}

.kv-out-of-stock-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  pointer-events: none;
}

.kv-out-of-stock-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  border-radius: 1px;
}

 
.kv-size-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kv-size-button.kv-out-of-stock {
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}

.kv-size-button.kv-out-of-stock::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 1.5px;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
}

.kv-size-button {
    border-radius: 6px;
    background: rgba(128, 128, 128, 0.06);
    display: flex;
    height: 42px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    aspect-ratio: 1/1;
}

.kv-size-button:hover {
  border-color: #715843;
}

.kv-size-button.selected {
    box-shadow: 0 0 0 1px#715843;
    background: rgba(255, 215, 181, 0.24);
    color: #715843;
}

 
.kv-add-to-cart-button {
    width: 100%;
    padding: 11px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 12px;
    margin-top: 20px;
    min-height: 52px;
    background: #715843;
    color: #FFF;
    text-align: center;
    font-family: "Eudoxus Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.kv-add-to-cart-button.kv-atc-adding {
  opacity: 0.85;
  pointer-events: none;
}

.kv-add-to-cart-button.kv-atc-adding .kv-custom-btn-text::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-left: 4px;
  vertical-align: middle;
  animation: kvAtcDots 1s steps(3, end) infinite;
  box-shadow: 8px 0 0 -1px #fff, 16px 0 0 -1px #fff;
}

@keyframes kvAtcDots {
  0%   { box-shadow: 8px 0 0 -1px #fff, 16px 0 0 -1px #fff; }
  33%  { box-shadow: 8px 0 0 0   #fff, 16px 0 0 -1px #fff; }
  66%  { box-shadow: 8px 0 0 0   #fff, 16px 0 0 0   #fff; }
  100% { box-shadow: 8px 0 0 -1px #fff, 16px 0 0 -1px #fff; }
}

.kv-add-to-cart-button:hover:not(:disabled) {
  background: #5a4535;
}

.kv-add-to-cart-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.kv-add-to-cart-button:disabled .kv-atc-price {
  display: none;
}


.kv-bundle-ui-match .kv-add-to-cart-button:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

.kv-atc-price {
  background: rgba(255, 215, 181, 0.23);
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

span.kv-pack-compare-price {
    font-size: 12px;
    color: #6d727e;
    font-weight: 400;
    letter-spacing: 0;
    display: none;
}

.kv-pre-order-in {
    border-radius: 6px;
    border: 1px solid rgba(113, 88, 67, 0.10);
    background: rgba(113, 88, 67, 0.05);
    display: flex;
    padding: 10px 20px;
    color: #0B1428;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    margin-bottom: 12px;
}
.kv-pre-order-in svg {
    margin-right: 8px;
}

.kv-offer-product-b1 a {
    border-radius: 6px;
    background: #F7F7F7;
    display: flex;
    padding-right: 12px;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}
.kv-offer-product-b1 a img {
    width: 54px;
}
.kv-offer-product-b1-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kv-offer-product-b1 h3 {
    color: #0B1428;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.kv-offer-price{
  border-radius: 99px;
  background: #715843;
  display: flex;
  padding: 8.1px 16px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
}
.kv-exp-b7-offer-in {
    border-radius: 12px;
    border: 1px solid #00B67A;
    background: rgba(0, 182, 122, 0.20);
    display: flex;
    padding: 14px 16px;
    color: #004E08;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    gap: 12px;
}
.kv-exp-b7-offer-in p {
    margin: 0;
    color: #004E08;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kv-exp-b8-offer-in {
    border-radius: 6px;
    border: 1px solid rgba(128, 128, 128, 0.06);
    background: rgba(128, 128, 128, 0.06);
    display: none;
    padding: 10px 20px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.kv-exp-b8-offer-in.kv-exp-b8-offer-in-active {
    display: flex;
}
.kv-exp-b8-offer-in p {
    color: #0B1428;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 0;
}
.kv-exp-b8-offer.kv-exp-b8-offer-above-block.kv-custom-font {
    margin-bottom: 24px;
}
button.kv-size-button.kv-out-of-stock {
    display: none;
}

.kv-pack-values.kv-pack-values--trio-enabled {
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .kv-custom-size-guide-popup-in{
    padding: 12px;
  }
    .kv-pre-order-in {
      padding: 10px 10px;
  }
}
@media (max-width: 380px) {
  .kv-pre-order-in {
      padding: 10px 5px;
  }
  .kv-pre-order-in svg {
    margin-right: 5px;
  }
}

@media (max-width: 425px) {
  .kv-exp-b7-offer-in {
      padding: 14px 10px;
      gap: 10px;
  }
  .kv-exp-b7-offer-in p {
      font-size: 13px;
  }
}

 
.kv-bundle-lines-card {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: rgba(255, 215, 181, 0.24);
    box-shadow: 0 0 0 1px #715843;
    padding: 0px 16px;
    overflow: hidden;
}
.kv-bundle-lines-card > .kv-sandal-section {
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(83, 79, 79, 0.11);
  background: transparent;
  padding: 16px 0px;
}
.kv-bundle-lines-card > .kv-sandal-section:last-of-type {
  border-bottom: none;
}
.kv-color-selection-out, .kv-size-selection-out {
    border-radius: 14px;
    background: rgba(128, 128, 128, 0.08);
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.kv-color-selection-out{
    margin-bottom:8px;
}
.kv-sandal-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.kv-sandal-header-thumb img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.kv-sandal-header-text {
  flex: 1;
  min-width: 0;
}
.kv-sandal-title-strong {
    color: #2C2723;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.kv-line-selected-summary {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #0b1428;
}
.kv-bundle-pills {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.kv-bundle-pill, .kv-selection-chip {
    border-radius: 6px;
    background: #FFFBF9;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #534F4F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    letter-spacing: 0;

}
.kv-selection-chip__swatch {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  margin: 0px 5px;
}
.kv-bundle-pill:hover {
  background: rgba(255, 215, 181, 0.35);
}
.kv-bundle-fixed-label {
  font-size: 13px;
  color: #6d727e;
}
.kv-bundle-line-fixed-msg {
  margin: 8px 0 0;
  font-size: 14px;
  color: #6d727e;
}

.kv-size-guide-pre-text {
  font-size: 14px;
  color: #6d727e;
  margin-right: 8px;
}
.kv-size-guide-popup-richtext {
  text-align: left;
  margin-bottom: 16px;
  display:none;
}

.kv-panel-size-guide-bar {
    border-radius: 8px;
    background: #F2E8E2;
    display: flex;
    padding: 2px 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    width: 100%;
    margin-top: 0px;
}

.kv-panel-size-guide-icon {
  display: flex;
  color: #715843;
  flex-shrink: 0;
}
span.kv-panel-size-guide-text {
    color: #808080;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kv-panel-size-guide-text strong {
  color: #2C2723;
  text-decoration: underline;
  font-weight: 400;
}


.kv-line-selection-text {
  flex-wrap: wrap;
  gap: 0;
  gap: 8px;
}

