/** Shopify CDN: Minification failed

Line 181:2 Unexpected "{"
Line 181:3 Expected identifier but found "%"
Line 181:55 Unexpected "{"
Line 181:56 Expected identifier but found "%"
Line 185:2 Unexpected "{"
Line 185:3 Expected identifier but found "%"
Line 185:40 Unexpected "{"
Line 185:41 Expected identifier but found "%"
Line 301:4 Unexpected "{"
Line 301:5 Expected identifier but found "%"
... and 18 more hidden warnings

**/
 
  input[type="radio"][name="Desk Top Colour"] {
  position: relative;
  display:none;
}
label.swatch-element__text.Frame.Only {
    letter-spacing: 0 !important;
    padding: 9px !important;
}
 span.frame-note {
    font-size: 10px;
    letter-spacing: 0;
    font-weight: normal;
}
 fieldset[data-name="Desk Top Size(cm)"] {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  align-items: center !important;
}
/* Tooltip styles */
input[type="radio"][name="Desk Top Colour"]::after {
  content: attr(value);
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 99;
}

/* Show tooltip on hover */
input[type="radio"][name="Desk Top Colour"]:hover::after {
  opacity: 1;
}
input[name="Desk Top Colour"][value="Black"] + label {
     background-color: #000 !important;
}
  .size-note {
      font-size: 10px;
    letter-spacing: 0;
    font-weight: normal;
}
 .product-form__input input[name="Desk Top Size(cm)"]:checked + label:not(.swatch-element__color) .size-note {
  color: white;
}
input[name="Desk Top Colour"] + label .size-note {
  display:none;
}
.product-yo-yo-desk-pro-3 .js.product-form__input .frame-note {
	margin-top: 7px;
}
.product-yo-yo-desk-pro-3 .js.product-form__input .size-note {
	margin-top: 8px;
}
.product-yo-yo-desk-pro-3-plus .js.product-form__input .frame-note {
	margin-top: 7px;
}
.product-yo-yo-desk-pro-3-plus .js.product-form__input .size-note {
	margin-top: 8px;
}
.product-exec-3-plus .js.product-form__input .frame-note {
	margin-top: 7px;
}
.product-exec-3-plus .js.product-form__input .size-note {
	margin-top: 8px;
}
.product-wellness-3-plus .js.product-form__input .frame-note {
	margin-top: 7px;
}
.product-wellness-3-plus .js.product-form__input .size-note {
	margin-top: 8px;
}
.product-yo-yo-desk-pro-3 .js.product-form__input .swatch-element__text {
	padding: 8px;
}
.product-yo-yo-desk-pro-3-plus .js.product-form__input .swatch-element__text {
	padding: 8px;
}
.product-exec-3-plus .js.product-form__input .swatch-element__text {
	padding: 8px;
}
.product-wellness-3-plus .js.product-form__input .swatch-element__text {
	padding: 8px;
}

  .bold_option_value_element.selected,span.bold_option_value_element:hover {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
}
  .product-form__input input[type='radio'] + label:not(.swatch-element__color) {
    border-radius: 5px !important;
}
  .bold_option_value_element {
    border-radius: unset !important;
}

  .bold_option_value_element>.bold_option_value_swatch>span {
    border: .1rem solid #ccc !important;
    position: relative!important;
    left: 0!important;
    outline-offset: .2rem;
    top: 0!important;
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
  .bold_option_value_swatch {
    width: 50px!important;
    height: 50px!important;
    border-radius: unset !important;
    border: none!important;
}
  input[name="Desk Top Colour"] + label {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 5px !important;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    border: 2px solid #ccc !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}

  .bold_option_value_element.selected, span.bold_option_value_element:hover {
    border-radius:5px !important;
}
 


 
/* Frame Colour SWATCHES - FIXED */
input[name="Frame Colour"] + label.swatch-element__text {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* Hover + Selected */
input[name="Frame Colour"] + label.swatch-element__text:hover,
input[name="Frame Colour"]:checked + label.swatch-element__text {
  outline: #87949a solid 1px!important;
  {% comment %} box-shadow: 0 0 0 3px #fff !important; {% endcomment %}
  outline-offset: 1px;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  {% comment %} transform: scale(1.05); {% endcomment %}
}

/* Ring highlight */
input[name="Frame Colour"]:checked + label.swatch-element__text {
  box-shadow: 0 0 0 2px #1ba7cf;
  border-color: #039ed7;
}

/* Remove original text */
input[name="Frame Colour"] + label.swatch-element__text::after {
  display: none;
}

/* BACKGROUND IMAGES */
input[name="Frame Colour"][value="Silver"] + label.swatch-element__text {
  background-color: #c0c0c0; /* replace with image if needed */
}

input[name="Frame Colour"][value="White"] + label.swatch-element__text {
  background-color: #ffffff;
}

input[name="Frame Colour"][value="Black"] + label.swatch-element__text {
  background-color: #000000;
}


input[name="Frame Colour"][value="Silver"]:checked + label.swatch-element__text {
  background-color: #c0c0c0; /* replace with image if needed */
}

input[name="Frame Colour"][value="White"]:checked + label.swatch-element__text {
  background-color: #ffffff;
}

input[name="Frame Colour"][value="Black"]:checked + label.swatch-element__text {
  background-color: #000000;
}


.product-form__input input[type='radio']+label:not(.swatch-element__color){
  padding:10px !important;
}
@media (max-width: 1700px) {
  .product-form__input input[type='radio'] + label:not(.swatch-element__color) {
    padding: 8px 3px;
  }
  label.swatch-element__text.Frame.Only {
    letter-spacing: 0 !important;
    padding:7px 4px !important;
  }
    .swatch-element__text {
     margin: 0px;
    }

  input[name="Frame Colour"] + label.swatch-element__text {
    margin: 0px 4px 0px 0px !important;
  
  }
}

 /* SELECTED - Desk Top Size */
.product-form__input input[name="Desk Top Size(cm)"]:checked + label {
  border: 2px solid #039ed7;
  background: #039ed7;
  color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* HOVER - Desk Top Size */
.product-form__input input[name="Desk Top Size(cm)"] + label:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* BASE STYLING - Desk Top Size */
.product-form__input input[name="Desk Top Size(cm)"] + label:not(.swatch-element__color),
#PageContainer label {
  font-size:13px;
  text-transform: none;
  font-weight: bold;
  color: #52585c;
}

.product-form__input input[name="Desk Top Size(cm)"] + label:not(.swatch-element__color) {
  border: unset;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display:grid;
  border: 1px solid !important;
}

/* SELECTED again - Desk Top Size */
.product-form__input input[name="Desk Top Size(cm)"]:checked + label:not(.swatch-element__color) {
  background: #87949a;
  color: white !important;
}

 input[name="Desk Top Colour"] + label {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
input[name="Desk Top Colour"] + label:hover, input[name="Desk Top Colour"]:checked + label {
    outline: #87949a solid 1px;
    {% comment %} box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important; {% endcomment %}
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  
/* Ring effect using box-shadow */
input[name="Desk Top Colour"]:checked + label,
input[name="Desk Top Colour"] + label:hover {
  box-shadow: 0 0 0 2px #1ba7cf; /* blue outer ring */
}
/* Highlight selected swatch */
input[name="Desk Top Colour"]:checked + label {
  border-color: #039ed7;
  box-shadow: 0 0 0 2px #1ba7cf;
}

/* Hover effect */
input[name="Desk Top Colour"] + label:hover {
  {% comment %} transform: scale(1.05); {% endcomment %}
}

/* Remove original swatch text spacing */
.product-form__input input[name="Desk Top Colour"] + label::after {
  display: none;
}



  /* for home */
  body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"] + label {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}


body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Desktop Options"] + label {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px !important;
    outline: #bebebe solid 1px;
    outline-offset: 1px;
    border: unset;
    color: unset;
    border-color: #ebeef0 !important;
    padding: 0 !important;
    background-origin: content-box;
    border-style: solid !important;
    background: #fff;
    font-size: 16px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px !important;
    margin-bottom: 0 !important;
    line-height:25px;
    height: 60px !important;
    border-radius: 2px;
    min-width: 125px !important;
}
  body#yo-yo-desk-home-electric-height-adjustable-standing-desk .product-form__input[data-name="Desktop Options"] label.swatch-element__text + input + label.swatch-element__text {
  margin-left: 10px; /* adjust as needed */
  margin-top: 5px; /* adjust as needed */  
}
 body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Desktop Options"] + label:hover, body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Desktop Options"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"] + label:hover, body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  
body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"]:checked + label,
body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"] + label:hover {
  box-shadow: 0 0 0 2px #1ba7cf; /* blue outer ring */
}
body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"]:checked + label {
  border-color: #039ed7;
  box-shadow: 0 0 0 2px #1ba7cf;
}
  body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"] + label:hover {
  transform: scale(1.05);
}
 body#yo-yo-desk-home-electric-height-adjustable-standing-desk .product-form__input input[name="Colour"] + label::after {
  display: none;
}
  body#yo-yo-desk-home-electric-height-adjustable-standing-desk .home-desk-size {
    font-weight:400;
  }

  /* for rise */
  body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"] + label {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
  body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"] + label:hover, body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"]:checked + label,
body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"] + label:hover {
  box-shadow: 0 0 0 2px #1ba7cf; /* blue outer ring */
}
body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"]:checked + label {
  border-color: #039ed7;
  box-shadow: 0 0 0 2px #1ba7cf;
}
  body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"] + label:hover {
  transform: scale(1.05);
}
 body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk .product-form__input input[name="Frame Colour"] + label::after {
  display: none;
}
/* Specific backgrounds */
body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"][value="White"] + label {
  background-image: url('https://yo-yodesk.co.uk/cdn/shop/files/Frame_02.png?v=1695038887');
}
body#yo-yo-desk-home-electric-height-adjustable-standing-desk input[name="Colour"][value="Black"] + label {
  background-image: url('https://yo-yodesk.co.uk/cdn/shop/files/Frame_01.png?v=1695038886');
}

body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"][value="WHITE"] + label {
  background-image: url('/cdn/shop/t/39/assets/Frame_0316510494515728170254012078138.png?v=1702540124');
}
body#yo-yo-desk®-rise-entry-level-economy-price-home-office-standing-desk input[name="Frame Colour"][value="BLACK"] + label {
  background-image: url('/cdn/shop/t/39/assets/Frame_0216510494428027170254013688539.png?v=1702540139');
}
/* LITE */
 
  body#yo-yo-desk®-learn-portable-standing-desk-classroom-standing-desk {
  input[name="Colour"] + label {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
 input[name="Colour"] + label:hover, input[name="Colour"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  
 input[name="Colour"]:checked + label,
 input[name="Colour"] + label:hover {
  box-shadow: 0 0 0 2px #1ba7cf; /* blue outer ring */
}
 input[name="Colour"]:checked + label {
  border-color: #039ed7;
  box-shadow: 0 0 0 2px #1ba7cf;
}
  input[name="Colour"] + label:hover {
  transform: scale(1.05);
}
  input[name="Colour"] + label::after {
  display: none;
}
 input[name="Colour"][value="White"] + label {
  background-image: url('https://ucarecdn.com/b3778f0b-574f-4836-af46-c1678bfc88ab/-/format/auto/-/preview/3000x3000/-/quality/lighter/LEARN_White.png');
}
  input[name="Colour"][value="Black"] + label {
  background-image: url('https://ucarecdn.com/8bee8f2c-b6e8-48f7-86a6-66d08d544909/-/format/auto/-/preview/3000x3000/-/quality/lighter/LEARN_Black.png');
}
  }
 
/* for desk-80-s,90 */
  body#yo-yo-desk®-80-s-desk-riser-lighter-stand-up-desk-for-single-monitor, body#yo-yo-desk®-90-standing-desk-converter-desk-riser-for-sit-stand-working, body#yo-yo-desk®-70-formally-mini-desk-riser-standing-desk-converter, body#yo-yo-desk®-120-uk-s-favourite-desk-riser-extra-large-standing-desk-converter {
    .product_title.flex-2 {
    display: grid;
}
  input[name="Colour"][value="White"] + label {
  background-image: url('https://ucarecdn.com/7a9c4344-9274-4b1e-be59-bc62e1c4076c/-/preview/168x168/-/format/auto/-/quality/lighter/90_White.png');
}

 input[name="Colour"][value="Black"] + label {
  background-image: url('https://ucarecdn.com/7774a378-1ff0-428b-8023-602020462a51/-/preview/168x168/-/format/auto/-/quality/lighter/90_Black.png');
}
 input[name="Colour"] + label {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
 input[name="Colour"] + label:hover, input[name="Colour"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  
 input[name="Colour"]:checked + label,
 input[name="Colour"] + label:hover {
  box-shadow: 0 0 0 2px #1ba7cf; /* blue outer ring */
}
 input[name="Colour"]:checked + label {
  border-color: #039ed7;
  box-shadow: 0 0 0 2px #1ba7cf;
}
  input[name="Colour"] + label:hover {
  transform: scale(1.05);
}
  input[name="Colour"] + label::after {
  display: none;
}
}
  /* for desk-GO1 */
  body#yo-yo-desk®-go-1-sit-stand-desk-ergonomic-design-for-single-monitor {
  input[name="Colour"][value="White"] + label {
  background-image: url('https://ucarecdn.com/3662c88e-52ed-406f-b68f-ed1d5751b6bb/-/format/auto/-/preview/3000x3000/-/quality/lighter/GO_White.png');
}

 input[name="Colour"][value="Black"] + label {
  background-image: url('https://ucarecdn.com/83d52358-3cc6-4787-ae00-66e9ae8be80f/-/format/auto/-/preview/3000x3000/-/quality/lighter/GO_Black.png');
}
 input[name="Colour"] + label {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
 input[name="Colour"] + label:hover, input[name="Colour"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  
 input[name="Colour"]:checked + label,
 input[name="Colour"] + label:hover {
  box-shadow: 0 0 0 2px #1ba7cf; /* blue outer ring */
}
 input[name="Colour"]:checked + label {
  border-color: #039ed7;
  box-shadow: 0 0 0 2px #1ba7cf;
}
  input[name="Colour"] + label:hover {
  transform: scale(1.05);
}
  input[name="Colour"] + label::after {
  display: none;
}
}

  /* flytta risers 70,90,120 */

  body#flytta-riser-70-converts-any-desk-to-a-standing-desk-next-day-free-delivery-3-year-warranty, body#flytta-riser-90-converts-any-desk-to-a-standing-desk-next-day-free-delivery-3-year-warranty, body#flytta-riser-120-converts-any-desk-to-a-standing-desk-next-day-free-delivery-3-year-warranty
  {
 input[name="Colour"][value="GREY"] + label {
      background-color: #808080;
}
    input[name="Colour"][value="WHITE"] + label {
      {% comment %} background-color: #fff; {% endcomment %}
}

 input[name="Colour"][value="BLACK"] + label {
      background-color: #000;
}
 input[name="Colour"] + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
   
 input[name="Colour"] + label:hover, input[name="Colour"]:checked + label {
    outline: #52585c solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  
 {% comment %} input[name="Colour"]:checked + label,
 input[name="Colour"] + label:hover {
  box-shadow: 0 0 0 2px #52585c;
}
 input[name="Colour"]:checked + label {
  border-color: #52585c !important;
  box-shadow: 0 0 0 2px #1ba7cf; 
}{% endcomment %}
  input[name="Colour"] + label:hover {
  transform: scale(1.05);
  outline:
}
  input[name="Colour"] + label::after {
  display: none;
}
}
  body#flytta-riser-120-converts-any-desk-to-a-standing-desk input[name="Colour"][value="BLACK"] + label {
      display:none;
    }
/*for bord 360*/
 body#yo-yo-board-360-wobble-boards-with-anti-fatigue-cushion-10-year-warranty {
 input[name="Color"] + label {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
   
 input[name="Color"] + label:hover, input[name="Color"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  
 input[name="Color"]:checked + label,
 input[name="Color"] + label:hover {
  box-shadow: 0 0 0 2px #1ba7cf; /* blue outer ring */
}
 input[name="Color"]:checked + label {
  border-color: #039ed7;
  box-shadow: 0 0 0 2px #1ba7cf;
}
  input[name="Color"] + label:hover {
  transform: scale(1.05);
}
  input[name="Color"] + label::after {
  display: none;
}
}
  /* for lite */
  body#yo-yo-desk®-lite-desk-riser-designed-for-schoolwork-homeworking-hot-desking {
  input[name="Color"] + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px !important;
  margin: 6px !important;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid #ccc !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}


 input[name="Size"] + label {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px !important;
    outline: #bebebe solid 1px;
    outline-offset: 1px;
    border: unset;
    color: unset;
    border-color: #ebeef0 !important;
    padding: 0 !important;
    background-origin: content-box;
    border-style: solid !important;
    background: #fff;
    font-size: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px !important;
    margin-bottom: 0 !important;
    line-height:35px;
    border-radius: 2px;
    min-width: 125px !important;
}
   .product-form__input[data-name="Size"] label.swatch-element__text + input + label.swatch-element__text {
  margin-left: 10px; /* adjust as needed */
  margin-top: 5px; /* adjust as needed */  
}
  input[name="Size"] + label:hover, input[name="Size"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
 input[name="Color"] + label:hover, input[name="Color"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  
 input[name="Color"]:checked + label,
 input[name="Color"] + label:hover {
  box-shadow: 0 0 0 2px #1ba7cf; /* blue outer ring */
}
 input[name="Color"]:checked + label {
  border-color: #039ed7;
  box-shadow: 0 0 0 2px #1ba7cf;
}
  input[name="Color"] + label:hover {
  transform: scale(1.05);
}
 .product-form__input input[name="Color"] + label::after {
  display: none;
}
  .home-desk-size {
    font-weight:400;
  }
  }

  /* for mat */
  body#yo-yo-mat®-anti-fatigue-standing-desk-mats-10-year-warranty-free-next-day-delivery {
  input[name="Size"] + label {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px !important;
    outline: #bebebe solid 1px;
    outline-offset: 1px;
    border: unset;
    color: unset;
    border-color: #ebeef0 !important;
    padding: 0 !important;
    background-origin: content-box;
    border-style: solid !important;
    background: #fff;
    font-size: 15px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px !important;
    margin-bottom: 0 !important;
    line-height:35px;
    border-radius: 2px;
    min-width: 125px !important;
}
   .product-form__input[data-name="Size"] label.swatch-element__text + input + label.swatch-element__text {
  margin-left: 10px; /* adjust as needed */
  margin-top: 5px; /* adjust as needed */  
}
  input[name="Size"] + label:hover, input[name="Size"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  }
  /* for imprint delux mat */
  body#imprint-deluxe-anti-fatigue-standing-mat {
  input[name="Colour"] + label {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px !important;
    outline: #bebebe solid 1px;
    outline-offset: 1px;
    border: unset;
    color: unset;
    border-color: #ebeef0 !important;
    padding: 5px !important;
    background-origin: content-box;
    border-style: solid !important;
    background: #fff;
    font-size: 13px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px !important;
    margin-bottom: 0 !important;
    line-height:20px;
    border-radius: 2px;
}
   .product-form__input[data-name="Colour"] {
    Display: flex;
    border: none;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: flex-start;
}
  input[name="Colour"] + label:hover, input[name="Colour"]:checked + label {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important;
}
  }
input[name="Desk Top Colour"][value="White"] + label {
  background-image: url('https://ucarecdn.com/f93f169b-304e-4aa1-93a0-825eb98ecac4/-/preview/321x321/white.png');
}

input[name="Desk Top Colour"][value="Light Grey"] + label {
  background-image: url('https://ucarecdn.com/52d0e44b-c733-490a-8734-a2e6e226bf1a/-/preview/321x321/light-grey.png');
}

input[name="Desk Top Colour"][value="Oak"] + label {
  background-image: url('https://ucarecdn.com/48fa3de6-c30a-4392-a393-13cb72d1e6a7/-/preview/321x321/oak.png');
}

input[name="Desk Top Colour"][value="Beech"] + label {
  background-image: url('https://ucarecdn.com/71cf1e36-5e49-4834-8429-327cc1b7c9d1/-/preview/321x321/beech.png');
}

input[name="Desk Top Colour"][value="Timber"] + label {
  background-image: url('https://ucarecdn.com/6dede14f-2cf8-4185-9d13-4f6769fd3f36/-/preview/321x321/timber.jpg');
}

input[name="Desk Top Colour"][value="Nebraska Oak"] + label {
  background-image: url('https://ucarecdn.com/22e49b6f-da8e-49e7-83b0-f349b6d5e5af/-/preview/321x321/nebraska-oak.png');
}

input[name="Desk Top Colour"][value="Walnut"] + label {
  background-image: url('https://ucarecdn.com/69687390-b5db-42cd-bbcb-7d5ed1cf655d/-/preview/321x321/walnut.png');
}

input[name="Desk Top Colour"][value="Maple"] + label {
  background-image: url('https://ucarecdn.com/e3aa12cd-9923-474c-bc30-bdcb7901cfed/-/preview/321x321/maple.png');
}

input[name="Desk Top Colour"][value="Dark Grey"] + label {
  background-image: url('https://ucarecdn.com/8a7408a2-f2a9-4356-ac6f-a570d547401a/-/preview/321x321/dark-grey.png');
}

input[name="Desk Top Colour"][value="Black"] + label {
  background-color: #000;
}

input[name="Desk Top Colour"][value="Wenge"] + label {
  background-image: url('https://ucarecdn.com/5ea19661-1111-1111-1111-aaaaaaaaaaaa/-/preview/321x321/wenge.png'); /* Placeholder */
}

input[name="Desk Top Colour"][value="Anthracite Oak"] + label {
  background-image: url('https://ucarecdn.com/6bb3ab5d-2222-2222-2222-bbbbbbbbbbbb/-/preview/321x321/anthracite-oak.png'); /* Placeholder */
}

input[name="Desk Top Colour"][value="Carbon Marine"] + label {
  background-image: url('https://ucarecdn.com/7cc4bc6e-3333-3333-3333-cccccccccccc/-/preview/321x321/carbon-marine.png'); /* Placeholder */
}
 
 
#product-form-installment .product-form__input input[name="Desk Top Size(cm)"] + label:not(.swatch-element__color), #PageContainer #product-form-installment label {
    display: flex;
    align-items: center;
}
#product-form-installment span.bold_option_title {
    display: none;
}


#product-form-installment span.bold_option_swatch_title {
    color: #000 !important;
    background: unset !important;
    opacity: 1;
    height: unset;
    width: unset;
    position: relative;
    display: flex;
    /* text-align: start; */
    align-items: baseline;
    flex-flow: column;
    /* justify-content: flex-start; */
    gap: 20px;
}

#product-form-installment .bold_option.bold_option_swatch {
    border-bottom: 1px solid #e0e0e0 !important;
}
#product-form-installment .bold_option_swatch_title:after {
display:none;
}
 /* form[data-type="add-to-cart-form"] .bold_option_set {
  display: none;
} */
.bold_option_value:hover .bold_option_swatch_title, .bold_tooltip:hover>:first-child {
    opacity: unset !important;
    margin-bottom: unset !important;
    height: unset !important;
    line-height: 0px !important;
    padding: unset !important;
}
  .bold_option_value:hover .bold_option_swatch_title span {
    height: unset !important;
    line-height: 0px !important;
}
  span.bold_option_value_element:hover {
    outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 4px;
    /* border: 1px solid #1ba7cf; */
}
  span.form__label.h6 {
    color: #52585C;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: unset !important;
    font-family: 'Source Sans Pro';
}
 
 
  body#installation-service.template-product {
  input[name="Installation Options"] + label {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px !important;
    outline: #bebebe solid 1px;
    outline-offset: 1px;
    border: unset;
    color: unset;
    border-color: #ebeef0 !important;
    padding: 5px !important;
    background-origin: content-box;
    border-style: solid !important;
    background: #fff;
    font-size: 13px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0 !important;
    line-height:20px;
    border-radius: 2px;
}
   .product-form__input[data-name="Installation Options"] {
    Display: flex;
    border: none;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: flex-start;
}
  input[name="Installation Options"] + label:hover, input[name="Installation Options"]:checked + label {
    {% comment %} outline: #1ba7cf solid 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
    outline-offset: 1px;
    border: .1rem solid #ccc !important;
    border-radius: 5px !important; {% endcomment %}

    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px !important;
    outline: #1ba7cf solid 1px;
    outline-offset: 1px;
    border: unset;
    color: unset;
    border-color: #ebeef0 !important;
    padding: 5px !important;
    background-origin: content-box;
    border-style: solid !important;
    background: #fff;
    font-size: 13px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0 !important;
    line-height:20px;
    border-radius: 2px;
}
}
   