/** Shopify CDN: Minification failed

Line 617:45 Unexpected "{"

**/
body .product-form__submit {
    width: 100%;
}


body .castle-fabric-swatches[data-name="properties[Add Split Headboards]"] {
    display: block !important;
    margin: 15px 0px 30px !important;
}


body.mattress-picker {
    overflow: hidden;
}
body.mattress-picker::before {
  content: '';
  position: fixed;
  inset: 0;
  backdrop-filter: blur(8px);
  z-index: 9999;
  pointer-events: none;
}
/* Drawer */
.related-product-list.mattress-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(300px, 40vw, 40vw);
  height: 100vh;
  display: block!important;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 111111111;
  background: white;
    padding: 40px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow:auto;
}
.related-product-list.mattress-drawer .related_main_prod_cover {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 70vh;
    overflow: auto;
}
.related-product-list.mattress-drawer .related_main_prod_cover {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.related-product-list.mattress-drawer .related-product .related-product-name .rel_left p {
    margin-bottom:0;
}
.related-product-list.mattress-drawer .related_main_prod_cover {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.related-product-list.mattress-drawer .related-product {
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 25px 0;
    border: 1px solid black;
    padding: 15px;
    border-radius: 12px;
    min-height: 130px;
    display: flex;
    align-items: center;
    position:relative;
    cursor:pointer;
}
.related-product-list.mattress-drawer .related-product.selected .related-product-toggle {
    background: #14A29B;
}

.mattress-save {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 80px);
}

.mattress-save button {
    width: 100%;
    display: block;
    padding: 10px;
    border:1px solid #04A19B;
}
.mattress-save button:not(:disabled) {
    background: black;
    color: white;
    background:#04A19B;
}

.related-product-toggle {
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid black;
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    border-radius: 50%;
}
.related-product-list.mattress-drawer .related_product_cover {
    gap: 15px;
    justify-content: start;
    width: 100%;
}

.related-product-list.mattress-drawer .related_product_cover {
    gap: 15px;
    justify-content:start;
}
.related-product-list.mattress-drawer .related-product-more-info {
    margin-left: auto;
}
.related-product-list.mattress-drawer .related-product-price {
    line-height: normal;
}
.related-product-list.mattress-drawer .title-container p {
    margin: 0;
    line-height: normal;
    font-size: 16px;
    margin-bottom: 5px;
}
.related-product-list.mattress-drawer .related-product-list .rel_right a {
    color: black;
    font-weight: 500;
    border-bottom: 1px solid;
}
.related-product-list.mattress-drawer .related_product_cover button {
    display: none;
}
.related-product-list.mattress-drawer .related_product_cover button.mattress-more-info {
    display: block;
    background: transparent;
    color: black;
    text-decoration: underline;
    padding: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-left:auto;
    min-width:120px;
}

.related-product-list.mattress-drawer .related-product.active {
    display: flex;
}
.related-product-list.mattress-drawer .related-product {
    display: none;
}
.related-product-list.mattress-drawer .related-product-price {
    font-size: 15px;
    font-weight: 600;
}
.related-product-list.mattress-drawer .title-container p:first-child {
    font-weight: bolder;
}

.related-product-list.mattress-drawer .title-container p:last-child {
    margin-bottom: 13px;
}
.related-product-list.mattress-drawer.is-open {
  transform: translateX(0);
  display:block;
}
.related-product-list.mattress-drawer.is-open {
    transform: translateX(0);
    display: block;
    
}

.related-product-list.mattress-drawer .related-product-image img {
    max-width: 100%;
}
.related-product-list.mattress-drawer .related-product-image {
    display: flex;
    max-width: 100px;
}
.drawer-tabs {
    display: flex;
    margin-bottom: 20px;
}

.drawer-tab {
    padding: 7px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #eee;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
}

.drawer-tab.active {
    background: #fff;
    font-weight: bold;
}

.mattress-more-info-content{
    display:none;
}

.related-discount-price span {
    color: #ffffff;
    background: #000;
    padding: 0 5px;
    border-radius: 2px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 12px;
}
.related-product-price .sale-price {
    font-size: 18px;
    font-weight: 600;
}
.related-product-price .og-price {
    text-decoration: line-through;
}


.mattress-more-info-content {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999999999;
  background: rgba(0, 0, 0, .55);
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.mattress-more-info-content.is-open { display: flex; }

.mmi-box {
  position: relative;
  display: flex;
  gap: 32px;
  width: 100%;
  max-width: 960px;
  max-height: 88vh;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  overflow: hidden;
}
.mmi-image { flex: 0 0 42%; display: flex; align-items: center; justify-content: center; }
.mmi-image img { max-width: 100%; height: auto; }
.mmi-body { flex: 1 1 auto; overflow-y: auto; padding-right: 8px; }

.mmi-close {
  position: absolute;
  top: 18px; right: 22px;
  font-size: 28px; line-height: 1;
  cursor: pointer; color: #111; z-index: 2;
}

.mmi-title   { font-size: 32px; font-weight: 700; margin: 0 0 2px; }
.mmi-size    { font-size: 20px; font-weight: 700; margin: 0 0 14px; }
.mmi-pricing { margin: 0 0 6px; }
.mmi-sale    { font-size: 24px; font-weight: 700; color: #1a73e8; margin-right: 10px; }
.mmi-was     { color: #888; text-decoration: line-through; }
.mmi-save    { color: #1aa260; font-weight: 700; margin: 0 0 18px; }
.mmi-body h2 { margin-top: 18px; }

.related-drawer-tag .related-drawer-close {
    font-size: 25px;
    margin-bottom: 15px;
    cursor:pointer;
}
.related-drawer-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.mmi-open { overflow: hidden; }

@media (max-width: 700px) {
  .mmi-box { flex-direction: column; padding: 28px 20px; gap: 16px; }
  .mmi-image { flex-basis: auto; }

  .related-product-list.mattress-drawer {
    padding: 20px;
}
.drawer-tab {
    font-size: 11px;
    line-height:normal;
}
.related-product-list.mattress-drawer .related-product-image {
    display: flex;
    max-width: 60px;
}
.related-product-list.mattress-drawer .related_product_cover button.mattress-more-info {
    display: block;
    background: transparent;
    color: black;
    text-decoration: underline;
    padding: 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
    min-width: 55px;
}
.mattress-save {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}
    .related-product-list.mattress-drawer  .related_product_cover {
        flex-wrap: initial;
    }
}


@media (max-width: 480px) {
  .related-product-list.mattress-drawer {
    width: 90%;
  }
}

/* Overlay blur */
body.mattress-picker::before {
  content: '';
  position: fixed;
  inset: 0;
  filter: blur(1px);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 111111110; /* one below the drawer */
  background: #00000080;
}
body.mattress-picker::before {
  pointer-events: all;
}
@media (max-width: 480px) {
  .related-product-list.mattress-drawer {
    width: 100%;
  }
}




.castle-c-form-top{
  display:none;
}
.related_product_cover button:after {
    display: none !important;
}
.castle-swatches label.ymq-options-img-label {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
/* July 2025 */
.dimensions-data-text,
.dimensions-data-text + p{
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
}

[data-image^="3’0"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-3-0%20Single_1024x1024.png?v=73306272512160608681781004152')!important;
}
[data-image^="4’0"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-4-0%20Small%20Double_1024x1024.png?v=22663192677895435001781004152')!important;
}
[data-image^="4’6"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-4-6%20Double_1024x1024.png?v=159917714816403120371781004152')!important;
}
[data-image^="5’0"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-5-0%20Kingsize_1024x1024.png?v=2284585346119249101781004152')!important;
}
[data-image^="6’0"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-6-0%20Superking_1024x1024.png?v=9339496613687913681781004152')!important;
}
[data-image^="26"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-26%20(Floor%20Standing%20Headboard)_1024x1024.png?v=143887662108608732641781004152')!important;
}
[data-image^="50"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-50%20(Floor%20Standing%20Headboard)_1024x1024.png?v=146443710702248933061781004152')!important;
}
[data-image^="54"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-54%20(Floor%20Standing%20Headboard)_1024x1024.png?v=47486223199290636901781004152')!important;
}
[data-image^="60"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-60%20(Floor%20Standing%20Headboard)_1024x1024.png?v=143163666893772745041781004152')!important;
}
[data-image^="70"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-70%20(Floor%20Standing%20Headboard)_1024x1024.png?v=121385050741340051621781004152')!important;
}
[data-image^="80"] {
  background-image: url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/Image-80%20(Floor%20Standing%20Headboard)_1024x1024.png?v=20903497527903341141781004152')!important;
}


[class*="reviews_io_reviewsio_card_carousel"] {
    padding-top: 60px;
}


body .product__info-container .product__add__cart__button .infiniteoptions-price .price__regular .price-item:before {
    content: '-';
    margin-left: 5px;
    margin-right: 5px;
}
body .product__info-container .product__add__cart__button .infiniteoptions-price .price__regular .price-item {
    color: white !important;
    font-size: inherit !important;
}



.thumbnail-slider {
    margin: 10px 0px 20px;
}

.product__media.main--product__media--adapt {
    overflow: auto;
}

a#more-payment-options-link {
    display: none;
}
.product__info-container .payment_methods {
    justify-content: space-around;
    margin-top: 40px;
}
.installation_cover.assembly-product p {
    font-family: 'Roboto Condensed';
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom:0px;
}
.installation_cover.assembly-product .mt-20.addons img {
    display: flex
;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 15px;
}
.installation_cover.assembly-product button {
    background: #13a29b;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 7px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto';
    border-radius: 4px;
    width: 200px;
    line-height: 102%;
}

h1 {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.castle-reviews-container .castle-review {
    margin-right: 10px;
}
.castle-pay-in-terms-container .d-flex {
    align-items: self-end;
    gap: 10px;
}

.product__media-list .media>* {
    border-radius: 11px;
}
.castle-footer-usp-content {
    display: none;
}


div#infiniteoptions-container {
    visibility: hidden;
}
.castle-options-selector + div#infiniteoptions-container{
    visibility: visible;
}
.castle-options-selector {
    display: flex;
    gap: 10px;
    flex-grow: 1;
  margin: 0 15px;
}
.quantity__button {
    color: #00A19A;
}
.castle-options-selector > div {
    background: white;
    border: 1px solid #02a19a;
    width: 25%;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    border-radius: 7px;
    padding: 25px;
    cursor: pointer;
    padding-bottom:10px;
    padding-bottom:13px;
}

.castle-options-selector > div label {
     font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 96%;
    margin-top: 20px;
    display: block;
    font-family: "Roboto Condensed";
}
.castle-options-selector > div img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    height:40px;
}
.castle-options-selector > div.active {
    background: #02a19a;
    color: white;
}
.castle-options-selector > div.active img{
    filter: brightness(0) invert(1);
}


#infiniteoptions-container > div.castle-option {
    display: none;
}
#infiniteoptions-container > div.castle-option.castle-active {
    display: block;
}
#infiniteoptions-container > div.castle-option.castle-active > span {
    display: flex;
    border: 1px solid #02a19a;
    background: transparent;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
    align-items: inherit;
    margin: 20px 15px 0px;
    justify-content: flex-start;
    /* justify-content: space-between; */
}
#infiniteoptions-container > div.castle-option.size_cover.castle-active > span {
    justify-content: start;
}
#infiniteoptions-container > div.castle-option.castle-active > div {
    display: none !important;
}
.storage_cover.castle-option.castle-active .spb-productoptionswatchwrapper .spb-swatchlabel {
    font-size: 11px;
    line-height: 13px;
    font-weight: bolder;
}

.storage_cover.castle-option.castle-active .spb-productoptionswatchwrapper {
    border: 1px solid #02a19a;
    height: 100%;
    border-radius: 5px;
    padding: 15px;
    width: 25%;
    display: block !important;
}

.breadcrumbs__list {
    display: none;
}
h1.product__title {
    margin-top: 0;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
    line-height: 89%;
}

body .product__info-container .price__sale .price-item.price-item--sale,
body .product__info-container .price__regular .price-item.price-item--regular{
    font-weight: 700;
    color: #00A19A !important;
    font-size: 23px !important;
    font-family: 'Roboto Condensed';
    text-decoration: none
}
body .product__info-container .price__sale  dd:last-child {
    order: -1;
}
body .product__info-container .price__sale .price-item.price-item--regular {
    color: #8C8C8C !important;
    font-size: 13px !important;
    line-height: 89%;
    font-family: 'Roboto Condensed';
}


span.badge.price__badge-sale.color-accent-1, {
    background: #FF6464;
    border-color: #FF6464;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 15px;
    font-weight: bold;
}
span.discount__sale__text {
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 15px;
    font-weight: bold;
}
.afterpay-main-text {
    padding-right: 0px;
    display: none !important;
}



#infiniteoptions-container > div.castle-option.castle-active.dd_cover > span select {
    width: 100% !important;
    border-radius: 7px !important;
    border: 1px solid #02a19a;
    color: #02a19a;
    font-size: 16px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: bold;
    line-height: 96%;
}
#infiniteoptions-container > div.castle-option.castle-active.dd_cover > span {
    border: none;
    display: block !important;
  padding:0;
}
#infiniteoptions-container > div.castle-option > span > label {
    display: block !important;
    width: auto;
    flex: 0 0 calc(25% - 10px);
    margin-bottom: 0;
    border: 1px solid;
    text-align: center;
    border: 1px solid #1A4D9C;
    border-radius: 7px;
    padding: 15px;
    height: auto;
}

span.spb-swatchlabel {
    display: block;
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 102%;
}
.social__share_box {
    display: none;
}
.spb-productoptionswatchwrapper input[type=radio]:checked+.spb-productoptionswatch {
    border: none !important;
    box-shadow: none;
}

.product-form__cart--box.d-flex {
    gap: 16px;
    flex-wrap: wrap;
}
.product-form__input {
    padding: 0;
    margin: 0;
    flex: 0 0 37%;
    min-width: auto;
    border: none;
    display: flex;
}
.product-form__input .form__label {
    padding-left: 0;
    flex: 0 0 40%;
    align-self: center;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 102%;
    margin: 0;
    font-weight: bolder;
}
.product-form__quantity .quantity {
    height: 39px;
    width: 100%;
    border: 1px solid #02a19a;
    border-radius: 7px;
}
.quantity__input {
    color: #02a19a;
    font-weight: bolder;
    font-size: 23px;
    line-height: 89%;
}
.product__add__cart__button {
    flex: 0 0 60%;
}
.quantity__button {  
    transform: scale(1.7);
}
.product-form__submit {
    width: 100%;
    background: #02a19a;
    font-size: 17px;
    color: white;
    font-family: 'Roboto';
    border-color: #02a19a;
    border-radius: 7px;
    font-weight: bold;
    padding: 3px;
}

.spb-label-tooltip {
    display: none;
}
.color_cover>span > label {
    border: 1px solid #02a19a;
    flex: 0 0 23%;
    padding: 15px;
    margin-bottom: 0 !important;
    border-radius:7px;
}
.color_cover>span {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: transparent;
    margin-top: 10px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #02a19a;
    margin: 10px 15px;
}

.add_on_header,
.installation_cover.assembly-product{
    background: #F1F1F1;
    border: 1px solid #00A19A;
    border-radius:8px!important;
}


.text__with--icons {
    background: #02a19a;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.text__with--icons-single--item {
    align-items: center;
}
.text__with--icons--heading span {
    font-size: 18px;
    text-transform: initial;
    text-align: left;
    font-weight: 400;
    color: white;
    font-family: 'Roboto';
}

.text__with--icons-image .text__with--icons--heading span {
    display: block;
}
.text__with--icons--box>img {
    filter: brightness(0) invert(1);
}



.tabcontent h2 {
    position: absolute;
    top: 58px;
    left: 70px;
    font-family: 'Roboto Condensed';
    font-size: 23px;
    line-height: 90%;
    text-transform: uppercase;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #00A19A;
    border-radius: 8px;
    margin-top: 60px;
    position: relative;
    padding: 90px 72px;
}

    .installation_cover.assembly-product form {
        display: block;
        margin: 0;
    }
  select#dimension_dropdown, select#headboard_dropdown {
    background-image: url(//www.bedchoices.co.uk/cdn/shop/t/30/assets/select-arrow-down_1024x1024.png?v=92708388063936931081781004152) !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 50% !important;
}

select#dimension_dropdown, 
select#headboard_dropdown {
  position:relative;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 26px;
    color: #2b2b2b;
    background: #F1F1F1;
    border: none !important;
    padding: 14px;
    height: auto !important;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    border: 1px solid #02a19a !important;
    border-radius: 7px;
    padding-left: 27px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 600 !important;
   
}
ul.dimensions_data li {
    border: none !important;
    padding: 10px 0 !important;
    grid-template-columns: 1fr 2fr;
}
ul.dimensions_data li span.d_label {
    font-weight: 600;
    color: #272343;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Condensed';
}
ul.dimensions_data li span.d_label + span,
ul.dimensions_data li span.height1,
ul.dimensions_data li span.height2{
    font-family: 'Roboto';
    font-weight: unset;
    font-size: 17px;
}
ul.dimensions_data + p {
    font-size: 11px;
    font-family: 'Roboto';
}


.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

section#castle-product-content {
    font-size: 17px;
    font-family: 'Roboto';
}


.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}


.faq__media.faq__media--adapt.xmedia img {
    height: auto;
}

.faq__media.faq__media--adapt.xmedia {
    padding: 0 !important;
}

.faq__wrapper h2 {
    font-weight: bold;
}
 section#castle-product-content h2 {
  font-weight:bold;
      text-transform:uppercase;
  }

  section#castle-product-content ul,section#castle-product-content ol {
      padding-left: 15px;
  }
  
  section#castle-product-content li,
  section#castle-product-content p{
      font-size:17px;
      line-height:111%;
  }

section#castle-product-content li {
    list-style-type: '✓';
    padding-left: 10px;
   margin-bottom: 15px;
}
section#castle-product-content li::marker {
    color: #00A19A;
}

.one_dimensions ul.dimensions_data li {
    grid-template-columns: 25% 70%;
}  
      
ul.dimensions_data li {
    grid-template-columns: 50% 25% 25%;
}      


/* Castle July 14 2025 */
.castle-product .castle-product-info {
    order: 2;
    flex: 0 0 calc(40% - 20px);
}
.castle-product {
    gap: 20px;
}
.castle-product > div {
    flex: 0 0 calc(60% - 20px);
}




@media screen and (min-width:1400px){
  /* section#castle-product-content .product-content .row > div {
      padding: 0px;
  } */
  section#castle-product-content .product-content .content {
      padding-left: 50px;
  }
  section#castle-product-content .product-content:nth-child(even) .content {
      padding-left: 0;
      padding-right: 40px;
  }
}

@media screen and (min-width:769px){
  

  
  section#castle-product-content {
      font-size: 17px;
      font-family: 'Roboto';
  }
  
  section#castle-product-content h2 {
      font-family: 'Roboto Condensed';
      font-size: 23px;
      margin-bottom: 30px;
  }
  
  section#castle-product-content .product-content:nth-child(even) .row > div:first-child {
      order: 2;
  }
 
}



.faq__wrapper {
    padding-top: 100px;
}
    .faq__list--wrapper {
        padding-right: 90px;
        padding-top: 0px;
    }


    .faq__wrapper .faq__media img {
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.faq__list--item--heading {
    font-size: 17px;
    font-family: 'Roboto';
    line-height: 102%;
    color: #222831;
    padding-bottom: 16px;
}
.faq__list--item--content {
    font-size: 17px;
    font-family: 'Roboto';
    color: #222831;
    padding-left: 30px;
}
span.faq__button--icon {
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-50%) scale(.8);
    pointer-events: none;
}


.product__media.main--product__media--adapt img {
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.product__media.main--product__media--adapt {
    overflow: inherit;
}

label.spb-productoptionswatchwrapper{
  position:relative;
}
label.spb-productoptionswatchwrapper:has(input[type="radio"]:checked):before {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 21px;
    height: 21px;
    background-size: cover;
    background-image:url('//www.bedchoices.co.uk/cdn/shop/t/30/assets/selected-arrow_1024x1024.png?v=59572072804642338851781004152');
    background-color: white;
    border-radius: 50%;
}

.castle-mobile-only{
  display:none!important;
}



@media screen and (max-width:1024px){


  /* Castle July 2025 */
  .castle-product > div {
      flex-basis: auto;
  }
  .castle-product .castle-product-info {
      flex-basis: auto;
  }

  
  .tabcontent {
    padding: 15px;
}
.tabcontent h2 {
    top: 23px;
    left: 17px;
}
  section#castle-product-content h2 {
    font-weight: bold;
    font-size: 23px;
    line-height: 89%;
}
    .castle-mobile-only{
      display:block!important;
    }
     .castle-desktop-only{
      display:none!important;
    }

  
   .castle-options-selector > div {
        padding: 10px 6px;
    }
    .castle-options-selector > div img {
      display: block;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 15px;
      height: 35px;
      margin-top: 7px;
  }
  .castle-options-selector.castle-options-count-5 img {
    width: auto;
    height: 25px;
    margin: 15px auto;
}
      .castle-options-selector.castle-options-count-5 > div label {
        font-size: 9px;
    }
  .castle-options-selector {
      margin: 0;
  }
    .castle-options-selector > div label {
        font-size: 14px;
        word-wrap: unset;
    }
   
 
  
  
    .product-form__input.product-form__quantity {
      display: block;
  }
    .product-form__cart--box.d-flex {
      gap: 0;
      row-gap: 0px;
      column-gap: 0px;
      flex-wrap: wrap;
  }
    .product-form__input {
      padding: 0;
      margin: 0;
      flex: 0 0 40%;
      min-width: auto;
      border: none;
      padding-right: 3%;
  }
    .product__info-container .payment_methods > svg {
      flex-basis: 17%;
  }
  .product__info-container .payment_methods {
      margin-top: 40px;
      justify-content: space-between;
  }
    .text__with--icons-single--item {
      align-items: center;
      justify-content: center;
      margin: 15px 0px;
  }
  div#dimensions {
      padding: 15px;
            margin-top: 30px;
            padding-top: 40px;
  }
    .product-content .content {
        margin-top: 30px;
        margin-bottom: 60px;
    }
  .product-content:last-child .content {
    margin-bottom: 10px;
}
    .faq__list--wrapper {
      padding-right: 0px;
      padding-top: 0px;
  }

  .size_cover>span label span.spb-productoptionswatch, .storage_cover>span label span.spb-productoptionswatch,
  .headboard_cover>span label.spb-productoptionswatchwrapper span.spb-productoptionswatch{
      width: 50px;
      height: 50px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
  }
  .color_cover>span {
    margin: 10px 0;
}
      #infiniteoptions-container > div.castle-option.castle-active > span {
        margin-left: 0;
        margin-right: 0;
        border: none;
        padding: 0;
        justify-content: start;
    }
       #infiniteoptions-container > div.castle-option > span > label {
        padding: 20px 8px 8px;
        flex: 0 0 calc(33.33% - 7px);
    }

.installation_cover.assembly-product {
    padding: 10px;
}
    .installation_cover.assembly-product button {
        width: 100%;
    }
    .installation_cover.assembly-product p {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
  }
  .installation_cover.assembly-product.wrench p {
    font-size: 12px;
}
  .castle-c-image {
    flex-basis: 40%;
    text-align:center;
  }
       .installation_cover.assembly-product .mt-20.addons img {
        display: inline;
        flex: 0 0 11%;
        width: 107px;
        margin: 0;
    }
    .installation_cover.assembly-product.wrench .mt-20.addons img {
        width: 44px;
        margin: 0 auto;
    }
  
  .installation_cover.assembly-product .mt-20.addons {
      justify-content: space-between;
    width:100%;
  }
  .castle-c-content {
    flex-basis: 60%;
}
    .product-form__quantity .quantity {
    margin-top: 10px;
}


     .text__with--icons--list.text__with--icons-grid-5.text__icons--grid- {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0px !important;
    }
  .text__with--icons--box>img {
      width: 30px;
  }
    .text__with--icons-single--item.text__with--icons__position--icon--left {
        flex-direction: column;
        padding: 0px;
        flex: 0 0 20%;
        margin: 0px;
    }
      .dimensions_right {
        padding: 0px;
    }
     .text__with--icons--heading span {
        font-size: 12px;
        text-transform: initial;
        text-align: -webkit-center;
        font-weight: 400;
        color: white;
        font-family: 'Roboto';
        line-height: 102%;
        margin: 0 6px;
    }
  
section#castle-product-content p, 
section#castle-product-content li {
    font-size: 13px;
    line-height: 111%;
    font-weight: 400;
    color: #222831;
}

  .faq__wrapper {
    padding-top: 40px;
}
}


@media screen and (max-width: 749px) {
    body .product__media-list {
        width:100%;
    }
}
@media screen and (max-width:566px){

.castle-c-form-top{
  display:block;
}
.castle-c-form-bottom{
  display:none;
}
  
  select#dimension_dropdown, select#headboard_dropdown {
    background-position-x: 96% !important;
}

  
  div#dimensions {
    padding-top: 20px;
}
.tabcontent h2 {
        top: 0px;
        left: 0px;
        position: relative;
        margin: 0px;
        font-weight: 600;
    }
  .dimensions_cover .control.custom-dropdown {
    margin-top: 20px;
}
  
  .mesurment p {
    font-size: 12px;
}
  
.text__with--icons {
    margin-top: 40px;
}
  .text__with--icons-single--item {
        justify-content: flex-start;
    }

      .text__with--icons--box>img {
        vertical-align: bottom;
        width: auto !important;
        height: auto !important;
        max-height: 22px;
        max-width: 100% !important;
    }

  
  .castle-reviews-container {
      margin: 20px 0px 10px;
  }
  .price__box_wrapper {
      margin-top: 0px;
  }
  .product__media-list {
      margin: 0 !important;
      width: 100%;
      margin-top: 15px !important;
  }

  span.spb-swatchlabel,
  .storage_cover.castle-option.castle-active .spb-productoptionswatchwrapper .spb-swatchlabel{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 102%;
}
      .installation_cover.assembly-product p {
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }
      .installation_cover.assembly-product.wrench p {
        font-size: 13px;
    }
      .castle-c-content {
        flex-basis: 63%;
    }
  .text__with--icons--heading span {
        font-size: 10px;
    }
}


@media screen and (max-width:390px){
   
    .installation_cover.assembly-product.wrench p,
    .installation_cover.assembly-product p {
        font-size: 11px;
    }
}

