/** Shopify CDN: Minification failed

Line 493:63 Unexpected "{"

**/
.pdx-hidden {
  display:none !important;
}
a.navlink {
    padding: 5px 10px;
}
.navtext {
    font-size: 13.5px;
}
svg.icon.icon-cart {
  fill: none;
  stroke: currentcolor;
  stroke-miterlimit: 10;
  stroke-width: 2.2px;
  font-size:20px;
}
.header__desktop__bar__r .header__desktop__button:last-child>a {
    padding-right: 10px;
}
.header__desktop__buttons--icons .header__cart__status [data-header-cart-full=true] {
    top: -17px;
    right: 5.6px;
  background-color: #9a685e;
}
.header__mobile__button .header__cart__status [data-header-cart-full=true] {
    width: 6px;
    height: 6px;
    background-color: #9a685e;
    top: -17px;
    right: 7px;
}
.drawer__button {
    height: 50px;
    width: 80px;
    margin-right: 20px;
  padding-right:0px;
  text-transform:uppercase;
  font-size:0.85em;
}
.drawer__close .icon-close {
    margin-right: 7px;
    margin-bottom:2px;
    border:1px solid #111;
    border-radius: 50%;
    padding:2px;
}
.drawer__close-wrapper {
  padding:2px 8px;
  background-color:#eee;
}
.drawer__top__left .drawer__account {
  display:none;
}
.drawer__account {
  margin-top:12px;
  text-transform:uppercase;
  padding: 0 20px 0 18px;
}
.drawer__account svg{
  margin-right: 5px;
  margin-bottom:3px;
}
.drawer-login-wrapper {
}
drawer__account.mobile-header-version_drawer__account svg {
  margin-right:0px;
  margin-bottom:0px;
}
.spec-table {
  width: 100%;
  padding: 0px;
}
.spec-table td {
  width: 50%;
  padding: 0.5em;
  font-size: 0.8em;
}

.shopify-payment-button .shopify-payment-button__more-options {
  font-size:0.7em;
  text-decoration:underline;
  
}
.large-up--five-eighths .large-up--five-eighths {
  width: 100%;
}



.delivery-icons-container.desktop {
  display:none;
}
.delivery-icons-container {
  width: 100%;
  margin:0 auto;
}



.delivery-information-block {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px 30px;
  padding: 0px;
  list-style: none;
  flex-direction: row;
}
.mobile .delivery-information-block {
  margin:12px 0px;
}

.delivery-information-block li {
  display: flex;
  flex-direction: row;
  width: 30%;
  padding: 0px;
}
.delivery-information-block li .delivery-icon {
  float: left;
  width: 35%;
  display: inline-block;
}

.delivery-information-block li img {
  width: 90%;
  max-width: 70px;
}
.delivery-information-block li .delivery-content {
  padding-top: 8px;
  float: right;
  width: 65%;
  display: inline-block;
  font-size: 0.6em;
}
.delivery-information-block li .delivery-content h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 8px 0px;
  color: #000;
}
.delivery-information-block li .delivery-content .bottom-text {
  width: 100%;
  display: inline-block;
}
.delivery-icons-container .delivery-information-block {
  flex-direction: row;
}
.delivery-icons-container .delivery-information-block li {
  width: 30%;
}

.delivery-information-block li.delivery-information-spacer {
  width: 1px;
  border-right: #999 dotted 2px;
  border-bottom:0px;
  padding: 0;
}

.ea-product-left-column-container {
  flex-direction: column;
  display: flex;
}

.shopify-payment-button .shopify-cleanslate div[role="button"] {
    background: #9a685e !important;
    border-color: #9a685e !important;
    color: #fff !important;
}
.shopify-payment-button .shopify-cleanslate div[role="button"]:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

gravity-button.accelerated-checkout-button .gravity-button {
    background-color: black !important;
}


.variant--soldout .shopify-payment-button, .variant--unavailable .shopify-payment-button {
    display: none;
}

/* .product-add-popdown {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity .5s ease,transform .5s ease,visibility 0s linear 0s !important;
    transform: translateZ(0) !important;
    background:red !important;
}

.relative.block.w-full.h-full.overflow-hidden.product__popdown__image-holder img {
  object-position: right center  !important;
}
.relative.block.w-full.h-full.overflow-hidden.product__popdown__image-holder {
  width:100% !important;
} */

.cart__drawer .drawer__body {
    margin-bottom: 200px;
}

.cart__drawer .upsell__holder {
    position: absolute;
    bottom: 105px;
    width: calc(100% - 30px);
    border: 2px solid var(--COLOR-PRIMARY);
}
.cart__template .upsell__holder{
    border: 2px solid var(--COLOR-PRIMARY);
    margin-top: 15px;
}
.cart__template .upsell__holder.delivery-text {
    border: 0px;
    margin-top: 0px;
    padding-top:0px;
} 
.cart__template .upsell__holder.delivery-text li {
    text-align:left;
}
.drawer__footer__subtotal .cart__footer__itemtotal, .drawer__footer__subtotal .cart__footer__discount, .drawer__bottom__meta {
    padding: 5px 20px;
}


.collection__hero .image__hero__frame.use_pixels_500 {
    height: 300px;
    min-height: fit-content !important;
}
.collection__hero .hero__description.body-size-6 p {
    font-size:12px !important;
}

.collection__hero .hero__content__wrapper {
    padding: 5px 15px;
    width: 100%;
    height: 100%;
}
.collection__text-content.wrapper.section-padding {
  padding-top:1.2em;
}

.readmore, .readless {
  cursor:pointer;
}

.section--image.fade-in-child.js-overflow-container.text--white {
    min-height: fit-content !important;
}

.breadcrumb a, .breadcrumb span {
    font-size: 0.8em;
    text-transform: capitalize;
}

.pdx-custom-subcollections-list {
    text-align:center;
    width: 100%;
    margin-bottom:1em;
  margin-top:1em;
}
.pdx-custom-subcollections-list a {
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 4px;
    margin-right:8px;
  border:1px solid #555;
    
}
.pdx-custom-subcollections-list a:last-of-type {
    margin-right: 0px;
}
.announcement__text p {
    font-size:16px;
}
.announcement__text a:after {
    box-shadow: 0;
    display:none;
}


a.btn.klaviyo-bis-trigger {
    background: #000;
    width: 100% !important;
}

.product__grid__info {
    padding: 0;
}
.product__grid__title {
    margin-top:0px;
}
h1.product__title {
  font-size:26px;
}
h1.product__title span {
  display:block;
  font-size:16px;
  text-transform: capitalize;
  font-family: "Harmonia Sans", sans-serif;
  letter-spacing:normal;
  font-weight:400;
  margin-top:0.5em;
  margin-bottom:1.2em;
}

/* -- overide code for klaviyo teaser tab -- */
.needsclick.kl-teaser-TMcbji.undefined.kl-private-reset-css-Xuajs1 {
  top:70% !important;
}
/* -- end -- */

/* -- style code for pop-up window -- */
.display__popup {
  position: relative;
  background: #FFFFFF;
  padding: 5rem;
  width:auto;
  max-width: 80%;
  margin: 2rem auto;
}
/* - end - */
/*sign-up page */
#paradox-london-sign-up-womens-heel-collection .section-html > .wrapper,
#sign-up-2 .section-html > .wrapper {
  background: url("/cdn/shop/files/paradoxlondon-blackfriday-2024-extended-2500-v2.webp?v=1730844130");
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #fff;
  /*height:60vw;
  max-height: 550px;*/
  height:65vw;
  max-height: 750px;
  display: flex;
  align-items: center;
  max-width:925px;
  z-index:1;
}
#paradox-london-sign-up-womens-heel-collection .section-html > .wrapper,
#sign-up-2 .section-html > .wrapper {
  background: url("/cdn/shop/files/paradoxnw615603-large-square2.webp?v=1733250180");
  background-position: right center;
  background-size: 100% auto;
  padding-left: 30px;
  padding-right: 30px;
}

.sign-up-inner-block h1 {
  font-size: 48px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff !important;
}
.sign-up-inner-block h4 span span{
  color: #fff !important;
}
.sign-up-inner-block {
  width: 50%;
  margin: 1% 0 1% auto;
  background: rgba(0, 0, 0, 0.25);
  padding:10px;
  z-index:2;

} 
.sign-up-inner-block p, .sign-up-inner-block p span, .sign-up-inner-block label div.needsclick, .sign-up-inner-block legend.needsclick {
  color: #fff !important;
}
.sign-up-inner-block p a {
  color: #ddd !important;
  font-size:unset !important;
  text-decoration: underline;
}
.sign-up-inner-block.left-sign-up {
  margin: 1% auto 1% 0pc;
}
.needsclick.kl-private-reset-css-Xuajs1 h4 {
    text-transform: none;
    font-style: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: normal;
}
.sign-up-inner-block h3.MsoNormal {
  color: #fff !important;
  text-transform: unset;
  font-size:1.3em;
}
.preorder_badge_productpage {
  font-size:1em;
  color: #b46d61;
  text-transform:unset;
  font-weight:600;
}
.preorder_badge_productpage span {
  font-size:0.8em;
}
/*end sign-up page*/

/* start spec-icons-grid */

.pdx-spec-icon-grid.mobile {
  display: flex;
  margin-top:15px;
}
.pdx-spec-icon-grid {
  display: flex;
  margin-top:15px;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  /*background-color:#eee;*/
  align-items: center;
  margin-bottom:1em;
}
.spec-icon {
    background-size:contain;
    background-repeat:no-repeat;
    width: 20%;
    padding-top: 26%;
    margin:0;
    background-position: center;
    max-width:125px;
}
.breathable_insoles_icon {
	background-image: url("/cdn/shop/files/breathable-insoles-icon.svg?v=1739273555");
}
.comfort_technology_icon {
	background-image: url("/cdn/shop/files/comfort-technology-icon.svg?v=1739273946");
}
.triple_layer_comfort_technology_icon {
	background-image: url("/cdn/shop/files/triple-layer-comfort-technology-icon.svg?v=1740575740");
}
.personalisation_icon {
	background-image: url("/cdn/shop/files/personalisation-icon.svg?v=1739275310");
}
.wide_fit_icon {
	background-image: url("/cdn/shop/files/wide-fit-icon.svg?v=1739275462");
}
.light_weight_feel_icon {
	background-image: url("/cdn/shop/files/lightweight-feel-icon.svg?v=1739274117");
}
.flexible_soles_icon {
	background-image: url("/cdn/shop/files/flexible-soles-icon.svg?v=1739275142");
}

/* end spec-icons-grid */
.delivery-icons-text-version {
  font-size:0.9em;
  list-style: disc;
  margin-left:1em;
  margin-top:0.9em;
  
}
.ruk_rating_snippet {
  margin-bottom:0.5em;
}
.product__block__variants .radio__legend {
  margin-bottom:0px;
  padding-bottom:0px;
}
.product__block__remaining {
  margin-top:-10px;
}
.select-popout__toggle {
  padding-top: 8px;
  padding-bottom: 8px;
}
.product__info__link {
  padding:0;
  margin:0;
  text-transform:capitalize;
  text-decoration:underline;
}
.variant__countdown {
  padding:0;
  margin:0;
}
.product__submit__buttons .btn--full.btn--primary.btn--add-to-cart {
    --btn-bg-hover: var(--COLOR-PRIMARY-FADE);
    --btn-bg: var(--COLOR-PRIMARY);
    background-color:#000;
    --btn-text: #fff;
}
.product__block__price {
  margin-top:-15px;
}
.product__block__variants .select__fieldset .radio__legend, 
/*.product__block__variants .selector-wrapper .radio__legend*/ {
  display:none;
}
.product__block__variants .selector-wrapper .radio__inputs--equal {
    grid-template-columns: repeat(auto-fill, minmax(min(45px, 100%), 1fr));
    margin-top:4px;
    margin-bottom:4px;
}
.radio__fieldset .radio__button label {
  padding:4px 0px;
  min-width: 45px;
}
/* start payment-cards-grid */
.outer-wrapper-footer-payment-cards {
  display:flex;
  width:100%;
  justify-content:center;
  height:60px;
  padding:10px;
}
.footer-payment-cards {
  display:flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  width:100%;
  max-width:500px;
  column-gap: 28px;
  margin-bottom: 0px;
  padding:0px 8px;
  background-color:#fff;
}
.footer-payment-cards li {
    background-size:contain;
    background-repeat:no-repeat;
    padding-top:40px;
    margin:0;
    background-position-y: center;
}

.card_visa {
	background-image: url("/cdn/shop/files/visa.svg?v=1740393569");
     flex-grow:2.5;
}
.card_mastercard {
	background-image: url("/cdn/shop/files/mastercard.svg?v=1740393569");
    flex-grow:1.5;
}
.card_amex {
	background-image: url("/cdn/shop/files/amex.svg?v=1740393569");
    flex-grow:1;
}
.card_apple_pay {
	background-image: url("/cdn/shop/files/apple_pay.svg?v=1740393568");
  flex-grow:2.1;
}
.card_google_pay {
	background-image: url("/cdn/shop/files/google_pay.svg?v=1740407872");
  flex-grow:2.2;
}
.card_paypal {
	background-image: url("/cdn/shop/files/paypal.svg?v=1740393569");
  flex-grow:3.5;
}
.card_klarna {
	background-image: url("/cdn/shop/files/klarna.svg?v=1740393568");
  flex-grow:2;
}
/* end payment-cards-grid */

/*#wide-fit-sale .product__badge--sale,
#sale-wedding-occasion-wide-fit-shoes-amp-bags-paradox-london .product__badge--sale,
#standard-fit-sale .product__badge--sale, 
#handbags-sale .product__badge--sale, 
#bridal-sale .product__badge--sale,*/
.product__badge.product__badge--sale
{
  background: #000;
  color:#fff;
}
.btn.btn--primary.btn--full.checkout__button {
  background: #000;
}
.product-add-popdown:not(.has-errors) {
    min-height: var(--header-height);
    background: #fff;
    width: 33%;
    left:66%;
    z-index:999999;
  border: 1px solid #ccc;
  top: min-height: var(--header-height);
}
.product__popdown__textbar {
    background: #aaa;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*background-color: #E9C3b3;*/
    background-color:#ccc;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
    z-index:9999;
  }

  #back-to-top:hover {
    background-color: #e2b4a1;
  }
.sliderow{
    font-size: unset;
}
@media only screen and (min-width: 768px) {
.delivery-icons-container.mobile {
    display: none;
  }  
.delivery-icons-container.desktop {
    display: block;
    width:100%;
  }
.collection__hero .image__hero__frame.use_pixels_500 {
    height: 280px;
    min-height: fit-content !important;
} 
.collection__hero .hero__description.body-size-6 p {
    font-size:15px !important;
} 
/*.pdx_header_custom_logo {
  width:100%;
  display:block;
  position:absolute;
  z-index:6500;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.pdx_header_custom_logo img {
    width: 100%;
    max-width: 160px;
    margin: 10px auto 18px;
}
.header__logo.header__logo--image {
    visibility: hidden;
    max-height:40px;
}*/
/*.js__header__stuck {
  top:unset;
}
.js__header__stuck.pdx_header_custom_logo_wrapper {
  z-index:6500;
}*/
/*div#shopify-section-sections--25238475080054__header {
    margin-top: 68px;
    position: fixed;
    z-index: 6000;
    width:100%;
}
div#shopify-section-sections--25238475080054__announcement {
  margin-top: 108px;
}
div#shopify-section-sections--25238475080054__header .theme__header {
  background-color: rgba(255,255,255,0.9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.js__header__stuck .theme__header {
  background-color: rgba(255,255,255,0.9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}  
  
.header__backfill {
  height:40px !important;
} */
.header__desktop {
        flex-wrap: wrap;
    }  
.header__desktop__bar__l {
        justify-content: space-around;
        flex-basis: 100%;
    }
.header__desktop__bar__r {
        flex-direction: column;
        width: 100%;
    }
.header__desktop__bar__inline nav.header__menu{
        flex: 1;
        padding-left:100px;
    }  
.header__menu__inner{
        justify-content: center;
    }
  
/*temp black-friday nov24 video*/
#shopify-section-template--23772502393206__section_video_cPPTJt {
  display:none;
}

/*.js__header__stuck.js__header__stuck__backdrop .theme__header .header__logo.header__logo--image {
    visibility: visible;
}*/
/*.js__header__stuck.js__header__stuck__backdrop .theme__header .header__logo__link img {
  padding:3px 0px;
  max-height:34px;
  width:auto;
}*/
.footer__socials:not(:first-child) .footer__icon {
        margin-left: 3px;
        margin-right: 17px;
    }
.footer__block--socials h3 {
        align-items: center;
        display: flex;
    }  
}
.drawer__account.mobile-header-version_drawer__account {
  margin:0;
  padding:0;
}
.header__mobile__button {
    min-width: 28px;
}
.header__mobile__right .drawer__account.mobile-header-version_drawer__account .icon {
  height:18px;
  margin-bottom:0px;
  margin-right:0px;
}

@media only screen and (min-width: 1100px) {
  .delivery-icons-container.desktop {
    width:70%;
  }
}
@media only screen and (max-width: 1050px) {
/*sign-up page*/
#paradox-london-sign-up-womens-heel-collection .section-html > .wrapper,
#sign-up-2 .section-html > .wrapper {
  height:80vw;
}  
}

@media only screen and (max-width: 920px) {
/*.pdx_header_custom_logo {
  display:none;
}
.header__logo.header__logo--image {
    visibility: visible;
}  
div#shopify-section-sections--25238475080054__header  {
    margin-top:0px;
    background-color: #fff;
}
div#shopify-section-sections--25238475080054__header  .theme__header {
    padding:15px 0px;
} 
div#shopify-section-sections--25238475080054__announcement {
        margin-top: 70px;
}*/
/*sign-up page*/
#paradox-london-sign-up-womens-heel-collection .section-html > .wrapper,
#sign-up-2 .section-html > .wrapper {
  height:95vw;
}  
}

@media only screen and (max-width: 767px) {
/*.header__inner {
  background:#fff;
  z-index: 999999;
}
.search-popdown {
    top:55px;
}  */
.search-popdown.is-visible {
    position:relative;
  top:0;
}  
.search-popdown.is-visible .search__predictive__button {
  opacity:0.5;
}
  
.product__block__buttons { 
  position: sticky; 
  top: 45px; 
  background:#fff;
  z-index:99999;
} 
.product__submit__buttons .btn--full.btn--primary.btn--add-to-cart {
    --btn-bg-hover: var(--COLOR-PRIMARY-FADE);
    --btn-bg: var(--COLOR-PRIMARY);
    background-color: #E9C3b3;
    --btn-text: #000;
    border:0;
}  
.header__mobile__right .drawer__account.mobile-header-version_drawer__account .icon {
    margin-bottom: 1px;
} 
.header__mobile__left .mobile-header-version_search a.navlink {
    padding: 0px 0px 0px 3px;
}
.header__mobile__left .mobile-header-version_search a.navlink .icon-search {
    height:18px;
    margin-bottom:2px;
}
.search__predictive__outer {
  border-bottom:1px solid #ccc;
}
.search__predictive__close {
  width:20px;
}
.stain-button-canvas.w-8.h-8 {
    /*background-color: rgba(210, 125, 95, 0.5);*/
    background-color: rgba(220, 220, 220, 0.8);
    height:25px;
    width:25px;
    border-radius:50%;
}
svg.icon.icon-cart {
    font-size: 17px;
  margin-bottom:2px;
}  
.pdx-custom-subcollections-list {
    text-align:center;
    width: 100%;
    display:flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 5px 15px;
   justify-content: center;
}
.pdx-custom-subcollections-list a {
    flex-shrink: 0;
}
div#shopify-section-sections--25238475080054__announcement {
    margin-top: 0px;
}
div#shopify-section-sections--25238475080054__header .theme__header {
    padding:unset;
}

#shopify-section-template--23763373850998__hero .hero__title p {
  font-size:0.7em;
}
#shopify-section-template--23763373850998__hero .hero__title.heading-size-4 p {
  font-weight:800;
  font-size:0.8em;
}
#shopify-section-template--23763373850998__hero .hero__cta__wrapper {
    margin-top: 30px;
}  
#shopify-section-template--23763373850998__hero a.standard__cta.hero__btn.btn.btn--white.btn--long.aos-init.aos-animate {
  padding:10px;
  width:120px;
  min-width:120px;
  
} 
/*temp black-friday nov24 video*/
#shopify-section-template--23772502393206__section_video_AyXBen {
  display:none;
}
/*sign-up page */  
#paradox-london-sign-up-womens-heel-collection .section-html > .wrapper,
#sign-up-2 .section-html > .wrapper  {
   background: url("/cdn/shop/files/paradoxlondon-blackfriday-2024-mobile2.webp?v=1730894467");
   /*min-height: 80dvh;*/
  min-height:750px;
  background-position: left bottom;
  background-size: auto 100%;
  display: flex;
  align-items: center;
}
#paradox-london-sign-up-womens-heel-collection .section-html > .wrapper,
#sign-up-2 .section-html > .wrapper {
  background: url("/cdn/shop/files/paradoxnw615603-large-square2.webp?v=1733250180");
  background-position: right center;
  background-size: auto 100%;
  padding-left: 10px;
    padding-right: 10px;
}  
.sign-up-inner-block h1 {
  font-size: 24px;
  margin-bottom: 0px;
  text-align: center;
}
#paradox-london-sign-up-womens-heel-collection .sign-up-inner-block h1,  
#sign-up-2 .sign-up-inner-block h1 {
  font-size: 28px;
}
.sign-up-inner-block {
  width: 98%;
  margin: 1% auto;
  background: rgba(0, 0, 0, 0.25);
  padding:10px;
} 
.sign-up-inner-block.left-sign-up {
  margin: 1% 0px;
}
  
/* end sign-up page */
.footer-payment-cards {
  column-gap: 14px;
} 
.footer__socials {
    text-align: center;
} 
.subfooter__item {
  justify-content: center;
}
.subfooter__copyright  {
  margin-right:0;
}
}

