/** Shopify CDN: Minification failed

Line 310:11 Expected identifier but found whitespace
Line 310:12 Unexpected "1px"
Line 325:0 Expected "}" to go with "{"

**/
/* custom2.css */

@media screen and (min-width: 750px) {
    .collection-hero__title+.collection-hero__description {
        font-size: 12px!important;
        margin-top: 2rem!important;
        margin-bottom: 2rem!important;
    }
}
/*
.full-screen-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh; 
    top: 0;
    left: 0;
}

.full-screen-video video {
    width: 100vw; 
    height: 100vh;
    object-fit: cover; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
   
*/
.section-template--17147563409582__custom_liquid_xcAkAt-padding {
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }

.video-container {
    margin: 20px;
    border-radius: 20px;
    overflow: hidden; /* Ensures the video respects the border-radius */
    position: relative; /* Set the position for potential positioning of other elements inside the container */
}

.full-screen-video {
    width: 100%; /* Ensure the video fills the container */
    height: auto; /* Maintain aspect ratio */
    position: relative; /* Use position relative for layering or responsive adjustments */
    display: block; /* Ensures no gaps below the video */
}

#heroVideo {
    width: 100%;
    height: auto; /* Maintains aspect ratio */
}



@media (min-width: 768px) {
.product__media-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none; /* Removes default list styling */
    padding: 0; /* Removes default padding */
}

  .penhurst-style-switch-holder .form__label {
    min-width: 25%!important;
  }}

.penhurst-product-whitebox {box-shadow: 3px 3px 4px #22222224!important;}


@media screen and (max-width: 749px) {
    .thumbnail-slider {
    
        display: none!important;
    }

.ph-product-title-holder {top:0%!important;}

  .product__media-icon {display:none!important;}

      .grid--peek.slider .grid__item:first-of-type {
        margin-left: 0%!important;
    }

}


.ph-product-title-holder .product__title h1 {
    font-size: 16px;
    padding-top: 10px;
    line-height: 28px;
    font-weight: 300;
}


.tabcontent>* {
    color: #4a4a4a!important;
line-height: 20px!important;
}


.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {border-radius:10px!important;}

/* Normal Bg Mode 
.color-background-1 {
  
  background-color:#F1F0EC
                    
}
*/

/* Temp BCFM*/
.color-background-1 {
  
  background-color:#F1f0ec
                    
}
/*End Temp BCFM*/

.penhurst-product-whitebox {
  
  background-color:#ffffff;

}

.product-images-modal-images li {
  position: relative;
  width: 100%; /* Adjusted to fill the modal */
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center; /* Centers the image vertically */
  justify-content: center; /* Centers the image horizontally */
}

.product-images-modal-images img {
  width: auto; /* Maintains aspect ratio */
  max-width: 100%; /* Limits width to container size */
  max-height: 100vh; /* Limits height to container size */
  object-fit: cover; /* Ensures the image covers the area without distortion */
}


@media (max-width: 768px) {
    .video-container {
        margin: 20px; /* Keep the margin on mobile */
        width: calc(100% - 40px); /* Adjust the width to account for margin */
        height: calc(85vh - 40px); /* Full height minus margins */
    }

    .full-screen-video {
        width: 100%; /* This will cover the full width minus the margin */
        height: 100%; /* Full height to cover the video container */
    }

    #heroVideo {
        width: 100%;
        height: 100%; /* Cover the entire area of its container */
        object-fit: cover; /* Ensures the video covers the full area without stretching */
    }
}




.header-wrapper--border-bottom {

border-bottom:0px!important;
  
}






.card-wrapper {
padding:10px;
}

/*.slider-buttons {display:none!important;}
.quick-add__submit {
    border-radius: 26px!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    line-height: 16px!important;
    min-height: auto!important;
    padding: 12px 20px!important;
    min-width: auto!important;
    width: auto!important;
    margin: 0 auto!important;
    background-color: #1e1e1e!important;
color:#ffffff!important;
}*/


.image-container {
    position: relative;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    width: calc(100% - 40px);
    height: calc(85vh - 40px);
}

.overlay-text {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

@media (max-width: 768px) {
    .image-container {
        width: calc(100% - 40px); /* Full width */
        height: calc(60vh - 40px); /* Full height minus margins */
    }
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will cover the area of the container without distorting the aspect ratio */
    object-position: center center; /* Center the image within the container */
}

@media screen and (max-width: 989px) {
    .collection .slider--tablet.product-grid {
        scroll-padding-left: 1.5rem;
        overflow-y: hidden !important;
    }
}
.ph-listing li:nth-child(odd):not(.grid__item) .card__information h3 a,
.ph-listing li:nth-child(odd):not(.grid__item) .card-information .caption-with-letter-spacing {
  
  font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  text-transform:capitalize!important;}

.ph-listing li:nth-child(odd):not(.grid__item) .card-information .caption-with-letter-spacing {text-align: center; color: #1e1e1e!important}
.collection__all-listing-item {
    padding: 40px 0 100px;
    position: relative;
}

    .card__information {
        padding-bottom: 4.7rem;
        padding-top: 0px;
    }


.collection-navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px; /* Adjust based on spacing needs */
  padding: 20px; /* Padding for better touch targets */
  background: #000; /* Background to match your container */
  color: #fff; /* Text color for visibility */
}

.button-left, .button-right {
  padding: 10px 20px;
  background-color: #333; /* Button background */
  color: #fff; /* Button text color */
  text-decoration: none;
  border-radius: 5px; /* Rounded corners for buttons */
}

.button-right {
  display: block;
}


.section-template--17147563409582__custom_liquid_PBqA6j-padding .homepage-image-text h2, .section-template--17147563409582__custom_liquid_PBqA6j-padding a {color:#565656!important;}


.index #MainContent .slider-mobile-gutter .slideshow__text.banner__box .banner__text {font-size:16px!important}

.index #MainContent .slider-mobile-gutter .slideshow__text.banner__box h2 {font-size: 20px;}

.link-link {border-radius: 26px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    min-height: auto;
    padding: 12px 20px;
    min-width: auto;
    width: auto;
    margin: 0 auto;
    background-color: transparent;
    color: #f1f0ec;
    border-color: #fff;
    border: 1px solid #fff


.product-tag[data-tag*='_wf_'],
.product-tag[data-tag='UK']  {
    display: none!important;
}


/* Temporary BFCM */

.klaviyo-form-SCjgeq input[type="text"] {
  text-align: center !important;
}

