/** Shopify CDN: Minification failed

Line 850:16 Expected identifier but found whitespace
Line 2987:1 Unexpected "/"
Line 3254:1 Unexpected "/"

**/
.outlet-size-title
{
  margin: 0;
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  text-align: center;
  text-wrap: nowrap;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.facets__list
{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.filter-group span 
{
  color: rgba(0, 0, 0, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #E2E2E2;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(148, 148, 148, 0);
  border-radius: 0;
  padding: 0.313rem 0.563rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 1rem;
}

.block_scroll .facets__list
{
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  padding-bottom: 8px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  margin: 0 !important;
  justify-content: center;
}

.block_scroll 
{
  scrollbar-width: thin;
  scrollbar-color: black transparent;
  margin-bottom: 8px !important;
}




.arne-outlet-only .facet-checkbox>svg
{
	display: none !important;
}

.arne-outlet-only .facets__list
{
	display: flex;
	justify-content: flex-start;
	padding-bottom: 8px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	margin: 0 !important;
	gap: 1rem;
}

.arne-outlet-only .facet-checkbox 
{
    color: rgba(0, 0, 0, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #E2E2E2;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(148, 148, 148, 0);
    border-radius: 0;
    padding: 0.313rem 0.563rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    white-space: nowrap;
	  gap: 1rem;
}

.arne-outlet-only .outlet-size-title
{
    margin: 0;
    color: #000000;
    font-size: 1.25rem;
    letter-spacing: 0.0075rem;
    line-height: 1.5;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    text-align: center;
    text-wrap: nowrap;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    color: rgba(0, 0, 0, 1);
}

.arne-outlet-only .mobile-facets__summary>div, .facets__summary>div
{
	justify-content: center;
}

.arne-outlet-only fieldset
{
	border: 0 !important;
}

.facets-wrapper
{
	display: unset !important;
}

.block_scroll,
.facets__list,
.block_scroll .facets__list 
{
  scrollbar-width: none;
}


.block_scroll::-webkit-scrollbar,
.facets__list::-webkit-scrollbar,
.block_scroll .facets__list::-webkit-scrollbar 
{
  display: none;
  width: 0;
  height: 0;
}


.block_scroll,
.facets__list,
.block_scroll .facets__list 
{
  -ms-overflow-style: none;
}

.outlet-size-title
{
  padding-top: 1rem;
}

.collectiontitle
{
  text-transform: uppercase !important;
}

@media only screen and (min-width: 1250px)
{
	.block_scroll
	{
		max-width: 1200px;
		margin: auto;
		overflow: hidden;
	}
	
}

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

  .outlet-size-title
  {
    padding-top: 1rem;
  }

  .block_scroll
  {
    padding-bottom: 1rem;
  }

  .block_scroll,
  .facets__list,
  .arne-outlet-only .block_scroll,
  .arne-outlet-only .facets__list 
  {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .block_scroll::-webkit-scrollbar,
  .facets__list::-webkit-scrollbar,
  .arne-outlet-only .block_scroll::-webkit-scrollbar,
  .arne-outlet-only .facets__list::-webkit-scrollbar 
  {
    display: none;
    width: 0;
    height: 0;
  }

  .block_scroll .facets__list
  {
    overflow-x: scroll;
    justify-content: flex-start;
  }

	.arne-outlet-only 
	{
		position: relative;
		bottom: 25px;
	}
	.arne-outlet-only .block_scroll
	{
		overflow-x: scroll;
		display: inline-grid;
		width: 95%;
	}

	.arne-outlet-only .facets__list
	{
		display: inline-flex;
		justify-content: flex-start;
		overflow-y: hidden;
		gap: 1rem;
	}

	.arne-outlet-only .facets__item 
	{
		color: rgba(0, 0, 0, 1);
		user-select: none;
		border: 1px solid #E2E2E2;
		background-color: rgba(255, 255, 255, 1);
		border-color: rgba(148, 148, 148, 0);
		border-radius: 0;
		padding: 0.313rem 0.563rem;
		-webkit-text-decoration: none;
		text-decoration: none;
		font-size: 0.75rem;
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.5;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.arne-outlet-only .facet-checkbox 
	{
		padding: 0 !important;
	}
}


.es-recommended-size #easysize_button
{
  display: none !important;
}

#gf-products .arne-product-card-container
{
  max-width: 350px;
}

#AnnouncementSlider .announcement-bar
{
  height: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-left
{
  position: relative;
  top: 2px;
}

.deskcurrencybtn
{
  position: relative;
  bottom: 1px;
}
.a-heading-1
{
  display: none !important
}

.custom-accordion {
  border-top: 1px solid #e1e1e1;
}

.accordion-section {
  border-bottom: 1px solid #e1e1e1;
}

.accordion-title 
{
  width: 95%;
  background: none;
  border: none;
  padding: 18px 0;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-icon 
{
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 12px;
  margin-top: -2px;
}

.accordion-title.active .accordion-icon 
{
  transform: rotate(-135deg);
}

.accordion-content {
  padding: 0 0 16px 0;
  font-size: 11px;
  text-align: left;
}

.accordion-content ul 
{
  list-style: disc;
}


.description-toggle 
{
  display: inline-flex;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  align-items: center;
}


.wishlistcounter
{
    position: relative;
    top: 5px;
    right: 3px;
    width: 16px;
    height: 16px;
    border-radius: 18px;
    color: #fff!important;
    background-color: #000 !important;
    font-size: 9px;
    line-height: 15px;
    transform: translate(50%,-50%);
    top: 0px;
    right: 18px;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    z-index: 99;
}

.icon_new img 
{
  position: relative;
  bottom: 6px;
}

.innericon img 
{
  max-width: 49px;
  max-height: 69px;
}

#myHeader .desktopsearchform, #myHeader .mobinnernavsearch
{
  display: none !important;
}



.arne-new-size-guide
{
  flex-wrap: wrap;
  display: flex;
}

.arne-new-size-guide-2
{
  flex-wrap: wrap;
  display: flex;
}

.ideal-pay-desktop
{
  position: relative;
  bottom: 5px;
}

.ideal-pay-sidecart
{
  padding-top: 24px;
}

.ideal-pay-desktop span
{
  font-size: 11px;
}

.ideal-pay
{
  text-align: left;
  position: relative;
  top: 40px;
}

.quick-cart-item[data-product-handle="arne-premium-delivery"] .money:nth-child(2) 
{
  display: none !important;
}

.arne-mix-match-col .cart-delivery-btn
{
  width: 100% !important;
  padding: 5px !important;
}

.mix_match_hide
{
  justify-content: center !important;
}
.section51 
{
  aspect-ratio: unset !important;
}

.accordions-content .container
{
  align-items: flex-start;
}

#gf-products .arne-product-card-image-container
{
  padding-bottom: 150% !important;
}

.icon-currency
{
  position: relative;
  top: 2px;
}


#es-background
{
  z-index: 9999999999999999999999999999999999 !important;
}


.product-sale-percentage 
{
  position: absolute;
  bottom: 25px;
  left: 10px;
  padding: 5px 10px;
  z-index: 10;
  text-transform: uppercase;
  display: none !important;
}

.product-sale-badge
{
  position: absolute;
  top: 10PX;
  right: 35px;
  padding: 5px 10px;
  z-index: 10;
  text-transform: uppercase;
  display: none !important;
}

.secondhoverimg
{
  display: none !important;
}

.ais-page .ais-input
{
  display: none;
}

#pandectes-declaration-container p
{
  max-width: 800px;
  margin: auto;
}

.cc-deny
{
  background: #fff !important;
  color: #000 !important;
}


.cc-allow
{
  background: #000 !important;
  color: #fff !important;
}

.arne-collection-products-container
{
  min-height: 80vh;
}

.preorder-msg
{
  font-size: 12px;
}

.preorder-msg p
{
  font-size: 12px;
}

.locater-popup-inner-content ul li 
{
  list-style: disc;
}

.popup-ul ul 
{
  padding-inline-start: 0px;
}

.user-country 
{
  text-align: center;
  font-size: 18px;
}

.return-info hr 
{
  margin: 15px 0;
  background-color: #000;
  height: 1px;
}


.delivery-extra h4
{
  margin-top: 15px;
}
.additional-info strong
{
  font-size: 22px;
  color: #000;
}

.additional-info a 
{
  text-decoration: underline;
}

.line-divider
{
  width: 100%;
  height: 1px;
  background-color: #9a9a9a;
  margin-top: 10px;
  margin-bottom: 10px;
}
.recommendation-modal__container 
{
  display: none !important;
}

.recommendation-modal__container .recommendation-modal__backdrop_new
{
  display: none !important;
} 

.ais-hit--price-striked
{
  text-decoration: line-through;
}

.ais-hit--price-discount
{
  display: none;
}

.locator-first-btn
{
  display: none;
}

.locater-popup-cancel
{
  display: none;
}

.locater-popup-change-location
{
  display: none;
}

.cart-delivery-content-compare-price .money
{
  text-decoration: line-through;
}
.sticky-btns-content .payments-icons
{
  display: none;
}

#section3
{
  display: none;
}

#arne-klarna::part(osm-container)
{

  border: 0px !important;
}

#enter-info:hover
{
  background-color: #fff;
  transition: all .2s ease-in-out;
  color: #000;
}

#apply-info:hover
{
  background-color: #fff;
  transition: all .2s ease-in-out;
  color: #000;
}

#access-button:hover
{
  background-color: #fff;
  transition: all .2s ease-in-out;
  color: #000;
}

.arne-monday-exclusive-button:hover
{
  background-color: #fff;
  transition: all .2s ease-in-out;
  color: #000;
}

.release-calendar-button:hover
{
  background-color: #fff;
  transition: all .2s ease-in-out;
  color: #000;
}

.release-calendar 
{
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.release-calendar-title 
{
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.release-calendar-grid
{
    display: flex;
    flex-wrap: wrap;
}

.release-calendar-block 
{
    width: 33.33%;
    display: block;
    position: relative;
    flex-basis: 33.33%;
    margin-bottom: 30px;
    padding: 0 7px;
}

.arne-product-card-image-container:hover 
{
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
    transition: 0.1s ease;
}

.monday-exclusive-collection .arne-product-card-quick-add-container
{
  display: none !important;
}

.arne-monday-exclusive-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arne-monday-exclusive {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: filter 0.5s ease;
}

.filter-blur {
  filter: blur(10px);
}

.arne-monday-exclusive-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arne-monday-exclusive-buttons 
{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.arne-monday-exclusive-button 
{
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}


.info-container 
{
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 9999;
    backdrop-filter: blur(10px);
    padding: 30px 50px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.info-container[ open ]
{
    bottom: 0;
    opacity: 1;
}

.info-content 
{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-direction: column;
    max-width: 1440px;
}

.info-content .arne-monday-exclusive-button
{
  width: fit-content;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.info-content h2,.info-content h3
{
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.info-content h3
{
  margin-bottom: 45px;
}

#password-input
{
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    width: 100%;
}

#password-input::placeholder 
{
    color: #fff !important
}

.info-container .close-button 
{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    background-color: transparent !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
}

.info-container .close-button:hover 
{
    background-color: #ddd;
}

.info-container .login-button 
{
    padding: 8px 16px;
    background-color: transparent !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
}

.info-container .login-button:hover 
{
    background-color: #ddd;
}

.shake 
{
    animation: shake 0.5s;
}

@keyframes shake 
{
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}


.payments-icons
{
   border: 1px solid #000;
   padding: 5px;
   display: none !important;
}

.arne-product-payment-options-container 
{
  display: none;
  width: 49%;
  vertical-align: middle;
}

.arne-womens-size-guide
{
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
}
.arne-womens-size-guide h1
{
  font-size: 30px;
}
.arne-womens-size-guide-banner
{
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}
.womens-size-guide-info
{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 50px);
  margin: auto;
}
.womens-size-table-1 h4
{
  font-weight: 600;
}
.womens-size-table-2 h4
{
  font-weight: 600;
}
.womens-size-tables
{
  display: inline-block;
  width: calc(100% - 50px);
}

.color-dot
{
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 25%;
}

.expandable-product-description-item-content-inner ul li 
{
  list-style: disc;
}

.expandable-product-description-item-content-inner
{
  font-size: 12px;
  text-align: left;
  width: 100%;
  padding-left: 40px;
  padding-right: 32px;
  position: relative;
  top: 50px;
}


.expandable-product-description-item-content 
{
  position: relative;
}

.close-btn 
{
  position: absolute;
  right: 0;
  font-size: 35px;
  color: #000;
  text-decoration: none;
}


.label-left, .label-center, .label-right 
{
  font-size: 12px;
  text-align: left;
}

.stretch-guide-labels, .fit-guide-labels, .weight-guide-labels  
{
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.label-main
{
  margin-top: 35px;
  margin-bottom: 21px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 0.706;
  font-weight: 600;
  text-transform: uppercase;
}


.fit-guide-bar 
{
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  margin-top: 10px;
}

.fit-guide-circle 
{
  position: absolute;
  top: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #4e4e4e;
  background-color: white;
  transform: translateX(-50%);
}

.fit-guide-labels 
{
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.fit-guide-labels span 
{
  font-size: 12px;
}

.stretch-guide-bar 
{
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  margin-top: 10px;
}

.stretch-guide-circle 
{
  position: absolute;
  top: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #4e4e4e;
  background-color: white;
  transform: translateX(-50%);
}

.weight-guide-bar 
{
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  margin-top: 10px;
}

.weight-guide-circle 
{
  position: absolute;
  top: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #4e4e4e;
  background-color: white;
  transform: translateX(-50%);
}


.toggle-icon 
{
  margin-left: 5px;
  color: #000;
  font-weight: bold;
  float: right;
  position: relative;
  right: 5px;
}


@keyframes slideRightToLeft 
{
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideLeftToRight 
{
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

.expandable-product-description
{
  margin-top: 25px;
}


.expandable-product-description-item
{
  width: 100%;
  margin-bottom: 15px;
  z-index: 9999999999999999;
}

.expandable-product-description-item span
{
  margin-bottom: 6px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  letter-spacing: 1px;
}

.expandable-product-description-item-content 
{
  display: none;
  padding: 1vh 5vw 108px;
  width: 50%;
  margin-bottom: 15px;
  position: fixed;
  z-index: 99999999;
  background: #fff;
  top: 0;
  height: 100%;
  right: 0;
  justify-content: center;
  overflow: auto;
}

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

  .description-toggle
  {
    margin-bottom: 15px;
  }
  .arne-product-card-info-container h3
  {
    font-size: 12px !important;
  }

  .expandable-product-description-item-content
  {
    position: unset;
    width: 100%;
    padding: 15px;
  }

  .expandable-product-description-item-content-inner
  {
    width: 90%;
    top: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }


  .expandable-product-description-item span
  {
    margin-bottom: 15px;
    text-align: left;
  }

  .close-btn
  {
    right: 0%;
  }
}



.mix-match-quick-buy
{
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  z-index: 9;
  display: flex;
  text-align: center;
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}

.mix-match-quick-buy-svg
{
  width: 14px;
}


.quick-buy-variants .swatch
{
    display: unset !important;
}

@media only screen and (min-width: 769px)
{
  
  .mix-match-quick-buy
  {
    display: none;
  }
}

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

  .mix_match_products .arne-product-card-quick-add-container
{
  display: none;
}

  .arne-sticky-product-btns
  {
    display: none;
  }

}

.rvar-custom-product-card .wishlist
{
  display: none;
}

.breadcrumb span:hover 
{
  text-decoration: underline;
  cursor: pointer;
}


.mix_match_popup.openpopup
{
  display: none;
}

.OOS-btn
{
  display: block !important;
}

body #easysize_button
{
  position: relative;
  left: 5px;
  top: 5px;
  float: left;
  margin-bottom: 5px !important;
  text-align: center;
}

#delivery-metafield-FRANCE
{
  max-width: 100rem;
  margin: 1.5rem auto;
  font-size: 12px;
}

::part(osm-badge)
{
  display: none;
}

.klarna-BW
{
    vertical-align: middle;
    display: inline-block;
}

.klarna-BW svg
{
  width: 75px;
}

#arne-klarna
{
    display: inline-block;
    vertical-align: middle;
}

.arne-klarna-placement
{
  padding-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
  width: 49%;
  text-align: center;
}

/* .arne-side-cart-upsells .wishlist
{
  display: none;
} */


.wishlist_icone_wraper .no-search
{
  display: none !important;
}

.itl-christmas-cutoff
{
  display: block;
  text-align: center;
  padding: 20px;
  margin: auto;
}


.arne-sticky-product-btns-select-size
{
  display: none;
}

.fixed-header
{
  position: sticky;
  top: 0;
}

.gorgias-chat-key-1spa6uy
{
  z-index: 99999998 !important;
  bottom: 15px !important;
}

.template-product .gorgias-chat-key-1spa6uy
{
    bottom: 20px !important;
}

@media only screen and (max-width: 767px)
{
    .template-product .gorgias-chat-key-1spa6uy
    {
      bottom: 70px !important;
    }
}
.arne-sticky-product-btns-select-size
{
  flex: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  display: flex;
}

.arne-sticky-product-btns .product-single__notification
{
  display: none !important;
}


.arne-sticky-product-btns-select-size
{
  flex: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  display: flex;
  height: 65px;
  font-size: 11px;
}

.sticky-btns-content
{
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 99999999999999999999999 !important;
  background-color: #fff;
}

.sticky-btn-active
{
  display: block;
  bottom: 0%;
  padding: 15px;
  transition: all 0.5s ease;
}

.sticky-btns-content .swatch .sizeswatch
{
  padding-bottom: 0px;
  margin-bottom: 15px;
  max-height: 385px; 
  overflow: scroll;
}

.arne-sticky-product-btns-select-size
{
  flex: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  display: flex;
}

.arne-sticky-product-btns .product-single__notification
{
  display: none !important;
}


.arne-sticky-product-btns-select-size
{
  flex: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  display: flex;
  height: 65px;
  background: #000;
  color: #fff;
}

.sticky-btns-content
{
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 9999999999999;
  background-color: #fff;
}

.sticky-btn-active
{
  display: block;
  bottom: 0%;
  padding: 15px;
  transition: all 0.5s ease;
}

.sticky-btns-content .swatch .sizeswatch
{
  padding-bottom: 0px;
  margin-bottom: 15px;
  max-height: 385px; 
  overflow: scroll;
}


.swiper-btn 
{
  top: 30% !important;
}

.arne-size-showing
{
    display: none;
}


.low-stock-message
{
  display: none;
}

.red-dot 
{
  width: 10px;
  height: 10px;
  display: inline-block;
  background: red;
  border-radius: 50%;
  padding-right:10px;
}

.arne-stock-message
{
  text-align: left;
}

.order-history-returns
{
  display: inline-block;
  padding: 15px 0px 15px 0px;
}

.arne-product-card-colour-options
{
  display: none;
}

.arne-product-card-swatches-loader
{
  display: none;
}

.gorgias-contact-popup
{
  width: 100%;
}

.swatch .clearfix  .option_colour
{
  display: none;
}

.sticky-menu
{
  background-color: #fff;
}

.arne-pre-sale-locked-arrow 
{
  display: inline-flex;
  padding: 5px;
}


.arne-pre-sale-locked-link-text
{
  display: inline-flex;
}


.arne-pre-sale-locked
{
  display: block;
  width: 100%;
  margin: auto;
}

.arne-pre-sale-locked-content
{
  display: inline-block;
  width: 100%;
  position: relative;
}

.arne-pre-sale-locked-content img
{
  display: inline-block;
  width: 100%;
  object-fit: contain;
}

.arne-pre-sale-locked-text-timer
{
  font-size: 35px;

  color: #fff;
  
  height: 100%;
}

.arne-pre-sale-locked-text-timer .banner_timer
{
  position: absolute;
  top: 50%;
  left: 5%;
}

.arne-pre-sale-locked-link
{
   color: #fff;
   font-size: 22px;
   
   border-bottom: 1px solid #fff;
   display: flex;
   justify-content: center;
   width: fit-content;
   align-content: center;
}

.arne-pre-sale-locked-content video
{
   width: 100%;
}

.timer-block__num, .timer-block__unit
{
  padding: 5px;
}

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

  body #easysize_button
  {
    display: flex;
  }

  
  .cart__main_section .cart-delivery-wrapper-model .cart-delivery-btn
  {
      width: 100%;
      display: block;
      margin-top: 0px;
  }
  
  .arne-pre-sale-locked-text-timer
  {
    font-size: 65px;
  }
}


@media only screen and (max-width: 650px)
{
  .arne-pre-sale-locked-text-timer
  {
    font-size: 32px;
    top: 50%;
  }

  .arne-pre-sale-locked-link
  {
    font-size: 14px;
  }
}

.grid-product__image-nav--prev .icon 
{
  width: 30px;
  height: 40px;
}

.nav-level-1 .nav-icon-right
{
  display: none;
}

.nav-level-1.start .nav-icon-left
{
  display: none !important;
}


.size-drawer-outer .arne-size-chart-container
{
  overflow-y: scroll;
}

.timer-display
{
  
  margin-bottom: 10px;
}
.navigation-wrapper-inner 
{
  max-height: calc(94vh - 100px);
  overflow-y: auto;
}

.mobile-layout-view-wrapper
{
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.desktopsearchicon
{
  float: right;
  position: relative;
  bottom: 15px;
}

.app_store_icons a
{
   vertical-align: middle;
   padding: 5px;
}

#product-delivery-timer span
{
  color: rgb(227, 148, 75); 
} 

#product-delivery-timer
{
  font-size: 13px;
  text-transform: unset;
  padding-bottom: 14px;
}

#cart-delivery-timer span
{
  color: rgb(227, 148, 75);
} 

#cart-delivery-timer
{
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
}

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

.wishlistcounter
{
    position: absolute;
    top: 2px;
    right: 0px;
    background-color: #000;
    width: 16px;
    height: 16px;
    border-radius: 18px;
    color: #fff!important;
    font-size: 9px;
    line-height: 15px;
    transform: translate(50%,-50%);
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    z-index: 99;
}

  .ideal-pay
  {
    font-size: 7px;
    position: relative;
    right: 12px;
    top: 35px !important;
  } 

  .ideal-pay span
  {
    position: relative;
    right: 10px;
  } 


  .ideal-pay-sidecart span
  {
    font-size: 12px;
  }

    .cart__main_section .cart-delivery-content 
  {
  font-size: 14px;
  }

    .info-container
  {
    padding: 5px 50px;
  }

  .info-container .close-button
  {
    bottom: 0%;
  }

  #afterpay-paragraph
  {
    justify-content: center;
  }

  .arne-payment-methods-container afterpay-placement
  {
    text-align: center;
    margin: unset;
  }

  .arne-product-payment-options-container 
  {
    display: none;
    width: 100%;
    vertical-align: middle;
  }

  .arne-klarna-placement 
  {
    width: 100%;
    vertical-align: middle;
  }

  body #easysize_button
  {
    width: 99%;
    margin-bottom: 5px !important;
  }

  .swiper-slide .arne-product-card-quick-add-container
  {
    display: none !important;
  }

  .facets-wrapper
  {
    margin: auto;
    margin-left: 3px;
    align-items: center;
    display: flex;
    justify-content: center;
  }

    .facets-pill 
  {
    display: none !important;
  }

  .facets-container
  {
    text-align: center;
    display: unset !important;
  }

  
  .facets-pill 
  {
    display: none !important;
  }

  .facets-container
  {
    text-align: center;
    display: unset !important;
  }

    #cart-delivery-timer
    {
      font-size: 10px;
      text-transform: capitalize;
      text-align: center;
    } 
    #product-delivery-timer
    {
      font-size: 12px;
      text-transform: capitalize;
      text-align: left;
    } 

}

.mobile-gorgias-x
{
  text-align: right;
  color: white;
  padding-right: 12px;
  cursor: pointer;
  max-width: 680px;
  margin: auto;
}

body.c_sidebar_opened
{
  overflow: scroll !important;
}

#delivery_timer_wrapper
{
  padding: 5px 0px 5px 0px !important;
  text-align: left !important;
}

.product-international
{
  display: none;
}

#delivery-metafield-NETHERLANDS
{
  max-width: 100rem;
  margin: 1.5rem auto;
  font-size: 12px;
}

#delivery-metafield-GERMANY
{
  max-width: 100rem;
  margin: 1.5rem auto;
  font-size: 12px;
}


#delivery-metafield-USA
{
  max-width: 100rem;
  margin: 1.5rem auto;
  font-size: 12px;
}


#delivery-metafield-IRELAND
{
  max-width: 100rem;
  margin: 1.5rem auto;
  font-size: 12px;
}


#delivery-metafield-UAE
{
  max-width: 100rem;
  margin: 1.5rem auto;
  font-size: 12px;
}


#delivery-metafield-AUSTRALIA
{
  max-width: 100rem;
  margin: 1.5rem auto;
  font-size: 12px;
}

#delivery-metafield-other
{
  max-width: 100rem;
  margin: 1.5rem auto;
  font-size: 12px;
}

.product-single__cart-submit-wrapper a.btn.klaviyobtnBIS.product-single__cart-submit.klaviyo-bis-trigger span 
{
  position: relative;
  top: 3px !important;
}

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

  .mix_match_header .mix_match_title
  {
    text-align: center;
  }
  
  .accordianstab
  {
    justify-content: center;
  }

  .arne-color-swatch-container
  {
    margin-bottom: 8px
  }
}
.gorgias-contact-popup
{
  position: fixed;
  top: 50%;
  z-index: 999999999;
  display: none;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  padding: 20px 0;
}

#gorgias-contact-form-wrapper
{
  position: relative;
  width: 100%;
}

.gorgias-contact-popup.active
{
  display: block;
}

.sizechart
{ 
  position: relative;
  bottom: 32px;
  left: 82%;
}

.size-guide-rec
{
  padding-left: 5px;
  padding-top: 10px;
  font-size: 14px;
}

.swatch .header
{
  background-color: #fff;
  margin: unset;
}

.swatch .sizeswatch
{
  background-color: #fff;
  padding-bottom: 30px;
}

.swatch[data-option-index="0"]
{
    background-color: #fff !important;
}

.swatch[data-option-index="1"]
{
  display: none;
}

.swatch[data-option-index="1"] .size-guide-rec {
  display: none;
}


.mobile_drawer_filter .mobile-facets__open_wraper
{
  margin-right: unset;
}



.arne-klarna-placement
{
  padding-bottom: 5px;
  padding-top: 5px;
}

.checkout-btn
{
  text-decoration: none;
}

.manage-recharge-icon svg 
{
    height: 30px !important;
    width: 28px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    flex: 0 0 10%;
    max-width: 100% !important;
    font-size: 20px !important;
    padding-right: 2px;  
}

.allorders .orderinnerwrap
{
  height: 350px;
  overflow-y: scroll;
}

.dummy--payment-method
{
  display: none !important;
}

.manage-recharge
{
    padding-bottom: 10px;
    justify-content: flex-start !important;
}

body#account .accountdetails .rightside .subscriptionform
{
  display: none;
}

.custom-metafield-desktop
{
  display: none;
}


.custom-text-box
{
  font-size: 12px;
  margin-top: 10px;
}


.arne-paypal-placement
{
  display: none;
}


/*    Product Selector Css  */

    .product_selector
    {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .product_selector .product_selector_tab_wrapper
    {
        text-align: center;
        padding-left: 8px;
        padding-right: 8px;
        display: flex;
        flex-wrap: nowrap;
        min-width: 100%;
        width: 100%;
        overflow: hidden;
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
        scroll-behavior: smooth;
        white-space: nowrap;
        user-select: none;
        border-bottom: 1px solid #000;
    }

    .product_selector_tab_wrapper .product_selector_tab
    {
        cursor: pointer;
        border: 1px solid #c7c5c5;
        
    }
    .product_selector_tab_wrapper .product_selector_tab:first-child
    {
      border-top-left-radius: 4px;
    }
    .product_selector_tab_wrapper .product_selector_tab:last-child
    {
      border-top-right-radius: 4px;
    }
    
    .product_selector_tab_wrapper .product_selector_tab.active
    {
        border-color: #282828 #000 #fff #000;
        border-top: 4px solid;
        background-color: #fff;
        margin: 0 0 -1px 0;
        margin-left: 0!important;
        /* border-top-left-radius: 4px; */
        cursor: pointer;
        border: 1px solid #000;
        border-bottom-style: none;
        border-top-width: 4px;
    }

    .product_selector_tab_wrapper .product_selector_tab.active a
    {
        padding: 4px 15px 5px;
    }

    .product_selector_tab_wrapper .product_selector_tab a
    {
        font-size: 12px!important;
        line-height: 18px;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        text-decoration: none;
        padding: 6px 15px 5px 15px;
        height: 40px;
        display: flex;
        align-items: center;
    }

.article-card__image
{
  background-color: #fff !important;
}

.ais-Hits .arne-product-card-container-slider div.hoverimg
{
   padding-bottom: 150% !important;
}

.colour-swatch-wrapper .quick-buy-colour-list
{
  overflow-x: auto;
  touch-action: unset !important;
}

.size-drawer-outer .arne-size-chart-container .table
{
  overflow-x: scroll !important;
  margin: 8px;
  border: 1px solid #000;
}


.iti__arrow
{
    position: relative;
    left: 10px;
}

.iti__flag
{
  margin-right: 8px;
}

.mix_match_wrapper .arne-product-card-image-container
{
    padding-bottom: 100% !important;
}

.arne-product-card-image-container:hover + .mix_match_popup .arne-product-card-quick-add-container
{
    display: inline-flex;
}

.mix_match_products .arne-product-card-quick-add-variant-container span
{
    vertical-align: middle;
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    height: 40px !important;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    transition: border 0.2s ease;
    font-size: 10px !important;
    border-radius: 50%;
}

.mix_match_hide
{
    opacity: 0;
}

.arne-product-card-image-container:hover .mix_match_hide
{
    opacity: 1;
    transition: 0.2s ease;
}


.mix_match_products .arne-product-card-info-container
{
    display: flex;
}

.arne-product-card-quick-add-container-title
{
    display: block;
    width: 100%;
    padding-left: 5px;
    color: #808080;
    margin-bottom: 5px;
}

.mix_match_popup.openpopup .mix_match_wrapper .mix_match_header
{
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
}

.mix_match_confirm_x
{
    position: absolute;
    right: 8px;
    top: -25px;
    color: #fff;
    cursor: pointer;
}

.mix_match_wrapper
{
    max-width: 957px;
}

.mix_match_product_info h1
{
    padding-bottom: 5px;
    margin: 0;
    
    font-size: 14px;
}


.gg-check {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
        overflow: inherit !important;
  width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle;
}
.gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.mix_match_product
{
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.mix_match_colour span
{
    padding-right: 5px;
}

.mix_match_confirm
{
    
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    text-align: center;
    padding-left: 25px;
    margin-bottom: 20px;
}

.mix_match_confirm_close
{
    border: 1px solid black;
    width: 100%;
    padding: 15px;
    
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}

.mix_match_confirm_checkout
{
    width: 100%;
    padding: 15px;
    background-color: #333333;
    
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-top: 15px;   
    cursor: pointer;
    font-size: 12px;
}

.mix_match_image
{
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.mix_match_product_title
{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.mix_match_product_info
{
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-left: 15px;
    color: #808080;
}

.mix_match_price span
{
    
    color: #000;
}

.arne-product-card-quick-add-swipe
{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: clip;
    align-items: center;
}

.mix_match_popup .arne-product-card-quick-add-container
{
  height: 80px;
}

.arne-product-card-quick-add-swipe::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  margin-top: 8px;
  padding-top: 8px;
}

.arne-product-card-quick-add-swipe::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  width: 2px;
}

.arne-product-card-quick-add-swipe::-webkit-scrollbar-thumb {
  background-color: #888;
  width: 2px;
}

.arne-product-card-quick-add-swipe::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  width: 2px;
}

.mix_match_header .mix_match_title
{
    font-weight: 700;
    font-size: 18px;
  text-align:center;
}


@media only screen and (min-width: 1200px)
{
  .mix_match_wrapper .arne-product-card-image-container
  {
    padding-bottom: 150% !important;
  }
}

@media only screen and (min-width: 969px)
{
  .mix_match_products .arne-product-card-quick-add-variant-container span
  {
    border: unset;
    padding: 0 15px;
  }

  .arne-product-card-quick-add-variant-container span:hover
  {
    background-color: unset !important;
    color: #000;
  }

  .mix_match_wrapper
  {
    width: 55%;
  }

  
}


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

  .product_selector_tab_wrapper .product_selector_tab
  {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }


  .product_selector
  {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .product_selector_tab_wrapper .product_selector_tab a
  {
    letter-spacing: 1px !important;
  }

  .product_selector .product_selector_tab_wrapper::-webkit-scrollbar 
  {
    display: none;
  }

  .product-sale-percentage 
  {
    bottom: 10px;
    left: unset;
    right: 0;
  }

  .product-sale-badge
  {
    left: 0;
  }
  
  .sticky-product-btn
  {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: white;
    padding: 0px;
    display: flex !important;
    z-index: 998;
  }

  .rvar-custom-product-card .arne-product-card-title-container h3
  {
    max-width: 90%;
    text-wrap: wrap;
  }

  .gorgias-contact-popup
  {
    width: 100%;
    left: unset;
    transform: unset;
    max-width: 100%;
    position: fixed;
    top: 0%;
    padding: 20px 0 0;
  }


  #gorgias-contact-form-wrapper
  {
    width: unset;
    height: 100vh;
    overflow: scroll;
  }
  
      .custom-metafield-desktop
    {
        display: none;
    }

    .custom-metafield-mobile
    {
        display: block;
    }


    .mix_match_products .arne-product-card-quick-add-container
   {
      background: #fff !important;
      bottom: 0;
      position: absolute;
   }


    .arne-collection-container .arne-product-card-info-container
    {
           padding: 15px 5px 0;
    }

    #gf-products h3
  {
    width: 85%;
    display: inline-block;
    text-wrap: wrap;
  }


   .mix_match_slider_wrapper
   {
     margin-bottom: 15px;
   }



    .mix_match_product
    {
        width: 100%;
    }
    .mix_match_confirm
    {
        width: 100%;
        padding-left: 0px;
    }
    .mix_match_confirm_close
    {
        width: 100%;
        padding: 8px;
    }
    .mix_match_confirm_checkout
    {
        width: 100%;
        margin-top: 5px;
        padding: 8px;
    }

    .mix_match_product_title
    {
        font-size: 13px;
        text-align: center;
    }


  .mix_match_product_info
  {
    padding-left: 3px;
    text-align: left;
  }

   .mix_match_product_info h1
   {
     margin-bottom: 5px;
   }

   .mix_match_product
   {
    display: none;
   }

   .mix_match_wrapper
    {
        transform: translateY(100%);
        top: unset;
        left: unset;
        bottom: 0;
        max-width:100%;
    }
    .mix_match_popup.openpopup .mix_match_wrapper
    {
      transform: translateY(0);
    }

}

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

   .premier-delivery-table-wrapper
  {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .premier-delivery-faqs
    {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question
  {
    font-size: 12px;
  }
    .mix_match_product
    {
        width: 100%;
    }
    .mix_match_confirm
    {
        width: 100%;
    }
    .mix_match_confirm_close
    {
        width: 100%;
    }
    .mix_match_confirm_checkout
    {
        width: 100%;
        margin-top: 5px;
    }

    .mix_match_product_title
    {
        font-size: 13px;
    }

    .mix_match_wrapper
    {
      max-width: 100%;
    }

  .mix_match_product_info
  {
    padding-left: 3px;
    text-align: left;
  }

   .mix_match_product_info h1
   {
     margin-bottom: 5px;
   }

  .mix_match_wrapper .arne-product-card-image-container
  {
    padding-bottom: 150% !important;
  }
     
}

@media only screen and (max-width: 768px)
{
    .mix_match_confirm_close
    {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .mix_match_confirm_checkout
    {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.dummy--payment-method
{
    visibility: hidden;
    display: none;
}

/* .swatch .sizeswatch
{
  margin-bottom: 15px;
} */

.arne-product-card-image-container
{
  padding-bottom: 125% !important;
}

.easysize_button
{
  margin: auto !important;
}


.arne-product-title-price-wrapper
{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.arne-product-title-price-wrapper .arne-product-title-price-col .product-single__title 
{
    margin: 0 !important;
    padding: 0 !important;
    white-space: unset;
    text-overflow: unset;
    text-align: left;
}

.arne-product-title-price-wrapper .arne-product-title-price-col .product-single__prices 
{
    padding: 0px !important;
}

.arne-product-title-price-wrapper .arne-product-title-price-col .product-single__prices span
{
    margin: 0px !important;
    padding-left: 8px;
}

.arne-product-title-price-wrapper
{
  padding: 0 15px;
  margin-bottom: 10px;
}

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

  .mix_match_slider_wrapper
  {
    display: block;
    padding-left: 50px;
    padding-right: 30px;
  }

  .product-single__cart-submit-wrapper a.btn.klaviyobtnBIS.product-single__cart-submit.klaviyo-bis-trigger
  {
    display: block !important;
  }

  #soldout_trigger
  {
    display: none;
  }

  .sticky-btns-content
  {
    display: none;
  }

  .arne-product-title-price-wrapper
  {
      padding: 0 0px;
    margin-top: 15px;
  }

}

@media only screen and (max-width: 768px)
{
    .mix_match_confirm_close
    {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .mix_match_confirm_checkout
    {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .mix_match_slider_wrapper
    {
      padding: 10px;
    }
}

#klaviyo-form
{
    background-color: #fff;
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 71px);
    overflow: hidden auto;
    position: relative;
    padding-bottom: 30px;
}

.jpweMd {
    position: relative;
    background: rgb(250, 250, 250);
    border-radius: 4px;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    border: 0px;
    flex-direction: row;
    cursor: default;
    opacity: 0.5;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: flex-end;
}

.jpweMd.not-checked label:before {
    border: 2px solid red;
  }

.jpweMd div:first-of-type {
    margin-right: 10px;
}

.jpweMd div {
    font-size: 12px;
    letter-spacing: 0.0171429rem;
    line-height: 20px;
    ;
    text-transform: none;
    color: rgb(26, 26, 26);
}


*/  Premier Delivery   */

.product__description__selling_plan
{
  display: none;
}

.premier-delivery-icon-mob
{
  display: flex; 
}

.premier-delivery-icon-mob svg
{
  width: 35px !important;
  height: 35px !important;
}

.premier-delivery-icon-mob img
{
  width: 25px;
}

.premier-delivery-icon-mob
{
  display: flex; 
}

.premier-delivery-icon
{
  display: inline-block;
  width: 45px;
  position: relative;
  top: 3px;
  padding: 0px !important;
  padding-right: 8px !important;
}

.premier-delivery-icon img
{
  width: 50px;
}

.premier-delivery-wrapper
{
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.premier-delivery-logo
{
  display: inline-block;
  width: 100%;
  background-color: #f5f5f2;
  padding: 50px;
  font-size: 20px;
  
  text-align: center;
}

.header-wrapper .cls-3, .menu_sidebar .cls-3
{
  stroke-width: 2.5px;
}

.icon_arne-delivery svg 
{
  height: 65px !important;
}

.icon_arne-delivery
{
  position: relative;
  right: 9px;
  top: 2px;
}

.icon_new
{
  position: relative;
  bottom: 5px;
}


.premier-delivery-top-img
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    padding-top: 35px;
    width: 100%;
  object-fit: scale-down;
}

.premier-delivery-logo span
{
  display: flex;
  justify-content: center;
  line-height: 20px;
}

.premier-delivery-locations
{
  display: none;
  width: 100%;
  background-color: rgb(205, 226, 245);
  padding: 5px;
}

.faq-question .arrow
{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(315deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 10px;
}

.premier-delivery-location-img
{
  display: inline-block;
  height: 36px;
  width: 36px;
  vertical-align: middle;
}

.premier-delivery-locations h1
{
  color: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  
  letter-spacing: 2px;
  line-height: 24px;
  margin: 0;
  padding-left: 6px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  width: 80%;
}

.premier-delivery-content-wrapper
{
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 650px;
}

.premier-delivery-content-wrapper em
{
  text-decoration: line-through;
  font-style: normal;
  font-size: 16px;
}

.premier-delivery-content
{
  display: inline-block;
  padding: 32px;
  max-width: 650px;
  padding-bottom: 52px;
}

.premier-delivery-table-wrapper
{
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
  max-width: 800px;
  padding: 48px;
  width: 100%;
  padding-top: 52px;
}

.premier-delivery-table .table
{
  height: 100%;
  width: 100%;
  color: #000;
  text-transform: inherit;
}

.premier-delivery-table table
{
  width: 100%;
}

.premier-delivery-table table td 
{
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.premier-delivery-table table span 
{
  display: block;
  font-size: 9px;
}


.premier-delivery-content:nth-child(2)
{
  padding-top: 0;
  padding-bottom: 0px !important;
} 

.premier-delivery-table table td:nth-child(3) 
{
  background-color: darkgray;
  color: #000;
  border-top: 1px solid #999;
}
.premier-delivery-table table td:nth-child(2) 
{
  background-color: #f8f8f8;
  color: #000;
  border-top: 1px solid #999;
}

.premier-delivery-faqs
{
  display: inline-block;
  width: 100%;
}

.faq-box 
{
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
}

.faq-question 
{
  position: relative;
  padding-bottom: 15px;
}

.faq-answer 
{
  height: 0;
  overflow: hidden;
}

.faq-answer.open 
{
  max-height: 1000px; /* Adjust this value to fit the actual content height */
  transition: max-height 0.7s ease;
}

.faq-question .arrow.rotate
{
  transform: rotate(134deg);
}


*/  Cart Delivery   */
  .cart-arrow i 
  {
    transition: transform 0.3s ease;
  }
  
  .cart-arrow.rotated i 
  {
    transform: rotate(180deg);
  }  

  .cart-arrow
  {
    position: absolute;
    color: #2d2d2d;
    font-size: 22px;
    transition: 0.2s ease;
    cursor: pointer;
    right: 0;
    display: none;
  }

  .cart-profile-delivery .cart-delivery-wrapper-model .cart-delivery-content p
  {
    width: 100%;
  }
  
  .cart-delivery-wrapper
  {
     display: block;
     width: 50%;
     padding-top: 20px;
     padding-bottom: 20px;
  }


  .shopping-item-list .cart-delivery-content
  {
    width: 45%;
    text-align: left;
  }

  .cart-delivery-image
  {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }

  .check-circle 
  {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .check-circle::before 
  {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
  }
  
  .check-circle::after 
  {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-color: #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
  }
  
  .check-circle.active::after 
  {
    display: block;
  }


  .cart-delivery-content
  {
    display: inline-block;
    width: 65%;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    text-align: left;
  }

  .cart-delivery-promotional-content
  {
    width: 100% !important;
  }

  .cart-delivery-promotional-content p
  {
    margin: 0;
  }

  .cart-delivery-promotional-content .cart-delivery-content-compare-price,
  .cart-delivery-promotional-content .cart-delivery-content-price
  {
    width: fit-content;
    padding-bottom: unset;
  }

  .cart-delivery-promotional-content .cart-delivery-content-compare-price .money,
  .cart-delivery-promotional-content .cart-delivery-content-price .money
  {
    width: fit-content !important;
  }

  .cart-delivery-promotional-content .cart-delivery-content-compare-price .money
  {
    text-decoration: line-through;
    font-size: 16px;
  }

  .cart-delivery-promotional-content .cart-delivery-content-price .money
  {
    font-weight: 600;
  }

  .cart-delivery-content .cart-delivery-content-compare-price,
  .cart-delivery-content
  {
    width: fit-content;
    padding-bottom: unset;
    display: inline;
  }

  .cart-delivery-content .cart-delivery-content-compare-price
  {
    text-decoration: line-through;
  }

  .cart-delivery-content h1
  {
    font-size: 16px;
    
  }

  .cart-delivery-content h2
  {
    font-size: 16px;
  }

.cart-delivery-extra-content 
{
  width: 100%;
  font-size: 16px;
  padding-top: 15px;
  border-top: none;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
  font-size: 12px;
  display: none;
}

.cart-delivery-extra-content.open 
{
  max-height: 1000px; /* Adjust this value to fit the actual content height */
  transition: max-height 0.7s ease;
}

.cart-arrow.rotate
{
  transform: rotate(180deg);
  transition: 0.2s ease;
}

  @keyframes dropdown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .cart-delivery-extra-content h1
  {
    font-size: 16px;
  } 

  .cart-delivery-extra-content h2
  {
    font-size: 16px;
    width: 50%;
  }

  .cart-extra-delivery-content strong
  {
    font-style: normal;
    
    font-size: 1.13em;
    letter-spacing: 2.5px;
    line-height: 1.5em;
    padding: 0;
    text-transform: uppercase;
  }

  .cart-delivery-btn
  {
    background-color: #000;
    color: #fff;
    border-radius: 0px !important;
    width: 70%;
    padding: 10px;
    font-size: 11px;
  }

.cart-delivery-wrapper-model .cart-delivery-btn {
    width: 100%;
}

  .cart-delivery-btn:hover
  {
     color: #444444;
     background: #fff;
     transition: 0.2s;
     border: 1px solid black;
  }


  .cart-delivery-wrapper .cart-delivery-image
  {
    width: 125px;
  }

  .cart-delivery-content p 
  {
    letter-spacing: 1.25px;
  }

  .cart-delivery-wrapper-model .cart-delivery-content p 
  {
    font-size: 12px;
    letter-spacing: .4px;
    line-height: 1.5em;
  }

  .cart-delivery-extra-content, .cart-delivery-extra-modal-content, .cart-delivery-extra-modal-content-two 
  {
    letter-spacing: 0.5px;
    font-size: 14px;
  }

  .cart-delivery-content strong
  {
    letter-spacing: 2px;
    line-height: 1.5em;
    display: inline-block;
    padding-bottom: 15px;
    width: 75%;
  }

  .drawer-alignment .cart-delivery-wrapper-model
  {
    padding: unset !important;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }

  .drawer-alignment .cart-delivery-content
  {
    width: 64%;
  }

  .cart-profile-delivery .cart-delivery-content strong
  {
    font-size: 14px;
  }

  .cart-delivery-content span 
  {
    display: none;
    padding-bottom: 15px;
    background-color: #fafbfb !important;
  }
  .cart-delivery-extra-content p
  {
    text-align: left;
  }

.cart-delivery-image img
{
  width: 100%;
  display: block;
}

.shopping-item-list .cart-delivery-image
{
  width: 100%;
}

  @media only screen and (min-width: 2500px)
  {
    .shopping-item-list .cart-delivery-content
    {
      width: 20% !important;
    }
  }

  @media only screen and (min-width: 2000px)
  {
    .shopping-item-list .cart-delivery-content
    {
      width: 35%;
    }
  }

  @media only screen and (min-width: 1500px)
  {
    .shopping-item-list .cart-delivery-content
    {
      width: 35% !important;
    }
  }


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

    .arne-size-showing
    {
      display: none;
    }

    .premier-delivery-logo span
    {
       line-height: 30px;
    }
    

    .cart-delivery-wrapper
    {
      width: 100% !important;
    }


  
    .cart__main_section .cart-delivery-content
    {
      width: 64%;
    }

    .shopping-item-list .cart-delivery-image img 
    {
      width: 100%;
    }

    .cart-delivery-btn
    {
      width: 90%;
    }

    .cart-arrow
    {
      font-size: 18px;
    }

    .cart-delivery-extra-content
    {
      font-size: 14px;
    }

    .cart-delivery-content strong
    {
      font-size: 15px;
    }

    .shopping-item-list .cart-delivery-content p
    {
      width: 100%;
    }
  }

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

    .cart-delivery-extra-content
    {
      font-size: 12px;
    }

  }

/* Cart Delivery Model */

.cartDrawer .cart-delivery-wrapper
{
  width: 100%;
}

.cart-delivery-wrapper-model
{
  display: block;
  width: 100%;
  text-align: left;
  margin: auto;
  background-color: #fafbfb;
  margin-top: 15px;
}

.cart-delivery-extra-modal-content
{
  font-size: 14px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-top: 15px;
}

.cart-delivery-extra-modal-content-two
{
  font-size: 14px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-top: 15px;
}

.cart-delivery-extra-modal-content-two.open
{
  max-height: 1000px;
  transition: max-height 0.5s ease;
}

.cart-delivery-extra-modal-content h1
{
  font-size: 14px;
}

.cart-delivery-extra-modal-content h2
{
  font-size: 14px;
}

.cart-delivery-extra-modal-content.open
{
  max-height: 1000px;
  transition: max-height 0.5s ease;
}


.cart-delivery-wrapper-model .cart-arrow
{
  cursor: pointer;
  font-size: 22px;
}

.cart-delivery-wrapper-model-two .cart-arrow
{
  cursor: pointer;
  font-size: 25px;
}

.cart-delivery-wrapper-model .cart-arrow.rotate
{
  transform: rotate(180deg);
}

.cart-delivery-wrapper-model-two .cart-arrow.rotate
{
  transform: rotate(180deg);
}


.cart-delivery-wrapper-model .cart-delivery-btn
{
  width: 100%;
}

.cart-delivery-wrapper-model-two
{
  display: block;
  width: 100%;
  text-align: left;
}

/*      */




.arne-draw-input-value
{
    position: relative;
    float: right;
    right: 25px;
    bottom: 55px;
    width: 100%;
    text-align: right;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 22px;
    ;
    text-transform: none;
}

.arne-draw-name 
{
    position: fixed;
    top: 0px;
    right: -771px; /* start off screen */
    width: 771px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 0 80px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    transition: right 0.45s cubic-bezier(0.42, 0, 0.58, 1);
  }
  
  .arne-draw-name.active 
  {
    right: 0; /* slide in */
    opacity: 1;
  }

.arne-draw-email 
{
    position: fixed;
    top: 0px;
    right: -771px; /* start off screen */
    width: 771px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 0 80px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    transition: right 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }

.arne-draw-open-name, .arne-draw-open-email, .arne-draw-open-address, .arne-draw-open-location, .arne-draw-open-size
{
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .1rem;
    line-height: 22px;
    
    text-transform: uppercase;
    color: #1a1a1a;
    height: inherit;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 86px;
    position: relative;
    column-gap: 24px;
    color: rgb(26, 26, 26);
}
  
  .arne-draw-email.active 
  {
    right: 0; /* slide in */
    opacity: 1;
  }

.arne-draw-address 
{
    position: fixed;
    top: 0px;
    right: -771px; /* start off screen */
    width: 771px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 0 80px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    transition: right 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }
  
  .arne-draw-address.active 
  {
    right: 0; /* slide in */
    opacity: 1;
  }

.arne-draw-location 
{
    position: fixed;
    top: 0px;
    right: -771px; /* start off screen */
    width: 771px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 0 80px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    transition: right 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  }
  
  .arne-draw-location.active 
  {
    right: 0; /* slide in */
    opacity: 1;
  }

.arne-location-options
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 48px;
    gap: 16px;
    width: 100%;
    padding-top: 48px;
}

.arne-location-option.active
{
    background: #e5e5e5;
    transition: 0.2s ease;
}

.arne-location-option
{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    outline: none;
    appearance: none;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
}

.arne-draw-size
{
    position: fixed;
    top: 0px;
    right: -771px; /* start off screen */
    width: 771px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: right 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    padding: 0 80px;
    text-align: center;
    transform: translate3d(0,0,0);
    transition: right 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.arne-draw-size.active {
    right: 0; /* slide in */
    opacity: 1;
}

.arne-draw-size select {
    display: none;
  }
  
  .arne-draw-options {
    margin-top: 0.5rem;
    font-size: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 48px;
  }
  
  .arne-draw-option {
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 40px !important;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border 0.2s ease;
    font-size: 10px !important;
    width: 15%;
    min-width: fit-content;
  }
  
  .arne-draw-option.active {
    background-color: #e5e5e5;
  }

  .arne-draw-information
  {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }

  .arne-draw-money
  {
    display: flex;
    font-size: 14px;
    letter-spacing: 0.0228571rem;
    line-height: 24px;
    
    text-transform: none;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 32px;
  }

  .arne-draw-money strong
  {
    font-size: 14px;
    letter-spacing: 0.0228571rem;
    line-height: 24px;
    
    text-transform: none;
  }

  .close-wrapper
  {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 32px 80px 48px;
    transition: box-shadow 0.2s ease 0s;
    box-shadow: none;
  }

.arne-draw-close-name {
    
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    justify-content: center;
    width: 100%;
    padding: 16px;
    bottom: 5%;
    margin: auto;
    left: 50%;
    transition: box-shadow 0.2s ease 0s;
    box-shadow: none;
}

.arne-draw-close-email {
    
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    justify-content: center;
    width: 100%;
    padding: 16px;
    bottom: 5%;
    margin: auto;
    left: 50%;
    transition: box-shadow 0.2s ease 0s;
    box-shadow: none;
}


.arne-draw-close-address {
    
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    justify-content: center;
    width: 100%;
    padding: 16px;
    bottom: 5%;
    margin: auto;
    left: 50%;
    transition: box-shadow 0.2s ease 0s;
    box-shadow: none;
}

.arne-draw-close-location {
    
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    justify-content: center;
    width: 100%;
    padding: 16px;
    bottom: 5%;
    margin: auto;
    left: 50%;
    transition: box-shadow 0.2s ease 0s;
    box-shadow: none;
}

.arne-draw-close-size {
    
    display: flex;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    justify-content: center;
    width: 100%;
    padding: 16px;
    bottom: 5%;
    margin: auto;
    left: 50%;
    transition: box-shadow 0.2s ease 0s;
    box-shadow: none;
}

.arne-draw-field label
{
    width: 100%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.0857143rem;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    
    padding: 33px 0px 0px;
}

.arne-draw-field input#email
{
    background-color: unset !important;
    width: 100%;
    float: unset;
    background: white !important;
    margin-top: 5px !important;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.arne-draw-field input
{
   text-align: left;
   border-bottom: 1px solid rgb(242,242,242);
   width: 100%;
   height: 33px;
}


.arne-draw-field select 
{
    float: right;
    text-align: end;
}

.cartDrawer .closecart
{
    padding: 5px 5px 20px 20px;
}

.dummy--payment-method
{
    visibility: hidden;
    display: none;
}

.shopify-policy__body
{
    max-width: 100rem !important;
    margin: auto;
    text-align: left;
}

/* .GlobaleFreeShippingBannerContainer
{
    display: none;
} */

.ge-free-shipping-container .ge-free-shipping-msg
{
    padding: 5px;
    background-color: #f5f5f5;
}

.shopify-policy__body p
{
    text-align: left;
}

.shopify-policy__body ol
{
    list-style: unset !important;
}

.shopify-policy__body ul
{
    list-style: unset !important;
}

.shopify-policy__container .shopify-policy__body .rte
{
    text-align: left;
}

.arne-draw-field
{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgb(242, 242, 242);
    justify-content: center; 
    padding: 10px;
    
    letter-spacing: 0.1rem;
    height: 86px;
}

.arne-draw-field-btn
{
    margin-top: 35px;
    padding: 20px;
    text-align: center !important;
    border-bottom: unset;
    border: unset;
    background-color: #a4a4a4;
    color: #fff;
    align-items: center;
    height: 46px;
    opacity: 1;
    transition: 0.3s ease;
    cursor: pointer;
}

.arne-draw-field-btn.disabled
{
    pointer-events: none;
    opacity: 0.3;
}

.arne-draw-btn-text
{
    font-size: 14px;
    letter-spacing: 0.1rem;
    line-height: 22px;
    
    text-transform: uppercase;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    opacity: 1;
}

.article__text
{
    font-size: 12px;
}


@media only screen and (max-width: 999px)
{
    .shopify-policy__body
    {
        max-width: unset !important;
        margin: auto;
        text-align: left;
    }

    .shopify-policy__body p
    {
        text-align: left;
    }

    .shopify-policy__body ul
    {
        text-align: left;
    }

    .shopify-policy__container .shopify-policy__body .rte
    {
        text-align: left;
    }

    .arne-location-option
    {
        margin: 2px;
    }

    .arne-draw-option
    {
        font-size: 12px;
        padding: 0.5rem 0.5rem;
    }

}

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

   .arne-draw-name
   {
    width: calc(100% - 0px) !important;
   }

   .arne-draw-email
   {
    width: calc(100% - 0px) !important;
   }

   .arne-draw-address
   {
    width: calc(100% - 0px) !important;
   }

   .arne-draw-location
   {
    width: calc(100% - 0px) !important;
   }

   .arne-draw-size 
   {
    width: calc(100% - 0px) !important;
   }



}


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


    .arne-draw-close-name, .arne-draw-close-email, .arne-draw-close-address, .arne-draw-close-location, .arne-draw-close-size
    {
        transform: translate(-0%,425%);
    }

    #klaviyo-form
    {
        padding: 0 16px;
    }

    .arne-draw-name, .arne-draw-email, .arne-draw-address, .arne-draw-location, .arne-draw-size
    {
        padding: 0 16px;
    }

    .close-wrapper
    {
        padding: 10px 16px 10px;
        bottom: unset;
        position: unset;
    }

    .arne-draw-field label:first-child
    {
       margin-top: 100px;
    }
  }

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

  .image-wrapper img
  {
    height: 850px !important;
  }
  
    .sizechart 
    {
      left: 80% !important;
    }
}

@media only screen and (max-width: 390px)
{
  .delivery-title-mob
  {
    width: 50%;
  }
}

.cartDrawer .closecart
{
    padding: 5px 5px 20px 20px;
}

.dummy--payment-method
{
    visibility: hidden;
}

.shopify-policy__body
{
    max-width: 100rem !important;
    margin: auto;
    text-align: left;
}

/* .GlobaleFreeShippingBannerContainer
{
    display: none;
} */

.ge-free-shipping-container .ge-free-shipping-msg
{
    padding: 5px;
    background-color: #f5f5f5;
}

.shopify-policy__body p
{
    text-align: left;
}

.shopify-policy__body ol
{
    list-style: unset !important;
}

.shopify-policy__body ul
{
    list-style: unset !important;
}

.shopify-policy__container .shopify-policy__body .rte
{
    text-align: left;
}

@media only screen and (max-width: 968px)
{
    .shopify-policy__body
    {
        max-width: unset !important;
        margin: auto;
        text-align: left;
    }

    .shopify-policy__body p
    {
        text-align: left;
    }

    .shopify-policy__body ul
    {
        text-align: left;
    }

    .shopify-policy__container .shopify-policy__body .rte
    {
        text-align: left;
    }
}

.arne-product-draw-popup.active {
    right: 0; /* slide in */
  }

.arne-product-draw ul 
{
    list-style: disc;
}

.arne-draw-product-details
{
    text-decoration: underline;
    margin-bottom: 15px;
    margin-top: 30px;
}

.arne-product-draw
{
  padding: 15px;
}

.arne-product-draw-btn
{
    background: #000;
    color: #fff;
    margin: auto;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px)
{
    .arne-product-draw-wrapper
    {
        width: 100%;
    }
}

.footwear-links
{
    margin: auto;
    padding: 0px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
} 

.footwereNavParent
{
    padding: 10px;
}

.aa-dropdown-menu .aa-product-title, .aa-dropdown-menu .aa-product-info
{
    white-space: unset !important;
}

.product-single__title 
{
    margin-top: 20px !important;
}

.arne-dev-images
{
    display: flex;
    width: 75%;
    margin: auto;
}

.arne-dev-image
{
    display: inline-flex;
    width: 50%;
}

.arne-dev-image img
{
    width: 100%;
}

.colIconwrap .iconwrap .icon-nav.icon_styling_coming-soon svg .cls-2
{
    font-size: 23px;
}

.template-page__title::after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #f2f2f2;
    width: 6.25rem;
}

.template-page__title
{
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1em;
    text-align: center;
    padding: 1.5rem 0.75rem;
    max-width: 48rem;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.04em;
}

.template-page-content
{
    padding: 0.75rem;
}

.template-page-content
{
    margin: 1.5rem auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}


footer .footersubscribe .klaviyo-form.klaviyo-form-version-cid_2
{
    max-width: 100% !important;
}

footer .email-signup
{
    width: 25% !important;
}

.arne-product-card-container-slider-search .quick-buy,
.arne-product-card-container-slider .quick-buy
{
  width: 30px;
  height: 30px;
}

.footergrid .grid__item
{
    width: 15%;
    text-align: start;
}

.newsletterpopup.openpopup .popupheader
{
    margin-bottom: 40px;
}

.newsletterpopup.openpopup .email-signup form .email-signup__list input,
.newsletterpopup.openpopup .email-terms-check
{
    margin-right: 10px;
}

.lightning-product-container>.flexbox .image-area
{
    margin: 50px 0 0 20px;
}

.lightning-product-wrapper
{
    padding-top: 30px;
}

.lightning-product-container .flexbox
{
    align-items: flex-end;
}

.lightning-product-container>.flexbox .image-area img
{
    min-height: 500px;
    object-fit: cover;
}

.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor .ql-font-georgia
{
    font-size: 12px !important;
}


.FOF-container 
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.image-wrapper 
{
  flex-basis: 50%;
  box-sizing: border-box;
}

.image-wrapper img 
{
  width: 100%;
  height: auto;
  padding: 0px;
}

.text-boxes-wrapper 
{
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 10px;
  align-content: center;
  flex-direction: column;
}

.text-boxes-wrapper > div 
{
  flex-basis: 50%;
  box-sizing: border-box !important;
  padding: 20px;
  background: black;
  color: white;
  width: 40%;
  display: flex;
  justify-content: center;
  margin: 5px !important;
}

@media (max-width: 767px)
{
  .text-boxes-wrapper > div
  {
      width: 100%;
      padding: 5px;
  }
}

.p-text
{
  display: flex;
  justify-content: center;
  font-size: 16px;
  text-align: center;
}

.p-text-first
{
  display: flex;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
}

.nf-invert-text
{
  color: #fff
}



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

      .product-page-custom-main .product-page .breadcrumb 
      {
        margin-top: 20px;
      }

    .product-single__cart-submit-wrapper a.btn.klaviyobtnBIS.product-single__cart-submit.klaviyo-bis-trigger
    {
        display: block !important;
    }
  
    .lightning--product .lightning-product-container .set>a
    {
        padding: 25px 15px;
    }

    .lightning--product .lightning-product-container .set>a i
    {
        right: 15px;
    }

      .collection_icon
    {
      position: relative;
      top: 3px;
    }
}

@media screen and (min-width: 1024px)
{
    .lightning--product .lightning-product-container .set>a
    {
        padding: 25px 60px;
    }

    .lightning--product .lightning-product-container .set>a i
    {
        right: 60px;
    }
}

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

     .arne-product-card-container-slider-search .quick-buy, .arne-product-card-container-slider .quick-buy
    {
      display: none;
    }

    .header-content-center
    {
        padding: 20px 20px;
    }

    .custom-metafield-desktop
    {
        display: block;
    }

    .custom-metafield-mobile
    {
        display: none;
    }  

}

@media screen and (min-width: 1400px)
{
    .lightning-product-container .flexbox
    {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px)
{
    .lightning-product-container .flexbox
    {
        align-items: unset;
    }

    .lightning-product-container>.flexbox .image-area img
    {
        min-height: 100%;
    }
}

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

  .mix_match_wrapper
  {
    text-align: center;
  }

    .iconpopupbox .navigations_link ul,
    .colIconwrap .iconpopupbox .footwereNavParent
    {
        margin: 0px;
    }

    .iconpopupbox .navigations_link ul li a
    {
        padding-bottom: 20px;
    }
    .iconpopupbox .innericon .cls-1
    {
        stroke-width: 0.3px;
    }
    .iconpopupbox .innericon .cls-2
    {
        fill: none;
    }
    footer .email-signup,
    .footergrid .grid__item
    {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px)
{
    .lightning-product-wrapper
    {
        padding-top: 15px;
    }

    .lightning-product-wrapper .lightning-product-container .accordion-container
    {
        margin: 40px 10px;
    }

    .lightning--product .lightning-product-container .set>a i
    {
        right: 15px;
    }

    .arne-product-draw-info
    {
        display: block;
        padding: 50px 20px;
    }

    .arne-product-draw-info .arne-product-draw-info-title
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .arne-product-draw-media-images
    {
        flex-direction: column;
        padding: 0;
    }

    /* .arne-product-draw-image-container
    {
        padding-bottom: 125%;
        margin-bottom: 10px;
    } */

    .arne-product-draw-quote-container
    {
        margin: 100px auto;
        padding: 0 20px;
    }
}

.arne-coming-soon-tablet
{
    display: none;
}

.size-guide-rec
{
  display: none;
}

.pre_order-message
{
    font-size: 12px !important;
}

@media only screen and (min-device-width: 750px) and (max-device-width: 1000px) 
{
    .arne-coming-soon-tablet
    {
        display: flex;
        width: 100%;
        font-size: 16px;
        text-align: center;
        position: absolute;
        right: -135px;
    }
}

@media only screen and (min-width: 769px)
{
  .arne-sticky-product-btns-select-size
  {
    display: none;
  }

    .product-single__cart-submit-wrapper
  {
    display: block !important;
  }
}

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

  
  


  .product-single__cart-submit-wrapper
  {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
  }

  .sizechart
  {
    left: 82%;
  }

  .size-guide-rec
  {
    padding-left: 0px;
    display: none;
  }
}

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

  .mobile-layout-view-wrapper
  {
    position: relative;
    left: 8px;
  }

}


.arne-color-swatches
{
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
}

.arne-card-swatch
{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
}

.arne-card-swatch-active
{
  border: 2px solid #ccc !important;
  padding: 1px;
}

.arne-card-swatch-inner
{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: contain;
}

body:not([data-market="gb"]) .tc-mobile-download-banner-container
{
    display: none !important;
}

@media only screen and (max-width: 767px)
{
  .arne-card-swatch
  {
    width: 20px;
    height: 20px;
  }

  .cartDrawer .arne-card-swatch 
  {
    width: 17px;
    height: 17px;
  }
}