/** Shopify CDN: Minification failed

Line 9:0 Comments in CSS use "/* ... */" instead of "//"
Line 15:2 "maring-top" is not a known CSS property
Line 82:0 Comments in CSS use "/* ... */" instead of "//"
Line 2547:0 Unexpected "<"

**/
// CSS From Kaleb Ufton/ EKOH CRO experiments
.cro-impact-pill-container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  maring-top:20px;
  margin-bottom:10px;
}
  .cro-impact-text-l1{
  font-size: 6pt;
  font-weight: 700;
    line-height: 1em;
  margin-bottom: 2px;
}
.cro-pill-image-impact {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.cro-pill-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cro-pill {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cro-pill-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.cro-pill-text {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 40px);
}

.cro-pill-text-line1 {
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 2px;
}

.cro-pill-text-line2 {
  font-size: 8px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .cro-pill-text-line1 {
    font-size: 7pt;
  }
  .cro-impact-text-l1{
  font-size: 6pt;
}
  .cro-impact-text-l2{
  font-size: 5pt;
}
  .cro-pill-text-line2 {
    font-size: 6pt;
  }
}

// End CRO Code
.ProductItem__LabelList.cust_right{
	left: auto;
	right: 10px;
} 
 
.ProductItem__LabelList.cust_right .cus_right_title{
	background: #000;
}
.custom_form_enquiry h2{ 
	text-align: center;
}
.enquiry_custom.PageContent{
	margin-bottom: 20px !important;
}
.Footer--withMargin.enquiry_custom_footer{
	margin-top: 0px;
}
.customcheck .Linklist__Item::before { background:url(/cdn/shop/files/uncheck.png?8617971487506300853)!important ; 
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 0;
    top: 2px;
}
.Linklist__Item.is-selected::before { background:url(/cdn/shop/files/check.png?8617971487506300853)!important ; }
.customcheck .Linklist li {padding-left:0!important; margin-top:0px; margin-bottom:10px;}
.customcheck .Linklist__Item>.Link { padding-left: 28px; z-index: 9; position: relative; }
.hide_list {
    display: none;
}

/*8-8-2018*/
nav ul li a {font-family: "Futura";}
.customcheck .Linklist li button {font-family: "Futura";}
/*8-8-2018-end*/

.SectionHeader--center .SectionHeader__Description {
  
    color: #f94c43;
    font-weight: bold;
}

.Drawer__Container p{
color: #f94c43;
    font-weight: bold;
}

/**17-08-18**/
.main-custom-page-width {
    max-width: 800px;
    margin: -70px auto 0;
    background: #fff;
    position: relative;
    padding: 45px;
}
h1.custom__Title.Heading, .Cusom-page-header {
    font-size: 24px;
    margin: 0 0 40px 0;
}
.main-custom-page-width .Article__ShareButtons.ShareButtons {
    margin: 0 0 50px 0;
}
.custom_page .main_image-wrapper .custm_mian {
    background-image: url(/cdn/shop/articles/Bundara-NAIDOC-Event-0194_1400x_fd884597-bfd0-4de3-87b4-a88cb50ec9a2_1600x.jpg?v=1534485633);
    background-position: center center;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
}
.page-width.custom_blog {
    background: #5c5c5c;
    padding: 140px;
}
.page-width.custom_blog .new-custm1 {
    margin: 15px;
    width: 44%;
    display: inline-block;
    overflow: hidden;
}
.page-width.custom_blog .new-custm1 img:hover {
    transform: scale(1.1);
    transition: opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-width.custom_blog .new-custm1 .article__title a {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin: 25px 0 0;
    display: block;
}
.page-width.custom_blog .new-custm1 img {
    width: 100%;
    transition: opacity 0.3s ease,transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),-webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.custom_new-footer .Footer--withMargin {
    margin: 0;
}
.custm_mian img {
    width: 100%;
}


/*custom css 10-aug-2018 starts*/

@media (max-width: 1100px){
    .page-width.custom_blog {
    padding: 70px 0 50px;
}
  
}
@media (min-width: 641px) and (max-width: 1239px){
	.template-index #shopify-section-collection-list #section-collection-list .Carousel > div:last-child{
    	display: none !important;
    }
  	.template-index #shopify-section-1542958695308 #section-1542958695308 .Carousel > div:last-child{
    	display: none !important;
    }
    .template-index .CustomListCollections .Carousel > div:last-child{
    	display: none !important;
    }
}
@media (max-width: 767px){
  #contactsidea, #contactsideb{
  	width: 100%;
  }
  
  .main-custom-page-width {
    padding: 20px;
    margin: 30px 0 0 0;
   }
  h1.custom__Title.Heading, .Cusom-page-header {
    margin: 30px 0;
  }
  
  .custom_page .main_image-wrapper .custm_mian {
    height: 320px;
  }
  .page-width.custom_blog {
    padding: 40px 0 30px;
}
}

@media (max-width: 600px){
.page-width.custom_blog .new-custm1 {
    width: 100%;
  margin: 0 0 50px 0;
}
}
/*custom css 10-aug-2018 ends*/


/* Custom CSS 04-03-2020 - Brad */

/* Helpers */

.pd-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pd-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text--center {
  text-align: center;
}

.containr {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.containr-sml {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.cols {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.cols .col{
  margin-bottom: 30px;
  padding-left: 30px;
  width: 25%;
}

.cols .col img{
  margin-bottom: 20px;
  
}



@media (max-width: 1000px) {
  .cols .col{
    width: 50%;
  }
}

@media (max-width: 600px) {
  .cols .col{
    width: 100%;
  }
}

.ProductItem__Label {
    clear: both;
    float: left;
    margin: 0 0 2px;
}

.label-fs {
  background: #00b9f2!important;
  float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.label-po {
  background: #00B9F2!important;
}

.label-cot {
  background:  #C2B79B!important;
}

.label-rec {
  background: #B3E374!important;
}


#shopify-section-product-template .label-fs {
    margin-top: 4px;
}


.ProductMeta .ProductItem__LabelList.cust_right {
  position: relative;
  top: auto;
  right: auto;
}

.ProductMeta .ProductItem__LabelList.cust_right .ProductItem__Label {
    display: inline-block;
    float: none;
    clear: none;
}

#revy-upsell-popup-block #rev-shipping {
  text-align: center!important;
    display: block!important;
    color: #4dbaf2!important;
    font-weight: 600!important;
    font-size: 1.3em!important;
}

.Header__Wrapper .Form input::-webkit-input-placeholder {
  color: black!important;
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}
.Header__Wrapper .Form input:-moz-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}
.Header__Wrapper .Form input::-moz-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}
.Header__Wrapper .Form input:-ms-input-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}

.SidebarMenu .Form input::-webkit-input-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}
.SidebarMenu .Form input:-moz-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}
.SidebarMenu .Form input::-moz-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}
.SidebarMenu .Form input:-ms-input-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}

.SidebarMenu .Drawer__Content::before {
  display: none;
}

.Product__Slideshow.Carousel:after {
  content: 'flickity';
  display: none; /* hide :after */
}

.Product__SlideshowNav.Product__SlideshowNav--dots {
  display: none;
}

.Product__Gallery {
    margin-bottom: 10px;
    margin-left: 0;
}

.carousel-nav {
  margin-bottom: 20px;
}

.carousel-nav .carousel-cell {
  opacity: .7;
}

.carousel-nav .carousel-cell.is-selected {
  opacity: 1;
}

.Link--primary + ul.child {
  list-style: none;
  margin: 0;
}

#headr-search-btn {
  cursor: pointer;
}

#headr-search {
  display: none;
  position: absolute;
  right: 50px;
  top: -10px;
  width: 300px;
}

#headr-search input {
  background-color: white!important;
}

a.ls-poweredby {
  display: none!important;
}

.ls-dropdown-menu {
  font-family: Futura,sans-serif;
}

.ls-item-name b {
  font-weight: 400;
}

.ls-footer {
    background: #00b9f2!important;
    color: white!important;
    width: 100%!important;
}

.ls-footer.ls-poweredby {
    display: none!important;
}

@media (max-width: 1007px) {
  .carousel-nav {
    display: none!important;
  }
}


.Header .Header__SecondaryNav .Link--secondary {
    color: #939393;
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.Header__SecondaryNav .HorizontalList__Item .DropdownMenu.sec-drop {
  padding-top: 0;
}

.Header__SecondaryNav .HorizontalList__Item .DropdownMenu.sec-drop:before {
  height: 1px;
}

/*
  Naidoc 
*/

.js .naidoc-coll .ProductList--grid .ProductItem {
    visibility: visible!important;
}

.section-collection-block {
  margin: 40px 0;
}

.carousel-naidoc .carousel-cell {
  width: 25%;
  padding: 0 10px;
}

.carousel-naidoc {
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-naidoc .carousel-cell img{
  margin-bottom: 20px;
  width: 100%;
}

.carousel-naidoc .flickity-prev-next-button {
  top: 50%;
  background: none;
  color: white;
  box-shadow: none!important;
  height: 38px;
  width: 28px;
  margin-top: -20px;
}

.carousel-naidoc .flickity-prev-next-button:hover, .Product__Slideshow .flickity-prev-next-button:hover {
  transform: none!important;
  color: white!important;
}

.carousel-naidoc .flickity-prev-next-button:hover svg, .Product__Slideshowc .flickity-prev-next-button:hover svg{
  animation: none!important;
}


.carousel-naidoc .flickity-prev-next-button svg {
  height: 26px;
  animation: none!important;
}


.carousel-naidoc .flickity-prev-next-button.previous {
  left: -15px;
}

.carousel-naidoc .flickity-prev-next-button.next {
  right: -15px;
}

.Product__Slideshow .flickity-prev-next-button{
  top: 50%;
  background: none;
  color: black;
  box-shadow: none!important;
  height: 100px;
  width: 60px;
  margin-top: -50px;
}

.Product__Slideshow .flickity-prev-next-button.previous {
  left: -10px;
}

.Product__Slideshow .flickity-prev-next-button.next {
  right: -10px;
}

.Product__Slideshow .flickity-prev-next-button:hover {
  transform: none!important;
  color: black!important;
}

.Product__Slideshow .flickity-prev-next-button:hover svg {
  animation: none!important;
}




ul.naidoc-submenu-list {
  list-style: none;
  padding: 0; margin: 0;
  text-align: center;
}

ul.naidoc-submenu-list li{
  display: inline-block;
  margin: 10px 0;

}

ul.naidoc-submenu-list li a{
  font-family: Futura,sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  padding: 6px 21px;
}

.block-anchor-menu {
  position: relative;
  z-index: 9;
}

.block-anchor {
  position: relative;
  width: 100%;
}

.anchordiv {
  position: absolute;
  width: 100%;
  top: -210px;
  z-index: 0;
  height: 2px;
}

.naidoc-submenu {
  border-bottom: 1px solid rgb(240,240,240);
  width: 100%;
  z-index: 9;
  background: white;
  transition: background ease .5s;
}


.naidoc-submenu.is-sticky {
  background: #ac00ff;
  border-bottom: none;
  margin-top: 138px;
}

.naidoc-submenu.is-sticky ul.naidoc-submenu-list li a{
  color: white;
}

@media (max-width: 1239px) {
  .naidoc-submenu.is-sticky {
    margin-top: 92px;
  }
  .anchordiv {
    top: -160px;
  }
}

@media (max-width: 640px) {
  .naidoc-submenu.is-sticky {
    margin-top: 56px;
  }
  
  .anchordiv {
    top: -126px;
  }
}

@media (max-width: 1400px) {
  .carousel-naidoc .carousel-cell {
    width: 33%;
  }
}

@media (max-width: 1000px) {
  .carousel-naidoc .carousel-cell {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .carousel-naidoc .carousel-cell {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .ProductList.ProductList--grid .Grid__Cell {
    width: 20%!important;
  }
}

.page-naidoc-2020 #main {
  position: relative;
  z-index: 1;
}

.PageTransition {
  
}


/* 
Collection Bug
*/

.collection--women .CollectionFilters .Collapsible:first-child {
  display: none;
}


/*
  Bundles
*/

body #revy-bundle-wrapper {
  width: 100%!important;
}

body #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout {
    flex-direction: row;
}

#revy-bundle-wrapper .revy-bundle-wrapper-inner {
    align-items: center;
}

.revy-bundle-image-outline, .revy-bundle-image-outline img {
  max-width: 100%!important;
  max-height: 100%!important;
  width: 100%!important;
  margin: 0;
  box-shadow: none!important;
}

#revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products .revy-bundle-product .revy-bundle-image-container:hover {
    transform: none!important;
}

.revy-bundle-product {
  display: block!important;
}

body #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product:before {
  left: 100%;
  top: 50%;
  margin-top: -12px;
}

body #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-action .revy-bundle-add-button {
  -webkit-text-fill-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    font-size: 13px;
    background-color: rgb(0, 185, 242);
    border-width: 0px;
    border-radius: 0px;
    position: relative;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-style: normal;
}

body #revy-bundle-wrapper .revy-bundle-title {
    font-weight: 400;
}

body .revy-bundle-info-container {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5c5c5c;
}

body .revy-bundle-info-container a {
  text-decoration: none!important;
}

.revy-bundle-button-line.first + br {
  display: none;
}

.revy-bundle-button-line.first {
  padding-bottom: 0!important;
  border-bottom: none!important;
}

.revy-bundle-button-line.second {
  height: 0;
  visibility: hidden;
  padding: 0!important;
}

body #revy-bundle-wrapper .revy-bundle-wrapper-inner .revy-bundle-products.revy-bundle-products-multiple-layout .revy-bundle-product .revy-bundle-info-container .revy-bundle-sale-container {
    font-size: 13px;
}

body .revy-bundle-action {
  font-family: Futura,sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

body .revy-bundle-action .ProductMeta__Price {
  margin-top: 10px;
  text-align: center;
    display: block;
    font-size: 14px;
    color: #00b9f2;
}

body .revy-bundle-action .Button__SeparatorDot {
  margin-bottom: 2px;
}


/*
  Partners
*/



.Carousel__Cell.Partner {
  width: 16.666%;
}

@media (max-width: 800px) {
  .Carousel__Cell.Partner {
    width: 25%;
  }
}

@media (max-width: 450px) {
  .Carousel__Cell.Partner {
    width: 50%;
  }
}


.section-partner .Carousel {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.section-partner .Carousel.TestimonialList .flickity-viewport {
  overflow: hidden;
}


.section-partner .Carousel.TestimonialList .flickity-prev-next-button {
  top: 50%;
  background: none;
  color: black;
  box-shadow: none!important;
  height: 38px;
  width: 28px;
  margin-top: -20px;
}

.section-partner .Carousel.TestimonialList .flickity-prev-next-button:hover {
  transform: none!important;
  color: black!important;
}

.section-partner .Carousel.TestimonialList .flickity-prev-next-button:hover svg{
  animation: none!important;
}


.section-partner .Carousel.TestimonialList .flickity-prev-next-button svg {
  height: 26px;
  animation: none!important;
}


.section-partner .Carousel.TestimonialList .flickity-prev-next-button.previous {
  left: 5px;
}

.section-partner .Carousel.TestimonialList .flickity-prev-next-button.next {
  right: 5px;
}



/* 
  New Search 
*/

.ls-dropdown-menu {
  display: none!important;
}

.Modal.Search {
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
  width: 1200px;
  max-width: 100%;
  background: none;
 

}

.Modal.Search .ProductItem__LabelList.cust_right .cus_right_title {
    color: white;
}

.Modal.Search:focus {
  outline: none;
}

.Modal.Search .Search__SearchBar {
  background: white;
  padding: 20px 40px;
}

.Modal.Search .Search__SearchBar .icon-search{
  width: 40px;
  height: 40px;
  font-weight: 600;
}

.Modal.Search .Search__Results {
    background: white;
    margin-top: 25px;
    padding: 0px 40px;
}

.Modal.Search .Search__Results .Segment__Content {
  padding: 25px 0;
}

.Search__Form .Search__Input {
  padding-left: 20px;
}

.Search__Form input::-webkit-input-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    color: #939393!important;
}
.Search__Form input:-moz-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    color: #939393!important;
}
.Search__Form input::-moz-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    color: #939393!important;
}
.Search__Form input:-ms-input-placeholder {
  font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    color: #939393!important;
}

@media (min-width: 641px) {
  .Modal.Search .Segment__Content .Grid__Cell{
    width: 20%!important;
  }
}

@media (min-width: 641px) {
  .Section--bundles .ProductList.ProductList--grid .Grid__Cell {
    width: 25%!important;
  }
}

.bundles-savings {
  margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #00b9f2;
}

.Section--bundles .ProductList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*
saso
*/

body .saso-cart-total {
    display: inline-block;
}

/*
cart
*/

body .saso-products-container {
    width: 1300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body .saso-use-discount-code-cart-container::after {
    display: none!important;
}

body .saso-use-discount-code-cart-code {
    padding: 10px;
    border: 1px solid #e7e7e7;
    margin: 0px 10px;
}

body .saso-use-discount-code-cart-container input::-webkit-input-placeholder {
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}

body .saso-use-discount-code-cart-container input:-moz-placeholder {
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}

body .saso-use-discount-code-cart-container input::-moz-placeholder {
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}

body .saso-use-discount-code-cart-container input:-ms-input-placeholder {
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #939393!important;
}

.saso-summary-line-bundle {
    color: #4dbaf2;
}

body .saso-summary, body .saso-summary-line-bundle, body .saso-price {
    font-size: 13px;
    color: #8f8f8f;
}

.template-cart .saso-cross-sell-popup table {
    width: 100%;
}

.template-cart .saso-cross-sell-popup tr {
    border-top: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap; 
}

.template-cart .saso-cross-sell-popup tr td{
    width: 20%!important;
}

@media (max-width: 900px) {
  .template-cart .saso-cross-sell-popup tr td{
    width: 33.333%!important;
  }
}

@media (max-width: 600px) {
  .template-cart .saso-cross-sell-popup tr td{
    width: 50%!important;
  }
}

@media (max-width: 400px) {
  .template-cart .saso-cross-sell-popup tr td{
    width: 100%!important;
  }
}

.template-cart .saso-cart-offers {
    padding: 0;
    
}

.template-cart .saso-cart-offers .saso-cross-sell-popup {
    padding: 0 0 80px 0;
    margin: 0px;
    border-top: 1px solid #e7e7e7;
    border: none;
}

.template-cart .saso-cart-offers .saso-title {
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5c5c5c;
    height: 1.4em;
    text-align: center;
    font-size: 13px;
}

.template-cart .saso-cart-offers .saso-message {
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #00b9f2;
    font-size: 24px;
    margin-bottom: 50px;
    display: block;
}

.template-cart .saso-cart-offers .saso-message + br {
    display: none;
}


.template-cart .saso-cart-offers .saso-price, .template-cart .saso-cart-offers .saso-was-price {
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #acacac;
    height: 1.4em;
    text-align: left;
}

#shopify-section-page-block-cart-gifts .Section {
  border-top: transparent!important;
  padding-top: 0px;
}


.template-cart .saso-cart-offers .saso-add-to-cart {
    border-color: #00b9f2;
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #00b9f2;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}

.template-cart .saso-cross-sell-popup .saso-variants-container {
    margin: 0;
    min-height: 45px;
}


@media (max-width: 640px) {
  
  body .Section--gifts .ProductList.ProductList--grid .Grid__Cell {
    width: 50%!important;
  }
  
}


@media (min-width: 641px) {
  
  body .Cart--expanded .Cart__ItemList {
      border-spacing: 5px;
  }
  body .CartItem__ImageWrapper {
      width: 80px;
  }
  body .CartItem__Title {
      font-size: 14px;
  }
  
  body .Section--gifts .ProductList {
    justify-content: center;
    display: flex;
  }
  
  body .Section--gifts .ProductList.ProductList--grid .Grid__Cell {
    width: 33.3333%!important;
  }
  
  body .Cart__Note.Form__Textarea {
    min-height: 136px;
  }
  
}

@media (min-width: 900px) {
  
  body .Section--gifts .ProductList.ProductList--grid .Grid__Cell {
    width: 20%!important;
  }
  
}

body .Section--gifts .ProductList {
    text-align: center;
    flex-wrap: wrap;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}



@media (min-width: 1240px) {
  body .ProductList--carousel .Carousel__Cell {
      width: 20%;
  }
}





html {
  overflow-x: hidden;
}

#shopify-section-product-recommendations .ProductForm__Option{
  display: none!important;
}

#saso-notifications {
  display: none!important;
}

.cart-headers {
  display: flex;
  flex-wrap: wrap;
}

.cart-headers > div{
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;

}

.cart-headers div p{
   border: 1px solid rgb(197, 197, 197);
   margin: 0;
   max-width: 100%;
   padding: 10px;
}

@media (max-width: 800px) {
  .cart-headers > div{
    width: 100%;
    padding: 0px;
  }
  
  .cart-headers div p{
     font-size: 16px!important;
     line-height: 20px;
  }
}


/*

#giftcart {
  position: relative;
  height: 90px;
}

@media (max-width: 900px) {
  #giftcart {
    height: 60px;
  }
}

.saso-cart-offers {
  background: url(//www.yarn.com.au/cdn/shop/t/273/assets/giftgif.gif?v=55576847344007887561764050099) no-repeat center center;
  background-size: contain;
  min-height: 200px;
}


.saso-cross-sell-popup  {
  background: white;
}

*/

.saso-cart-offers {
  min-height: 40px;
}

@media (max-width: 640px) {
  .Cart--expanded .Cart__Recap .Cart__Checkout {
    float: none!important;
}
}

body .saso-cross-sell-popup .saso-image {
    width: 180px;
    height: 180px;
    line-height: 180px;
    margin: auto;
    text-align: center;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
}

body .saso-cross-sell-popup .saso-image img {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: initial;
    max-height: 220px;
}

.template-cart .saso-cross-sell-popup tr td {
    width: 240px!important;
    display: block!important;
    padding: 0!important;
    padding-left: 20px!important;
    margin-bottom: 40px;
}

body .Section--gifts .ProductList.ProductList--grid .Grid__Cell {
    width: 240px!important;
    padding-left: 20px;
    margin-bottom: 40px;
}

body .Section--gifts .ProductList.ProductList--grid .ProductItem__Info {
    text-align: center;
    margin-top: 5px;
}

body .Section--gifts .ProductList.ProductList--grid .ProductItem__Title {
    margin-bottom: 0px;
    height: 19px;
    overflow: hidden;
}

.template-cart .saso-cart-offers .saso-add-to-cart {
    height: 45px;
    width: 100%;
    border-color: #00b9f2;
    padding: 0px 28px!important;
}

body .Section--gifts .ProductList.ProductList--grid .ProductItemm img{
  margin: 0 auto;
  display: block;
  max-height: 220px;
}

body .Section--gifts .ProductItem__PriceList {
  margin-bottom: 3px;
  
}



#shopify-section-cart-template + #shopify-section-page-block-cart-gifts + .saso-cart-offers{
  display: none;
}

.saso-table {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #5c5c5c;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
}

body .saso-volume-discount-tiers .saso-table th, body .saso-volume-discount-tiers .saso-table td {
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-weight: 400;
}

.saso-table  .saso-price {
    font-size: 13px;
    color: black;
    font-weight: 400;
    display: inline !important;
}
.saso-volumes h4 {
  margin-bottom: 5px;
  margin-top: 10px;
}



/* 
Bulk
*/

.bulk-flex__wrap {
  border: 1px solid #d8d8d8;
  border-width: 0 1px 1px 0;
  margin: 20px 0;
}

.bulk-flex {
  display: flex; 
  text-align: center;
  flex-wrap: wrap;
}

.bulk-flex > div {
  width: 50%;
  min-height: 43px;
  border: 1px solid #d8d8d8;
  border-width: 1px 0 0 1px;
  line-height: 43px;
}

.bulk-flex .QuantitySelector--large .QuantitySelector__Button {
    padding: 0px 20px;
}

.bulk-flex .QuantitySelector--large {
    border: none!important;
}

.bulk-header > div{
  background: rgb(240,240,240);
}


/*

Product Page 

*/

.ProductForm .ProductForm__Variants{
  display: flex;
}

.ProductForm .ProductForm__Variants .ProductForm__Option{
    width: 100%;
    padding-right: 10px;
}

.modal table {
    width: 100%;
    margin: 20px 0;
}

.modal .Rte table td {
    padding: 10px 10px;
}

.size-guide {

    display: inline-block;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

.ProductForm__Option {
    position: relative;
    margin-bottom: 0px;
}

.gst-txt {
  color: #00b9f2;
}

.bulk-links {
  margin-bottom: -15px;
  margin-top: 10px;
}

.bulk-links a, .bulk-links h4{
  display: inline-block;
  vertical-align: base;
}

@media (min-width: 641px) {
  .ProductMeta__PriceList .u-h4, .ProductMeta__PriceList .Rte h4 {
      font-size: 24px;
  }
}

.blocker {
    z-index: 9!important;
}

.template-product .jquery-modal.blocker {
    z-index: 1000 !important;
}

.saso-notification {
  display: none!important;
}

.is-soldout {
  width: 100%!important;
  opacity: .7;
}

.ProductForm__AddToCart {
  margin-top: 10px;
}

.ProductForm__Variants {
  clear: both;
}


/*
Product Bundle
*/

#product-page-bundle .ProductList.ProductList--grid .Grid__Cell {
    position: relative;
}

#product-page-bundle .flickity-prev-next-button {
  top: 50%;
  background: none;
  color: black;
  box-shadow: none!important;
  height: 38px;
  width: 28px;
  margin-top: -90px;
}

#product-page-bundle .flickity-prev-next-button:hover, .Product__Slideshow .flickity-prev-next-button:hover {
  transform: none!important;
  color: black!important;
}

#product-page-bundle .flickity-prev-next-button:hover svg, .Product__Slideshowc .flickity-prev-next-button:hover svg{
  animation: none!important;
}


#product-page-bundle .flickity-prev-next-button svg {
  height: 26px;
  animation: none!important;
}


#product-page-bundle .flickity-prev-next-button.previous {
  left: 0px;
}

#product-page-bundle .flickity-prev-next-button.next {
  right: 0px;
}


/*
  Variant Buttons
*/

#variant-btn {
  width: 100%;
}

#variant-btn .variant-input {
  display: inline-block;
  position: relative;
}

#variant-btn .variant-input input[type="radio"] {
    padding: 0;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

#variant-btn .variant-input label {
  position: relative;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    padding: 7px 15px 7px;
    margin: 0 8px 12px 0;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e8e8e1;
    font-family: 'Futura', sans-serif;
    letter-spacing: 0.025em;
    line-height: 1.6;
}

#variant-btn input[type='radio']:checked+label {
    box-shadow: 0 0 0 2px #000;
}

.variant-btn {
  width: 100%;
}

.variant-btn .variant-input {
  display: inline-block;
  position: relative;
}

.variant-btn .variant-input input[type="radio"] {
    padding: 0;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.variant-btn .variant-input label {
  position: relative;
    display: inline-block;
    line-height: 1;
    font-weight: normal;
    padding: 7px 15px 7px;
    margin: 0 8px 12px 0;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e8e8e1;
    font-family: 'Futura', sans-serif;
    letter-spacing: 0.025em;
    line-height: 1.6;
}

.variant-btn input[type='radio']:checked+label {
    box-shadow: 0 0 0 2px #5c5c5c;
    background: #eeeeee;
    color: #5c5c5c;
    font-weight: 800;
}

.variant-btn input[disabled] + label {
  opacity: .3;
}

.variant-btn input:not([disabled]) + label {
  cursor: pointer;
}

/*

Bulk

*/

.collection--bulk #main {
    position: relative;
    z-index: 1;
}

.grey-bg {
    position: relative;
    display: block;
    background-color: rgb(240,240,240);
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.grey-bg svg {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: grey;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}

.grey-bg:hover svg {
  color: black;
}

.template-product .Section--bundles .ProductList {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
}

.ProductItem__Label {
    border-radius: 15px;
}

.template-product .ProductItem__Label {
    font-size: 13px;
}


/*
Collection Page - Sizes
*/

body .ProductItem__ColorSwatchList {
  margin-top: 7px;
}

.ProductItem__ColorSwatchItem {
    display: inline-block;
    margin: 2px 2px;
    margin: 1px 0;
}

.ColorSwatch--small {

    height: 20px;
    text-align: center;
    bborder: 1px solid #e6e6e6;
    line-height: 20px;
    padding: 0 3px;
    mmin-width: 20px;
    width: auto;
    font-size: 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.ColorSwatch--small:hover, .ProductItem__ColorSwatchItem:hover {
    cursor: auto;
}

.notavail.ColorSwatch--small {
  color: rgb(190,190,190);
}

.notavail.ColorSwatch--small:before, .notavail.ColorSwatch--small:after {
  position: absolute;
    left: 50%;
    right: 0;
   margin-left: -1px;
    content: ' ';
    height: 16px;
    width: 1px;
    top: 1px;
    background-color: rgb(220,220,220);
    z-index: -1;
}
.ColorSwatch--small:not(.notavail):after {
  display: none!important;
}


.notavail.ColorSwatch--small:before {
  transform: rotate(45deg);
}
.notavail.ColorSwatch--small:after {
  transform: rotate(-45deg);
}

@media (min-width: 641px) {
  .ProductItem__ColorSwatchList {
    opacity: 0;
    transition: opacity ease .5s;
  }
  
  .ProductItem:hover .ProductItem__ColorSwatchList {
    opacity: 1;
  }
}



/*
Modal
*/

@media (min-width: 1400px) {
  .jquery-modal .ProductList.ProductList--grid .Grid__Cell {
      width: 33%!important;
  }
  
  .jquery-modal .ProductList.ProductList--grid .Grid__Cell .ProductForm__Option {
      display: none!important;
  }
}


/*

Labels

*/

.label-fs {
  display: none;
}

.label-so {
  background-color: grey!important;
}

/*
  Dropdown Product Page Template
*/

.hiya-dropdown {
  margin-bottom: 10px;
}



/*
Postcode
*/

.postcode__inner {
  display: none;
}

.postcode__btn {
  font-size: 11px;
  color: grey;
  text-decoration: underline;
}

#postcode__input {
  border: 1px solid #e2e2e2;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    width: 140px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: middle;
}

#postcode-form small {
  display: block;
}

#postcode-form input[type=submit] {
  background: #00b9f2;
    color: white;
    height: 40px;
    padding: 0 20px;
    margin-bottom: 0px;
    border: 1px solid #00b9f2;
    display: inline-block;
    vertical-align: middle;
}

/*
Naidoc Mobile
*/

@media (max-width: 700px) {
  ul.naidoc-submenu-list li {
    display: inline-block;
    margin: 4px 0;
  }
  
  ul.naidoc-submenu-list li a {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  ul.naidoc-submenu-list {
    margin: 5px 0;
  }
}

/*
Back in Stock
*/
.variant-btn input[disabled] + a label {
    opacity: .3;
    cursor: pointer;
}

.variant-btn input[disabled] + a label:before, .variant-btn input[disabled] + a label:after {
    position: absolute;
    left: 50%;
    right: 0;
    margin-left: -1px;
    content: ' ';
    height: 32px;
    width: 1px;
    top: 1px;
    background-color: rgb(220,220,220);
    z-index: -1;
}

.variant-btn input[disabled] + a label:before {
    transform: rotate(45deg);
}

.variant-btn input[disabled] + a label:after {
    transform: rotate(-45deg);
}

#BISModal .btn {
  background-color: #00b9f2;
    border-color: #00b9f2;
}

/*
Bulk
*/

.page-bulk-orders #main {
    position: relative;
    z-index: 1;
}

/*
Collection/Home Tweak
*/

.ProductListWrapper + .Container .SectionFooter {
  margin-top: 20px;
}

/*
Checkout
*/

.cart_checkout_mobile {
  display: none!important;
  margin-top: -40px;
}

@media (max-width: 640px) {
  .cart_checkout_mobile {
    display: block!important;
  }
}

/*
IE Bugs
*/

.isIE.template-cart .cart-headers, .isIE.template-cart #shopify-section-page-block-cart-gifts, .isIE.template-cart .saso-cart-offers {
    display: none!important;
}

.CartItem__Property {
  margin: 0;
}


/*
Optimonk
*/

#om-campaign-1 .ql-font-poppins {
    font-family: "Futura", "Poppins"!important;
}

.new-features {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
}

.new-features .block{
   
    margin: 10px 0;
    width: 50%;
    flex-wrap: wrap;
    padding: 0 10px;
}

.new-features .block svg{
  width: 60px;
  max-height: 60px;
}

.new-features .block .img-svg {
  width: 100%!important;
    text-align: center;
    margin-bottom: 10px;
}

.new-features .block p{
  font-family: Futura, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
}

/* Mobile Banner */

.Slideshow__Content--bottomCenter {
    top: auto;
    bottom: 70px;
    left: 0;
    -webkit-transform: none;
    transform: none;
}

#callmeback iframe {
  max-width: 100%;
}

/* Header Call */

.header__call {
  font-family: Futura,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #939393;
}

.header__call a {
  font-weight: 600;
  color: grey;
}

/* Remove size guide */

.Product-handle-rainforest-warrior-naidoc-lanyard .bulk-links {
  display: none;
}

.bold_option_element input {
  padding: 5px;
  border: 1px solid rgb(200,200,200);
}



/* Custom CSS 04-03-2020 ends */



.cl-intro {
  padding: 20px;
  background-color: rgb(250,250,250);
  text-align: center;
}
.cl-intro .wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.cl-intro h1 {
  text-transform: uppercase;
  color: black;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.1em;
}

.cl-intro #checkbox_id {
  display: none;
}

.cl-intro h5 {
  display: none;
}

.cl-intro #checkbox_id:checked + p {
  display: none;
}

.cl-intro #checkbox_id:checked + p + h5 {
  display: block;
}

.cl-intro #checkbox_id + p + label, .cl-intro #checkbox_id + p + h5 + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.cl-intro #checkbox_id + p + label:before, .cl-intro #checkbox_id + p + h5 + label:before {
  display: block;
  content: 'close';
  position: absolute;
  left: -35px;
  top: -20px;
  width: 70px;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
}

.cl-intro #checkbox_id + p + label:after, .cl-intro #checkbox_id + p + h5 + label:after {
  display: none;
  content: 'read more';
  position: absolute;
  left: -35px;
  top: -20px;
  width: 70px;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
}

.cl-intro #checkbox_id:checked + p + label:before, .cl-intro #checkbox_id:checked + p + h5 + label:before {
  display: none;
}

.cl-intro #checkbox_id:checked + p + label:after, .cl-intro #checkbox_id:checked + p + h5 + label:after {
  display: block;
}

@media (max-width: 1100px ) {
  .top-links .wrapper ul.top-links-list>li>a {
    padding: 10px 6px 10px 6px!important;
  }
}

@media (max-width: 950px) {
.top-links {
    display: none;
}
}

[aria-label="My Wishlist"] + [aria-label="My Wishlist"] {
  display: none!important;
}

.cbb-frequently-bought-add-button {
  font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    vertical-align: baseline;
    max-height: 70px;
    letter-spacing: 2.4px;
    white-space: normal;
    line-height: normal;
    color: rgb(255, 255, 255);
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(16, 101, 114);
    box-shadow: none;
    border-width: 1px;
    border-radius: 0px;
    border-color: rgb(16, 101, 114);
    padding: 14px 28px;
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    cursor: pointer;
    border-style: solid;
}

.PageContainer {
  overflow-x: hidden;
}

.ssaso-bundle, .yarncorpcustom .afterpay-paragraph, .yarncorpcustom .youpay-container, .yarncorpcustom .youpay-container, .yarncorpcustom .shopify-payment-button, .yarncorpcustom .Product__Tabs .Collapsible:not(:first-child){
  display: none!important
}

.ProductForm__AddToCart {
  margin-bottom: 15px;
}

/* Bundles */
.page-collection-bundle .SectionHeader {
    margin-top: 40px;
    margin-bottom: 20px;
}
.page-collection-bundle h1.SectionHeader__Heading.Heading {
    font-family: Qualy, sans-serif;
    font-size: clamp(25px, calc(.1923rem + 1.9231vw), 30px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.ProductListWrapper [data-vendor="Fast Bundle"] {
  display: none !important;
}

/* Yarn Tracking Styles - Final Version */
.account-section.Container-narrow {
  padding: 80px;  
}
.order-tracking-section {
  margin: 30px 0;
  padding: 24px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.order-tracking-section h3 {
  margin: 0 0 20px 0;
  color: #212529;
  font-size: 1.4em;
  font-weight: 600;
}

.tracking-container {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.tracking-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #6c757d;
  font-style: italic;
  gap: 12px;
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007cba;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-spinner.small {
  width: 16px;
  height: 16px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.tracking-error {
  padding: 20px;
  background: #fff3cd;
  color: #856404;
  border-radius: 6px;
  border: 1px solid #ffeaa7;
  text-align: center;
}

.tracking-error p {
  margin: 0 0 10px 0;
}

.retry-btn {
  background: #dc3545;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.retry-btn:hover {
  background: #c82333;
}

/* Tracking Info Styles */
.tracking-info {
  padding: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.tracking-info h3 {
  margin: 0 0 16px 0;
  color: #212529;
  font-size: 1.3em;
  font-weight: 600;
}

.status-container {
  margin: 20px 0;
}

.status-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.status-processing {
  background: #e3f2fd;
  color: #1976d2;
}

.status-booked {
  background: #e8f5e8;
  color: #2e7d32;
}

.status-in-transit {
  background: #fff3e0;
  color: #ef6c00;
}

.status-out-for-delivery {
  background: #f3e5f5;
  color: #7b1fa2;
}

.status-delivered {
  background: #e8f5e8;
  color: #388e3c;
}

.status-exception {
  background: #ffebee;
  color: #d32f2f;
}

.status-ready-for-pickup {
  background: #e1f5fe;
  color: #0277bd;
}

.eta {
  margin: 12px 0;
  color: #495057;
  font-size: 15px;
  font-weight: 500;
}

.multi-parcel {
  background: #f8f9fa;
  padding: 10px 16px;
  border-radius: 6px;
  border-left: 4px solid #007cba;
  font-size: 14px;
  color: #495057;
  margin: 16px 0;
}

.tracking-actions {
  margin: 24px 0 16px 0;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  background: #007cba;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease;
  text-align: center;
}

.btn:hover {
  background: #005a87;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,124,186,0.3);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: #007cba;
}

.order-details {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e9ecef;
  font-size: 13px;
  color: #6c757d;
  line-height: 1.6;
}

/* Order Lookup Widget */
.order-lookup-widget {
  background: white;
  padding: 28px;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin: 24px 0;
}

.lookup-form {
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #495057;
  font-size: 14px;
}

.form-group input {
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0,124,186,0.1);
}

.btn-loading {
  display: none;
  align-items: center;
  gap: 8px;
}

.lookup-results {
  margin-top: 24px;
  min-height: 60px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .order-tracking-section {
    margin: 20px 0;
    padding: 20px;
  }
  
  .order-lookup-widget {
    padding: 20px;
  }
  
  .tracking-info {
    padding: 20px;
  }
  
  .btn {
    width: 100%;
    padding: 16px 24px;
  }
}

/* Animation for smooth loading */
.tracking-container {
  transition: all 0.3s ease;
}

.tracking-info {
  animation: fadeIn 0.5s ease-in;
}

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

/* Print styles */
@media print {
  .tracking-actions,
  .order-lookup-widget,
  .btn {
    display: none;
  }
}
</style>